/* CSS Document */
#sideNavContainer {
	width:227px;
	display:block;
	margin:5px 5px 10px 0px;
	padding:0px 0 0 0px;
	background: #f0efef;
	float: right;
	border: 1px solid #FFF;
}
#sideNavContainer ul {
	width:208px;
	padding:0;
	margin:0px auto;
	display:block;
}
#sideNavContainer ul li {
	background: url(../images/nav/sidenav_arrow_over.png) center right no-repeat;
	height:72px;
	width:208px; 
	display:block;
	text-align:left;
	padding:0;
}
#sideNavContainer ul li a .subText
{
	font-size: 13px;
	color: #000;
	display: block;
	text-align: right;
	padding: 15px 44px 5px 0px;
}
#sideNavContainer ul li a .itemTitle
{
	font-size: 24px;
	color: #F40002;
	display: block;
	text-align: right;
	padding-right: 44px;
}
#sideNavContainer ul li a:link, #sideNavContainer ul li a:visited{
	background: url(../images/nav/sidenav_arrow.png) center right no-repeat;
	display:block;
	border-bottom: 1px solid #D8D6D7;
	height:72px;
}
#sideNavContainer ul li:last-child a
{
	border: 0px none;
}
#sideNavContainer ul li a:active, #sideNavContainer ul li a:hover {
	background:none;
}

#sideNavContainer ul li a
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

#creditButton
{
	width: 219px;
	height: 118px;
	display: block;
	margin: 0px auto;
	background: url(../images/badcreditasklisa.jpg) top left no-repeat;
}

/***************************************************************************************/
#navDropDownContainer {
	height:44px;
	width:1005px;
	background:transparent url(../images/nav/nav_bg.png) top left no-repeat;
	display:block;
	top:0;
	font-size: 12px;
	padding: 0px;
	position: absolute;
	z-index: 900;
}

#navDropDownContainer #topMenu
{
	list-style: none;
	width: 963px;
	height:44px;
	margin-left: 21px;
}
#navDropDownContainer #topMenu li
{
	float: left;
	position: relative;
}
#navDropDownContainer #topMenu li:hover, #navDropDownContainer #topMenu li.sfHover
{
	background: none;
}
#navDropDownContainer #topMenu li:last-child
{
	margin: 0px;
}
#navDropDownContainer #topMenu>li a
{
	height: 44px;
	display: block;
}
#navDropDownContainer #topMenu>li>a
{
	background-image: url(../images/nav/nav_bg_rep.png);
	background-repeat: no-repeat;
}
#navDropDownContainer #topMenu>li>a:hover, #navDropDownContainer #topMenu>li.sfHover>a, #navDropDownContainer #topMenu>li>a.current
{
	background: none;
}
#navDropDownContainer #topMenu>li#nav0, #navDropDownContainer #topMenu>li#nav0>a
{
	background-position: 0px 0px;
	width: 138px;
}
#navDropDownContainer #topMenu>li#nav1, #navDropDownContainer #topMenu>li#nav1>a
{
	background-position: -138px 0px;
	width: 117px;
}
#navDropDownContainer #topMenu>li#nav2, #navDropDownContainer #topMenu>li#nav2>a
{
	background-position: -255px 0px;
	width: 103px;
}
#navDropDownContainer #topMenu>li#nav3, #navDropDownContainer #topMenu>li#nav3>a
{
	background-position: -358px 0px;
	width: 157px;
}
#navDropDownContainer #topMenu>li#nav4, #navDropDownContainer #topMenu>li#nav4>a
{
	background-position: -515px 0px;
	width: 175px;
}
#navDropDownContainer #topMenu>li#nav5, #navDropDownContainer #topMenu>li#nav5>a
{
	background-position: -690px 0px;
	width: 107px;
}
#navDropDownContainer #topMenu>li#nav6
{
	width: 166px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 44px;
	text-shadow: 2px 2px 2px rgba(157, 156, 156, 0.75);
}

#navDropDownContainer #topMenu ul
{
	list-style: none;
	clear: both;
	margin-left: -1px;
	display: none;
	position: absolute;
}
#navDropDownContainer #topMenu ul li, #navDropDownContainer #topMenu ul li a
{
	width: auto;
	clear: both;
}
#navDropDownContainer #topMenu ul
{
	width: 140px;
	clear: both;
	-webkit-box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.6);
	-moz-box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.6);
	-o-box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.6);
	z-index: 100;
}
#navDropDownContainer #topMenu .childMenu
{
	left: 1px;
}
#navDropDownContainer #topMenu ul li
{
	display: block;
	margin-right: 1px;
	border-bottom: 1px solid #CFCFCF;
	clear: both;
	height: auto;
	line-height: normal;
	width: 100%;
}
#navDropDownContainer #topMenu ul li:last-child
{
	border: 0px none !important;
}
#navDropDownContainer #topMenu ul li.sfHover
{
	background: #404040;
}
#navDropDownContainer #topMenu ul li a
{
	color: #000;
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #EEEEEE 33%, #A0A0A0 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(33%,#EEEEEE), color-stop(99%,#A0A0A0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#A0A0A0',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #EEEEEE 0%,#EEEEEE 33%,#A0A0A0 99%); /* opera */
	height: auto;
	text-shadow: 1px 1px 0px #FFF;
	line-height: normal;
	padding: 5px 10px;
}
#navDropDownContainer #topMenu ul li a span.navArrow
{
	font-size: 18px;
	line-height: 12px;
	position: absolute;
	right: 10px;
}
#navDropDownContainer #topMenu ul li:last-child a, #navDropDownContainer #topMenu ul li:last-child, #navDropDownContainer #topMenu ul
{
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
#navDropDownContainer .childMenu2 ul a
{
	padding: 1px !important;
}
#navDropDownContainer .childMenu2 ul, #navDropDownContainer .childMenu2 ul li
{
	width: 127px !important;
}
#navDropDownContainer #topMenu ul li a:hover, #navDropDownContainer #topMenu ul li.sfHover>a
{
	color: #e90303;
	background: #A0A0A0; /* old browsers */
	background: -moz-linear-gradient(top, #A0A0A0 0%, #EEEEEE 67%, #EEEEEE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0A0A0), color-stop(67%,#EEEEEE), color-stop(100%,#EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0A0A0', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #A0A0A0 0%,#EEEEEE 67%,#EEEEEE 100%); /* opera */
}
#navDropDownContainer .childMenu2, #navDropDownContainer .childMenu2 ul
{
	position: relative;
	left: 130px;
	top: 5px;
}
#navDropDownContainer .childMenu2
{
	z-index: 25;
}
#navDropDownContainer .childMenu2 ul
{
	z-index: 26;
}

/* Custom Nav Styles */
#navDropDownContainer #topMenu #nav7 ul
{
	width: 128px;
}

#navDropDownContainer #topMenu #child1
{
	width: 138px;
}
#navDropDownContainer #topMenu #child2
{
	width: 117px;
}
#navDropDownContainer #topMenu #child3
{
	width: 119px;
}
#navDropDownContainer #topMenu #child4
{
	width: 157px;
}
#navDropDownContainer #topMenu #child5
{
	width: 175px;
}
#navDropDownContainer #topMenu #child6
{
	width: 107px;
}
/***************************************************************************************//* CSS Document */

table.hours {
	margin-top: 10px;
	border:1px solid #999999;
	/*width:480px;*/
	font-size:12px;
}

td{
	color:#000000;
}

td.head2{
	color: #000;
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #EEEEEE 33%, #A0A0A0 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(33%,#EEEEEE), color-stop(99%,#A0A0A0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#A0A0A0',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #EEEEEE 0%,#EEEEEE 33%,#A0A0A0 99%); /* opera */
   border: 1px solid #939393;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
	text-align:center;
	font-weight:bold;
}

.RowTwo, .Row2{
	background-color:#EBEBEB;
	
}

tr.showroomMake td{
	color:#FFFFFF;
	background-color:#A20708;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
/* 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;
}

#hyperContainer {
	width:100%;
	height: 100%;
	display:block;	
	position:absolute;
	top:0;
	left:0;
	background:transparent url(../images/layout/body_top_rep.png) top left repeat-x;
}
#superContainer {
	width:100%;
	height: 100%;
	display:block;
	background:transparent url(../images/layout/body_top_bg.jpg) top center no-repeat;
}
#mainContainer {
	width:1005px;
	margin:0 auto;
	padding:0px;
}
#SEONavChange {
	display:block;
	position:relative;
	top:0px;
}
#FooterholderContainer {
	display:block;
	position:relative;
	padding-top:44px;
	width:1005px;
	
}
#backgroundContainer {
	width:1005px;
	background:transparent url(../images/layout/index_bg_rep.png) bottom left repeat-y;
	margin:0; 
	padding:0;
}

#middleContainer {
	width:1005px;
	background:transparent url(../images/layout/content_top_bg.png) top left no-repeat; 
	margin:0; 
	padding:0px 0 0 0;
}
#sideContainer {
	float:left;
	width:238px;
	margin:0px 0px 0px 21px;
	padding:0px 0px 0px 0px;

}
body{
	background:transparent url(../images/layout/body_bg_rep.png) top repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
}
html
{
	height: 100%;
}

a
{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/***********************************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:146px;
	width:1005px;
	background:transparent url(../images/layout/header_bg.png) top left no-repeat;
	display:block;
	margin:0; 
	padding:0;
	position: relative;
}

#homeLink {
	width:330px;
	height:125px;
	display:block;
	position:relative;
	top:6px;
	left:45px;
	float:left;
}

#headerContainer #address {
	float:left;
	height:19px;
	width:300px;
	position:relative;
	top:143px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:0px;
}

#header_links
{
	position: absolute;
	line-height: 38px;
	right: 40px;
	top: 45px;
}
#header_links, #header_links a
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#link_container
{
	position: absolute;
	right: 120px;
	width: 245px;
}

#social_buttons
{
	width: 124px;
	height: 38px;
	float: right;
	margin-left: 10px;
}
#social_buttons a
{
	display: block;
	width: 35px;
	height: 36px;
	float: left;
	margin-top: 3px;
	background: url(../images/layout/social_header.png) no-repeat;
}
#social_buttons .facebook
{
	margin-left: 2px;
	background-position:0px 0px;
}
#social_buttons .twitter
{
	margin-left: 8px;
	background-position:-40px 0px;
}
#social_buttons .youtube
{
	margin-left: 9px;
	background-position:-80px 0px;
}

/**********************************End Header Styles ****************************************/
/*******************************  Footer Styles ************************/

#footerContainer {
	width:1005px;
	height:130px;
	display:block;
	padding-top:0px;
	background:transparent url(../images/layout/footer_bg_index.png) top right no-repeat;
}
#aslLogo {
	
	width:60px;
	height:60px;
	float:left;
	display:block;
	position:relative;
	top:0px;
	left:0px;
	/*border:1px solid #00FF66;*/	
}
#aslDesigned{
	width:190px;
	height:15px;
	float:left;
	position:relative;
	top:px;
	left: px;
	/*border:1px solid #00FF66;*/
}
#copyContainer {
	height:11px;
	font-size:11px;
	color:#000000;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	float:right;
	font-weight:bold;
	
}


#footerContact {
	color:#000;
	width:685px;
	float:left;	
	font-size:12px;
	text-align:left;
	padding-right:0px;
	margin-left:40px;
}
#footerUrl {
	display:block;
	height:15px;
	width:160px;
	float:right;
	position:relative;
	top:0px;
	left:0px;

}
#footerLinks {
	color:#2f2f2f;
	width:685px;
	float:left;
	padding-right:0px;
	font-size:12px;
	text-align:left;
	margin: 22px 0px 3px 40px;
}
#footerLinks a:link, #footerLinks a:visited{
	color:#000;
	font-weight:normal;
}
#footerLinks a:hover, #footerLinks a:active{
	color:#EA0001;
}

#footerContainer #autonetLink
{
	width: 180px;
	height: 27px;
	display: block;
	margin: 23px 0px 0px 433px;
}
/******************************* End Footer Styles ************************/
/*********************************** Featured Vehicle *************************************/

.featureTitle {
	
	width:229px;
	display:block;	
	font-weight:bold;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
}

.featureContainer {
	display:block;	
	margin-left: 4px;
}

.sideBarFeatureContent {
	
	width:229px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	display:block;
	float: left;
	
}
.featureContainer .featuredVehicle {
	width:229px;
	padding:0px 0px 10px 0px;
}
.sideBarFeatureContent .title {

   color: #000;
   display: block;
   font-size: 15px;
   font-weight: normal;
   padding:0px;
   text-align: right;
   width: 209px; /*190px*/   
   margin:5px auto;
}

.sideBarFeatureContent p{
	margin:0 auto;
	padding:10px;
	font-size:12px;
	color:#151515;
}


.sideBarFeatureContent a .image {
   padding: 0px;
   width: 229px;
   display:block;
   margin:0px auto 0px auto;
   border: 0px;
}

.sideBarFeatureContent .options {
   display: none;
	
}

.sideBarFeatureContent .price {
	
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	width: 209px; /*181px*/
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color:#E40004;
	text-align: right;
  	font-size: 18px;  
	font-weight: bold;
}
.sideBarFeatureContent .price strike{
	color: #000000;
}
.sideBarFeatureContent .price .arrow
{
	margin-right: 5px;
	font-size: 21px;
}

/******************************** End Featured Vehicle *******************/
/***********************************Content Styles **************************************/
#contentTopContainer {
	width:515px;
	padding:0px 0px 0px 0px;
}
#contentTopContainer a {
	height:15px;
	display:block;
	position:relative;
	float:left;
	margin-left:0px;
}

#contactContainer {
	width:530px;
	height:20px;
	display:block;		
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#3F3F3F;	
	padding-bottom:0px;
}

#contactContainer #phone{
	width:180px;	
	text-align:right;
	float:right;
	position:relative;
	top:0px;
}
#contactContainer #address{
	width:335px;	
	text-align:left;
	float:left;
	font-weight:normal;
	padding-top:0px;
	
}
#contentContainer div {
	font-size:12px;
}
#contentContainer h1, #contentContainer h2, #contentContainer h3, #contentContainer h4, #contentContainer h5 {
	font-weight:bold;
	text-transform:capitalize;
	padding:0px 0 10px 0;
}
#contentContainer table {
	font-size:12px;
}
#contentContainer {
	width: 1005px;
	font-size:12px;	
	z-index:0;
}
#contentContainer p {
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#151515;
}

#flashContent
{
	width: 957px;
	height: 282px;
}
#flashContainer
{
	margin-left: 21px;
	width: 957px;
	height: 282px;
	border: 3px solid #878787;
}

h1, h2, h3, h4, h5 {
	color:#EA0001;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h1.pageHead {
	padding:3px 10px !important;
	color: #FFF;
	font-size:20px;
	background: #EA0001;
	margin-bottom: 10px;
}

#contentContainer ul, #contentContainer ol {
	font-size:12px;
	padding-bottom:10px;
	
}
#contentContainer ul {
	margin-left:15px;
}
#contentContainer ol {
	margin-left:25px;
}
h3.redH3, .red, h4.redH4 {
	color:#ff0000;
}

a:link, a:visited {
	color:#68788F;
	font-weight:bold;
}
a:active, a:hover {
	color:#000;
}

/***********************************END Content Styles **************************************/

/************************************* New Sidebar Styles **************************/
#didYouKnow{
	
	width:197px;
	padding:0px 0px 0px 0px;
	margin:0;
	display:block;
}

#didYouKnowHeader h5{
	font-weight:bold;
	text-transform:capitalize;
	color:#606060;
	display:block;
	text-align:center;
	margin:0px;
	font-size:13px;
	
}

#didYouKnow p {
	padding:0px 0px 0px 0px;	
}

#didYouKnow ul{
	list-style:none;
	padding:0px;
}

#didYouKnow ul li{
	margin:0px;
}

#didYouKnow li a{
	display:block;
	font-weight:bold;
	font-size:12px;
}
.featureNewTitle {
	
	margin:0;
	position:relative;
	top:0px;
	float:left;
	height:124px;
	width:22px;
	display:block;
}
/************************************* END New Sidebar Styles **********************/

/******************************** Featurebox Styles **************************/
#featureboxFloat {
   display: block;
   margin:10px auto 10px auto;

}


#featureboxContainer {
   display: block;
   margin: 0px auto 0px auto;
   padding: 0px;
   color:#696969;
}



#featureboxLeftColumn {
   display: block;
   float: left;
   margin: 0px;
   padding: 0px 5px 0px 0px;
   width: 254px;
}

#featureboxRightColumn {
   display: block;
   float: right;
   margin: 0px;
   padding: 0px 0px 0px 0px;
   width: 254px;
}
div.featurebox, div.featureboxHover {
	  cursor: pointer;
   display: block;
   height: 65px; /*61px*/
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 254px; /*244px*/
   border:none;
}
div.featurebox {

   
   background-image: url(../images/featurebox/featurebox_off.png);
   background-position: top left;
   background-repeat: no-repeat;
   
}
div.featureboxHover {
   background-image: url(../images/featurebox/featurebox_over.png);
   background-position: top left;
   background-repeat: no-repeat;


}
.featurebox .featureboxText{
	font-size:11px;
	color:#0B456E;
}
div.featureboxHover .featureboxText {
	color:#960101;
	font-size:11px;
}
div.featurebox div.image, div.featureboxHover div.image {
   display: block;
   float: right;
   position:relative;
   padding-left:0px;
   top:0px;
   


}

.featurebox strong{
	color:#5193C3;
	font-size:12px;
	line-height:17px;
	
	
}
.featureboxHover strong {
	color:#CC0404; 
	line-height:17px;
}
/************************************* End Featurebox Styles ***********************/


/*********************************** Featured Specials *************************************/
#vehicleSpecials {
	width: 357px;
	height: 227px;
	float: left;
	background: url(../images/featured/index_featured_bg.png) top left no-repeat;
}
#vehicleWrapper
{
	width: 347px;
	height: 227px;
	overflow: hidden;
	margin-left: 5px;
}
#vehicleSpecials .featuredVehicle {
	width:352px;
	height: 156px;
	margin:67px 0px 0 0px;
	float:left;
}

#vehicleSpecials .featuredVehicle p{
	width:160px;
	margin:0 auto;
	font-size:12px;
	color:#151515;
}


#vehicleSpecials .featuredVehicle a .image {
   border: 1px solid #000000;
   padding: 0px;   
   margin:0px 0px 19px 9px;
   float: left;
   width: 176px; /*190px*/
   height: 132px;
}

#vehicleSpecials .featuredVehicle .title {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   float: right;
   font-size: 14px;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
   text-align: center;
   width: 157px; /*190px*/
   margin:0px 5px 7px 0px
 
}

#vehicleSpecials .featuredVehicle .options {
   color: #000;   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   text-align:left;
	 position:relative;
   margin-right: 7px;
   width:150px;
   float: right;
   min-height: 95px;
 
}
#vehicleSpecials .featuredVehicle .options a
{
	color: #B40000;
}

#vehicleSpecials .featuredVehicle .price {
   font-family: Arial, Helvetica, sans-serif;
   color:#cb0e12;
   font-size: 15px;
   font-style: italic;
   font-weight: bold;
   margin-top: 0px;
   text-align: right;
   float: right;
   width: 150px;
   padding-right: 11px;
   padding-top: 3px;
}
#vehicleSpecials .featuredVehicle .price br
{
	display: none;
}
#vehicleSpecials .featuredVehicle .featuredVehicleInner {
	padding:0px 0px 0px 0px;
}
#vehicleSpecials .featuredVehicle .price strike{
	color: #000;
	margin-right: 2px;
}

#vehicleWrapper .buttonPrevious, #vehicleWrapper .buttonNext
{
	position: absolute;
	top: 21px;
	width: 12px;
	height: 13px;
	border: 0px;
	cursor: pointer;
}
#vehicleWrapper .buttonPrevious
{
	left: 7px;
	background: url(../images/featured/btn_prev.gif) top left no-repeat;
}
#vehicleWrapper .buttonNext
{
	left: 38px;
	background: url(../images/featured/btn_next.gif) top left no-repeat;
}
/******************************** End Featured Specials *******************/
/************************************** Contact Form Styles ************************/
#contactForm{
	margin-top: 20px;
	padding-bottom: 10px;
}

#contactForm label{
	display:block;
	float:left;
	width: 150px;
	text-align:right;
	font-weight:bold;
	margin-right: 15px;
	margin-bottom: 10px;
}
#contactForm input, #contactForm select, #contactForm p, #contactForm textarea{
	display:block;
	float:left;
	width:330px;
	margin-bottom: 10px;
}

#contactForm select{
	width: 334px;
}

#contactForm p{font-size:10px; margin-bottom:0;}

#contactForm input.formButton{
	float:right;
	display:block;
	width: 165px;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #2A2A2A;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
}
/******************************* End Contact Form Styles ************************/

.SubTitle {
	text-align: left;
  color: #000;
   background: #EEEEEE; /* old browsers */
   background: -moz-linear-gradient(top, #EEEEEE 0%, #EEEEEE 33%, #A0A0A0 99%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(33%,#EEEEEE), color-stop(99%,#A0A0A0)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#A0A0A0',GradientType=0 ); /* ie */
   background: -o-linear-gradient(top, #EEEEEE 0%,#EEEEEE 33%,#A0A0A0 99%); /* opera */
   border: 1px solid #939393;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
	text-transform: uppercase;
}
#siteMap {
	width:300px;
	margin:0 auto;
	padding-bottom:0px;
}
#siteMap ul{
	padding-top:0;
	padding-bottom:0;
}
.formBut, .formbut{
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #2A2A2A;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0px 0;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
}

.redText {
	color:#AC0501;
	font-weight:bold;
}

/*********************************** BUILD AND PRICE*************************************/
#bnpBox{
	float:left;
	width: 285px;
	padding-right:0px;
	height:136px;
	background:transparent url(../images/bnp/bnp_index.png) top left no-repeat;
	position:relative;
	margin-top:2px;
	margin-left: 21px;
}
#bnpBox .bap_dropdown
{
	width: 116px;
	height: 25px;
	float:left;
	background:transparent url(../images/bnp/dropdown_bg.png) top left no-repeat;
	cursor: pointer;
	text-align: left;
	padding: 0px 24px 0px 15px;
	line-height: 25px;
	color: #000;
	margin: 65px 0px 0px 70px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#bnpBox .bap_list
{
	background: #FFF;
	width: 155px;
	position: absolute;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	left: 70px;
	z-index: 5;

	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#bnpBox .bap_list span
{
	line-height: 20px;
	color: #000;
	cursor: pointer;
	display: block;
	padding: 4px 16px;
}
#bnpBox .bap_list span:first-child
{
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#bnpBox .bap_list span:last-child
{
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#bnpBox .bap_list span:hover
{
	background: #EEE;
}

#bnpBox .bap_make, #bnpBox #bap_model, #bnpBox input
{
	display: none;
}


ul.bnpImageList {
   margin: 0px;
   padding: 0px;
}

ul.bnpImageList li {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#bnpBox #bnpSubmit
{
	background: url(../images/btn_next_index.png) top left no-repeat;
	width: 77px;
	height: 24px;
	cursor: pointer;
	position: relative;
	top: 103px;
	left: 172px;
}
/******************************** End BUILD AND PRICE*******************/

/*********************************  FORM STYLES    ********************************/
#formDiv div
{
	clear:both;
	margin-bottom:0px;
}

#formDiv label{
	display:block;
	float:left;
	text-align:right;
	width:200px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#formDiv input{
	width:350px;
	margin-bottom: 10px;
}

#formDiv select {
	width:354px;
	margin-bottom: 10px;
}

#formDiv .radioButtons {
	width:20px;
	__display:list-item;
}
form br{
	clear:both;
}

#formDiv textarea{
	width:350px;
	height:100px;
}

#nameField {
	margin-top:20px;
}

#formDiv #nameField, #formDiv #emailField, #formDiv #phoneField {
	margin-bottom:5px;
}

#nameField label, #emailField label, #phoneField label {
	width:85px;
	font-weight:bold;
}

#submitButton input, #resetButton input {
	width:175px;
	color: #000;
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #EEEEEE 33%, #A0A0A0 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(33%,#EEEEEE), color-stop(99%,#A0A0A0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#A0A0A0',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #EEEEEE 0%,#EEEEEE 33%,#A0A0A0 99%); /* opera */
   border: 1px solid #939393;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	text-shadow: 0px -1px 0px #033A57;
}
#submitButton input:hover, #resetButton input:hover
{
	background: #FFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 33%, #BABABA 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(33%,#FFF), color-stop(99%,#BABABA)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#BABABA',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FFF 0%,#FFF 33%,#BABABA 99%); /* opera */
}
#submitButton input:active, #resetButton input:active
{
	background: #A0A0A0; /* old browsers */
	background: -moz-linear-gradient(top, #A0A0A0 0%, #EEEEEE 33%, #EEEEEE 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0A0A0), color-stop(33%,#EEEEEE), color-stop(99%,#EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0A0A0', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #A0A0A0 0%,#EEEEEE 33%,#EEEEEE 99%); /* opera */
	-webkit-box-shadow: inset 0px 0px 3px #000;
	-moz-box-shadow: inset 0px 0px 3px #939393;
	-o-box-shadow: inset 0px 0px 3px #000;
	box-shadow: inset 0px 0px 3px #000;
	border: 0px none;
	padding: 1px;
}

#submitButton {
	padding-right:5px;
	__padding-right:6px;
}

#formDiv #submitButton, #formDiv #resetButton {
	width:175px;
	float:right;
	clear:none;
	position:relative;
	margin-top: 10px;
	
}

#formDiv #resetButton {
	padding-right:126px;
	__padding-right:121px;
}

.fieldTest, .fieldTest div {
	width:700px;
	margin:0 auto;
}

#fieldErrorClass {
	border:1px solid #2d2d2d;
	background-color:#FFC4C4;
	width:525px;
	margin:15px auto !important;
}

.fieldErrorClass {
	background-color:#FFC4C4;
}

#fieldErrorClass ul li {
	color:#000000;
}

#relp
{
	width: 299px;
	height: 227px;
	background: url(../images/layout/relp_index.png) top left no-repeat;
	float: left;
	margin-left: 10px;
}
#relp a
{
	width: 299px;
	height: 227px;
	display: block;
}

#rewards
{
	width: 299px;
	height: 227px;
	background: url(../images/layout/rewards.png) top left no-repeat;
	float: left;
	margin-left: 10px;
}
#rewards a
{
	width: 299px;
	height: 227px;
	display: block;
}


/*********************************** Search Styles **************************************/
#searchContainer
{
	width: 306px;
	height: 177px;
	background: url(../images/layout/index_search.png) top left no-repeat;
	float: left;
	padding: 50px 0px 0px 17px;
}
#searchContainer #searchTitle {
	font-family:Verdana, Arial, Helvetica;
	font-size:16px;
	color:#fefefe;
	font-weight:bold;
	padding:2px 0 0 0;
}
#searchContainer .searchElement {
	display: block;
	margin:0px 3px;
	position:relative;
}
#searchContainer .searchField {
	display:block;
	color:#000;
	height:20px;
	width:254px;
	padding:5px 20px 10px 15px;
	background:transparent url(../images/search_field.png) top left no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 902;
	position: relative;
}
#searchContainer .searchField:hover, #searchContainer .searchDropdown ul li {
	cursor:pointer;
}
#searchContainer .submit_button {
	display:block;
	height:26px;
	width:72px;
	background:transparent url(../images/search_button.png) top left no-repeat;
	margin:2px 14px 0 0;
	float:right;
}
#searchContainer .submit_button:hover {
	background-position:0px -27px;
	cursor:pointer;
}
#searchContainer .searchDropdown {
	display:none;
	position:absolute;
	z-index:905;
	background-color:#fff;
	width:289px;
	margin-top:-8px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:0px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#searchContainer .searchDropdown ul
{
	margin-left: 0px;
	padding-bottom: 0px;
}
#searchContainer .searchDropdown ul li {
	list-style:none;
	color:#000;
	padding:4px 16px;
}
#searchContainer .searchDropdown ul li:first-child
{
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#searchContainer .searchDropdown ul li:last-child
{
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#searchContainer .searchDropdown ul li:hover
{
	background: #EEE;
}
/*********************************** End Search Styles **************************************/

#newVehicleHeader
{
	width: 678px;
	height: 35px;
	float: right;
	background: url(../images/newVehicleHeader.png) top left no-repeat;
	margin: 2px 21px 0px 0px;
}

#newVehicleSlider
{
	height: 101px;
	width: 678px;
	overflow: hidden;
	float: left;
}
#newVehicleSlider #newVehicleWrapper
{
	margin-left: 48px;
}
#newVehicleSlider .buttonNext, #newVehicleSlider .buttonPrevious
{
	width: 54px;
	height: 101px;
	border: 0px none;
	cursor: pointer;
}
#newVehicleSlider .buttonNext
{
	background: #FFF url(../images/slider_arrow_right.png) center left no-repeat;
	right: 0px;
}
#newVehicleSlider .buttonPrevious
{
	background: #FFF url(../images/slider_arrow_left.png) center right no-repeat;
	left: 0px;
}
#newVehicleSlider .vehicleContainer
{
	float: left;
	width: 125px;
	height: 101px;
	display: block;
	position: relative;
	padding: 0px 10px;
}
#newVehicleSlider .vehicleContainer img
{
	width: 125px;
	display: block;
	border: 0px;
}
#newVehicleSlider .vehicleContainer .title
{
	width: 125px;
	text-align: center;
	position: absolute;
	top: 85px;
	color: #000;
	font-weight: normal;
}::-webkit-scrollbar
{
    width: 12px;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 5px;
    background: #F0EFEF;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: rgba(255,0,0,0.8);
}
::-webkit-scrollbar-thumb:hover
{
    background: rgba(255,0,0,1);
    width: 10px;
}#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

