body{
	margin-top:0px;
	background-repeat: repeat-x;
	background-color: #353535;
}
/*MENU*/
#menu{
	margin:0px auto;
	width:950px;
}
div#menu ul#menuitem{
	height:46px;
	width:950px;
	background:transparent url(images/menu.png) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:46px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#home{
	left:0px;
	width:80px;
	height:46px;	
}
#specials{
	left:80px;
	width:140px;
	height:46px;
	
}
#new{
	left:220px;
	width:140px;
	height:46px;
	
}
#used{
	left:360px;
	width:150px;
	height:46px;
	
}
#rentals{
	left:510px;
	width:90px;
	height:46px;
	
}
#parts{
	left:600px;
	width:140px;
	height:46px;
	
}
#financing{
	left:740px;
	width:100px;
	height:46px;
	
}
#locations{
	left:840px;
	width:110px;
	height:46px;
	
}
#home a:hover,body#homeon #home{
	background:transparent url(images/menu.png) -0px -46px no-repeat;
}
#specials a:hover,body#specialson #specials{
	background:transparent url(images/menu.png) -80px -46px no-repeat;
}

#new a:hover,body#newon #new{
	background:transparent url(images/menu.png) -220px -46px no-repeat;
}
#used a:hover,body#usedon #used{
	background:transparent url(images/menu.png) -360px -46px no-repeat;
}
#rentals a:hover,body#rentalson #rentals{
	background:transparent url(images/menu.png) -510px -46px no-repeat;
}
#parts a:hover,body#partson #parts{
	background:transparent url(images/menu.png) -600px -46px no-repeat;
}
#financing a:hover,body#financingon #financing{
	background:transparent url(images/menu.png) -740px -46px no-repeat;
}
#locations a:hover,body#locationson #locations{
	background:transparent url(images/menu.png) -840px -46px no-repeat;
}

/*LAYOUT DIVS*/
#container {	
	margin:0px auto;
	width:950px;	
}
#header{
	margin:0px auto;
	width:950px;
	height:223px;
	background:transparent url(images/header.png) top left no-repeat;	
}
#contact{
	height:18px;
	color:#FFFFFF;
	background-color:#e26321;	
	font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	font-size:9px;
	padding:9px 0px 0px 0px;
	text-align:center;
	display:none;
}
#wrapper{
	font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	color:#555;
	font-size:14px;
	line-height:18px;
	width:950px;
	_width:975px;	
	margin:0px auto;
	background-color:#e3e3e3;	
}
#wrapper a {
	color:#19388d;
}
#wrapper a:hover {
	color:#000077;
}
.featured_img{
	border:solid 1px #FFF;	
}
#sidebar{	
	width:280px;
	_width:270px;
	float:left;	
}
#content{	
	width:655px;
	_width:645px;
	float:right;	
	margin-right:15px;
}
.box{
	margin:15px 0px 15px 15px;
	padding:15px;
	background-color:#FFF;
	border:solid 1px #c4c4c4;
}
#contentfull{		
	float:right;
	width:985px;
	margin-right:15px;
}
.box{
	margin:15px 0px 15px 15px;
	padding:15px;
	background-color:#FFF;
}
.accent{
	font-size:18px;
	color:#991c30;
}
.accent2{	
	color:#08621e;
	font-weight:bold;	
}
/*PAGE TYPE*/
#sidebar h1{
	display: block;
	margin: 0px 0px 15px 0px;
	width: 250px;
	_width: 220px;
	background: #e26321;
	color: white;
	font: normal normal 20px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	position: relative;
	padding: 7px 0px 7px 26px;
	left: -26px;
}
#content h1{
	display: block;
	margin: 0px 0px 15px 0px;
	width: 625px;
	_width:590px;
	background: #e26321;
	color: white;
	font: normal normal 20px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	position: relative;
	padding: 7px 0px 7px 26px;
	left: -26px;
}
#content h2{
	display: block;
	margin: 0px 0px 15px 0px;
	width: 625px;
	background: #888888;
	color: white;
	font: bold normal 16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	position: relative;
	padding: 7px 0px 7px 26px;
	left: -26px;
}
h1 span{
	display: block;
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 11px;
	height: 11px;
	background: url(images/h1.png) left top no-repeat;
}
h2 span{
	display: block;
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 11px;
	height: 11px;
	background: url(images/h2.png) left top no-repeat;
}
/*FOOTER*/
#footer{
	margin:0px auto;
	clear:both;
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	width:920px;	
	color:#FFF;
	line-height:18px;
	height:23px;
	padding:15px;
	padding-top:5px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*CATALOG*/
.catalog_table {
	background-color: #2b2519;
}

.catalog_hdr_row {
	background-color: #000;
	color: #b89c6a;
	font-size:14px;
}

.catalog_row {
	background-color: #000;
	color: #ccc;
}

.catalog_button {
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	background-color: #15090a;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.cart_table {
	background-color: #15090a;
}

.cart_hdr_row {
	background-color: #15090a;
	color: #b89c6a;
}

.cart_row {
	background-color: #000;
	color: #ccc;
}

.cart_button {
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	background-color: #15090a;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
hr{
	border:none;
	border-top: 1px solid #555;
}
.front_img{
	margin:10px;
	border:solid 1px #FFF;
}
/*PAGINATION*/
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{ 
		width:607px;
		height:250px;
		overflow:hidden; 
	}
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ul.thumb {
		float: left;
		list-style: none;
		margin: 0; padding: 0px;		
	}
	ul.thumb li {
		margin: 0; padding: 0px;
		float: left;
		position: relative;  /* Set the absolute positioning base coordinate */		
	}	
	
/* // Easy Slider */

