html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background: #660000;
	text-align: center;
}
.toptitlebar {
	font: normal bold 16px Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 22px;
	padding-left:10px;
	background-color: #EF0C29;
}
p {
	margin:0; padding:0;
}
p {
	margin-bottom: 10px;
}
div {
	margin:0; padding:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#body {
	width: 800px;
	margin: 0 auto;
	border: 1px solid;
	border-color: #000000;
}

#header {
	width: 800px;
	height: 191px;
	background-image: url('header.jpg');
}

#navigation {
	width: 800px;
	height: 35px;
}

#navigation ul {
	white-space: no-wrap;
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	height: 100%;
}

#navigation li {
	list-style-type: none;
	background-image: url('button.png');
	background-repeat: no-repeat;
	height: 100%;
	width: 114px;
	float: left;
	margin: 0px;
	padding: 0px;
	zoom:1;
}

/*#navigation li:hover {
	background-image: url('button_hover.png');
}

#navigation li.selected {
	background-image: url('button_selected.png');
}*/

#navigation li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

li#home {		background-position: 0px 0px; }
li#about {		background-position: -114px 0px; }
li#sales {		background-position: -228px 0px; }
li#rentals {	background-position: -342px 0px; }
li#services {	background-position: -456px 0px; }
li#storage {	background-position: -570px 0px; }
li#contact {	background-position: -684px 0px; width: 116px; }
li#weather {	background-position: -700px 0px; }

#shop_online {
	width: 800px;
	height: 35px;
	background: url('bg.jpg');
}

#shop_online ul {
	white-space: no-wrap;
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	height: 100%;
}

#shop_online li {
	list-style-type: none;
	background-image: url('shop_online.png');
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
	zoom:1;
}

#shop_online li:hover {
	background-image: url('shop_online_hover.png');
}

#shop_online li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#main {
	padding: 5px;
	background: url('bg.jpg') #E3E1D5;
	background-position: 0px -35px;
	background-repeat: no-repeat;
}

.menu {
	text-align: center;
	color: #FFFFFF;
	width: 110px;
	height: 35px;
	background: url('button.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: pointer;
}
.shop_online {
	text-align: center;
	color: #FFFFFF;
	height: 35px;
	background: url('shop_online.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	cursor: pointer;	
}
img.menu_spacer {
	width: 110px;
	height: 1px;
}
.hiddenPic, .hid {
	display: none;
}
img {
	border: 0px;
}
a, a:visited, a:active {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

/*
 * 
 * HOME
 * 
 */

#slideshow {
	float: left;
	margin: 20px;
	margin-left: 10px;
}

#slideshow img {
	border: 1px solid #cccccc;
}

p.story {
	text-align: left;
	margin: 10px;
}

#featured {
	position: relative;
	margin: 20px auto;
	color: #fff;
	width: 90%;
	background: #770000;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	border-color: #330000;
}

#featured div.top {
	background: url('featured_header.jpg');
	width: 100%;
	height: 40px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #330000;
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 40px;
}

#featured div.middle {
/*	background: url('specials_bg.png');
	background-repeat: repeat-y;
	padding: 5px;
	margin: 0px;*/
}

#featured div.bottom {
/*	background: url('specials_bottom.png');
	width: 100%;
	height: 14px;	*/
}

#featured img {
	border: 1px solid #fff;
	margin: 0 5px;
}

#featured a, .specials a:active, .specials a:visited {
	color: #fff;
}

#featured h2 {
	color: #fff;
	margin-top: 5px;
}

#featured .row {
	position: relative;
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}

#featured .row .thumbnail {
	float: left;
	max-width: 100px;
	margin-right: 10px;
}

#featured .row .title {
	position: relative;
	font-size: 1em;
	text-decoration: underline;
	margin-bottom: 5px;
	padding: 0 5px;
}

#featured .row .description {
	font-size: .9em;
	padding: 0 5px;
}

#hours {
	color: #660000;
}

#hours div {
	 font-size: 14pt;
}

#hours p:first-child {
	font-size: 1.4em;
}

#hours p {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

#directions {
	margin: 20px;
	 width: 360px;
	 color: #660000;
	 padding-bottom: 5px;
	 font-size: 12pt;
}

#directions img {
	border: 1px solid #000000;
}

#home_left {
	width: 450px;
	vertical-align: top;
}

#home_slides > div {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 10px auto;
	background: #fff;
	border-top: 1px solid;
	border-color: #dddddd;
}

#home_slides > div img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	cursor: pointer;
}

#home_slides > div .click_for_more {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
	font-size: .9em;
	color: #000000;
	z-index: 2;
	cursor: pointer;
}

#home_slides > div .bar {
	position: absolute;
	z-index: 1;
	background: #000000;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	opacity: .75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
}

#home_slides > div .description {
	position: absolute;
	z-index: 2;
	color: #fff;
	bottom: 0px;
	left: 150px;
	right: 0px;
	height: 50px;
	color: #fff;
	font-size: 25px;
	line-height: 50px;
	cursor: default;
}

#home_slides > div .controls {
	position: absolute;
	z-index: 2;
	bottom: 11px;
	left: 0px;
	text-align: center;
}

#home_slides > div .controls div {
	display: block;
	float: left;
	background-color: #000000;
	border: 1px solid #333333;
	height: 25px;
	width: 25px;
	line-height: 25px;
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

#home_slides > div .controls div.selected {
	background: #fff;
	border: 1px solid #000000;
	color: #000000;
}

#whats_new {
	width: 100%;
	margin: 10px auto;
}

#whats_new, #whats_new p, #whats_new span, #whats_new font {
	color: #000000 !important;
}

#road_sense {
	width: 90%;
	margin: 0 auto;
}

#road_sense, #road_sense p, #road_sense span, #road_sense font {
	color: #333333 !important;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif !important;
}

.top {
	width: 100%;
}

/*
 * 
 * LISTINGS
 * 
 */

#sales_tab_holder {
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	border-spacing: 0px;
	width: 97%;
}

td.sales_tab {
	height: 150px;
	cursor: pointer;
	color: #660000;
	font-size: 16pt;
	border-right: 1px solid #CCCCCC;
}

#sales_tab_holder td:last-child { border: 0px; }

span.title_normal {
	font-size: 10pt;
}

span.title_special {
	font-size: 12pt;
	color: #ff0000;
}

span.style1 {
	font-size: 10pt;
}

div.sold {
		position: absolute;
		left: -205px;
		top: 50%;
		margin-top: -75px;
		height: 150px;
		width: 200px;
		background: url('../listings/css/sold.gif');
		background-position: center center;
		background-repeat: no-repeat;
}

.authorized_dealer img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000000;
	margin: 5px;
}