@charset "UTF-8";
/* CSS Document */
html {
	moz-overflow-y:scroll;
}

body { 
behavior: url("csshover3.htc"); 
} 




#myForm{padding:10px;
	margin:10px;
	min-width:400px;
	color:#333;
}
.labelCol{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}

.myRow{ height:30px;
padding:2px;
}
.mySubmit{margin:10px;
}







/*/////////////////////// YAHOO RESET.CSS \\\\\\\\\\\\\\\\\\\\\\\\*/	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol {
	list-style:decimal;
	margin-left:25px;
}
ul {
	list-style:none;
	margin-left:25px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:115%;
}
hr {
	color:#313390;
}

/*/////////////////////// CSS DROPDOWN MENUS \\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#navMenu .navItemHdr {
font-weight:bold;
color:#313390;
}

.navItemHdr:hover {
font-weight:bold;
color:#FFFFFFF;
}

li .noHover:hover a.navItemHdr{
position:relative;

display:block;
padding:100px;
}

li.noHover a{
display:block;
padding-right:100px;
}



#navMenu ul{
position:relative;
z-index:10;

margin:0px;
padding:0px;
list-style:none;
}

#navMenu a{
color:black;
}


#navMenu ul li{
position:relative;
display:inline;
z-index:10;
float:left;
}

#navMenu ul li ul{
position:inherit;
display:none;
z-index:10;

}

#navMenu ul li:hover ul{
position:absolute;
display:block;
float:left;
width:235px;
margin-top:18px;
margin-left:0px;
padding:4px 0 4px 0;
z-index:10;
border: 1px solid #303390;
background-color:#dcdbe0;
}

#navMenu ul li:hover ul li{
position:relative;
display:block;
z-index:10;
width:231px;
height:auto;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
padding:0 0 0px 4px;
font-size:9px;
}

#navMenu ul li:hover ul li a{

padding-left:5px;
padding-right:5px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
z-index:10;
border:none;
}

#navMenu ul li ul li:hover {
background-color:#303390;
}

#navMenu ul li ul li:hover a{
display:block;
color:#dcdbe0;
border:none;

}

/*/////////////////////// UNIVERSALS \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.houdini {
	display:none !important;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.noFloat {
	float:none !important;
}
.block {
	display:block;
}
.bold {
	font-weight:bold;
}	
.blue {
	color:#313390;
}
.gray{
color:#555555;
}

.white {
	color:white;
}
.green {
	color:#e2f4d3;
}
.red{
	color:#ff0000;
}

a {
	text-decoration:none;
	color:#313390;
}
/*a:hover, a:active {
	border-bottom:1px solid red;
}*/
a.image {
	border-bottom:0 none !important;
}
.contentWrapper {
	padding:17px;
}
.contentWrapperMedium {
	padding:8px 17px;
}
.contentWrapperSmall {
	padding:2px 17px;
}
.gap {
	border-bottom:2px white solid;
}
.blueShade {
	background-color:#ededf6;
}
.grayShade {
	background-color:#f7f7f7;
	color:#555555;
}
.bigGap {
	margin-bottom:24px;
}

.bigger {
	font-size:14px;
}

.small{
	font-size:11px;
}

.smaller {
	font-size:10px;
}
.textAlign img {
	float:left;
}
.caps {
	text-transform:uppercase;
}
.spaceRight {
	margin-right:24px;
}
.black {
	color:black;
}
.narrow {
	font-family:Arial, Helvetica, sans-serif;
}

.greenShade {
	background-color:#e8f0e4;
}
table {
	width:100%;
	margin-bottom:16px;
	line-height:120%;
}
th {
	font-family:Arial, Helvetica, sans-serif
	font-weight:bold;
	color:black;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	border-left:1px solid #888888;
	padding-left:8px;
	margin-top:2px;
	font-size:11px;
}
tr td:first-child, tr td.first {
	font-weight:bold;
	border-left:0 none;
	padding-left:0;
	width:70px;
	color: black;
}
.caret {
	margin-left:0;
}
.caret li {
	padding-left:10px;
	text-indent:-10px;
	font-family:Arial, Helvetica, sans-serif
}
.caret li:before {
content: "> "; 	
}
.collapse.list {
	margin-bottom:8px;
}
.collapse.list * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313390;
	font-weight:bold;
}
.collapse.list ul *, .collapse.list ol * {
	color:#606060;
	font-weight:normal;
}
.collapseHead {
	cursor:pointer;
}
.list .collapsed {
	padding-left:16px;
	background:transparent url(images/plus.gif) no-repeat top left;
}
.list .expanded {
	padding-left:16px;
	background:transparent url(images/minus.gif) no-repeat top left;
}



/*/////////////////////// LAYOUT CSS \\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#bodyWrapper {
	width:960px;
}
#header {
	width:960px;
	height:94px;
}

h2 {
	padding:10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:Futura, Arial, Helvetica, sans-serif;
}

#headerHome {
	background:transparent url(images/header_graphic.jpg);
	width:960px;
	height:130px;
}
	
	#headerHome #topLogin{
		position:relative;
		float:right;
		width:350px;
		height:60px;
		margin-right:15px;
		margin-top:12px;
		
			}

	#headerHome #topLogin td{
		font:Arial, Helvetica, sans-serif;
		font-weight:light;
		font-size:10px;
		color:#313390;
		height:20px;
		border:none;
	}

#header img {
	float:left;
}
#headSearchWrap {
	background-color:#EDF8D7;
	width:320px;
	height:94px;
}
#headSearch {
	padding:40px 28px 10px 10px;
}
#searchAlign {
	text-align:right;
}
#headSearch input {
	margin-left:5px;
	margin-bottom:5px;
}
#navMenu {
	width:960px;
	position:relative;
	z-index:10;
	background-color:#313390;
	height:18px;
	border-top:2px solid #b3bda2;
	border-bottom:1px solid #24266b;
}
#navMenu a {
	float:left;
	display:block;
	height:15px;
	overflow:hidden;
	border-left:1px solid white;
	margin:2px 0;
	padding:0;
	position:relative;
	z-index:10;
}
#navMenu a.nav1 {
	width:78px;
	background:url(images/navMenu1.gif);
}
#navMenu a.nav2 {
	width:74px;
	background:url(images/navMenu2.gif);
}
#navMenu a.nav3 {
	width:207px;
	background:url(images/navMenu3.gif);
}
#navMenu a.nav4 {
	width:206px;
	background:url(images/navMenu4.gif);
}
#navMenu a.nav5 {
	width:207px;
	background:url(images/navMenu5.gif);
}
#navMenu a.nav6 {
	width:83px;
	background:url(images/navMenu6.gif);
}
#navMenu a:hover, #navMenu a:active {
	background-position:0 -15px;
}
#navMenu #navFirst {
	border-left:none;
}

#footer {
	background-color:#18195a;
	height:18px;
	clear:both;
	width:100%;
}
#footerCenter {
	margin:auto;
	width:680px;
	padding-top:3px;

}

#footerHome {
	background-color:#313390;
	height:60px;
	clear:both;
	width:100%;
}
#footerCenterHome{
	margin:auto;
	width:680px;
	padding-top:3px;
	}
	
#cutomerLogin {
}


/*/////////////////////// MIDDLE CONTENT AREA \\\\\\\\\\\\\\\\\\\\\\*/
#content {
	clear:both;
	width:100%;
	height:100%;
}
#leftBar {
	width:146px;
	height:100%;
	font-size:10px;
}
#leftBar form {
	margin:3px 0;
}
#leftBar input {
	margin:3px 0;
}
#leftBar .textalign img, #rightBar .textalign img {
	vertical-align:baseline;
}
#rightBar {
	width:250px;
	height:100%;
}
#rightBar .contentWrapper {
	margin-right:50px;
}
#rightBar div {
	margin-bottom:25px;
}
#contentMiddle {
	background-color:white;
	width:534px;
	height:auto;
	min-height:800px;
}
#contentMiddleWrapper {
	padding:8px 24px 100px 24px;
}
#contentMiddle #addToCart, #contentMiddle #checkout {
	padding:3px 0 3px 17px;
}
#contentMiddle .submit {
	margin-top:0px;
	float:right;
}

#homeBody {
	position:relative;
	float:left;
	background:url(images/ChemGenes_background.jpg);
	background-repeat:repeat-y;
	height:590px;
	width:705px;
	display:inherit;
	z-index:1;
	}
	

/*//////////////////////////////////////////ACCORDION SLIDER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#imageMenu {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:15px;
	width:680px;
	height:299px;
	/*background-color:#FFCC00;*/
	position:relative;
	z-index:2;
}

	#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 299px;
	width: 680px;
	
	}

#imageMenu ul li {
	float: left;
	
	
}

#imageMenu ul li a {
	
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:110px;
	height: 299px;
}

#imageMenu ul li.one a {
	background: url(images/slider_unilynker.jpg) repeat scroll 0%;
}

#imageMenu ul li.two a {
	background: url(images/slider_mirror.jpg) repeat scroll 0%;
}

#imageMenu ul li.three a {
	background: url(images/slider_tom.jpg) repeat scroll 0%;
}

#imageMenu ul li.four a {
	background: url(images/slider_isomerfree.jpg) repeat scroll 0%;
}

#imageMenu ul li.five a {
	background: url(images/slider_triphosphate.jpg) repeat scroll 0%;
	
}


.clear {
	clear: both;
}

/*//////////////////////////////////////END ACCORDION SLIDER\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


#newProducts {
	position:relative;
	width: 600px;
	margin-left:20px;
	font:Arial, Helvetica, sans-serif;
}
		#newProducts table{
			width:600px;
			
		}
		
			#newProducts td {
			border:none;
			font-size:11px;
			color:#727272;
			}
			
				#newProducts ul{
					list-style:disc;
				}


#homeRight {
	position:relative;
	float:left;
	background-color:#ebebeb;
	height:590px;
	width:255px;

	}
	#homeRightSearch{
		position:absolute;
		float:right;
		background-image:url(images/home_right_box.png);
		background-repeat:no-repeat;
		margin-top:10px;
		margin-left:-23px;
		height:118px;
		width:282px;
	}
		#homeRightSearchContent{
		position:relative;
		margin-top:25px;
		margin-left:50px;
		}	
		
		#homeRightContent{
		position:relative;
		top:130px;		
		}
		
			#homeRight #homeRightSubContent{
			position:relative;
			width:80%;
			padding-left:30px;
			padding-right:20px;
			}
			
			#homeRightShopping{
			position:relative;
			width:100%;
			background-color:#e8f6d4;
			margin-top:14px;
			border-top:2px solid #FFFFFF;
			border-bottom:1px solid #FFFFFF;
			}

				#homeRightShopping p{
				padding:5px 20px 5px 30px;
				}
			
			#homeRightProductsCatalog{
			position:relative;
			margin-top:14px;
			padding-left:30px;
			padding-right:20px;
			
			}
			
			#homeRight #upcomingEvents{
			position:relative;
			margin-top:30px;
			padding-left:30px;
			padding-right:20px;
			}
				
				
	
#shoppingCartOptions, #shoppingCartOptions a {
	background-color:#f9fdf2;
	color:#3a554c;
}
#photoFrame {
	background-color:white;
	width:215px;
	height:175px;
	overflow:hidden;
}
#photoFrame img {
	text-align:center;
}
