




IMG {display:block;}



html body .high-res-bg{
    background: url(/img/header_new/home/bg-body.jpg) no-repeat 45% 0px;
}

a {
	outline: 0;
}

#Content {
	height:600px;
	overflow:hidden;
	position:relative;
}

#bg-wrap {
min-width: 990px;
}

#MainContainer {
/*override for smaller resolutions on BHP*/
	width: auto !important;
}
#newTitle {
    margin: 30px auto 0;
    width: 960px;
    min-height: 100px;
}
#newTitle h1 img {
	text-align: center;
	margin: 0 auto;
	padding: 35px 0;
}

/* Vehicle Line-up Styles */
#vLineUp {
	width: 960px;
	min-height: 210px;
	margin: 40px auto 30px;
}

#vHolder {
    position: relative;
    list-style: none
}

.vhLineUp {
    position: absolute;
    top: 0;
    left: 0;
}

.vhLineUp a {
	margin:0;
	padding:0;
    /*text-indent: -300em;    
    background: url(/img/header_new/home/titles.png) 0 0 no-repeat;    */
	display: block;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000000;
	text-indent:0;
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
	/*border:1px solid red;*/
	text-align:center;
	position: relative;
	min-height: 205px;
}

.vhLineUp a span {
	margin:0;
	padding:0;
	display:block;
	position: absolute;
	bottom:0;
}

.m_vehicle0 {
	top:0;
	left:25px;
	z-index:0;
}
.m_vehicle0 a span {
	bottom: 15px;
    left: 45px;		
}

.m_vehicle1 {
	left: 243px;
    top: 0px;
	z-index:1;	
}

.m_vehicle1 a span {
	bottom: 15px;
    left: 75px;	
}

.m_vehicle2 {
	left: 510px;
    top: 0px;
	z-index:2;	
}

.m_vehicle2 a span {
	bottom: 15px;
    left: 70px;	
}

.m_vehicle3 {
	left: 682px;
    top: 0px;
	z-index:3;	
}

.m_vehicle3 a span {
	bottom: 15px;
    left: 125px;	
}

.m_vehicle4 {
	left: 683px;
    top: 10px;
	z-index:4;	
}

.m_vehicle4 a span {
	bottom: 48px;
    left: 110px;	
}

/* Billboard pop-up styles */
#billBoardWrap {
    margin: 0;
    padding: 0;
    width: 747px;
    height: 380px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: #111;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 5;
    display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.billBoardWrapCont {
    display: none
}

#billBoardWrap .vInfo {
    width: 724px;
    height: 313px;
    margin: 0 auto;
    padding: 0px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #333333;
    background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTE1MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #292929 0%, #191919 100%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#191919));  /* Chrome,Safari4+ */    
	background: -webkit-linear-gradient(top,  #292929 0%,#191919 100%);
    background: -o-linear-gradient(top,  #292929 0%,#191919 100%);  /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  #292929 0%,#191919 100%);  /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #292929 0%,#191919 100%);  /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#191919',GradientType=0 ); /* IE6-8 */
}

#billBoardWrap h2 {
    color: #fff;
    margin-left: 35px;
    font-weight: normal;
    padding: 16px 0;
    text-transform: uppercase
}

#billBoardWrap h2 span {
    color: #707070;
    font-size: smaller
}

.vPrice {
    width: 685px;
    min-height: 50px;
    text-shadow: 0 1px 2px #000000;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 5px;
}

.vPrice div {
	float:left;	
	width:240px;
	min-height:50px;
}

.vPrice .verb {
    display: inline-block;
    color: #FFB301;
    float: left;
    width: 115px;
    font-size: 12px;
    margin: 13px 0 0;
}

.vPrice .lease {
	width:175px;		
}

.lease .verb {
	width:80px;
}


.vPrice .cash {
	width:175px;	
}

.cash .verb {
	width:80px;
}

.vPrice .price {
    display: block;
    color: #fff;
    font-size: 25px;
    margin: 3px 0;
}

.vPrice .price span {
    display: inline;
    font-size: 0.84em;
    line-height: 1.5em;
    vertical-align: text-top;
}

.vBtn {
    margin: 10px 0 0 20px;
}
.vBtn a.detailsBtn {	
	display:block;
	width:100%;
	height:100%;
	position: relative;
	z-index:6;
}

.vImg {
    position: absolute;
    top: 110px;
    left: 210px;
    z-index: 4;
}
/*
.m_vehicle2Info .vImg {
	top:93px;
}

.m_vehicle1Info .vImg {
	top:78px;
}

.m_vehicle3Info .vImg {
	top:74px;
}

.mCherokeeInfo .vImg {
	top:52px;
}

.m_vehicle4Info .vImg {
	top:85px;
}
*/
.vFeatures {
	width:175px;
	clear:both;
	min-height:175px;
	text-transform:uppercase;
	margin:5px 0 0 22px;
}

.vFeatures h3 { 
	color:#fff;
	font-size:1.25em;
	text-shadow: 0 1px 2px #000000;
	padding:5px 0;
}

.vFeatures .highlights li {
	list-style:disc;
	clear:both;
	marign:0; 
	padding:0;
	color: #919191;
	padding:3px 0;
}

a.arrowLink {
	background: url("/img/header_new/arrow.gif") no-repeat scroll 100% 50% transparent;
    color: #FFB302;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
	width:100px;
	font-weight:bold;
	margin:6px 0;
	padding:1px;
}

a.arrowLink-nw {
	
    color: #FFB302;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
	width:auto;
	font-weight:bold;
	margin:6px 0;
	padding:1px;
}
.fleft{float:left;}
.yellow-arrow1{float:left;margin:2px 2px 2px 5px ;}




#bbClose {
    text-indent: -300em;
    background: url(/img/header_new/home/close.jpg) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 27px;
    height: 27px;
}

/* Promo tiles Styles */
#promoTiles {
    margin:0px auto 0;
    width: 960px;
    min-height: 150px;
	position: relative;
	z-index: 1;
}

#promoTiles li.box {
    float: left;
    width: 238px;
    height: 161px;
    background: #333333;
    margin: 0 1px;
	position: relative;
	z-index: 0;
	/*
    border-radius: 5px;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: -moz-linear-gradient(top,  #333333 0%, #151515 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#151515));
    background: -webkit-linear-gradient(top,  #333333 0%,#151515 100%);
    background: -o-linear-gradient(top,  #333333 0%,#151515 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#151515 100%);
    background: linear-gradient(to bottom,  #333333 0%,#151515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#151515',GradientType=0 );
	*/
	background:url(/img/header_new/home/bg_promo.png) 0 0 no-repeat;
}
.box a {
	font-size: 1.2em;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px #000000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	position: relative;
	}
	
.box a:hover, 
.box a:focus {	
	color:#fff;
}

.box a span {	
	margin:0; padding:0;
	display:block;
	padding:22px 28px 0 25px;
	
}
.promo1 a {background:url(/img/header_new/home/promo1.png) center 58px no-repeat;}
.promo2 a {background:url(/img/header_new/home/promo2.png) center 45px no-repeat;}
.promo3 a {background:url(/img/header_new/home/promo3.png) center 59px no-repeat;}
.promo4 a {background:url(/img/header_new/home/promo4.png) center 46px no-repeat;}
.promo4.box2 a {background:url(/img/header_new/home/promo4.png) center 59px no-repeat;}

.box a span.chkOut {position:absolute; width:235px; height:38px; display:none; top:119px; left:3px; background:url(/img/header_new/home/promo-chkout.png) 0 0 no-repeat}
.box a:hover span.chkOut {display:block}
    
/* added for a full promo image */
#promoTiles li.box2 {
    float: left;
    width: 238px;
    height: 169px; 
    margin: 1px 1px;
	position: relative;
	z-index: 0;
	/*
    border-radius: 5px;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: -moz-linear-gradient(top,  #333333 0%, #151515 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#151515));
    background: -webkit-linear-gradient(top,  #333333 0%,#151515 100%);
    background: -o-linear-gradient(top,  #333333 0%,#151515 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#151515 100%);
    background: linear-gradient(to bottom,  #333333 0%,#151515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#151515',GradientType=0 );
	*/
	/*background:url(/img/header_new/home/bg_promo.png) 0 0 no-repeat;
	
	background: #333333;
	*/
}
.box2 a {
	font-size: 1.2em;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px #000000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	width:100%;
	height:129%;
	position: relative;
	margin-top: -63px;
	}

	
.box2 a:hover, 
.box2 a:focus {	
	color:#fff;
}

.box2 a span {	
	margin:0; padding:0;
	display:block;
	padding:22px 28px 0 25px;
	
}

.box2 a span.chkOut {position:absolute; width:235px; height:38px; display:none; top:182px; left:5px; background:url(/img/header_new/home/promo-chkout.png) 0 0 no-repeat}
.box2 a:hover span.chkOut {display:block}

a img {
border: none;
}