body {
	background: #fff;
	color: #202020;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
a, a:visited { color: #4e6b7e;}
a:hover { color: #976b00;}
	
.breadcrumb, a.breadcrumb {
	text-align: left;
	line-height: 16px;
	padding: 4px 0px 0px 8px;
	font-size:10px;
	color:#778490; 
	text-decoration:none; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	width: 100%;
	height: 16px;
	}

.breadcrumb a { 
	color: #778490; 
	text-decoration:none;
	}

.breadcrumb a:hover { 
	text-decoration:underline;
	}

.header {
	text-align: left;
	width: 100%;
	background: url(../images/header-bg.jpg) no-repeat center;
	background-color: #fec845;
	height: 66px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 1px 0px;
	}
	
/************************************************
*	Fonts										*
************************************************/

.header1, h1  {	font-family: Verdana; font-size: 20px; font-weight: bold; color: #312e30;}

.header2, h2  { font-size: 18px;color:#445157; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }
.header2white  { font-size: 18px;color:#fff; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }

.header2line  { font-size: 18px;color:#445157; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; background: repeat-x middle; background-image:url(../images/table-stripe-bg.gif); margin: 0px 15px 5px 0px; width: 100%; }
.header2line span  { background: #fff; padding-right: 3px;}

.header3, .header3dark, h3  { font-size: 14px;color:#445157; padding-bottom: 2px; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif }
.header3 a, .header3dark a, h3 a, .header3 a:visited, .header3dark a:visited, h3 a:visited { color: #6c777e;}
.header3 a:hover, .header3dark a:hover, h3 a:hover { color: #000000;}

.header4, h4, .header4dark  { font-size: 12px;color:#6c777e; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif }
.header4 a, .h4 a, .header4dark a, .header4 a:visited, .h4 a:visited, .header4dark a:visited { color: #6c777e;}
.header4 a:hover, .h4 a:hover, .header4dark a:hover { color: #000000;}

.bodytext  { font-size: 11px;color:#52534E; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytext a, .bodytext a:visited { color: #4e6b7e;}
.bodytext a:hover { color: #976b00;}

.bodytextbold  { font-size: 11px;color:#52534E; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytextbold a, .bodytextbold a:visited { color: #0422A1;}
.bodytextbold a:hover { color: #222a2d;}

.bodytextboldred  { font-size: 12px;color:#AE7360; font-weight: bold; padding-top: 0px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytextboldred a, .bodytextboldred a:visited { color: #0422A1;}
.bodytextboldred a:hover { color: #222a2d;}

.bodytextboldwhite  { font-size: 11px;color:#FFFFFF; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	
.bodysmall  { font-size: 10px;color:#CCCCCC; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodysmall a, .bodysmall a:visited { color: #CCCCCC; text-decoration:none;}
.bodysmall a:hover { color: #0265AB;}

.footertext  { font-size:10px;color:#778490; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.footertext a, .footertext a:visited { color: #778490; text-decoration:none; background-color: transparent}
.footertext a:hover { color: #424f55; text-decoration:underline; background-color: transparent}

.footerwhite  { font-size:10px;color:#FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	
/************************************************
*	Main Body									*
************************************************/

.graygradient {
	background: url(../images/bg-body-gray.gif) repeat-x;
	margin: 0;
	padding: 0;
	width: 940px;
	overflow: hidden;
	}
	
.whitegradient {
	background: url(../images/bg-body.gif) repeat-x;
	margin: 0;
	padding: 0;
	width: 940px;
	overflow: hidden;
	}

#content {
	text-align: left;
	width: 900px;
	padding: 10px 20px 20px 20px;
	font-size: 11px;
	color:#52534E; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
	
#content img {border: 0px;}

#content a, #tabcontent a, .yellowtabcontent a {
	color: #4e6b7e;
	}

#content a:hover, #tabcontent a:hover, .yellowtabcontent a:hover {
	color: #976b00;
	}

#content ul li, #content ul a.li {
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 5px -10px;
	list-style-type: square;
	}

#content ol li, #content ol a.li {
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 5px -10px;
	}

#content a.li:hover {
	color: #000000;
	}
	
.smalllist {
	font-weight: bold;	
}
	
.smalllist ul li {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 5px -10px;
	list-style-type: square;
	color:#6c777e; 
}

.largelist {
	font-size: 14px;color:#445157; padding-bottom: 2px; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif }	
}
	
.largelist ul li {
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 5px -10px;
	list-style-type: square;
	font-size: 14px;
	color:#6c777e; 
	font-weight: bold; 
}

img.border {
	border: 1px solid #000000;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}

img.noborder {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
		
img.button {
	border: 0px solid #000000;
	display: inline;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	}
	
/*	columns	*/
	
.half {
	width: 430px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
    float: left; 
	}
	
.whole {
	width: 880px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
    float: left; 
	}
	
.third {
	width: 275px;
	margin: 0px;
	padding: 0px 18px 18px 0px;
    float: left; 
	}
	
.twothird {
	width: 589px;
	margin: 0px;
	padding: 0px 18px 18px 0px;
    float: left; 
	}

.fullbox {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	clear: both;
	height: 205px;
	}

.fullbox2 {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	height: 165px;
	clear: both;
	}

.fullboxyellow {
	border: 2px solid #e6c400;
	background-color: #f8ecba;
	color:#3e3e3e;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}

.fullboxgray {
	border: 2px solid #6c777e;
	background-color: #ededed;
	color:#3e3e3e;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}

.leftbox {
	width: 235px;
	float: left;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.rightbox {
	width: 235px;
	float: right;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.leftcontent {
	float: left;
	text-align: left;
}
	
.clr{clear:both}

/************************************************
*	Tab Boxes									*
************************************************/

.tabcontent {
	margin: 8px 0px 0px 8px;
	}

.onehundred { width: 924px; float: left; margin: 0px 8px 8px 0px; padding: 0px;}
.seventyfive { width: 650px; float: left; margin: 0px 8px 8px 0px; padding: 0px;}
.fifty { width: 458px; float: left;  margin: 0px 8px 8px 0px; padding: 0px;}	
.thirtythree { width: 302px; float: left; margin: 0px 8px 8px 0px; padding: 0px;}
.twentyfive { width: 225px; float: left; margin: 0px 8px 8px 0px; padding: 0px;}

.threetenths { width: 275px; float: left; margin: 0px 8px 8px 0px; padding: 0px;}
.onefifth { width: 175px; float: left; margin: 0px 0px 8px 0px; padding: 0px;}

.row {
	width: 100%;
	padding: 0px 0px 8px 0px;
	text-align:left;
	}

.row img {
	padding: 1px;
	margin: 0px 8px 2px 0px;
	float: left;
}

.yellowtab {
    background: transparent url('../images/bg_button_yellow_right.gif') no-repeat scroll top right;
    display: block;
	text-align: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
	float: left;
}

.yellowtab span {
    background: transparent url('../images/bg_button_yellow.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0 1px 10px;
    font-size: 18px;
	color:#000000; 
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.yellowtabborder {
	padding: 5px;
	background-color:#fdbb30;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #9c9c9c;
}

.yellowtabcontent {
	border: 1px solid;
	border-color: #9c9c9c #ffffff #ffffff #c0c0c0;
    background: #feeac0;
	padding: 5px;
	clear: both;
	height: 100%;
}

.graytab {
    background: transparent url('../images/bg_button_gray_right.gif') no-repeat scroll top right;
    display: block;
	text-align: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
	float: left;
}

.graytab span {
    background: transparent url('../images/bg_button_gray.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0 1px 10px;
    font-size: 18px;
	color:#445157; 
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.graytabborder {
	padding: 5px;
	background-color: #d9dfe1;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #9c9c9c;
}

.graytabcontent {
	border: 1px solid;
	border-color: #9c9c9c #ffffff #ffffff #c0c0c0;
    background: #ffffff;
	padding: 5px;
	clear: both;
	height: 100%;
}

/************************************************
*	Buttons										*
************************************************/

a.darkgraybutton {
    background: transparent url('../images/button-darkgray-a.jpg') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 30px;
    margin-right: 10px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.darkgraybutton span {
    background: transparent url('../images/button-darkgray-span.jpg') no-repeat;
    color: #fff;
    display: block;
    line-height: 18px;
    padding: 5px 0 7px 28px;
}

a.darkgraybutton:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.darkgraybutton:hover span {
    background-position: bottom left;
} 

a.darkgraybutton:active span {
    padding: 5px 0 7px 28px; /* change to 6 0 6 28 to push text down 1px */
} 

/************************************************
*	Dealer Login								*
************************************************/

.login {
	width: 700px;
	height: 341px;
	margin: auto;
	padding: 0px;
	background: #5a584b;
	color: #fff;
	border: 1px solid #000000;
	}

#content .login img {
	margin: 0 50px 0 0;
	border-right: 1px dotted #000000;
	float: left;
	}

#content .login a {
	color: #ffffff;
	}

#content .login a:hover {
	color: #ffffff;
	}

/************************************************
*	Images with captions						*
************************************************/

.floatright {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 10px;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 4px 0px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	line-height: 11px;
    color: #52534E;
}

/*	Image floats	*/

img.floatLeft, .imageleft { 
    float: left; 
    margin: 3px 10px 0px 0px; 
}
img.floatRight, .imageright { 
    float: right; 
    margin: 3px 0px 3px 10px; 
}
	
/*	Lightbox	*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../includes/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../includes/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/************************************************
*	Footer										*
************************************************/

#bottomnav {
	background: url(../images/bg-row2.jpg);
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 4px 4px;
	}
	
.bottomnavlinks {    	
	color: #778490;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
	line-height: 75%;
	}

.bottomnavlinks ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.bottomnavlinks ul li {
	display: inline;
	margin: 0px;
	padding: 4px;
	}

.bottomnavlinks a {
	color: #778490;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
	}
	
.bottomnavlinks a:hover {
	color: #424f55;
	text-decoration: underline;
	}

#copyright {
	background: #808d98;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
    margin: 0px;
	padding: 5px;
	text-align: center;
	}
