@charset "utf-8";
/* CSS Document */
body {
	background: url(/images/body-bg.gif) repeat-x;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 82px;	
}
#header-left {
	float: left;	
	width: 545px;
}
.header-links {
	width: 200px;
	float: left;
	display: block;
	text-align: right;
	padding: 0 8px 0 0;
	margin: 40px 0 0 134px
}
* html .header-links {
	margin-left: 67px	
}
.header-links a, .header-links a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.header-links a:hover {
	text-decoration: underline	
}
.login-btn {
	width: 57px;
	float: left;
	margin: 26px 0 0 0;
	display: block;
	padding: 0 0 0 35px;
	background: url(/images/design-05-sliced_14.gif) 6px 4px no-repeat;
}
* html.login-btn {
	margin-left: 0px;	
}
#header-right {
	float: left;
	width: 452px;
}
#top-nav {
	background: url(/images/top-nav-bg.gif) no-repeat;
	height: 43px;
	margin: 0 0 0 5px;
}
#top-nav ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	width: 675px;
	float: left;
	display: block
}

#top-nav ul li {
	float: left;
	background: url(/images/nav-left.gif) left no-repeat;
	font-weight: bold;
	margin: 0 0 0 8px;

}
#top-nav ul li span {
	padding: 0 9px 0 0;	
	background: url(/images/nav-right.gif) right no-repeat;
	display: block;
	padding: 8px 15px 8px 15px;
}
#top-nav ul li span a, #top-nav ul li span a:visited {
	color: #333333;
	text-decoration: none;
}
#top-nav ul li span a:hover {
	color: #0072bc;	
}
#main-img {
	margin: 0 0 0 5px;	
}
#searchBox {
	width: 290px;
	float: left;
	margin: 5px 0 0 28px;
}
#searchBox a, #searchBox a:visited {
	font-weight: bold;	
	color: #333;
	text-decoration: underline;
}
#searchBox a:visited {
	text-decoration: underline;	
}
#home-main-img {
	margin: 12px 0 0 5px;	
}
#home-bottom {
	margin: 18px 0 0 5px;	
	min-height: 137px;
	*height: 137px;
}
#vehicle-search {
	width: 258px;
	height: 137px;
	background: url(/images/vehicle-search-bg.gif) no-repeat;
	float: left;
}	
#vehicle-search table {
	margin: 37px 0 0 32px	
}
#vehicle-search table img {
	position: absolute
}
#featured-prods {
	width: 285px;	
	float: left;
	margin: 0 0 0 25px;
}
#home-message {
	width: 400px;
	padding: 0 8px 8px 8px;
	float: left;
	font-size: 12px;
}
#footer {
	height: 51px;
	text-align: center;
	background: url(/images/footer-bg.gif);
	margin: 16px 5px;
	font-size: 10px;
}
.footer-links {
	color: #0072bc;
	padding: 8px 0 0 0;
	display: block
}
.footer-links a, .footer-links a:visited {
	color: #0072bc;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;	
}
.copyright {
	color: #666666;
}
.copyright a, .copyright a:visited {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

