@charset "utf-8";

body{
	background-image: url(../images/ui-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.clear { clear: both; }


a{
color: #0055A5;
}
a:hover{
color: #E81C24;
}

#page {
	width: 953px;
	margin: 0 auto;
}

#header{
	background-image: url(../images/ui-top-bg.gif);
	background-repeat: no-repeat;
	height:79px;
	z-index:999;

}

#fold{
	background-image:url(../images/ui-fold.jpg);
	background-repeat:no-repeat;
	height:170px;
	position:absolute;
	top:82px;
	width:953px;
	z-index:1;
}

#fold_home{
	background-image:url(../images/ui-fold_home.jpg);
	background-repeat:no-repeat;
	height:170px;
	position:absolute;
	top:82px;
	width:953px;
	z-index:1;
}

#content-wrapper{
background-color:#FFFFFF;
background-image:url(../images/ui-main-bg.gif);
background-repeat:no-repeat;
margin-top:172px;
padding:10px;
}

#content{
	float: left;
	width: 620px;
	margin-right: 25px;
	margin-left: 10px;
	
}

.no-sidebars #content{
	float:left;
	margin-left:10px;
	margin-right:25px;
	width:910px;
}


#right-column{
	float: left;
	width: 275px;
}



#content h1.title{
	color:#0055A5;
	font-size:2.1em;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:5px 0;
}

#content h3.subtitle{
	border-bottom: solid 1px #cccccc;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
	color: #0055a5;
	
}


#logo{
	float: left;
	padding:0 0 0 15px;
}



#header .tagline{
color:#0055A5;
font-size:12px;
height:38px;
margin-left:260px;
padding:5px 0 0;
}
#header .address{
	color:#000000;
	display:block;
	font-size:16px;
}

/* Main Navigation */
#mainnav {
	display:block;
	float:right;
	margin:5px 5px 0 0;
	padding:0;
	position:relative;
	z-index: 9999;
}

#mainnav li{
	list-style-type: none;
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-weight: bold;
	padding: 0;
	background-repeat: repeat-y;
	float: left;
	text-transform: uppercase;


}


#mainnav li a {
	border-left:1px solid #ED7B7F;
	border-right:1px solid #A40C12;
	color:#FFFFFF;
	display:block;
	float:left;
	margin:0;
	padding:5px 17px;
	text-decoration:none;
	/*
	background-image: url(../images/nav-bg2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	*/
	float: left;
	word-wrap: none;
	word-break: none;
}
#mainnav li.first a{
border-left: none;	
}
#mainnav li.last a{
border-right: none;	
}

#mainnav li a:hover {
	color:#e81c24;
	/*background-position: right -46px;*/
	background: #ffffff;
}

#mainnav li a.lastitem {background-position: top left;}
#mainnav li a.lastitem:hover {background-position: left -46px;}



#mainnav li ul { /* second-level lists */
background-color:#E81C24;
clear:both;
display:none;
float:none;
left:0;
line-height:normal;
margin:0;
padding:0;
position:absolute;
z-index:9999;

	

}
#mainnav li>ul { 
/* to override top and left in browsers other than IE, 
which will position to the top right of the containing li, rather than bottom left */
	
	top:28px;
	left: auto;
	
}
#mainnav li ul li{
	
	background-image:none;
	border-bottom:1px solid #AA1319;
	clear:both;
	display:block;
	
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:0;
	text-transform:none;
}
#mainnav li ul li a{
		background-image:none;
		background-position:left -46px;
		color:#FFFFFF;
		display:block;
		line-height:normal;
		margin:0;
		padding:9px 17px;
		width:162px;/* li width minus the padding of the A*/
}
#mainnav li ul li a:hover{
	background-color: #0055a5;
	background-position: top left;
	/* color: #0F3E5C; */
	color: #FFFFFF;
	background-image: none;
}



#mainnav li:hover ul, #mainnav li.over ul { /* lists nested under hovered list items */
	display: block;
	line-height: normal;
	
}

/* 

-----------------------------

*/

.box{
	background-image: url(../images/mod-bg-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 252px;
	margin:15px 0 15px;
}
.box .box-inner{
	background-image: url(../images/mod-bg-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 10px 15px 10px;
}
.box h3{
	font-size: 1.3em;
	letter-spacing: -1px;
	margin: 0;
	padding: 3px 0 5px;
}

.box .content{
	font-size: 0.9em;
}

.box ul{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
	
}

.box li{
	margin: 0;
	padding: 0 0 0 3px;
}

/* 

-----------------------------

*/

form {
	margin: 0;
	padding: 0;
}
#searchFields{
	color:#000000;
	font-size:11px;
	margin-left:523px;
}
#searchFields select{
	font-size: 11px;
	margin-bottom:3px;
	width: 110px;
}
#searchFields select.select-range{
	width: 85px;
}
#searchFields h3{
	background:#E81C24 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size:1.3em;
	margin:9px 10px 10px 7px;
	padding:2px 5px;
}
#search-by-type{
	padding: 0 0 0 10px;
}
#search-by-range{
	border-left:1px solid #cccccc;
	margin:10px 0 0 10px;
	padding:0 0 0 5px;
}
.search-small-header{
	color:#0055A5;
	font-style:italic;
	font-weight:bold;
}
#showroom-table{
	border-collapse: collapse;
}

#showroom-table {

}



.showroom-table-header{
	padding-top: 10px;
	padding-bottom: 3px;
}

#showroom-table .showroom-table-header h2{
	background:#0055A5 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size:1.3em;
	margin:0;
	padding:3px 10px;
	background-image: url(../images/header-red.gif);
}

.sr_row.odd{

}
.sr_row.even{
background: #eeeeee;
}

.sr_row{
	padding: 3px;
}

.sr_row .price{
	color: #ff0000;
	font-size: 1.3em;
}

.sr_row .listDescSmall{
	border-top:1px solid #CCCCCC;
	display:block;
	font-size: 0.9em;
	margin-top:5px;
	padding:3px 0;
}
.showroom-milage {
	font-weight: bold;
}
.showroom-price{
 color: #e81c24;
 font-weight: bold;
 font-size: 1.2em;
}
.showroom-vehicle-title {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 1.2em;
}
#showroom-table .thumbBdr{
	border: solid 6px #ffffff;
	margin-right: 5px;
}
.showroom-item-thumb{
 float: left;
 margin: 0 5px 0 0;
}
.showroom-item-details{
float:left;
padding:5px 0;
width:320px;
}
.showroom-item-tag{
color:#E81C24;
float:right;
font-weight:bold;
padding:10px 5px 0 0;
text-align:center;
width:100px;
font-family: Tahoma, Arial, Helvetica, Verdana;
font-size: 14px;
}

.pagnation{
float: right;
}

/* --------------------------------------
*/

.mod-featured-thumb{
float: left;
}

.mod-featured-thumb a{
 color: #ffffff;
}

.mod-featured-thumb img{
	border: solid 4px #ffffff;
}
.mod-featured-item{
	border-bottom: solid 1px #cccccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.mod-featured-details{
	font-size:1.1em;
	margin-left:95px;
}
.featPrice{
	color: #DE141E;
	font-weight: bold;
}
.featMiles{
	font-weight: bold;
}

#affinity-financing{
padding: 10px 0;
}
#affinity-financing-inner{
background: url(../images/financing.jpg);
background-repeat: no-repeat;
background-position: 0 0;
height: 100px;
}

#affinity-financing-inner .content{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:31px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	padding:32px 0 0 82px;
	text-align:left;
}


#affinity-financing-inner .button{
margin:-100px 0 0;
position:absolute;
}

#affinity-financing-inner .button a{

}

#affinity-financing-inner .button img{
border:none;
height:160px;
width:260px;
}

/*
WINDOW STICKER
--------------------------------
*/

.ws_blockLeft {
	margin-bottom: 13px;
	background:#eeeeee;
	color: #000000;
		background-image: url(../images/ws-pannel-bg.gif);
	background-repeat:repeat-x;
}
.ws_blockRight {
	background-repeat: repeat-y;
	line-height: normal;
	background:#eeeeee;
	color: #000000;
	background-image: url(../images/ws-pannel-bg.gif);
	background-repeat:repeat-x;
}
.ws_address{
text-align: right;
font-size: 1.2em;
}
#ws_detailImage{


}
#ws_logo {
}
.ws_label{
	font-size: 11px;
}
.ws_makeoffer{
display: block;
margin-top: 10px;
font-weight: bold;
}
.ws_makeoffer img{
margin-right:10px;
}
#ws_titleBlock {
padding:3px 5px 3px 10px;
	border-left: solid 1px #cccccc;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
#ws_container {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	/*
	background-color: none;
	background-image: url(../images/ws-bg.gif);
	background-repeat:repeat-x;
*/
}
.ws_yearMake, #ws_titleBlock h1 {
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: #000000;
	font: normal 24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height:inherit;
	border: none;
}
.ws_model, #ws_titleBlock h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 32px;
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height:inherit;
}
.ws_series {
	font-size: 20px;
}
#ws_vehicleTitle {
	margin-bottom: 10px;
}
.ws_price {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	vertical-align: middle;
}
.ws_vin {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#ws_thumbContainer {
	clear:both;
	padding:0;
}
#ws_thumbContainer ul{
	margin: 15px 0;
	padding: 0;
}
.ws_thumb {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0
}

.ws_thumb_active {
	float: left;
	padding-right: 9px;
	padding-top: 5px;
}

.ws_thumb  a img{
	border: solid 3px #ffffff;
}
.ws_thumb a.activeSlide img {
	border: solid 3px #ff0000;
}
.ws_thumb_active img {
	border: solid 3px #e81c24;
}

.ws_blockContent {
	padding:10px 15px;
	background-repeat: repeat-y;
}
.ws_hed {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.ws_mpgNum {
	font-size: 52px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ws_finePrint {
	font-size: 9px;
}
#ws_container hr {
	margin: 5px 0;
	padding: 0;
}
.ws_blockContent td {
	font-family: Arial, Helvetica, sans-serif;
}
.ws_bg {
	padding: 7px;
}
.ws_rightContent {
	padding: 10px 15px;
}
.ws_vehicleProperty {
	font-size: 12px;
	color: #000000;
}
ws_extraLinks {
	font: 13px Arial, Helvetica, sans-serif;
}
.ws_xtraLink {
	font: 13px Arial, Helvetica, sans-serif;
}
.finePrint {
	text-transform: none;
	font-size: 9px;
	color: #666666;
}
.divLine {
	font-size: 0PX;
	background: #BEC7D6;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 7px;
}
#slideShowLinkHolder {
	float: none;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
}
.ws_standardFeatures p {
	margin: 0px;
	padding: 0px;
}
.ws_standardFeatures {
	margin-left: 5px;
	font-size: 0.9em;
}
#ws_leftCol{

float:left;
margin-right:35px;
width:320px;
}
#ws_rightCol{

float:left;
width:520px;
}

/* ---------------------------------------------
FOOTER 
*/
#footer {
	border-top:1px solid #CCCCCC;
	bottom:0;
	clear:both;
	color:#555555;
	line-height:16px;
	padding:15px;
	margin-top: 25px;
}
#footer ul{
	margin: 0;
	padding: 0;

}
#footer ul li{
	
}

#footer ul li a{
	

}
#footer a{}

#footer .footer-col {
	float:left;
	list-style:none;
	margin:0 35px 0 0;
	padding:0;
}
#footer ul.footer-col {
	border-left: solid 1px #cccccc;
	margin-left: 10px;
	padding-left: 10px;
}
#footer div.footer-col {
	font-size: 0.9em;
	
}

/* ---------------------------------------------

*/
.calcHeader {
	background-color:#EEEEEE;
	background-image:url(../images/calcHeadBack.gif);
	color:#E81C24;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding:10px;
}
.calcContainer {
	width: 280px;
}
.calcContainer .calcContent {
	padding: 5px;
	background-image: url(/images/calcBack.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.calcContent ul {
	margin-left: 2em;
	margin-top: 2px;
}
.calcResults .label {
	font-weight: bold;
	color: #333333;
}
.calcResults {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #FF0000;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 7px;
}
.punctChar {
	font-weight: bold;
	font-size: 13px;
}
.CalcFormLable {
	font-weight: bold;
	font-size:0.9em;
}
.calcHeader .smalltext {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
.hrule1 {
	margin: 0px;
	padding: 0px;
}
.greyline {
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.disclaimer {
	font-size: 10px;
	color: #666666;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.star-list {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;

}

.star-list li{
	background-image:url(../images/ico-star.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	margin: 5px 0 0 0;
}

/* ----------------------------------------------   */


.serviceBlock h3 {
	font-size:1.5em;
	margin:6px 0 0;
	padding:0;
}
.serviceBlock li {
	margin-bottom: 2px;
}
.servicemenu li {
	list-style-type: none;
	
}
.servicemenu ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.servicemenu {
	background-color: #eeeeee;
	float: left;
}
.serviceBlock {
	margin-left: 125px;
	display: none;
}
.servicemenu a {
	background-color: #eeeeee;
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100px;
	padding-left: 10px;
}
.servicemenu a:hover {
	background-color: #E81C24;
	color: #FFFFFF;
	
}
#serviceInst{
	margin-left: 125px;
	margin-right: 10px;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	width: 450px;

}

/* ----------------------------------------------   */
form#contact-form{

}
form#contact-form label{
	font-weight: bold;
}
form#contact-form input{

}
.req {
	color:#FF0000;
}
.contactFax {
	display: none;
}

/* ----------------------------------------------   */

.hours-block{
	font-size: 1.2em;
}
.contact-address {
	font-size: 1.2em;
	padding:10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
}
/* ----------------------------------------------   */

.home-feature-block{
	margin: 10px 0;
	background: #eeeeee;
	padding: 5px;
	height: 200px;
}

img.news-image{

}
img.left {
margin-right: 10px;
float: left;
}

img.right{
margin-left: 10px;
float: right;
}
.home-quick-links {
border-left:1px dotted #999999;
float:right;
height:215px;
padding:5px;
width:125px;

}
.home-quick-links b{
	font-size: 1.2em;
}

.home-quick-links ul{
margin: 5px 0 0 5px;
padding: 0;
list-style: none;
}
.home-quick-links li{
margin: 0 0 5px 0;
padding: 0;
}
.news-items {
	padding: 35px 10px 20px 5px;
	color:#333333;
	font-size:1.1em;
	line-height:1.3em;
}
.home-carousel-wrapper {
border-bottom:5px solid #0055A5;
margin:20px 0 0;
padding-bottom:3px;
}

.mod-browse-body {
	width: 255px;
}
.mod-browse-body td{
 font-size: 11px;
 line-height: normal;
}

.mod-browse-body img{

}
.mod-browse-body a{
	text-decoration: none;
}
#btn-search{
	background: #ED5056 url(../images/header-red.gif) repeat scroll 0 0;
	color: #ffffff;
	font-size: 1.2em;
	padding: 3px 10px;
	margin: 3px;
	border:solid 2px #ac080e;
	font-weight: bold;
	background-position: -3px;
	border-top: solid 2px #ED5056;
	border-left: solid 2px #ED5056;
	

}
.featured-head{
	background:#E81C24 url(../images/header-red.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-family:Tahoma,Arial,Helvetica,Verdana;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
	padding:3px;
}

.status-message{
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	border:1px solid;
}
status-error{
color: #ff0000;
}
.status-normal{

}
.status-success{
color: #009933;
}

.showroom-footer {
background: #eeeeee;
border: solid 1px #cccccc;
padding: 15px;
font-size: 1.4em;
margin: 30px 0;
clear: both;
}

.man-block {

}

.man-block ul{
 list-style: none;
 margin: 0 0 0 25px;
 padding: 0;
 float: left;
}

.man-block li{
 margin: 0;
 padding: 0;

}