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


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

#nav_front {
  margin: 0 0 0 0px;
  width: 960px;
  height: 31px;
  background: transparent url(../images/nav_bck_front.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;
}

* html #search_front  { /*little love for IE6*/
	padding-top: 30px;
	height: 137px;
}

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

#main_graphic {
  margin: 0 0 0 5px;
  width: 950px;
  height: 208px;
  background: transparent url(../images/main_graphic.jpg) 0 0 no-repeat; 
}

#quick_links  {
  margin: 0px 0 0 6px;
  width: 950px;
  height: 60px;
  background: #fff url(../images/quick_links_bck.jpg) 0 0 no-repeat;
  float: left;
  display:inline;    
}

#quick_links li {
  margin: 0 0 0 10px;
  display: inline;
  float: left;
}

#quick_links li.socialMedia_imports {
	margin: 0;
}

#quick_links li.socialMedia_imports_first {
	margin: 0 0 0 10px;
}


#content_container {
  margin: 0px 0 0 6px;
  width: 950px;
  background: #fff url(../images/bottom_content_bck.jpg) 0 0 no-repeat;
  float:left;
  display: inline;  
}

#model_scroll {
  padding: 22px 0 0 0;
  width: 950px;
  height: 100px;
  background: transparent url(../images/specials_slider_bck.jpg) 0 0 no-repeat;
  clear: left;    
}

.block1 {
  margin: 0 0 0 12px;
  padding: 36px 0 0 6px;  
  width: 292px;
  height: 141px;
  background: transparent url(../images/bottom_block1_bck.jpg) 0 0 no-repeat;
  float: left;    
}

#promotion {
  margin: 0px;
  padding: 0px;
  width: 286px;
  height: 136px;
  overflow: hidden;
}

.block2 {
  margin: 0 0 0 13px;
  padding: 36px 0 0 7px;
  width: 291px;
  height: 143px;
  background: transparent url(../images/bottom_block2_bck.jpg) 0 0 no-repeat;
  float: left;   
 }

.block3 {
  margin: 0 0 0 13px;
  width: 298px;
  height: 177px;
  background: transparent url(../images/bottom_block3_bck.jpg) 0 0 no-repeat;
  float: left;   
}

.block3 p {
  padding: 50px 0 0 25px;
  width: 240px;
}

#footer {
  width: 948px;
  height: 40px;
  background: transparent url(../images/cont_bttom_edge.jpg) 0 0 no-repeat;
}

#seo_text {
  margin: 10px 0 0 0;
  padding: 10px;
  width: 950px;
  height: 135px;
  background: transparent url(../images/blurb_bck.jpg) 0 0 no-repeat;
  float: left;
  display:inline;
  overflow:auto;
  color: #fff;  
}

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

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

#footertext a {
	font-weight:600;
	color:#fff;
}

#footertext a:hover {
	color:#339999;
}


/* 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: 303px; /*width of featured content slider*/
	height: 180px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	padding: 5px 0 0 0;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #f9f9f9 url(../images/bottom_block3_bck.jpg) 0 0 no-repeat;
	width: 298px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 177px;
	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;
}

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