@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; outline:none;}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:428px;
	height:660px;
	padding:20px;
	z-index: 9002;
	}
#wrapper {
	width: 960px;
	margin: 10px auto 10px auto;
	}
#header {
	width: 960px;
	height: 188px;
	}
#footer {
	width: 960px;
	font-size: 10px;
	color: #666;
	text-align:center;
	}
#leftCol {
	margin-top: 15px;
	float: left;
	width: 267px;
	padding-bottom: 15px;
	}
#leftReserve {
	background: #666 url("../_img/metal.jpg") no-repeat;
	width: 267px;
	height: 359px;
	padding-top:10px;
	text-align:center;
	}
.specials {
	margin-top: 3px;
	}
.ads {
	margin: 5px 0 5px 0;
	}
#rightCol {
	float: right;
	width: 693px;
	background: #fff url("../_img/rightcol-shadow.jpg") top center no-repeat;
	}
#garage {
	width: 100%;
	height: 372px;
	margin-top:40px;
	}
/* Black border is added to #content is lined up with left side from bottom margin in #topNav */
#content {
	width: 613px;
	height: 341px;
	overflow: auto;
	padding: 40px 30px 0px 40px;
	border-top: 15px solid #000;
	}
#content p {
	margin: 13px 0 13px 0;
	}
#content h1 {
	font-size: 17px;
	color: #000;
	margin-top:0;
	}
#content h2 {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin-top:25px;
	text-transform: uppercase;
	}
.store {
	margint: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	}
.map {
	width: 300px;
	height: 165px;
	float:right;
	}
.location {
	width: 260px;
	float: left;
	}
a {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	height: 95px;
	border-left: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
}
#menu {
	width: 100%;
	height: 95px;
	border-bottom: 15px solid #000;
	margin-bottom: 3px;
	padding-bottom: 15px;
	}
#menu li {
	padding: 0px;
	display: block;
	}
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9e9e9e;
	text-transform: uppercase;
	padding: 2px 0 2px 20px;
	display: block;
	}	
#menu li a:link, #menu li a:visited {
	color: #9e9e9e;
	display: block;
	width: 253px;
	padding: 2px 0 2px 10px;
	}
#menu li.sub a:link, #menu li.sub a:visited {
	color: #9e9e9e;
	padding: 2px 0 2px 20px;
	display: block;
	width: 164px;
	}
#menu li.sub a {
	text-transform: capitalize;
	font-size: 9px;
	padding: 2px 0 2px 20px;
	}
#menu li.sub a:hover {
	font-size: 9px;
	background: #EAEFF2;
	padding: 2px 0 2px 20px;
	text-transform: none;
}
#menu li a:hover {
	background: #eee url("../_img/nav-bg.gif") no-repeat;
	padding: 2px 0 2px 10px;
	text-transform: none;
	}
#navTop {
	width: 661px;
	height: 59px;
	margin: 40px 0 26px 0;
	padding-left: 32px;
	}
a.tires, a.maintenance, a.repairs {
	display: block;
	float: left;
	width: 185px;
	height: 59px;
	text-decoration: none;
	}
a.tires {
	background: url("../_img/btn-tires.jpg");
	margin-right: 39px;
	}
a.maintenance {
	background: url("../_img/btn-maintenance.jpg");
	margin-right: 39px;
	}
a.repairs {
	background: url("../_img/btn-repairs.jpg");
	}
a.tires:hover, a.maintenance:hover, a.repairs:hover {
	background-position: -185px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

