/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:24px;
	font-size:12px;
}

body {
	background:url(../images/bg.gif);
	margin:0;
	padding:0;
}

h1, h2, h3 {
	font-size:24px;
	color: #69683F;
	font-weight:900;
	font-stretch:ultra-condensed;
	border-bottom:#999999 1px dotted;
	text-shadow:#FFFFFF;
	text-transform:uppercase;
}

/* Setting all root divs */

body div {
	margin: 0 auto 0 auto;
	width: 900px;
}

/* Content area */

#content {
	width:535px;
	padding: 30px 30px 0 90px;
	position: absolute;
	top:0px;
	left:243px;
	/* background: url(../images/content-bg/bg1-red-truck.jpg) top right no-repeat; */
	background-color:#FFFFFF;
	z-index:49;
	border:#000000 1px solid;
	/*border-bottom:#000000 solid 20px;*/
	min-height:300px;
}


/* Side Navigation */

#sideNav {
	position:absolute;
	top:0px;
	left:0px;
	width:305px;
	display:block;
	z-index:50;
	border-left:#000000 thin solid;
}

#sideNav, #sideNav li, #sideNav a {
	width:305px;
	display:block;
}

#sideNav * {
	margin:0;
	padding:0;
	list-style:none;
}

#sideNav li, #sideNav a {
	height:30px;
}

#sideNav ul {
	background:url(../images/nav_bottom.gif) bottom no-repeat;
	padding-bottom:30px;
}

#sideNav div{
	background:url(../images/nav-01.jpg) no-repeat; 
	display:block; 
  	height:19px;
	width:305px;
}

#sideNav a.home {background:url(../images/nav_home_off.jpg) no-repeat}
#sideNav a:hover.home {background:url(../images/nav_home_on.jpg) no-repeat}

#sideNav a.about {background:url(../images/nav_about_us_off.jpg) no-repeat}
#sideNav a:hover.about {background:url(../images/nav_about_us_on.jpg) no-repeat}

#sideNav a.new {background:url(../images/nav_new_veh_off.jpg) no-repeat}
#sideNav a:hover.new {background:url(../images/nav_new_veh_on.jpg) no-repeat}

#sideNav a.used {background:url(../images/nav_used_veh_off.jpg) no-repeat}
#sideNav a:hover.used {background:url(../images/nav_used_veh_on.jpg) no-repeat}

#sideNav a.service {background:url(../images/nav_service_off.jpg) no-repeat}
#sideNav a:hover.service {background:url(../images/nav_service_on.jpg) no-repeat}

#sideNav a.parts {background:url(../images/nav_parts_off.jpg) no-repeat}
#sideNav a:hover.parts {background:url(../images/nav_parts_on.jpg) no-repeat}

#sideNav a.contact {background:url(../images/nav_contact_off.jpg) no-repeat}
#sideNav a:hover.contact {background:url(../images/nav_contact_on.jpg) no-repeat}

#sideNav a.daily {background:url(../images/nav_daily_rental_off.jpg) no-repeat}
#sideNav a:hover.daily {background:url(../images/nav_daily_rental_on.jpg) no-repeat}

#sideNav a.long {background:url(../images/nav_long_term_off.jpg) no-repeat}
#sideNav a:hover.long {background:url(../images/nav_long_term_on.jpg) no-repeat}

#sideNav a.fire {background:url(../images/nav_fire_off.jpg) no-repeat}
#sideNav a:hover.fire {background:url(../images/nav_fire_on.jpg) no-repeat}

#sideNav a.links {background:url(../images/nav_links_off.jpg) no-repeat}
#sideNav a:hover.links {background:url(../images/nav_links_on.jpg) no-repeat}

#sideNav a.photos {background:url(../images/nav_photos_off.jpg) no-repeat}
#sideNav a:hover.photos {background:url(../images/nav_photos_on.jpg) no-repeat}

#sideNav a.feather {background:url(../images/nav_feather_off.jpg) no-repeat}
#sideNav a:hover.feather {background:url(../images/nav_feather_on.jpg) no-repeat}

/*  Type Display */

#typeDisplay {
	width:515px;
	height:251px;
	margin:10px auto; 
	border:#999999 solid 1px; 
	padding:10px; 
	position:relative;
	background:url(../images/bg-fade.jpg) repeat-x;
}

#typeDisplay img.main {
	width:335px;
	height:230px;
	border:#333333 solid 1px;
	position:absolute;
	top:10px;
	left:190px;
}

#typeDisplay span {
	width:170px;
	height:252px;
	display:block;
	line-height:normal;
	font-size:9px;
	position:absolute;
	left:10px;
	top:10px;
}

#typeDisplay span b {
	font-size:13px;
	color:#660000;
	border-bottom:#660000 1px dashed;
	margin-bottom:10px;
	padding-bottom:3px;
	width:100%;
	display:block;
	text-transform:capitalize;
	font-weight:900;
	line-height:normal;
}

#typeDisplay ul {
	position:absolute;
	left:190px;
	width:337px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	background: #000000;
	border-top:#FFFFFF 1px solid;
	top:239px;
	height:22px;
	z-index:10;
}

#typeDisplay ul li {
	float:right;
	width:21px;
	height:21px;
	display:block;
	background: #000000;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:0;
	border-left:#FFFFFF 1px solid;
}

#typeDisplay ul li img {
	width:16px;
	height:16px;
	padding:0;
	margin:2px;
	border:0;
}

#typeDisplay ul li ul {
	position:absolute;
	top:-230px;
	left:0px;
	width:335px;
	height:230px;
	display:none;
	margin:0;
	list-style:none;
	z-index:100;
	border:#333333 solid 1px;
}

#typeDisplay ul li ul li, #typeDisplay ul li ul li img {
	width:335px;
	height:230px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#typeDisplay li:hover ul,
#typeDisplay li.sfhover ul {
	display:block;}
	
/* Anchor-down Key table */

#key {
	width:535px;
	margin-bottom:30px;
	height:20px;
}

#key, #key li {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	background:url(../images/key_bg.jpg) repeat-x;

}

#key li {
	height:12px;
	padding:4px 7px 4px 4px;
	line-height:12px;
	font-size:12px;
	font-weight:900;
	float:left;
	border-left:#FFFFFF 1px solid;
}

#key a {
	text-decoration:none;
	color:#FFFFFF;
	line-height:12px;
}

#key a:hover {
	text-decoration:underline;
}

#footer { 
font-size:10px; line-height:10px; text-align:right; position:absolute; top:32; left:-91px; width:597px; padding:4px 30px; background:#000000; height:0px; margin:0;}

#footer a { color:#FFFFFF; text-decoration:none;}
#footer a:hover {text-decoration:underline}	

#preloader {position:absolute; left:-999em;}