* {
	padding: 0px;
	margin: 0px;
}
a img {
	border: 0px
}
body {
	background-color: #222222;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: small
}
#container {
	position: relative;
	margin: 0px auto;
	width: 760px
}
#menu {
	z-index: 500;
	height: 100px
}
#menu ul {
	list-style-type: none
}
#menu ul li {
	z-index: 500;
	margin: 0px 12px 0px 0px;
	float: left;
	height: 100px;
	position:relative;
}
#menu ul li.last {
	margin: 0px 0 0 14px;
}
#menu ul li a {
	text-align: center;
	padding: 0;
	height:80px;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}
#menu ul li a span {
	display: none
}
#menu ul li a#menu-home {
	background-image: url(/images/menu/home.jpg);
	width: 89px
}
#menu ul li a#menu-results {
	background-image: url(/images/menu/test-results.jpg);
	width: 126px
}
#menu ul li a#menu-testimonials {
	background-image: url(/images/menu/testimonials.jpg);
	width: 139px
}
#menu ul li a#menu-environment {
	background-image: url(/images/menu/environment.jpg);
	width: 137px
}
#menu ul li a#menu-faq {
	background-image: url(/images/menu/faq.jpg);
	width: 78px
}
#menu ul li a#menu-buy {
	background-image: url(/images/menu/how-to-buy.jpg);
	width: 117px;
	margin:0;
}
#menu ul li a:hover {
	background-position: 0px -100px
}
#menu ul li.current a:hover, #menu ul li.current a, #menu ul li.section a {
	background-position: 0px -200px;
	height:100px;
}
#image {
	z-index: 200;
	position: relative;
	margin: -20px 0px 0px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px
}
#image #logo {
	position: absolute;
	top: 20px;
	left: 30px
}
#sub-menu{
	height:25px;
	padding:5px;
	position: relative;
	width: 750px;
	top: 0;
	background-color:#0a9d3e;
	background:url(/images/menu/sub-menu.jpg) top left repeat-x;
}
#sub-menu ul{
	list-style:none;	
}
#sub-menu ul li{
	display:block;
	float:left;
	padding:5px 9px 0 9px;
	margin:0 20px 0 0;
}
#sub-menu ul li a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#sub-menu ul li a:hover{
	text-decoration:underline;
}
#sub-menu ul li a.sub-current{
	text-decoration:underline;
}
#content {
	position: relative;
	width: 760px;
	top: 15px;
}
#content-top {
	padding: 15px;
	background-color: #252525;
}
#content-top p{
	margin:10px 0;
}
#content-top a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#content-top a:hover{
	text-decoration:underline;
}
#content-top h2.pageTitle{
	width:237px;
	height:22px;
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}
#content-top h2 span{
	display:none;
}
#content-slider {
	background-image: url(/images/content-footer.jpg);
	background-color: #222222;
	min-height: 75px;
	background-repeat: repeat-x;
	background-position: left top;
	position:relative;
}
#content-slider-bottom{
	background-image: url(/images/content-footer-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px;
}
#content-footer {
	position: relative;
	padding: 15px;
	margin: 15px 0px;
	color: #999999;
	font-size: x-small;
	border-top: #333333 1px solid;
}
#content-footer a{
	color:#BBBBBB;
}
#content-footer-left {
	width: 60%
}
#content-footer-right {
	position: absolute;
	text-align: right;
	width: 38%;
	top: 15px;
	right: 15px
}
#content-footer-right a{
	text-decoration:none;
}
.clear {
	clear: both;
	font-size: 1px;
	height:1px;
}
.gap{
	height:20px;	
}
h2.titles span {
	display: none
}
h2.titles {
	margin: 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px
}
h2{
	font-style:italic;
}
h3{
	font-size:medium;
	color: #0a913a;
	font-style:italic;
}