@charset "UTF-8";
/* CSS Document */
* {
	outline:0;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	background-color:#666;
	text-align:center;
}
#wrapper {
	width:866px;
	margin:0 auto;
	position:relative;
	background-image:url(images/wbg.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:left;
	padding:15px 28px 20px 28px;
}
#wrapbottom {
	width:922px;
	height:27px;
	margin:0 auto;
	position:relative;
	background-image:url(images/wbg-bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.brd{ border:1px solid #c0c0c0; }
h3{
	margin:15px 0 5px 0;
	color:#333;
}
#header .logo {
	float:left;
}
#header #topinfo {
	float:right;
	width:300px;
	font-size:12px;
	text-align:right;
}
#header #topinfo h3 {
	font-size:18px;
	color:#3a3a3a;
	font-weight:normal;
	margin:10px 0 0 0;
}
/* hide from ie on mac \*/	
	#flashcontent {
	width:500px;
	height: 336px;
	text-align:center;
	margin:0 auto;
	position:relative;
}
#menu {
	margin-top:15px;
	margin-bottom:15px;
}
#menu ul {
	margin:0;
	padding:0;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:36px;
	border-right:1px #949494 solid;
	border-left:1px #949494 solid;
	width:865px;
}
#menu ul li {
	float:left;
	list-style:none;
	padding-top:7px;
}
#menu ul li a {
	color:white;
	text-decoration:none;
	font-size:19px;
	text-shadow: #666 0 -1px 1px;
	padding:10px 22px 10px 23px;
}
#menu ul li a:hover {
	background-image:url(images/menu-hover.png);
	background-repeat:repeat;
	background-repeat:top left;
	text-shadow: #666 0 -1px 5px;
}
#footer {
	font-size:10px;
	color:#666;
	text-shadow: #fff 0 1px 1px;
	margin-bottom:30px;
}
a img {
	border:0
}
#clear {
	clear:both;
}
div#rotator {
	position:relative;
	height:246px;
	width:865px;
	margin-bottom:15px;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
}
div#rotator ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}
#sidebar {
	width:277px;
	background-image:url(images/sidebar-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:380px;
	color:#7d7d7d;
	text-shadow: #fff 0 1px 1px;
	font-size:11px;
	float:left;
	padding:1px 15px 15px 15px;
}
#sidebar h2 {
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px #939393 solid;
	font-size:12px;
	text-shadow: #fff 0 1px 1px;
	margin-top:20px;
	margin-bottom:5px;
}
#sidebar p {
	margin:0 0 10px 0;
	line-height:16px;
}
#sidebar .car a {
	display: block;
	width: 276px;
	height: 112px;
	background: transparent url(images/car-repair2.jpg) no-repeat;
}
#sidebar .car a:hover {
	background-position: 0 -112px;
}
#content {
	float:left;
	padding:3px 0 0 10px;
	color:#666;
	line-height:20px;
	width:545px;
	font-size:13px;
}
#content h1 {
	background-image:url(images/h1bg.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding:5px 0 0 25px;
	margin-top:0;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content a{
	color:#333;
}
#content a:hover{
	color:#999;
}