#wrapper {
	width: 100%;
	position: relative;
}
.clearing {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	background-color: #D0D0E0;
	margin: 0px;
	padding: 0px;
}
#header {
	color: #D0D0E0;
	background-color: #000066;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header p {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 200px;
	font-weight: bold;
	font-size: 0.8em;
}
#header #headerpic {
	float: right;
}
#headerpics {
	position: relative;
	height: 138px;
	white-space: normal;
	overflow: hidden;
}

#header #logo1 {
	margin-left: 200px;
	float: left;
}
#mainmenu {
	width: 160px;
	background-color: #000066;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin: 20px;
	font-size: 0.8em;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
}
#mainmenu ul a {
	font-weight: normal;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #D0D0E0;
}

#footer {
	font-size: 0.6em;
	clear: both;
	padding-left: 200px;
	padding-top: 20px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}


#mainmenu a {
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0E0;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 6px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu .selected a {
	background-color: #0033CC;
}
#mainmenu .selected li a {
	background-color: #000066;
}
#mainmenu .selected li.selected a {
	background-color: #0033CC;
	list-style-type: none;
}

#mainmenu a:hover {
	text-decoration: underline;
	background-color: #0033CC;
}


.nav-home {
	background-image: url(images/nav-home1.gif);
}
.nav-company {
	background-image: url(images/nav-company1.gif);
}
.nav-hormones {
	background-image: url(images/nav-hormones1.gif);
}
.nav-testing {
	background-image: url(images/nav-testing1.gif);
}
.nav-products {
	background-image: url(images/nav-products1.gif);
}
.nav-research {
	background-image: url(images/nav-research1.gif);
}
.nav-customers {
	background-image: url(images/nav-customers1.gif);
}
.nav-contacts {
	background-image: url(images/nav-contact1.gif);
}
.nav-home:hover, li.selected a.nav-home {
	background-image: url(images/nav-home2.gif);
}
.nav-company:hover, li.selected a.nav-company {
	background-image: url(images/nav-company2.gif);
}
.nav-hormones:hover, li.selected a.nav-hormones {
	background-image: url(images/nav-hormones2.gif);
}
.nav-testing:hover, li.selected a.nav-testing {
	background-image: url(images/nav-testing2.gif);
}
.nav-products:hover, li.selected a.nav-products {
	background-image: url(images/nav-products2.gif);
}
.nav-research:hover, li.selected a.nav-research {
	background-image: url(images/nav-research2.gif);
}
.nav-customers:hover, li.selected a.nav-customers {
	background-image: url(images/nav-customers2.gif);
}
.nav-contacts:hover, li.selected a.nav-contacts {
	background-image: url(images/nav-contact2.gif);
}
#contentarea {
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	float: none;
	width: auto;
	margin-left: 200px;
}
#contentwrapper {
	width: 100%;
}

#contentarea h1 {
	margin: 0px;
	font-size: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentarea h2 {
	font-size: 1.2em;
}
#contentarea h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
}

#faqlist li {
	margin-bottom: 10px;
}
#contentarea div.eC_Simple_Slate_Arial {
	background-color: #D0D0E0;
}
