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

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

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

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

#clearfix {clear: both;}

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

#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../../images/clientspecific/content_tile.jpg) center repeat-y;
}

#head-wrapper {
	height: 200px;
	background: url(../../images/clientspecific/top_tile.gif) top repeat-x;
}

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(../../images/clientspecific/cars.jpg) top right no-repeat;
}

#address {
	float: left;
	width: 285px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #0079c2;
}

.address {
	margin: 0;
	padding: 20px 0 15px 0;
}

#phone {
	margin: 0;
	padding: 0;
}

.phone {
	font-size: 1.7em;
}

.hours {
	font-size: .6em;
}

#navbar {
	width: 176px;
	float: left;
	background: url(../../images/clientspecific/nav_tile.gif) center repeat-y;
}

#navbar a {
	display: block;
	width: 150px;
	height: 24px;
	margin: 0 0 5px 13px;
	_margin-left: 6px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	color: #ccc;
	font-weight: bold;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav_over.gif) top center no-repeat;
	color: #0079c2;
}

#maincontent {
	width: 786px;
	float: right;
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
}

#content-text {
	padding: 0 20px 20px 20px;
	font-size: .8em;
	line-height: 1.3em;
}

#left-text {
	width: 420px;
	float: left;
}

h1 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0079c2;
	font-style: italic;
	font-size: 2.3em;
	line-height: normal;
}

#home-image {
	float: right;
}

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

#footer {
	width: 786px;
	float: right;
	color: #fff;
	margin: 10px 0 20px 0;
	*margin: 0;
}

#footer a {
	color: #fff;
}

#copyright, #ht-signature {
	width: 40%;
	font-size: .8em;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}