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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/background.gif);
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#back_wrapper {
	background: url(../../images/clientspecific/back_tile.gif) center repeat-y;
}

#head_wrapper {
	background: url(../../images/clientspecific/header_back.jpg) center top no-repeat;
}

#container {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 1.5em;
}

#header {
	height: 200px;
	color: #fff;
}

#logo {
	width: 450px;
	float: left;
	margin: 40px 0 0 30px;
	_margin-left: 15px;
	font-weight: bold;
	font-size: 4em;
	line-height: 1em;
	font-style: italic;
}

#phone {
	width: 420px;
	float: right;
	margin: 40px 30px 0 0;
	_margin-right: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
}

#phone span {
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.5em;
}

#phone strong {
	font-size: .8em;
	line-height: .8em;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 760px;
	float: right;
	background: url(../../images/clientspecific/content_top.gif) center top no-repeat;
}

#nav {
	width: 200px;
	float: left;
}

#nav a {
	display: block;
	_display: inline-block;
	width: 200px;
	height: 40px;
	float: left;
	background: url(../../images/clientspecific/nav.jpg) left bottom no-repeat;
	text-align: center;
	line-height: 40px;
	color: #6b6d75;
	text-decoration: none;
	*font-weight: bold;
}

#nav a:hover {
	background-position: left top;
	color: #eedc14;
}

#hours {
	float: left;
	clear: left;
	width: 180px;
	padding: 10px 10px 120px 10px;
	background: url(../../images/clientspecific/nav_bottom.png) center top no-repeat;
	_background: none;
	color: #fff;
}

#large_graphic {
	width: 760px;
	height: 454px;
	background: url(../../images/clientspecific/graphic.jpg) center top no-repeat;
}

#inventory, #financing, #directions {
	width: 179px;
	height: 48px;
	float: left;
	margin-left: 543px;
	text-indent: -5000px;
}

#inventory { margin-top: 167px; background: url(../../images/clientspecific/inventory.jpg) center -48px no-repeat;}
#inventory:hover {background-position: center top;}

#financing { margin-top: 20px; background: url(../../images/clientspecific/financing.jpg) center -48px no-repeat;}
#financing:hover {background-position: center top;}

#directions { margin-top: 23px; background: url(../../images/clientspecific/directions.jpg) center -48px no-repeat;}
#directions:hover {background-position: center top;}

#slogan {
	height: 50px;
	padding: 20px 0 0 20px;
	text-align: left;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

#content {
	padding: 20px 20px 0 20px;
}

h1 {
	margin-top: 0;
	line-height: normal;
	color: #3c1412;
}

#features {
	background: url(../../images/clientspecific/featured_top.gif) top center no-repeat;
	padding-top: 80px;
	margin-bottom: 20px;
}

#footer {
	height: 50px;
	background: url(../../images/clientspecific/footer.jpg) top center no-repeat;
	line-height: 50px;
	text-align: center;
	color: #666;
}
