html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, font, img,
a, ol, ul, li, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
	outline: 0;
}

body {
        background: #fff repeat-x;
        font: 86% "Helvetica Neue", Arial, sans-serif;
}

.container {
	width: 500px;
	margin: 0 auto;
}

ul{ list-style:none; }

a { color: #e8e8e8; text-decoration: none; }
a:focus, a:hover { color: #666; text-decoration:none; }

#top-content {
        width: 280px;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
}

.menu a {
        width: 130px;
        float: left;
        margin: 0px 10px 0px 0px;
        line-height:34px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background-image: url(../images/button.png);
}

#main-content { padding:0px 0 0px 0; }

#bottom-content {
	background: url(../images/shadow.jpg) no-repeat top;
	padding-top: 32px;
	margin-bottom: 0px;
}

#features {
	overflow: hidden;
	margin-bottom: 88px;
}

.feature {
	width: 680px;
	float: left;
	padding: 0px 10px 0 10px;
}

.feature h4 {
	 height: 27px;
	 text-indent: -9999px;
	 margin-bottom: 12px;
}

.feature p {
	line-height: 1.3;
	font-size: 14px;
	padding-bottom: 24px;
}

.feature a {
	display: block;
	height: 29px;
	width: 99px;
	text-indent: -9999px;
	margin: 0 auto;
}

#support h4 {
	background: url(../images/overview.jpg) no-repeat;
}

#footer-stretch {
	background: #202020;
	border-top: 1px solid #2f2f2f;
	font-size: 14px;
	color: #d3d3d3;
	padding: 20px 0;
}

#footer {
	overflow: hidden;
}

#footer p {
	float: left;
}

#footer p a {
	color: #7ea547;
	text-decoration: none;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer ul li {
	float: left;
	margin-left: 10px;
}

#footer ul li a {
	color: #d3d3d3;
	text-decoration: none;
}
