@charset "utf-8";
body  {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	margin: 25px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-position:top center;
}

#container {
	
	background-color: #F4F4F4;	
	color: #808080;
	
}

#header {
		padding: 1px 18px 0px 7px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		
		margin:25px auto auto auto;
		height: 117px;
	background: url(images/hed-bg.jpg) repeat-x;
	width: 900px;	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	margin: 0px 20px 0px 18px;
	border:1px solid #CFCFCF;
	background:url(images/menu-bg.jpg) repeat-x;
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 25px;
	color: #606060;
	text-transform:uppercase;
}
/* Navigation */
#navWrap{
	float: right;

}
#nav{
   	z-index: 999;
   	list-style: none;
   	margin:0;
   	padding:0;
}

#nav li{
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#606060;
	height:25px;
	text-transform:uppercase;
	float:left;
	margin-right:35px;
	text-align:center;
}

#nav li a{
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#606060;
	width:135px;
	height:20px;
	padding:5px 0px 0px 0px;
	text-transform:uppercase;
	text-decoration:none;						
}
#nav li a:hover{
	color:#FFFFFF;
	background:url(images/tab-overbg.jpg) repeat-x;
	text-decoration:none;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #94b4c3;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   padding:0;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 170px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #e3f7ff;
   border-bottom: 1px solid #94b4c3;
   background: #FFFFFF;
   color: #606060;
   font-weight: normal;
   font-size: 14px;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #243B63;
   color:#fff;
}
/*end navigation*/


#midpart
{
border-left:1px solid #DEDEDE;
border-right:1px solid #DEDEDE;
background-color:#FFFFFF;
padding:0px 17px 0px 11px;
}

#flash-banner
{
border:1px solid #CECECE;
padding:8px 9px 8px 10px;
}


#mainContent { 
	margin: 0 0px 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5;
	background:url(images/mid-bg.jpg) repeat-x;
	background-position: bottom;
	background-color: #F4F4F4;
		
}
#mainContent a{
	color: #606060;
	font-weight: bold;
	
}
#mainContent a:hover{
	color:#606060;
}
#contentpad {
	padding: 0 10px;
	color: #808080;
}

#footermain { 
	
	width: 100%;
	background-image: url(images/foot-bg.jpg);
	height: 89px;
}
#footer { 
	
	width: 978px;
	margin: 0 auto;
	background-image: url(images/foot-bg.jpg);
	height: 79px;
	font:14px Arial, Helvetica, sans-serif;
	color:#7A8498;
	line-height:22px;
	text-align:center;
	
} 
#footer a
{
font:14px Arial, Helvetica, sans-serif;
color:#7A8498;
line-height:22px;
text-decoration:none;
}

#footer a:hover
{
line-height:18px;
text-decoration:underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagetitle {
	padding: 10px 0 5px 0;
	font-weight: normal;
	color: #606060;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif
}
td.catname {
	vertical-align:top;
	text-align:center;
	padding: 0px;
	font-size: 11px;
	background-color:#F4F4F4;
}
td.catname a {
	font-size: 11px;
	color: #666666;
}
td.catname a:hover {
	color: #C03;
}
p.catname{
	text-align:left;
	padding: 0 15px 0 15px;
}
img.catimage {
	background:#7e8a9a;
	border: 2px solid #ffffff;
}
img.catimage:hover {

}
div.catimagetop {
	background:#7e8a9a;
}
td.catnavigation{
	border-bottom: 1px dashed #cccccc;
}
td.product {
	vertical-align:top;
	text-align:center;
	padding: 0px;
}
div.product {
	padding: 20px 10px 0 10px;
	font-size: 11px;
}
tr.prodlist {
	background-color: #F4F4F4;
	color: #808080;
}
tr.prodlist2 {
	background-color: #F4F4F4;
	color: #808080;
}
td.prodseperator {
	border-top: 1px dashed #e1e1e1;
}
td.prodlist {
	padding: 10px;
	color: #808080;
}
td.prodimage {
	width: 200px;
}
td.product {
	background-color: #F4F4F4;
	color: #808080;
}
img.prodimage {
	border: 2px solid #ffffff;
	margin: 10px;
}
div.product img.prodimage:hover {
}
div.product a {
	font-size: 11px;
	color: #666666;
}
div.product a:hover {
	color: #C03;
}
div.prodname {
	vertical-align: top;
}
div.prodprice {
}
td.prodnavigation {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
}
td.prodtopbuttons {
	padding-top: 5px;
}
table.quickordertbl {
	background-image:url(images/quickordertblbg.jpg);
	background-repeat:repeat-y;
}
td.quickordertbl {
	padding: 5px 10px 0px 10px;
	vertical-align: top;
}
div.quickordertbl {
	font-size:4px; 
	border-bottom: 1px solid #e1e1e1;
	margin: 0 10px;
}
td.hprightcol {
	width: 33%;
	height: 262px;
}
td.hpcol {
	padding: 0 10px 10px 0px;
	vertical-align:top;
}
div.dashedline {
	font-size: 4px;
	border-top: 1px dashed #cccccc;
}
#searchbox{
	padding: 2px 10px 2px 10px;
}
#searchbox .searchinput{
	width: 100px;
}
#searchbox .searchsubmit .searchinput{
	font-size: 10px;
}
/* Mini cart styles */
td.mincarttop{
	background-image:url(images/mcarttop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
td.mincartbot{
	background-image:url(images/mcartbot.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
td.mincart {
	background-image:url(images/mcartbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color: #ffffff;
}
td.mincart a {
	color: #d19ec7;
}
td.mincart a:hover {
	color: #ffffff;
}
/* Jquery slider styles */

#slidernav { border: 1px solid #DDD; margin-bottom: 3em;}
#slider-wrapper {margin-bottom: 3em}
#slider { width: 324px; height: 250px;}
#slider div { padding: 10px;  height: 250px;}
#slider_text { font-size: 10px; text-align:center }
#previous_button, #next_button{
	width: 25px;
	text-align: center;
	float: right;
	cursor: pointer;
	font-weight: bold;
}
#previous_button {
	float: left;
}
#next_button {
	float: right;
}

#previous_button:hover, #next_button:hover{
	color: white;
}

#slider-controls{
	position: relative;
	top: -80px;
	background-colour: #39C;
	height: 30px;
	margin-bottom: -10px;
}
#slider_controls_table {
	width: 304px;
}
#slider img {
	/*border: 0;*/
}
/* Car Sales site styles */
table.cardetailtable {
	
}
td.cardetailtable {
	padding: 20px 10px 0px 20px;
	vertical-align:top;
	color: #808080;
}
td.detailimage {
	padding-top: 10px;
	padding-left: 5px;
	color: #808080;
}
div.detailimage {
	color: #808080;

}
div.detaildescription {
	color: #808080;

}

img.detailimage {
	border: 2px solid #ffffff;
	color: #808080;
}
.gentext
{
font:normal 14px Arial, Helvetica, sans-serif;
color:#474747;
line-height:18px;
}

.graybigh1
{
font:normal 22px Arial, Helvetica, sans-serif;
color:#787878;
text-transform:uppercase;
}

#yearbox
{
border:1px solid #D5D5D5; background-color:#FFFFFF; padding:5px; font:bold 13px Arial, Helvetica, sans-serif; color: #474747; line-height:18px;}

.whitebigh1
{
font:normal 20px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform:uppercase;
line-height:22px;
}

.graybigh2
{
font:bold 15px Arial, Helvetica, sans-serif;
color:#414141;
line-height:22px;
}

.graybigh3
{
font:normal 20px Arial, Helvetica, sans-serif;
color:#414141;
text-transform:uppercase;
line-height:22px;
}

