body, html    { height: 100%; 
			color: #666; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 11px;
			background-color: #fff; 
            margin: 0px; 
			padding: 0px; 
			text-align: center; /*** Centers the design in old IE versions ***/
			min-width: 900px;
			background-image: url('images/bg.gif'); 
        	background-repeat: repeat-x;
			}
			
#hm { 	background-color: #fff; 
            margin: 0px; 
			padding: 0px; 
			text-align: center; /*** Centers the design in old IE versions ***/
			min-width: 900px;
			background-image: url('images/bg_home.gif'); 
        	background-repeat: repeat-x;}			
			
p, table, div, ul { text-align: left; 
		font-size:11px;
		line-height: 150%;}
			
#content {
		margin-left: auto; 
		margin-right: auto;
		width: 970px;
		}	

#nav        { height: 57px;
              margin: 0 auto;
			  padding: 0px; 
			  width: 970px;
			  text-align: left;}

#head       { height: 196px;
			margin: 0 auto; 
			padding: 0px;  
			 }
#logo {float:left; width: 222px;}		 	 
			 
#flash	{  float:left; 
		margin: 0; 
		padding: 0; 
		background: url('../images/header/flash.jpg') no-repeat top right; /*** 2/7/2010 set image -196 to display correctly in safari? ***/
		height: 196px;
		width: 740px; }			 
			 
#products   { height: 160px;
			margin: 0 auto; 
			padding: 0px;
			 }		
			 
#main {	margin: 0 auto; 
		padding: 0px; 
		width: 970px;
		background-color: #fff;
		height: 100%; 
		}		 
		
#home    { position: relative; 
			width: 970px; 
			float: left; 
			text-align: left; 
            min-height: 200px; 
			margin: 0px 0px 0px 0px; 
            padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;}
			
#side    { position: relative; 
			width: 180px; 
			float: left; 
			text-align: left; 
            height: 300px; 
			margin: 20px 20px 20px 20px; 
            padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px;
			background-image: url('images/side_bg.jpg');
			background-repeat: no-repeat; }

#center {
		position:relative;/*ie needs this to show float */
		width:690px;
		float:left;
		margin: 20px 0px 20px 0px; 
		padding: 0px;
		text-align: left;
		}	
		

a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
}


a.con {
	color: #CC0000;
	text-decoration: none;
}
a.con:hover{
	color: #CC0000;
	text-decoration: none;
	border-bottom:1px dotted #CC0000;
	padding-bottom: 1px;
}

a.dotted {
	color: #888;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
	padding-bottom: 1px;

}
a.dotted:hover{
	color: #CC0000;
	text-decoration: none;
	border-bottom:1px dotted #CC0000;
}

h1 {
	font-size: 13px; 
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 10px;
	color: #333;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #666;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #cc0000;
}

ul {
	list-style-type: none;
	padding-left: 1px;
	margin-left: 0px;
	position: relative;
	}
li {
	background: url('images/bullet.gif') no-repeat left top;
	padding-left: 12px;
	margin-bottom: 5px;
	background-position:0 0.1em;
	}
	
	
#sub li {
	font-size: 11px;
	background: url('images/bullet_red.gif') no-repeat left top;
	padding-left: 10px;
	margin-bottom: 5px;
	background-position:0 0.1em;
	}
	
hr {
	color: #ccc;
	border-style: solid;
	background-color: #ccc;
	height: 1px;
	}

.clear { clear: both;
         display: block;     
         height: 0;          
         visibility: hidden; }

select, input, menu, list, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.ride, textarea.ride {
	width:250px;
}
#parts {
	position:absolute;
	left:820px;
	margin: 5px;
	padding-top: 10px;
	width: 100px;
	height:10px; z-index:1; visibility: visible; top: -2px;
}

.border {border-width: 2px;
	border-style: solid;
	border-color: #ccc; }
	
.box {border-width: 1px;
	border-style: solid;
	border-color: #ccc; 
	padding:10px;
	color: #000;
	font-size: 12px;}
	

#foot {
	clear: both;
	height: 100px;
	color: #666;
	width: 970px;
	text-align: left;
	padding-top: 10px;
}

table.fine {
	border-width: 0.5px;
	border-spacing: ;
	border-style: none;
	border-color: #ccc;
	border-collapse: collapse;
}

table.fine td {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 3px;
}
/*** -----------------main menu navigation-------------------- ***/	
.ddmenu{
width: 970px;
font-weight: bold;
color: #666;
padding-top: 8px;
}

.ddmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.ddmenu ul{
margin: 0;
text-align: left; padding-left:0; padding-right:0; padding-top:8px; padding-bottom:4px
}

.ddmenu ul li{
background-image: url('none'); display: inline;
}

.ddmenu ul li a{
color: #666;
padding: 8px 4px;
margin: 0;
text-decoration: none;
font-size: 10px; 
}

.ddmenu ul li a:hover{
color: #cc0000;
}

.ddmenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " +";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:15px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; 
}


.dropmenudiv a{
width: 170px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

img.bordered {
	border-width:1px;
	border-color:#333333;
}
img.bordered:hover {
	border-width:1px;
	border-color:#CC0000;
}

