@charset "UTF-8";
/* CSS Document */

@import url(nav.css);
@import url(submenu.css);
@import url(footer.css);
@import url(products.css);

* {
	margin: 0;
	padding: 0;
}
	
body {
	background: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66.5%;
	color: #FFFFFF;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h1 {
	color: #99ccff;
	font-size: 1.8em;
	font-weight: 100;
}

h2 {
	color: #99ccff;
	font-size: 1.4em;
	font-weight: 100;
}

ul {
	margin: 10px;
	margin-right: 0px;
	font-size: 1.3em;
}

ol {
	margin: 20px;
	margin-right: 0;
	font-size: 1.3em;
}

#wrapper {
	position: relative;
	display: block;
	margin: auto;
	width: 970px;
	background: none;
}

#headerContainer {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	height: 120px;
	background: #FFFFFF url(../img/bg_header.gif) repeat-x top;
}

#logo {
	position: relative;
	display: inline;
	float: left;
	width: 260px;
	height: 70px;
	padding: 10px 0;
	margin: 0 30px;
}

#research_partner_logo {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

#bodyContainer {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	_width: 970px !important;
	background: #006699;
	min-height: 350px !important;
}

#bodyContainer a { 
	color: #FFFFFF;
	text-decoration: none;
}

#bodyContainer a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

#bodyContainer #bodyWrapper {
	position: relative;
	display: block;
	float: left;
	width: 910px;
	padding: 30px;
	
}

#footerContainer {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	//width: 970px;
	background: #FFFFFF url(../img/bg_footer.gif) repeat-x top;
}

#footerContainer p {
	padding: 10px 30px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #D4ABAC;
}

#footerContainer a { color: #D4ABAC; text-decoration: none; }
#footerContainer a:hover { text-decoration: underline; }

#navigationContainer {
	background: #FFFFFF;
}

#mainBodyLeft {
	width: 190px;
	display: inline;
	float: left;
	margin-right: 20px;
}

#mainBodyMiddle {
	width: 520px;
	display: inline;
	float: left;
	margin-right: 20px;
}

#mainBodyRight {
	width: 160px;
	display: inline;
	float: left;
}

#mainBodyRightWide {
	width: 680px;
	display: inline;
	float: left;
}

#mainBodyLeftWide {
	width: 730px;
	display: inline;
	float: left;
	margin-right: 20px;
}

.faq_row .q {
	font-size: 1.3em;
	line-height: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faq_row .q img { vertical-align: middle; }

.faq_row .a {
	display: none;
	margin-left: 31px;
	background: #ffcccc;
	padding: 10px;
	color: #000000;
}

.faq_row .a .answer_content {
	display: block;
	margin-left: 30px;
}

.faq_row .a .answer_content a { color: #000000 !important; }

#sitemap {
	list-style: none;
	margin-left: 0;
}

#sitemap li {
	border-bottom: 1px dotted #5588BB;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sitemap_level2 {
	list-style: none;
	font-size: 1em;
}

#sitemap_level2 li {
	border: none;
}
