@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #eee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h1 {
	color:#84be19;
}
#container { 
	width: 98%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	max-width: 1200px;
	min-width: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #fff;	
	/*background:url(../images/footerBackground.jpg) repeat-x left top;*/
	height: 250px;
	width: 100%;	
}
#header .headerBackground {
	width: 100%;
	height:206px;
	background:url(../images/dna_3.png) no-repeat left top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 60px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000;
	text-align:right;
	font-size:30px;
}
#header h2 {
color:#1955aa;
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
text-align:right;
}

#gallery img{
color:#84be19;
}


input {
background: #fe9;
}

/* Menu */
#menu {
	float: left;
	width:100%;
	border-top: 1px solid #777;
	background: #fff url(../images/menuBackground.gif) repeat-x left top;	
-moz-box-shadow: gray 1px 1px 2px;
}
#menu ul {
	list-style: none;
	line-height: normal;
	min-width: 650px;
	min-height:44px;
	padding: 0px;
	margin: 0px;		
	background: url(../images/menuBackground.gif) repeat-x left top;	

}
#menu li {
	display: inline;
	border-right: 1px solid #fff;
}
#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 33px;
	margin: 0;
	padding: 10px 0 0 0;	
	text-align: center;
	color: #626161;
	text-decoration: none;
	font-size:18px;

}
#menu a:hover, #menu .active a {	
	background: #aaa;
	color: #444;
}
/*end main menu*/

#sidebar1 h2{
font-weight: bold;
font-size:15px;
margin-bottom:2px;
margin-top:px;
}
#sidebar1 ul{
padding:0px;
margin:0px;
}
#sidebar1 li{
margin-left:12px;
display:block;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */     	
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px 20px 20px 0;
-moz-box-shadow: grey 1px 1px 2px;
}
#sidebar1 a, #mainContent a {
	color:#14d;
	font-weight: bold;
}
#mainContent { 
-moz-box-shadow: grey 1px 1px 2px;
	margin: 20px 280px 20px 40px; 
/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#maincontent h1{
margin: -20px;
}
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:60px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:12px;
	margin:0 0 0 0;
	text-align:center;
} 
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* begin border corners*/
.t {background: #fff;}
.tr { padding:1px 20px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eee;}
.n_tr {padding:1px 20px} 
/* end news border corners*/


// FLYOUT2 STUFF 
#flyout2 {
padding:0; 
margin:0;
position:relative; 
left:0px;}

#flyout2 ul {padding:0; margin:0; list-style:none;-moz-box-shadow: grey 1px 1px 1px;}

#flyout2 li {
display:block; 
float:left; 
margin-bottom:0px; 
position:relative;
}

#flyout2 li ul li a {
	display: block;
	margin: 0px;padding: 0px;
	background: #fff !important;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	color: #223 !important;
}

#flyout2 li ul li a:hover, #flyout2 li.active ul li a {
	color: #223 !important;
background: #fff !important;
	margin: 0px;padding: 0px;
}

#flyout2 li ul {
min-width: 80px;
min-height:80px;
visibility:hidden;
position:absolute; 
top:43px;
left:0px; 
border-left:1px solid #fff; 
padding-top:8px;
background:#fff;
border: 1px solid #777;
z-index:1;
}

#flyout2 li ul li {
width:200px !important;
display:block; 
border:0; margin:0 10px; 
font-size:12px;
}

#flyout2 li ul li a {
width:200px !important;
text-indent:0; 
display:block;
line-height:22px; 
background:#fff;
text-decoration:none;
}

#flyout2 li ul li a:hover {
background:#fff;
width:200px !important;
text-decoration:underline; 
}


* html #flyout2 li a:hover {
background:#fff;
width:200px !important;
position:relative;
 white-space:normal;
}

#flyout2 li:hover ul,
#flyout li a:hover ul {
visibility:visible;
}

#current{
background: #aaa!important;
	color: #444 !important;
}

