
body{
	background:url('images/mainbg.png') repeat-x center;
	margin: 0px;
	font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded; 
	
	scrollbar-face-color: #0099CC; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-shadow-color: #666666; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: #CCCCCC;
}

#layout_container{
	height: 768px;
	width: 990px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.layout_frame{
	height: 591px;
	float: left;
	margin-top:5px;
}

#menu{
	width: 198px;
	font-size:13px;
	background:url('images/menubg.png') no-repeat center;
}

#mainframe_container{
	width: 650px;
	background:url('images/mainframebg.png') no-repeat center;
}

#mainframe{
	border: none;
	width: 610px;
	height: 575px;
	margin-top:5px;
	overflow-x: hidden;
}

#adbar{
	width: 120px;
	text-align: center;
	overflow:hidden;
	margin-left: 5px;
}

#footer{
	height: 30px;
	width: 100%;
	font-size:12px;
	float: left;
	background:url('images/footerbg2.png') no-repeat center;
}

.optioncontainer{
	height: 30px;
	width: 100%;
	font-size:16px;
	border-bottom: 1px dotted #DDDDDD;
}

/*link decorations*/
#menu a:link, #menu a:visited{ 
  color: #0099CC; /*strongblue */
  font-weight: bold; 
  text-decoration: none; 
} 

#menu a:active{ 
  text-decoration: none; 
  color: #00FFFF; /*cyan */
  font-weight: normal; 
}

#footer a:link,#footer a:visited, #footer{
	color: #FFFFFF; 
	text-decoration: none; 
}

#menu a:hover, #footer a:hover{ 
  text-decoration: underline; 
} 

/* ad style */
.prodtable{ 
  border: 1px solid black; 
  background: #FAFAD2;  
  font-family: verdana; 
  width:180px !important;
/*  table-layout: fixed;*/
} 

.prodtable img{ 
  width: 100px !important;
  height: 80px !important;
  border: none !important; 
} 

.prodtable a:link,.prodtable a:visited{ 
  font-size:10px !important; 
  color: #0099CC; 
  font-weight:bold; 
  text-decoration: none; 
  font-variant: small-caps;
} 

.prodtable a:hover{ 
  text-decoration: underline; 
} 
.prodtable a:active{ 
  text-decoration: none; 
  color: pink; 
  font-weight:normal; 
} 

.prodtitle{ 
  font-size:10px; 
  text-transform: uppercase;
} 

.saletxt{ 
 font-size:12px !important; 
 color: #FF0000; 
 font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded; 
} 

/* end ad style */

