/* CSS Document */
:link,:visited {text-decoration: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,form {margin: 0; padding: 0;}
address {font-style: normal;}
li, ul {
   font-family: Arial, Helvetica, sans-serif;
   line-height: 15px;
}
/*********************************** Standard Styles **************************************/
.clear {
	clear:both;
	font-size:0px;
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0px;
}

#superContainer {
	width:100%;
	display:block;	
	position:absolute;
	top:0;
	left:0;
	background:transparent url(images/layout/body_top_rep.jpg) top right repeat-x;
}
#superContainer1 {
	width:100%;
	display:block;
	background:transparent url(images/layout/body_top_bg.jpg) top center no-repeat;
}
#mainContainer {
	width:977px;
	margin:0 auto;
	padding:0px;
}
#SEONavChange {
	display:block;
	position:relative;
	top:0px;
}
#FooterholderContainer {
	display:block;
	position:relative;
	width:977px;
	
}
#backgroundContainer {
	width:977px;
	margin:0; 
	padding:0;
}

#middleContainer {
	width:977px;
	margin:0; 
	padding:0px 0 0 0;
}
#sideContainer {
	float:left;
	width:215px;
	margin:0;
	padding:0px 0px 0px 15px;
}
body{
	background:transparent url(images/layout/body_bg.jpg) top repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
}



/***********************************End Standard Styles ********************************/
/**********************************Header Styles ****************************************/

.printOnly {
	display:none;
}
#urlContainer {
	width:175px;
	height:17px;
	font-weight:bold;
	float:right;
	padding:0px 0px 0 0;
	margin-right:0px;
	text-align:center;
}

#urlContainer a{
	color:#FFFFFF;
}

#headerContainer {
	height:95px;
	width:977px;
	background:transparent url(images/layout/header_bg.jpg) top left no-repeat;
	display:block;
	margin:0; 
	padding:0;
}

#homeLink {
	width:434px;
	height:78px;
	display:block;
	position:relative;
	top:0px;
	left:31px;
	float:left;
}

#headerContainer #address {
	float:left;
	height:19px;
	width:300px;
	position:relative;
	top:143px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:0px;
}





/**********************************End Header Styles ****************************************/
/*******************************  Footer Styles ************************/

#footerContainer {
	width:100%;
	height:67px;
	display:block;
	padding-top:0px;
	background:transparent url(images/layout/footer_bg.jpg) top left repeat-x;
}
#fContainer
{
	width: 977px;
	margin: 0px auto;
	height: 67px;
	background:transparent url(images/layout/footer_asl.png) top right no-repeat;
}
#aslLogo {
	
	width:43px;
	height:44px;
	float:right;
	display:block;
	position:relative;
	top:-18px;
	right:13px;
	/*border:1px solid #00FF66;*/	
}
#aslDesigned{
	width:150px;
	height:31px;
	float:right;
	position:relative;
	top: -11px;
	right: 14px;
	/*border:1px solid #00FF66;*/
}
.copyContainer {
	height:11px;
	font-size:11px;
	color:#003770;
	text-align:center;
	font-weight:bold;
}


#footerContact {
	color:#000000;
	width:700px;
	float:left;	
	font-size:11px;
	text-align:left;
	margin-top:0px;
	padding: 10px 0px 0px 16px;
}
#footerLinks {
	color:#000000;
	width:700px;
	float:left;
	padding: 14px 0px 0px 16px;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	
}
#footerLinks a:link, #footerLinks a:visited{
	color:#000000;
}
#footerLinks a:hover, #footerLinks a:active{
	color:#000000;
}
/******************************* End Footer Styles ************************/
/***********************************Content Styles **************************************/

#expandMe {
	height:57px;
	overflow:hidden;
	padding: 10px 0px;
}

.expanded {
	height:auto!important;
	overflow:visible;
}
.toggleMe {
	display:block;
	float:right;
	padding:5px;
	cursor:pointer;
}

#contentTopContainer {
	width:515px;
	padding:0px 0px 0px 0px;
}
#contentTopContainer a {
	height:15px;
	display:block;
	position:relative;
	float:left;
	margin-left:0px;
}
#contentContainer div {
	font-size:12px;
}
#contentContainer h1, #contentContainer h2, #contentContainer h3, #contentContainer h4, #contentContainer h5 {
	font-weight:bold;
	text-transform:capitalize;
	padding:5px 0 5px 0;
}
#contentContainer table {
	font-size:12px;
}
#contentContainer {
	float:right;
	width: 977px;
	padding:0px 0px 0px 0px;
	font-size:12px;	
	background:transparent url(images/layout/index_bg_rep.png) bottom left repeat-y;

}
#contentContainer p {
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#151515;
}


h1, h2, h3, h4, h5 {
	color:#080D70;
	font-weight:bold;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:13px;
}
h5 {
	font-size:12px;
}
h1.pageHead {
	padding:0;
	color: #000000;
	font-weight:bold;
	font-size:17px;	
}
.blue
{
	color: #0F417E;
}

#contentContainer ul, #contentContainer ol {
	font-size:12px;
	padding-bottom:px;
	
}
#contentContainer ul {
	margin-left:15px;
}
#contentContainer ol {
	margin-left:25px;
}
h3.redH3, .red, h4.redH4 {
	color:#ff0000;
}

a:link, a:visited {
	color:#125AD5;
	font-weight:bold;
}
a:active, a:hover {
	color:#CC0404;
}

/***********************************END Content Styles **************************************/

/*********************************** Featured Specials *************************************/
#vehicleSpecials {
	width:718px;
	height: 184px;
	padding:0px 16px 0px 0px;
	background: url(images/featured/featured_bg.jpg) top left no-repeat;
	float: right;
}
#vehicleSpecials .featuredVehicle {
	width:165px;
	margin:0 0px 0 0px;
	float:left;
}

#vehicleSpecials .featuredVehicle p{
	width:160px;
	margin:0 auto;
	font-size:12px;
	color:#151515;
}

#vehicleSpecials .carousel {
	padding: 26px 1px 0px 1px;
	width:716px;
	height: 158px;
}

#vehicleSpecials .jCarouselLite {
	width:716px !important;
	height: 158px !important;
}

#vehicleSpecials .featuredVehicle a .image {
   border: 2px solid #013878;
   padding: 0px;   
   margin:0px auto 3px;
   display:block;
   width: 138px; /*190px*/
	
}
#vehicleSpecials .featuredVehicle a:hover .image {
   border: 2px solid #071B9A;
}

#vehicleSpecials .featuredVehicle .title {
   font-family: Arial, Helvetica, sans-serif;
   background-color:#013878;
   color: #FFFFFF;
   display: block;
   font-size: 12px;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
   text-align: center;
   width: 138px; /*190px*/
   margin:0px auto;  
	 border: 2px solid #003678;
 
}


#vehicleSpecials .featuredVehicle .options {
   color: #4c4c4c;   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   text-align:left;
	 position:relative;
   margin: 0px auto;
   width:160px;
   display: none;
}

#vehicleSpecials .featuredVehicle .price {
   font-family: Arial, Helvetica, sans-serif;
   color:#0079C4;
   display: block;
   font-size: 15px;
   font-style: italic;
   font-weight: bold;
   margin: 0px auto;
   text-align: center;
	 border: 2px solid #003678;
   width: 138px;
}
#vehicleSpecials .featuredVehicle .featuredVehicleInner {
	padding:0px 0px 0px 0px;
	height:148px;
}
#vehicleSpecials .featuredVehicle .price strike{
	color: #FF0000;
}
/******************************** End Featured Specials *******************/

#header_nav {
	height:25px;
	width:480px;
	display:block;
	margin:0px;
	position:relative;
	float: right;
	right: 7px;
	top:34px;
}

#header_nav a
{
	display: block;
	float: left;
	height: 20px;
	background-image: url(images/nav/header_nav_bg.jpg);
	background-position: no-repeat;
}
#header_nav a:hover, #header_nav a:active
{
	background: none;
}

a#hn0:link, a#hn0:visited{
	margin-left:0px;	
	width:55px;
	background-position: 0px 0px;
}
a#hn1:link, a#hn1:visited{
	margin-left:1px;
	width: 63px;
	background-position: -56px 0px;
}
a#hn2:link, a#hn2:visited{
	margin-left:1px;
	width:95px;
	background-position: -120px 0px;
}
a#hn3:link, a#hn3:visited{
	margin-left:1px;
	width:77px;
	background-position: -216px 0px;
}
a#hn4:link, a#hn4:visited{
	margin-left:1px;
	width:88px;	
	background-position: -294px 0px;
}
a#hn5:link, a#hn5:visited{	
	margin-left:1px;
	width:88px;	
	background-position: -383px 0px;
}

#tires4life a
{
	width: 215px;
	height: 130px;
	background: url(images/sidebar_tires4life.jpg) top left no-repeat;
	display: block;
}

#sidebar_questions a
{
	width: 215px;
	height: 94px;
	background: url(images/sidebar_question.jpg) top left no-repeat;
	display: block;
}

#pictoFlash
{
	border: 1px solid #99999B;
	width: 925px;
	height: 352px;
	margin: 10px auto 10px;
}

#featured_buttons
{
	width: 977px;
	height: 107px;
}
#featured_buttons a
{
	height: 107px;
	display: block;
	float: left;
}

#featured_buttons #featBtn_new
{
	width: 222px;
	background: url(images/featured/new_vehicles.jpg) top left no-repeat;
}

#featured_buttons #featBtn_used
{
	width: 219px;
	background: url(images/featured/used_vehicles.jpg) top left no-repeat;
}

#featured_buttons #featBtn_parts
{
	width: 173px;
	background: url(images/featured/parts.jpg) top left no-repeat;
}

#featured_buttons #featBtn_service
{
	width: 171px;
	background: url(images/featured/service.jpg) top left no-repeat;
}

#featured_buttons #featBtn_fleet
{
	width: 192px;
	background: url(images/featured/fleet.jpg) top left no-repeat;
}

#specials_buttons
{
	width: 977px;
	height: 222px;
}
#specials_buttons #specBtn_tires4life, #specials_buttons #specBtn_makeCar
{
	height: 198px;
	float: left;
	padding-top: 24px;
}
#specials_buttons div a
{
	height: 185px;
	display: block;
	width: 300px;
}

#specials_buttons #specBtn_tires4life
{
	background: url(images/tires4life.jpg) top left no-repeat;
	padding-left: 16px;
	width: 312px;
}
#specials_buttons #specBtn_makeCar
{
	background: url(images/make_car.jpg) top left no-repeat;
	padding-left: 11px;
	width: 312px;
}

#questions
{
	display: block;
	width: 220px;
	height: 192px;
	float: left;
	padding-left: 16px;
}
#questions a
{
	display: block;
	background: url(images/questions.jpg) top left no-repeat;
	width: 220px;
	height: 192px;
}

/*********************************** BUILD AND PRICE*************************************/
#bnpBox{
	float:right;
	width: 301px;
	padding-right:0px;
	padding-left: 25px;
	padding-top: 89px !important;
	background:transparent url(images/bnp/bnp_bg.jpg) top left no-repeat;
	position:relative;
	height: 130px !important;
}
#bnpBox select{
	width: 167px;
	margin-right:5px;
	float:left;
}

#bnpBox .bap_make
{
	display: none;
}

#bnpBox input{
	float:left;
	position:relative;
	top:61px;
	left: -175px
}


ul.bnpImageList {
   margin: 0px;
   padding: 0px;
}

ul.bnpImageList li {
   list-style: none;
   margin: 0px;
   padding: 0px;
}


li.bnpLink2 {
   background-image: url(images/bnp-any-over.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   width: 388px;
}

li.bnpLink2 a, li.bnpLink2 a:link, li.bnpLink2 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/bnp-any.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   text-decoration: none;
   width: 388px;
}

li.bnpLink3 {
   background-image: url(images/bnp-this-over.gif);
   background-repeat: no-repeat;
   background-position:top left;
   display: block;
   height: 63px;
   width: 500px;
   padding:0px;

   
}

li.bnpLink3 a, li.bnpLink3 a:link, li.bnpLink3 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/bnp-this.gif);
   background-repeat: no-repeat;
   background-position:top left;
   display: block;
   height: 63px;
   width: 500px;
   padding:0px;
}
li.bnpLink1 {
   background-image: url(images/inventory-button-over.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   width: 457px;
}

li.bnpLink1 a, li.bnpLink1 a:link, li.bnpLink1 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/inventory-button.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   text-decoration: none;
   width: 457px;
}
li.bnpLink1 a:hover, li.bnpLink1 a:focus, li.bnpLink2 a:hover, li.bnpLink2 a:focus, li.bnpLink3 a:hover, li.bnpLink3 a:focus  {
   background: transparent none;
   text-decoration: none;
}
/******************************** End BUILD AND PRICE*******************/
