.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
}
   .clsMenuTitle { cursor:hand; }
   .clsMenu { 
      border:solid 1; border-color:khaki olive olive khaki; background-color:darkkhaki;
      position:absolute; display:none; padding:1px; width:180px; z-index:1; padding-left:5px; 
      font-family:verdana; font-size:8pt; 
      }
   .clsMenu A { text-decoration:none; color:black; }
   .clsMenu A:hover { color:olive; }

html, body {
	height: 100%;
}
div.main {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: auto;
	height: 100%;
	top: 0px;
	background-color: white;
	padding: 0px;
}

div.header {
	height: 150px;
	background-image: url('header_bg.jpg');
	padding: 20px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}


div.content {
	width: 90%;
	padding: 20px;
	font-size: small;

}

div.content.title {
	margin: auto;
	text-align: center;
	font-size: 20px;

}
div.product_test {
width:90%;
margin-left: 20px;
margin-top: 0px;
height:500px;;
overflow:auto; 
scrollbar-face-color: #8AB200;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #000000; 
border-right: 1px black solid
}

div.product_list {
width:90%;
margin-left: 20px;
margin-top: 0px;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
}
.navlink
{
display:block;
width:60px;
background-color:#dddddd;
}

div.navigation
{
height: 100%;
padding: 20px;
width: 10%; 
float:left;
background-color:#dddddd;

}

div.maincontent
{
height: 100%;
width: 80%; 
}
