@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	background: url(../images/new/bg_body.jpg) repeat-x;
}
#container {
	width: 950px;
	margin: 0 auto;
	border: none;
	background: none;
}
a {
	color: inherit;
}




/* SITE SELECTOR */
#website_list {
	font-size: 12px;
	margin-left: 20px;
}
#website_list label {
	padding-left: 0px;
	padding-top: 4px;
	margin-bottom: 0px;
}
#website_list select {
	margin-bottom: 0px;
}




/* HEADER */
#header {
	width: 950px;
	height: 128px;
	padding-top: 20px;
	font-size: 14px;
	color: #000;
	background: url(../images/new/bg_header.jpg) no-repeat;
}
#logo_napleton {
	margin-top: 20px;
	float: left;
}
#header_text {
	margin-top: 18px;
}

#header span {
	float: right;
}

#sales_number {
	font-size: 18px;
	position: absolute;
	right:15px;
	top:20px;
	/*
	font-size: 20px;
	font-weight: bold;
	margin-top:-15px !important;
	*/
}

#service_parts_number {
	font-size: 18px;
	margin-top: -10px;
	position: absolute;
	right:15px;
	top:60px;
	/*
	font-size: 16px;
	margin-top: -12px;
	*/
}

#dealer_address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top:30px;
}

/* TOP CONTENT */
#top_content {
	width: 940px;
	height: 441px;
	background: url(../images/new/bg_top_content.png) no-repeat;
}
#image_flipper {
	width: 920px;
	height: 280px;
	margin: 0 auto;
	margin-top: 0;
	margin-left:15px;
}
#round_corners_frame {
	position:absolute;
	top: 182px;
	left:15px;
	height:295px;
	width:927px;
	z-index:9;
}
#choose_model {
	margin-top: 15px;
}
#model_scroller {
	margin-top: 10px;
}
#model_scroller img {
	margin-left: 35px;
}




/* BOTTOM CONTENT */
#bottom_content {
	background-color: #fff;
}
#predriven, #service_dept, #news_events {
	margin-top: 15px;
	margin-left: 50px;
}
#btns {
	margin: 5px 0;
}
#btn_search {
	margin-left: 50px;
}
#btn_schedule {
	margin-left: 227px;
}
#btn_learn_more {
	margin-left: 225px;
}




/* DIRECTIONS & TESTIMONIALS */
#map_testimonials {
	width: 926px;
	height: 165px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/new/bg_map_testimonials.jpg) no-repeat;
}
#map {
	float: left;
	width: 475px;
	margin-left: 10px;
}
#hours_directions, #testimonials_header {
	font-weight: bold;
	font-size: 16px;
}
#testimonials_header {
	margin-left:17px;
}
#map img {
	margin-top: 5px;
}
#map .address {
	font-size: 12px;
}
#get_directions {
	float: right;
	font-weight: bold;
	color: #cb2028;
}
.sliderwrapper{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 415px;
    height: 75px;
	background: url(../images/new/bg_testimonials.jpg) no-repeat;
}
.sliderwrapper .contentdiv{
	width: 310px;
    visibility: hidden; /*leave as is*/
    padding: 0;
	margin-left: 60px;
	margin-top: -3px;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.sliderwrapper .contentdiv p {
    color: #000;
    text-indent:25px;
    font-size: 11px;
}
.pagination{
    width: 161px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: left;
    padding: 5px 10px;
    float: left;
    display: inline;
    display: none;
}
.pagination a{
    padding: 0 5px;
    text-decoration: none; 
    color: #00007D;
    background: white;
}
.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FEE496;
}




/* FOOTER */
#footer {
  width: 948px;
  height: 20px;
  padding: 5px;
  padding-top: 10px;
  background-color: #32679b;
}
#footertext {
	height: 115px;
	width: 930px;
	margin: 0;
}
#footertext a {
	color:#fff;
	font-weight: bold;
}
#footertext a:hover {
	color:#fff;
}    
.footerleft {
	width:700px;
}
.footerright {
	width:200px;
}
#seo_text {
  margin: 0 auto;
  margin-top: 10px;
  width: 955px;
  height: 135px;
  float: left;
  display:inline;
  overflow:auto;
  color: #111;  
}
#seo_text a {
	color: #32679b;
	font-weight: bold;
}
