@charset "utf-8";
body  {
max-width: 1200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
background: #ddd;	
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 4px 0 #666; 
	-webkit-box-shadow: 0 0 4px 0 #666;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666666, offX=1, offY=1, positive=true);
margin: 2em auto 2em;
}

h1{ color:#84be19;}
#mainContent h2{margin-bottom: -4px;}
hr {border: 0px; border-bottom: 1px solid #84be19;}

#site{
max-width: 1200px;
margin: 0 auto;
min-width: 650px;
background: #eee
}

#container { 
	background: url(../images/dna_raster_gray.png) no-repeat;
	background-position: 0px 20px; 
} 

#header { 
	background: #fff;
	height: 162px;	
}
#header .banner {
	width: 100%;
	height:137px;
	background:url(../images/dns_1199x137aaaa.jpg) 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;
}

tr.deleted {
	font-size:smaller;
	font-style:italic;
	color: red;
}

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;
-webkit-box-shadow: gray 1px 1px 2px;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=1, offY=1, positive=true);
}
#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: 12px;
}
#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: 210px; /* 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 */
	background-color: #ffffff;
	margin: 17px 20px 20px 0;
-moz-box-shadow: gray 1px 1px 2px;
-webkit-box-shadow: gray 1px 1px 2px;
/*
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=1, offY=1, positive=true);*/
	background: url(../images/trans_1x1.png) ;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 8px;
}

#sidebar1 a, #mainContent a {
	color: #1244aa;
	font-weight: bold;
        text-decoration: none;
}
#sidebar1 a:hover, #mainContent a:hover{
        text-decoration: underline;
}

#mainContent { 
-moz-box-shadow: gray 1px 1px 2px;
-webkit-box-shadow: gray 1px 1px 2px;
/*
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=1, offY=1, positive=true);*/
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. */
	min-height: 360px;
	background: #fff;
	background-color: #ffffff;
	background: url(../images/trans_1x1.png);
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 12px;
	padding-bottom: 8px;
} 
.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;
}


/* FLYOUT2 STUFF */
#flyout2 {
padding:0; 
margin:0;
position:relative; 
left:0px;}

#flyout2 ul {
padding:0; margin:0; list-style:none;
-moz-box-shadow: gray 1px 1px 1px;
-webkit-box-shadow: gray 1px 1px 1px;

filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=1, offY=1, positive=true);
background: #ffffff;
background-color: #ffffff;
}

#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;
}

/* link icons*/
a[href$='.pdf'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center left;
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_archive.gif) no-repeat center left;
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_film.gif) no-repeat center left;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 0px 5px 20px;
    background: transparent url(../images/icons/icon_mailto.gif) no-repeat center left;
}

#external a{
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_external.gif) no-repeat center left;
}

#reviews a{
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_external.gif) no-repeat center left;
}
#reviews li{
	list-style: none !important;
	display:block;
}

#flash_tuts a{
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icons/icon_flash.gif) no-repeat center left;
}


#sidebar1 p b {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted black;
    color: #112 !important;
}
#fp_product {margin:8px;font-size:17px;
min-height:200px;
}
#fp_product img{
float:left;
border:1px solid black;
margin:8px;
width:300px;
}

