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

#header {
  width: 950px;
  height: 90px;
  background: transparent url(../images/header_front.jpg) 0 0 no-repeat;  
}

#container {
  background: transparent url(../images/container_bck.jpg) 0 0 repeat-y;
  border: none; 
}

#nav_front {
  margin: 0 0 0 11px;
  width: 924px;
  height: 29px;
  background: transparent url(../images/nav_bck.jpg) 0 0 repeat-x;
}

#top_container {
  margin: 10px 0 0 11px;
  width: 940px;
  height: 350px;
}

#marquee {
  width: 920px;
}


#top_left_col {
  width: 290px;
  float: left; 
}

#adv_search {
  width: 197px;
  height: 197px;  
}

#search_front {
  width: 287px;
  height: 252px;
  margin: 0;
  padding: 0 0 0 0;
  color: #fff;
  background: 000;
}

#quick_search {
  width: 290px;
  height: 90px; 
}

#quick_search ul {
  padding: 0px 0 0 0px;
}

#quick_search li {
  display: inline;
  float: left;
}

#top_right_col {
  margin: 0 0 0 10px;
  width: 620px;
  float: left;   
}

#main_graphic {
  padding: 5px;
  width: 610px;
  background: transparent url(../images/main_graphic_bck.jpg) 0 0 repeat; 
}

#model_scroll {
  padding: -30px;
  width: 610px;
  height: 70px;
  background: transparent url(../images/model_scroll_bck.jpg) 0 0 no-repeat;   
}

#cadillacModels li {
	display: inline;
	margin: 0 12px;
	width: 115px
}

#quick_links  {
  margin: 10px 0px 0 0px;
  padding: 0 0 0 8px;
  width: 612px;
  height: 60px;
  float:right;
  background: #fff url(../images/quick_links_bck.jpg) 0 0 no-repeat;    
}

#quick_links ul {
  padding: 38px 0 0 0;
}

#quick_links li {
  display: inline;
  padding: 0 14px 0 55px;
}

#content_container {
  margin: 10px 0 0 11px;
  width: 950px;
}

#cont_left_col {
  margin: 25px 0 0 0;
  width: 611px;
  float: left;
}

#specials_scroll {
  padding: 22px 0 0 8px;
  width: 604px;
  height: 120px;
  background: transparent url(../images/specials_slider_bck.jpg) 0 0 no-repeat;    
}

#front_promotions {
  margin: 10px 0 0 0;
  width: 611px;
}

#promo_1 {
	margin-right: 10px;
	width: 299px;
	height: 142px;
	float: left;
	display: inline;
}

#promo_2 {;
	width: 299px;
	height: 142px;
	float: left;
	display: inline;
}

#front_promotions li {
  margin: 0;
  display: inline;
}

#front_promotions li.first_promotion {
	margin-right: 8px;
}


#cont_right_col {
  margin: 25px 0 0 15px;
  width: 300px;
  float: left;
}

#front_testimonials {
  width: 300px;
  height: 141px;
  background: transparent url(../images/testimonial_graphic.jpg) 0 0 no-repeat;   
}

#front_hours {
  margin: 10px 0 0 0;
}

#footer {
  width: 948px;
  height: 10px;
  padding-top:18px;
  background: #999 url(../images/cont_bttom_edge.jpg) 0 0 no-repeat;
}        

#seo_text {
  padding: 10px;
  width: 930px;
  height: 135px;
  background: transparent url(../images/seo_bg.jpg) 0 0 repeat-x;
  float: left;
  display:inline;
  color: #fff;  
}

#footertext {
	height: 115px;
	max-height: 115px;
	width:931px;
	margin: 0;
}

#footertext p {
	color: #000;
	margin: 0.5em 1.3em;
}

/* Testimonial Slider */

#testimonial_container h2 {
	margin-left: 5px;
	padding: 0;
	width: 290px;
	line-height: 35px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#viewAll {
	padding: 5px 0;
	width: 62px;
	float: left;
	display: inline;
	text-align: right;
	color: #ffff00;
	font-weight: bold;
}

.sliderwrapper{
	margin: 0 auto;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 300px; /*width of featured content slider*/
	height: 141px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	padding: 30px 15px 0 15px;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #fff url(../images/testimonial_graphic.jpg) 0 0 no-repeat;
	width: 265px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 141px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper .contentdiv p {
	font-size: 11px;
	color: #000;
	text-indent:25px;
}
p.testimonailName {
	font-size: 11px;
	text-align: right;
	padding: 0;
	margin: 0 30px 0 0;
}

.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;
}       