div#wrapper {
	width:953px; 
	background-color: #faf1e5;
	background-image: url('../images/wrapper_background.jpg');
	position:relative;
	}



/*Tooltip*/

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


/*Product Menu*/

.productmenu{
border: 1px solid #C0C0C0;
background-color: #090909;
border-bottom-width: 0;
width: 170px;
margin-top:0px;
}

* html .productmenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.productmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.productmenu a{
font-weight: bold;
font-size:12px;
padding: 12px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color:#fff;
text-decoration: none;
border-bottom: 1px solid #3d1e1a;
background:#290D09;
}

.productmenu li a.active {background:#225100; border-bottom:1px solid #326c08;} 


}

html>body .productmenu a{ /*Non IE rule*/
width: auto;
}

.productmenu a:hover{
background-color: #225100;
color: #fff;
}



	
/*Product Listing*/

p.display {padding:5px 0 5px 0; border-bottom:dotted medium #225100; font-size:14px; font-weight:bold;}

p.display a {background:#3D1E1A; padding:10px;}

p.display a:hover {background:#225100;}

div.product {margin:5px 0 10px 0; clear:left; border-bottom: dotted medium #3D1E1A;}

img.productthumb {float:left; margin:0 5px 5px 0; border:1px solid #e0e0e0; padding:2px;cursor:default;}

p.commonname {font-size:18px; font-weight:bold; font-family:'georgia', 'times new roman', 'serif'; margin-bottom:0px;}

p.biologicalname {font-size:12px; font-weight:bold; text-transform:uppercase; letter-spacing:.2em; margin-bottom:0px; font-style:italic;}

span.fieldname {text-transform:uppercase; letter-spacing:0.2em; font-weight:bold;}

p.highlight {background:#225100; float:left; padding:5px; color:#fff; margin-right:15px;}

a p.highlight {background:#3D1E1A;}

a:hover p.highlight {background:#225100;}

div.spacer {clear:both;}

div.bottompanel {clear:left;}
