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

#header {
  width: 950px;
  height: 96px;
  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: 28px;
  background: transparent url(../images/nav_bck.jpg) 0 0 repeat-x;
}

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

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

#adv_search {
  width: 197px;
  height: 197px;  
  background: transparent url(../images/adv_search_bck.jpg) 0 0 no-repeat;
}

#search_form {
  width: 462px;
  height: 158px;
	background: transparent url(../images/search_bck.jpg) 0 0 no-repeat;
}

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


#search_front label {
	margin: 0 0 0 20px;
	width: 30px;
	color: #000;
	font-family: arial;
	font-size: 13px;
}

#search_front select {
	margin: 0 0 5px 0;
	width: 100px;
}

#search_front input {
  margin: 2px 0 0 32px;
  height: 30px;
  clear: both;
}

#social_networks {
  width: 197px;
  height: 60px;
  background: transparent url(../images/social_network_bck.jpg) 0 0 no-repeat;  
}

#social_networks ul {
  padding: 10px 0 0 14px;
}

#social_networks li {
  display: inline;
}

#top_right_col {
  margin: 0 0 0 11px;
  float: left;   
}

#main_graphic {
  padding: 10px 0 0 10px;
  width: 706px;
  height: 275px;
  background: transparent url(../images/main_graphic_bck.jpg) 0 0 no-repeat; 
}

#model_scroll {
  width: 700px;
  height: 69px;
  background: transparent url(../images/model_scroll_bck.jpg) 0 0 no-repeat;   
}

#quick_links  {
  margin: 10px 0 0 11px;
  padding: 0 0 0 8px;
  width: 925px;
  height: 60px;
  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 0 0 100px;
}

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

#cont_left_col {
  width: 611px;
  float: left;
}

#specials_scroll {
  padding: 22px 0 0 8px;
  width: 620px;
  height: 124px;
  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: 12px;
	padding-top: 22px;
	width: 299px;
	height: 142px;
	float: left;
	display: inline;
	background: transparent url(../images/bttn_promotions.jpg) 0 0 no-repeat;
}

#promotion {
  margin: 0px;
  padding: 0px;
  width: 299px;
  height: 118px;
  overflow: hidden;
}

#promo_2 {
	padding-top: 22px;
	width: 299px;
	height: 142px;
	float: left;
	display: inline;
	background: transparent url(../images/bttn_promotions.jpg) 0 0 no-repeat;
}

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

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


#cont_right_col {
  margin: 0 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: #F4F5F7 url(../images/cont_bttom_edge.jpg) 0 0 no-repeat;
}        

#seo_text {
  margin: 10px 0;
  padding: 10px;
  width: 930px;
  height: 135px;
  background: transparent url(../images/seo_bg.jpg) 0 0 repeat-x;
  float: left;
  display:inline;
  overflow:auto;
  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;
}       