/*

Version 2.0
21 August, 2007

*/






/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}





/* BEGIN BASIC HTML TAGS */
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	background-color: #6699cc;
	color: #666666;
}

h1 {
	font-size: 1.5em;
	color: #006600;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
}

h3 {
}

h4 {
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 5px;
	margin-bottom: 15px;
}

li {
	padding-left: 20px;
}

a {
	color: #f47d29;
}

a:hover {
	text-decoration: underline;
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 850px;
	background-color: #ffffff;
	position: relative;
}



/* BEGIN HEADER */
#header {
	height: 165px;
}

#header {
	background: url(../images/bg_nav.gif) bottom center no-repeat;
}

#header .logo {
	height: 134px;
}

#header .logo img {
}

#header .tagline {
	display: none;
}

#header .intro {
	display: none;
}

#header .nav {
	position: absolute;
	z-index: 999;
	height: 31px;
	font-weight: bold;
}

#header .nav ul {
	height: 31px;
	margin: 0;
	padding: 0;
	position: relative;
	xbackground: url(../images/bg_nav.gif) top center no-repeat;
}

#header .nav li {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 31px;
	display: block;
}

#header .nav li div {
	display: none;
}

#header .nav li a {
	display: block;
	height: 31px;
	color: #003366;
}

#header .nav li.li1 { width: 108px; left: 0; }
#header .nav li.li2 { width: 125px; left: 108px; }
#header .nav li.li3 { width: 152px; left: 233px; }
#header .nav li.li4 { width: 74px; left: 385px; }
#header .nav li.li5 { width: 99px; left: 459px; }
#header .nav li.li6 { width: 110px; left: 558px; }
#header .nav li.li7 { width: 182px; left: 668px; }

#header .nav li a:hover {
}

#header .nav li a.selected {	
}

#header .nav li a span {
	display: none;
}

#header .nav li ul {
	position: absolute;
	z-index.: 101;
	background-color: #bfd9bf;
	background-image: none;
	width: 210px;
	height: 180px;
	display: none;
	xtop: 25px;
	left: 15px;
	padding-top: 5px;
}

#header .nav li.li5 ul {
	height: 40px;
}

#header .nav li:hover ul,
#header .nav li.over ul {
	display: block;
}

#header .nav li ul li {
	position: relative;
	display: block;
	line-height: 20px;
	height: 20px;
}

#header .nav li ul li a {
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
}

#header .nav li ul li a:hover {
	background-color: #003366;
	color: #ffffff;
	text-decoration: none;
}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
	padding: 30px 50px;
}

#content_container.home {
	xposition: absolute;
	xz-index: 1;
	background: #ffffff url(../images/molecules.jpg) top center no-repeat;
	padding: 0;
	xheight: 480px;
	xtop: 165px;
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	display: none;
}

#sub_content_1 .nav {
}

#sub_content_1 .content {
}

#sub_content_1 .promo {
}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	padding-bottom: 10px;
	float: left;
	width: 550px;
}

#content_container.home #content {
	width: 850px;
}

#product-img {
	float: left;
	width: 350px;
	text-align: center;
}
#product-img img {
	border: 1px solid #cccccc;
}

#product-thumbs {
	float: right;
	width: 170px;
	text-align: left;
}
#product-thumbs img {
	border: 1px solid #cccccc;
}

#product-info {
	clear: both;
	padding-top: 20px;
}
/* END CONTENT */



/* BEGIN SUB CONTENT 2 */
#content_container.home #sub_content_2 {
	display: none;
}

#sub_content_2 {
	float: right;
	width: 150px;
	text-align: right;
}

#sub_content_2 ul {
	font-size: 1.3em;
}

#sub_content_2 ul li {
	xpadding-left: 30px;
	line-height: 2.0em;
}
/*
#sub_content_2 ul li {
	background: url(../images/icon_blue.gif) left no-repeat;
}

#sub_content_2 ul li+li {
	background: url(../images/icon_orange.gif) left no-repeat;
}

#sub_content_2 ul li+li+li {
	background: url(../images/icon_purple.gif) left no-repeat;
}

#sub_content_2 ul li+li+li+li {
	background: url(../images/icon_green.gif) left no-repeat;
}

#sub_content_2 ul li+li+li+li+li {
	background: url(../images/icon_pale-green.gif) left no-repeat;
}

#sub_content_2 ul li+li+li+li+li+li {
	background: url(../images/icon_neon.gif) left no-repeat;
}

#sub_content_2 ul li+li+li+li+li+li+li {
	background: url(../images/icon_red.gif) left no-repeat;
}

#sub_content_2 ul li+li+li+li+li+li+li+li {
	background: url(../images/icon_light-blue.gif) left no-repeat;
}
*/
#sub_content_2 .nav {
	display: none;
}

#sub_content_2 .content {
	display: none;
}

#sub_content_2 .promo {
	display: none;
}
/* END SUB CONTENT 2 */



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
	background-color: #ffffff;
	width: 850px;
}

#footer.home {
	xposition: absolute;
	xtop: 645px;
}

#footer .promo {
	padding: 10px;
	font-size: 0.9em;
}

#footer .nav {
}

#footer .nav li {
	display: inline;
}

#footer .nav li a {
	color: #0f9647;
}

#footer .nav li div {
	display: none;
}

#footer .nav li ul {
	display: none;
}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	color: #ffffff;
}

#flex_footer.home {
	xposiiton: absolute;
	xtop: 700px;
	xwidth: 100%;
}

#flex_footer a {
	color: #003366;
}
/* END FLEX FOOTER */





/* BEGIN UTILITY CLASSES */
.clear {
	clear:both;
	height:0PX;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin-right:15px; 
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin-left:15px;
}

.textfloatright {
	float: right;
	width: 430px;
	padding-bottom: 30px;
}
/* END UTILITY CLASSES */





/* BEGIN CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */





/* BEGIN CUSTOM STYLES */
#molecules {
	width: 850px;
	height: 351px;
	xposition: relative;
}

#product-pics {
	float: left;
	width: 172px;
	height: 331px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#product-pics li {
	margin: 0;
	padding: 0;
	position: absolute;
	xtop: 0;
	xleft: 0;
	width: 172px;
	height: 331px;
	display: none;
}

#product-pics li div {
	position: absolute;
	top: 300px;
	left: 15px;
	width: 172px;
	text-align: center;
	color: #006600;
}

#product-links {
	float:right;
	width: 678px;
	height: 331px;
	margin: 0;
	padding: 0;
	position: relative;
}

#product-links li {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 50px;
	height: 50px;
}

#product-links li.m-new { left: 0px; top: 203px; }
#product-links li.m-1 { left: 106px; top: 180px; }
#product-links li.m-2 { left: 165px; top: 90px; }
#product-links li.m-3 { left: 271px; top: 68px; }
#product-links li.m-4 { left: 197px; top: 240px; }
#product-links li.m-5 { left: 303px; top: 217px; }
#product-links li.m-kit { left: 361px; top: 126px; }
#product-links li.m-fsr { left: 420px; top: 36px; }
#product-links li.m-pvr { left: 452px; top: 185px; }

#product-links li a {
	display: block;
	width: 50px;
	height: 50px;
}

#product-links li a span { display: none; }

#molecules-text {
	position: absolute;
	margin-left: 680px;
	margin-top: 20px;
	width: 150px;
	height: 200px;
	overflow: auto;
	font-size: 0.8em;
	z-index: 999;
	font-weight: bold !important;
	color: #333333;
}
	
#our-mission {
	float: left;
	width: 415px;
	height: 120px;
	margin-left: 10px;
	background: url(../images/bg_our-mission.jpg) top center no-repeat;
}

#our-mission p {
	padding: 38px 20px 10px 10px;
	margin: 0;
	color: #0f9647;
	font-size: 1.0em;
}

#find-retailer {
	float: left;
	width: 102px;
	height: 87px;
	padding-top: 33px;
	padding-left: 25px;
	margin-left: 11px;
	background: url(../images/bg_find-retailer.gif) top center no-repeat;
	position: relative;
}
	
	#wtb {
		position: absolute;
		width: 127px;
		height: 120px;
		display: block;
		top: 0;
		left: 0;
		z-index: 999;
	}

#retailers {

}

#ask-wizard {
	float: right;
	width: 265px;
	height: 83px;
	margin-right: 10px;
	margin-bottom: 9px;
	background: url(../images/bg_ask-wizard.gif) top center no-repeat;
	position: relative;
	font-size: 0.9em;
}

#ask-wizard img {
	position: absolute;
	top: -72px;
	left: 153px;
}

#ask-wizard p {
	padding: 30px 115px 10px 10px;
	margin: 0;
	color: #0f9647;
}

#newsletter {
	float: right;
	width: 265px;
	height: 28px;
	margin-right: 10px;
}

#newsletter a {
	display: block;
	width: 265px;
	height: 28px;
	background: url(../images/btn_newsletter.gif) 0 0 no-repeat;
}

#newsletter a:hover {
	background: url(../images/btn_newsletter.gif) 0 -28px no-repeat;
}

#newsletter a span {
	display: none;
}



#filewidget {
	width: 600px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #ffffff;
}