/***************************************************/
body
{
    font-family: Verdana, Times, serif;
	font-size: 11px;
	text-align: center;
	background-color: #E3E3E3;	
	color: #333333;	
}

form
{
    padding: 0;
    margin: 0;
}

img
{
    border: 0;
}

textarea
{
    border: 1px solid black;
}

h1
{
    font-size: 18px;
    border-bottom: 1px solid black;    
}

h2
{
    font-size: 16px;
}

h3
{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

b
{
    color: #4B4B4B;
}

/***************************************************/
a:link 
{	
    text-decoration: none;
    color: #333333;   
}

a:visited 
{
    text-decoration: none;
    color: #333333;   
}

a:hover 
{
    text-decoration: none;
    color: #333333;   
}

a:active 
{	
    text-decoration: none;
    color: #333333;   
}
/***************************************************/
#container
{	        
	width: 760px;	
	margin: 0px auto;
	text-align: left;	
	background-color: White;	
	border: 1px solid black;	
	overflow/* */:/**/ auto;
	overflow: visible;
}

#container:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#page_top
{       
    background: url(../gfx/logo_top.gif) no-repeat;
    width: 760px;
    height: 114px;
    text-align: right;
    margin: 0 0 5px 0;
}

#content
{       
   float: left;   
   border-top: 5px solid #F7F7F7;   
   width: 465px;
   padding: 20px;   
   border-left: 5px solid #F7F7F7; 
   overflow: hidden;     
}

#cw
{
    padding-top: 15px;
    float: left;
    background-color: #E5E5E5;
    width: 98%;
    text-align: center;
}

/***************************************************/

#menu
{          
    float: left;
    background: url(../gfx/menu.gif) no-repeat;
    border: 1px solid #C99F53;
    border-top: 1px solid #929292;    
    text-align: left;    
    width: 758px;    
    height: 30px;
}

#menu li
{		
	display: inline;
	padding: 0px 15px 0 15px;
}

#menu ul
{	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	white-space: nowrap;	
	padding: 7px 0 0 0;
}

#menu_left
{   
    float: left;
    width: 220px;    
    padding: 10px;    
    color: #7A7A7A;    
    border-top: 5px solid #F7F7F7;
}

#menu_left ul
{
    padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

#menu_left select
{
    background-color: #F9F9F9;
    font-size: 12px;    
    margin: 4px 0 0 0;  
    width: 190px;  
}

#menu_left li
{    
    padding: 5px 5px 5px 14px;
}

#menu_left .break
{
    background: url(../gfx/menu_break.gif) no-repeat center;
    padding: 2px 0 2px 0;
}

#menu_left a
{
    font-weight: bold;    
    font-size: 12px;
}

#key
{
    margin-top: 50px;
}
/***************************************************/

.cats
{
    float: left;
    text-align: center;
    margin: 10px;
    padding: 0px;
    width: 190px;
    height: 190px;    
    border: 1px solid #C1C1C1;
}

.cats h3
{
    padding-top: 5px;
    text-decoration: underline;
}

.cats .img
{
    margin: 25px 0 0 35px !important;
    margin: 25px 0 0 0;
    width: 100px;
    height: 100px;
    border: 1px solid #9D2811;
    padding: 5px;
    position: relative;
}

.cats a, .cats a:visited
{
    display: block;
    width: 190px;
    height: 190px;
}

.cats a:hover
{
    background-color: #E3E3E3;
}

.cats img
{
    border: 1px solid #9D2811;
    padding: 5px;
    margin-top: 20px;
}

.prods
{
    float: left;
    margin: 10px;
    padding: 0px;
    width: 450px;   
    border: 1px solid #C1C1C1;
}

.prods a, .prods a:visited
{
    display: block;
    float: left;
    width: 450px;
    height: 100%;
    padding-bottom: 0 !important;
    padding-bottom: 10px;
}

.prods h3
{
    padding-top: 10px;
}

.prods img
{
    float: left;
    margin: 10px;
    padding: 5px;
    border: 1px solid #AC290F;
}

.prods a:hover
{
    background-color: #E3E3E3;
}

.product
{
    width: 440px; 
    float: left; 
    margin: 10px 0 10px 0; 
    padding: 10px; 
    border: 2px solid #C89E0A;
}

.product .descr
{
    float: left; 
    width: 215px;
}

.product a
{
    float: right; 
    padding: 2px 2px 2px 2px; 
    margin: 0 10px 0 0; 
    border: 1px solid #D1D1D1;
}

.product a:hover
{
    background-color: #E3E3E3;    
}

.irating
{
    background: url("../gfx/symbols/icon_insurance.gif") no-repeat top center; 
    height: 20px;
    width: 55px;
    padding: 40px 0 0 0;
    font-size:7pt;
    text-align: center;
}

.frating
{
    background: url("../gfx/symbols/icon_firerating.gif") no-repeat top center; 
    height: 40px;
    width: 55px;
    padding: 40px 0px 8px 0px;
    text-align: center;
    font-size:7pt;
    line-height:96%;
}

.electroniclock{
	background: url("../gfx/symbols/icon_electroniclock.gif") no-repeat top center; 
	height: 26px;
	width: 55px;
	padding: 41px 0 0 0;
	text-align: center;
	font-size:7pt;
	line-height:96%;
}

.gradeimagecaption{
	clear:both;
	text-align: right;
	font-size:7pt;
	padding-top:6px;
}

.ratings
{
    float: right;
    text-align: center;
}
/***************************************************/
#featured
{
    min-height: 82px;
    width: 148px;
    float: right;
    background: url(../gfx/featured.gif) no-repeat;    
    margin: 30px 10px 10px 10px;
    padding: 10px;
    color: White;
}

/* Contain the floats using the :after method */
#featured:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

#featured b
{
    color: White;
}

#featured a
{
    color: White;
    font-size: 10px;    
}

#featured a img
{
    border: 1px solid black;
    padding: 2px;
    margin: 5px 15px 5px 0px;
}

#featured #image
{
    float: right;
}

.agents
{
    margin-left: 25px;
    float: left; 
    font-size: 10px; 
    width: 240px;    
}

.stForm
{
    width: 95%;
    text-align: left;  
    margin: 10px 0px 10px 0px;    
    overflow: hidden;
}

.stForm input
{
    border: 1px solid black;
}

.locations
{
    float: left; 
    width: 200px;
}

.locations a, .locations a:visited
{
    display: block;
    width: 100%;
    height: 20px;
}

.locations a:hover
{
    text-decoration: underline;
}

/***************************************************/