/* CSS */

body{
	font-family:  Tahoma, Arial,  Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #fff;
	color: #375d87;
	background-image: url('/img/bg_body.png');
}
body * {
/*	border: 1px solid red!important;*/
}
img{
	border: none;
}
a{
	color: #0562a2;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline!important;
}
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
#mainDiv{
	margin: 9px 0 0 0;
/*	padding-left: 9px;*/
	background-image: url('/img/24bg_left.png');
	background-position: left;
	background-repeat: repeat-y;
	width: 932px;
}
#mainDiv0{
	background-image: url('/img/24bg_right.png');
	background-position: right;
	background-repeat: repeat-y;
/*	background-color: white;*/
}


#mainDiv1{
	background-image: url('/img/24bg_top.gif');
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 21px 0 21px;
	padding-top: 30px;
}
#mainDiv2{
	background-color: white;
	padding: 0 52px 0 52px;
	margin: 0px -12px 0 -12px;
	clear: both;
	text-align: left;
}
#top{
	padding: 0 40px 0 40px;
	text-align: left;

}
#topmenu{
	background-image: url('/img/bg_topmenu.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 39px;
}
.topMenuItem{
	display: block;
	float: left;
	background-image: url('/img/bg_topmenuitem.png');
	background-position: right top;
	background-repeat: no-repeat;
	height: 27px;
	padding: 12px 34px 0 20px;
	color: white;
	font-size: 1.1em;
}
.topMenuItem:hover{
	text-decoration: none;
}
#topmenu .searchForm{
	background-color: #5aa1d0; 
	height: 28px;
	float: right;
	margin-right: 16px;
	padding: 11px 19px 0 20px;
}
#topmenu .searchForm form{
	padding: 0px;
	margin: 0px;
}
#topmenu .searchForm input.text{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	height: 13px;
	padding: 0 5px 0 8px;
	margin: 0 10px 0 0;
	color: #999;
	font-size: 1em;
	width: 133px;
}
#mainImage{
	background-image: url('/img/fp_image.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height: 214px;
	margin: 8px 0 12px 0;
}
#rMenu{
	width: 188px;
	background-color: white;
	height: 214px;
	margin-left: 565px;
	padding: 0 18px 0 19px;

}
#rMenu .button{
	background-image: url('/img/bg_rmenu_button.png');
	background-position: left top;
	background-repeat: no-repeat;
	color: #48555d;	
	width: 166px;
	height: 17px;
	display: block;
	text-transform: uppercase;
	padding: 5px 0 0 22px;
	margin-top: 2px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
#rMenu .button:hover{
	color: #0562a2;
}
#rMenu .active{
	font-weight: bold;
}
/*#rMenu .button.active{
	font-weight: bold;

}*/
#footer{
	height: 39px;
	background-image: url('/img/bg_footer.png');
	background-position: left top;
	background-repeat: repeat-x;
	color: #999;
	font-size: 1.1em;
	clear: both;
}
#bottomRounds{
	width: 932px;
}
#bottomBG{
	background-image: url('/img/24bg_bottom.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 55px;
	margin: 0 21px 0 21px;
}
.iePNG{ 
/*	BEHAVIOR: url('/img/iepng.htc');*/
	filter: expression(fixPNG(this));
}
#brandsMenu{
	padding-bottom: 25px;
	background-image: url('/img/bg_underbanner.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 214px;
}
#brandsMenu .blueLine{
	height: 9px;
	background-color: #1376b9;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#brandsButtons{
	

}
.brandButton{
	background-image: url('/img/bg_brandbutton.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	display: block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	float: left;
	width: 112px;
	text-align: center;
}
.brandbuttonActive{
	background-image: url('/img/bg_brandbutton_a.png')!important;
	color: white!important;
}
.brandbuttonActive:hover{
	color: white!important;
}
.brandButton:hover{
	color: black;
}
.brandButton .leftImg{
	float: left;
}
.brandButton .rightImg{
	float: right;
}
.brandButton div{
	padding: 10px 10px 0 10px;

}
#fpActions{
 float: right;
	margin-right: 38px;
}
.fpBigBn{
	border: 1px solid white;
	border-left: none;
	border-right: none;
	display:block;
	height: 170px;
}
.brandlogo{
	float: left;
}
.footerPhone{
	color: #999;
	font-size: 1.2em;
	width: 320px;
	padding: 42px 0 20px 0;
	clear: left;
}
.footerPhone img{
	float: left;
	margin-right: 15px;
}
#content{
	color: #48555d;
	font-size: 1.2em;
	width: 544px;
	min-height:450px;
	border-right: 1px solid #ededee;
	padding: 25px 20px 0 0;
	background-image: url('/img/bg_underbanner.png');
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 45px;
	float: left;
}
#content h1{
	font-size: 1.5em;
	color: #48555d;
}
/* SP Header */
#mainImageSP{
	float: left;
	width: 564px;
	height: 96px;
	background-image: url('/img/bg_mainimage_sp.png');
	background-position: right;
	background-repeat: repeat-y;
	margin: 8px 0 1px 0;
	padding: 0px;
}
#mainImageSP .topImage{
	float: left; 
	margin-right: 21px; 
	border-right: 1px solid #b5d5ea;
}
#rSide{
	float:right;
	width: 245px;
	margin-top: 8px;
/*	border-bottom: 1px solid #ededee;*/
	background-image: url('/img/bg_rside.png');
	background-position: right;
	background-repeat: repeat-y;

	
}
.spMenu{
	width: 188px!important;
	padding: 0px!important;
	margin: 0 0 0 19px !important;


}
.activeSubmenuDiv{
	border: 1px solid #ededee;
	border-top: none;
	padding: 5px 0 3px 0;


}
.subButton{
	display: block;
	font-size: 1.1em;
	padding: 0px 5px 6px 35px;
	background-image: url('/img/bull_submenu.png');
	background-position: 21px 5px;
	background-repeat: no-repeat;
	text-decoration: none;

}
.subButton:hover{
	text-decoration: underline;
}
/* //SP Header */


/* FROM OLD SITE */
.newcar {
	border: none;
	/*width: 470px;*/
	color: #545557;

}
.newcar TD{
	border-width: 0px !important;


	font-size: 1em;
	vertical-align: top;
	border-bottom: 1px solid #DBDBDB;
	padding: 5px;

}
.newcar TH{
	border-width: 0px !important;

	color: #;
	font-size: 1.5em;
	border-bottom: 1px solid #DBDBDB;
	width: 100px;
	text-align: left;
	font-weight: normal;
}
.newcar TH.carheader{
	width: 100%!important;
}
.newcar.divider{

	background-image: url(/img/bg-newcars.gif);
	background-repeat: repeat-y;
	width: 7px;
	border-bottom: none !important;
	padding: 0px !important;

}
/*  //FROM OLD SITE */


.newsAnnounce{
	padding: 10px;
}
.newsHeader{
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
}
.date{
	margin: 5px;
	font-size: 0.9em;
}
.announce{
	margin-bottom: 20px;

}
.pager{
	margin: 10px;
}
.pager a{
	display: block;
	width: 20px;
	height: 17px;
	text-decoration: none;
	text-align: center;
	float: left;
	border: 1px solid #0f73b7;
	padding-top: 3px;
	margin: 2px;
}
.pager a:hover, .pager a.current {
	background-color: #0f73b7;
	color: white;
}
.path{

}
.path a{
	text-decoration: none;
}
.path a:hover{
	text-decoration: underline;
}
.pathArrow{
	position: relative;
	top: -1px;
	margin: 0 5px;
}
.galleryPhotoPreview{
	display: block;
	float: left;
	background-color: #fbfafa;
	border: 1px solid #e4e6e8;
	padding: 6px;
	margin: 9px;
}
.galleryPhotoPreview:hover{
	border: 1px solid #348ac4;
}
.galleryPhotoPreview img{
/*	width: 100px;
	height: 75px;*/
}

.galleryPhoto{
	display: block;
	text-align: center;
/*	margin: 9px;*/
	margin-bottom: 20px;
}
.galleryPhoto img{
	background-color: #fbfafa;
	border: 1px solid #e4e6e8;
/*	padding: 6px;*/
}

/* additional */

h2{
	color: #48555d;
	font-size: 1.6em;
}
h3{
	color: #0562a2;
	font-size: 1.27em;
}
h4{
	font-size: 1.09em;	
}
input{
	color: #999;
	height: 16px;
}
input.button{
	height: 24px;
	font-weight: bold;
	color: white;
	background-color:#4D99CC;
	background-image: url('/img/bg_button.png');
	background-repeat: repeat-x;
	border: none;
}
hr{
	color: #589fcf;
	height: 1px;
}
/* Content tables */

#content TABLE {
	border-collapse: collapse;
/*	border: 1px solid #D3D3D3;*/
	width: 100%;
	color: #48555d;
	border-bottom: 3px solid #f4f2f2;

}

#content TABLE TH{
/*	background-color: #ECECEC;*/
	border: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 3px 10px 3px;
	vertical-align: middle;

/*	background-image: url(/img/bg-td.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
/*	font-size: 11px;*/
}
#content TABLE TD{
	border: none;
	border-bottom: 1px solid #f4f2f2;
	padding: 10px 3px 10px 3px;
	vertical-align: middle;
}

#content TABLE TH{
	background-color: #f4f2f2;
	color: #626262;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 10px 3px 10px 3px;
/*	font-size: 10px;*/
	vertical-align: top;
}
#content TABLE.invisible {
	border: none ;
}
#content TABLE.invisible TD{

	padding: 0px;
	background-color: #ffffff;
	background-image: none;	
/*	font-size: 12px;*/
}
#content font{
	font-size: 1em;
}
.salesLink{
	float: right;
	font-weight: bold;
}
.relatednews a{
	font-weight: bold;
	text-decoration: none;
}
.relatednews a:hover{
	text-decoration: underline;
}
.relatednews td{
	vertical-align: top;
	padding: 3px 0!important;
	border: none!important;
}