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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	background: url(../../images/clientspecific/top_tile.jpg) top repeat-x #161c45;
}

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

a:link{color: #87251d;}
a:hover{color: #000000;}
a:visited{color: #87251d;}

#clearfix {
	clear: both;
}

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

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 170px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#maincontent {
}

#footer {
	height: 55px;
	background: url(../../images/clientspecific/footer_tile.jpg) repeat-x;
	color: #f0f0db;
	font-size: .8em;
}

#footer a {
	color: #f0f0db;
}

#navbar {
	height: 30px;
	background: url(../../images/clientspecific/navbar.jpg) top center no-repeat;
}

#navbar a {
	display: block;
	float: left;
	width: 142px;
	height: 30px;
	line-height: 30px;
	color: #31312d;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

#center {
	height: 260px;
	background: url(../../images/clientspecific/center_back.jpg) top center no-repeat;
}

#centerleft {
	width: 286px;
	float: left;
}

#centerleft a {
	display: block;
	height: 62px;
	width: 286px;
	float: left;
	text-indent: -5000px;
}

#centerleft #chrysler:hover {
	background: url(../../images/clientspecific/brands_over.jpg) top no-repeat;
}

#centerleft #jeep:hover {
	background: url(../../images/clientspecific/brands_over.jpg) center no-repeat;
}

#centerleft #dodge:hover {
	background: url(../../images/clientspecific/brands_over.jpg) bottom no-repeat;
}

#centerright {
	width: 286px;
	float: right;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
}

.title {
	font-size: 1.5em;
}

#centerright p {
	margin: 8px 0;
}

#directions {
	display: block;
	width: 146px;
	height: 36px;
	margin: 0 auto;
	background: url(../../images/clientspecific/directions.png) top center no-repeat;
	_background: url(../../images/clientspecific/directions.gif) top center no-repeat; /*IE 6 hack*/
	text-indent: -5000px;
}

#content {
	padding: 20px 40px;
	background: url(../../images/clientspecific/content_tile.jpg) center repeat-y;
}

#leftcol {
	width: 430px;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
}

h1 {
	margin-top: 0;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
}

#rightcol {
	width: 430px;
	float: right;
	font-size: .9em;
	line-height: 1.4em;
}

/* DROP DOWN STYLES */
.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 1000;
background-color: #d5cc90;
width: 142px;
font-size: .9em;
}


.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
}
/* DROP DOWN STYLES */