/* Body Stuff */

body {
	min-width: 700px;
	text-align: center;
	color: black;	

	font: .9em/2em "Trebuchet MS", verdana, helvetica, arial, geneva, sans-serif;
}

.alt {
	
	display:none;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#header	 {
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	width: 700px;
	height: 160px;
}

#logo {
	position: relative;
	top: 0px;
	display:block;
	background: url("img/header.jpg") no-repeat;
	width:660px;
	height:160px;
	margin:0;
	padding:0;
	text-decoration:none;
}

/* Nav 

#nav {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	height: 40px;
	width: 700px;
}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	height: 40px;
	padding: 0;
	margin-bottom: 0;

	color: #fff;

	text-decoration: none;	
	display: block;

	text-align: center;
	text-transform: uppercase;

	font: 14px/36px "arial black", verdana, helvetica, arial, geneva, sans-serif;
	
}

#nav ul li#new a, #nav ul li#used a, #nav ul li#rvs a, #nav ul li#service a, #nav ul li#parts a{
	width: 110px;
	background: url("img/nav.gif");

}

#nav ul li#new a:hover, #nav ul li#used a:hover, #nav ul li#rvs a:hover, #nav ul li#service a:hover, #nav ul li#parts a:hover{
	background: url("img/navh.gif");
}

#nav ul li#rentals a{
	width: 109px;	
	background: url("img/altnav.gif");
	border-right: 1px solid #979797;
}

#nav ul li#rentals a:hover{
	color: #fff;
	background: url("img/altnavh.gif");
}

*/

/* Midbar */

#midbar {
	display: block;
	height: 75px;
	margin: 0 0 0 20px;
}


/* Content */

#column-wrapper {
	width: 658px;
	margin-left: 20px;
	padding: 0 0 10px 0;
	background-color: #ebebeb;
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;

}

#leftcol {
	float: left;
	width: 210px;
	padding: 5px 0 0 15px;
}

#feature {
	display: block;
	position: relative;
}

#rightcol {
	float: right;
	width: 405px;
	padding: 5px 15px 0 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.subhead {
	text-align: left;
	text-transform: uppercase;
	color: black;

	font: 14px "arial black", verdana, helvetica, arial, geneva, 
	sans-serif;
}

.featuretext {
	margin: -10px 0 0 0;
}

.featurehead {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #979797;
	text-transform: uppercase;
}

#news .article {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #979797;
}

/* footer */

.footercopy {
	font-size: 11px;
	color: #979797;
}

.footertext {
	font-size: 11px;
	color: #979797;
	line-height: 65%;
}

.footernav a {
	font-size: 11px;
	line-height: 65%;
	margin: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
}

.footernav a:hover {
	font-size: 11px;
	line-height: 65%;
	color: #f6c98e;
	text-decoration: underline;
}

.btnav { background-color: white; border: 1px #000000 solid;} 
.btnav2 { background-color: #ebebeb; border: 1px #000000 solid;}



