/* ------------------------------------------------------------------------
CSS sheet for A & J Mobility.
Author: Tim Kadlec
Date Created: 2/16/2008

All inquiries for this document should be directed to www.virtualtech.com.

--------------------------------------------------------------------------
COLORS

Maroon - #60130B;
Tan - #EEEACE;
Red Text Color - #91251A; 
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: url(images/bodybg.png);
	text-align: center;
	font: normal 11px/17px verdana, sans-serif;
	color: #000;
}
#wrap{
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: #EEEACE;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
p{
	margin: 1.5em 10px;
	padding: 0 5px;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	text-align: center;
	margin-bottom: 20px;
}
#header h1{
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 103px;
	display: block;
	font-size: 70%;
	border-bottom: 1px solid #000;
}
ul.navigation{
	display: block;
	float: left;
	width: 100%;
	list-style-type: none;
	background: #60130B;
	margin-bottom: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul.navigation li{
	float: left;
	text-align: center;
	width: 10%;
	display: block;
	padding: 2px 0;
	position: relative;
}
ul.navigation li.long{
	width: 21%;
}
ul.navigation li.short{
	width: 9%;
}
ul.navigation li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.navigation li:hover ul, ul.navigation li.hover ul{
	display: block;
	width: 114%;
}
ul.navigation li ul li{
	float: none;
	width: 100%;
	border: 1px solid #000;
	border-top: 0px;
	background: #60130B;
	display: block;
	padding: 0px;
	margin-bottom: -2px;
}
ul.navigation a{
	color: #dedcdc;
	display: block;
	text-decoration: none;
}
ul.navigation a:hover{
	color: #fff;
	font-weight: bold;
}
h2.keys{
	display: none;
}
#header > h2.keys{
	position: absolute;
	top: 40px;
	right: 0px;
	background: url(images/keys.png) no-repeat;
	display: block;
	width: 389px;
	height: 111px;
	text-indent: -9999px;
}
#flash{
	display: block;
	width: 500px;
	height: 247px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-right: 1px solid #000;
}
div#vcard{
	margin-left: 40px;
	float: left;
	width: 304px;
	display: inline;
	text-align: center;
}
div#vcard ul{
	margin: 0px;
	float: left;
	width: 49%;
	display: inline;
	list-style-type: none;
	margin-top: 5px;
}
div#vcard ul.last{
	width: 99%;
	margin-top: 5px;
}
div#vcard ul li.org{
	font-weight: bold;
}
a.map{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
a.map:hover{
	border-bottom: 1px solid #000;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	clear: both;
	display: block;
	color: #000;
}
#main h3{
	font-size: 13px;
	margin: 0px 0 0em 0px;
	padding: 0 5px;
}
#wrap > #main h3{
	margin-top: 0px;
}
#main a{
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
#main a:hover{
	border-bottom: 1px solid #000;
}
#main img.right{
	float: right;
	clear: right;
	margin: 10px;
	border: 0px;
}

#main img.left{
	float: left;
	clear: left;
	margin: 10px;
	border:0px;
}

#main img.rightlift{
	float: right;
	clear: right;
	margin-right:150px;
	border: 0px;
}
#main img.rightrent{
	float: right;
	margin: 10px;
	margin-right:30%;
}
#main img.center{
	margin-left:23%;
}

#main div.paragraphleft{
	width:55%;
	margin-left:20px;
}
#auto{
	text-align: center;
}
#auto img{
	margin: auto;
	border: 1px solid #000;
}
#main p.mission{
	text-align: center;
	width: 60%;
	font-size: 110%;
}
.linksin{
	margin: 0 15px 2em 15px;
	font-size: 120%;
	padding-top: 5px;
}
.financeAvailable{
		font-size: 120%;
		color: #60130B;
		font-weight: bold;;
}
#main .financeAvailable a{
		color: #60130B;;
}
img.starburst{
	float: left;
	margin: 10px;
}
#main a.starburst{
	display: block;
	background: url(images/starburst.jpg) no-repeat;
	width: 319px;
	height: 128px;
	text-indent: -9999px;
	border: 0;
	float: left;
	margin: 5px;
}
#main a.starburst:hover{
	background-position: 0 -128px;
	border: 0;
}
img.staff{
	float: left;
	padding: 5px 10px 5px 5px;
}
#staff dl{
	height: 100px;
	margin-bottom: 15px;
	clear: both;
}
/* -----------------------------------------------------------------------
WEEKEND SPECIALS ELEMENTS
-------------------------------------------------------------------------*/
#wkend{
	border: 1px solid #000;
	display: block;
	width:97%;
	*width:96%;
	float: right;
	padding: 10px;
	text-align: center;
	margin-right:3px;
	*margin-right:4.5px;
	background: url(images/specialbackground.gif) repeat-x;
}
#wkend h1{
	margin: 10px;
	font-weight: normal;
	font-size:22px;
	font-style: italic;
}
#wkend p{
	margin: 0px;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
}
#wkend strong{
	display: block;
}
/* -----------------------------------------------------------------------
WEEKEND SPECIALS ELEMENTS
-------------------------------------------------------------------------*/
dl.transfer{
	height: 280px;
	border-bottom: 1px dashed #000;
}
dl.transfer dd.img{
	float: right;
}
dl.transfer dd.img img{
	margin-right: 10px;
	border: 1px solid #000;
}
/* -----------------------------------------------------------------------
VEHICLES ELEMENTS
-------------------------------------------------------------------------*/
.vehicle{
	width: 180px;
	display: block;
	overflow: hidden;
	border: 2px solid #000;
	float: left;
	margin: 16px;
	text-align: center;
}
#main > .vehicle{
	margin: 20px;
}
.vehicle img{
	display: block;
	clear: bottom;
}
#main .vehicle a{
	background: #A38B73;
	display: block;
	color: #000;
	text-decoration: none;
	float: left;
	padding: 5px;
	height: 34px;
	width: 79px;
	text-align: center;
	font-weight: bold;
	border-bottom: 0px;
	border-top: 2px solid #000;
}
#main .vehicle a.product{
	border-right: 2px solid #000;
}
#main .vehicle a.pictures{
	float: right;
	padding-top: 12px;
	height: 27px;
}
#main .vehicle a:hover{
	background: #BDAC93;
	color: #E7E9D1;
}
#main #center{
	text-align: center;
}
#main #vanshow{
	margin: auto;
}
h1.renttitle{
	margin: 20px 70px;
	font-weight:normal;
	font-size:28px;
	line-height: 24pt;
}
.fullvan{
	border: 1px solid #000;
	margin-left: 5px;
}
dl{
	margin: 1.5em 0;
	padding: 0 5px;
}
dl dt{
	font-weight: bold;
}
dl dd ul{
	margin-left: 20px;
}
dl dd ul.rates{
	margin-left: 80px;
	font-size:14px;
	font-weight:bold;
}
dl dd.indent{
	margin-left:60px;
}
dl.side{
	height: 168px;
}
dl.side dd img{
	border: 1px solid #000;
	float: right;
	margin: 0 10px;
}
dl.side dd img.keys{
	border: 0px;
}
img.notsat {
	margin-left: 10px;
	margin: 1.5em 10px;
}
#main h3.custcomments {
	font-size: 20px;
	margin-left: 10px;
	font-style: italic;
}
dl.test{ 
	margin: 1.5em 10px;
}
dl.test dd .by {
	font-style: italic;
}
#vanright{
	width: 345px;
	float: right;
}
#chart img{
	border: 1px solid #000;
	margin-left: 40px;
	float: left;
}
#chart ul{
	float: left;
	list-style-type: none;
	padding-left: 5px;
}
#chart ul li .letter{
	font-weight: bold;
}
#chart{
	margin-left: 5px;
	clear: both;
}
#chart table{
	margin-bottom: 5px;
	float: left;
}
#chart table tr td{
	padding: 0 10px;
}
#chart table tr td.bold{
	font-weight: bold;
}
#chart table tr td.mid{
	width: 50px;
}
#chart img.keys{
	border: 0px;
}
#chart td.closer{
	width: 10%;
}
dl.keys img{
	float: right;
	border: 1px solid #000;
}
dd.vanimage{
	border: 1px solid #000;
	margin-left: 40px;
	float: left;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
dl.contact{
	display: block;
	float: left;
	margin: 30px 10px 0 20px;
	text-align: left;
}
dl.contact dt{
	font-weight: bold;
}
dl.contact dd .name{
	width: 100px;
	display: block;
	float: left;
}
p.clear{
	display: block;
	text-align: center;
}
form{
	margin: 1.5em 0;
	padding: 0 5px;
	float: left;	
}
form ul li{
	display: block;
	clear: both;
	list-style-type: none;
}
form ul li label{
	float: left;
	width: 250px;
}
form ul li select{
	width: 144px;
}
form ul li.submit input{
	margin: 10px 0 0 100px;
	width: 200px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	padding-top: 25px;
	text-align: center;
	font-size: 90%;
	padding-bottom: 5px;
	color: #000;
}
#footer ul{
	list-style-type: none;
	display: block;
	width: 75%;
	margin: auto;
}
#footer li{
	float: left;
	width: 32%;
	text-align: center;
	padding-bottom: 4px;
}
#footer p{
	clear: both;
	line-height: 1.2em;
}
#footer a{
	color: #000;
}
ul.sitemap{
	margin-left: 20px;
}
ul.sitemap li ul{
	margin-left: 20px;
}
.inventory{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	margin-top: 1em;
	clear: both;
}
.inventory td{
	border: 1px solid #60130B;
	padding: .2em 5px;
}
.inventory th{
	background: #60130B;
	border: 1px solid #60130B;
	color: #EEEACE;
	text-align: center;
}
.adminlinks{
	display: block;
	width: 90%;
	margin: auto;
}
.adminlinks li{
	display:block;
	padding-bottom: 10px;
	float: left;
	width: 32%;
	text-align: center;
}
#insertVehicle{
	margin-left: 15px;
}
#insertVehicle ol{
	list-style-type: none;
}
#insertVehicle ol li{
	display: block;
	overflow: hidden;
	width: 100%;
}
#insertVehicle label{
	width: 200px;
	display: block;
	float: left;
}
h4{
	font: 18px/18px "Palatino Linotype", "Times New Roman", serif;
	margin: .5em 15px;
}
.options{
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
.options li{
	display: block;
	float: left;
	width: 32%;
	clear: none;
	padding: .2em 0;
}
.options li input{
	margin-right: 5px;
}
/* -----------------------------------------------------------------------
INVENTORY DESIGN ELEMENTS
-------------------------------------------------------------------------*/
.details{
	display: block;
}
.details dd{
	margin-left: 470px;
}
.details dd.notes{
	padding-top: 10px;
	font: 18px/18px "Palatino Linotype", "Times New Roman", serif;
	padding-bottom: .6em;
}
.details dd.photos{
	float: left;
	width: 465px;
	margin-left: 0px;
}
.details > dd.photos{
	min-height: 400px;
}
#main .details dd.photos a{
	border: 0px;
	float: left;
	width: 24%;
	margin-right: 1px;
	text-align: center;
	display: inline;
}
#main .details dd.photos a img{
	border: 1px solid #000;
}
#main ul.features, #main ul.equipment{
	margin-left: 470px;
	list-style-type: none;
}
#main h4.options{
	margin-left: 470px;
	width: auto;
	overflow: visible;
}
.inventory td{
	vertical-align: top;
}
.inventory td.image{
	text-align: center;
}
#main .inventory td.image a{
	border-bottom: 0px;
}
#main .inventory td.image img{
	border: 1px solid #000;
}

#main p.filter{
	font-weight: bold;
	font-size: 120%;
	overflow: hidden;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 10px;
}
#main p.filter form, #main p.filter select{
	display: inline;
}
#main p.filter form{
	padding-left: 10px;
}
#main p.filter input{
	margin-right: 10px;
}
#main p.dontsee{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#main p.credit{
	float: right;
	font-size: 70%;
	display: inline;
}
#main p.credit a, #main a.credit{
	height: 133px;
	width: 150px;
	background: url(images/options.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	border:0;
}
#main p.carfax{
	float: right;
	display: inline;
	margin-top: 60px;
}
dd.carfax{
	margin: 1em 0;
}

/* -----------------------------------------------------------------------
TABLE DESIGN ELEMENTS
-------------------------------------------------------------------------*/
table {
	border:0px;
	cellspacing:5px;
	align:center;
	width:100%;
	cellpadding:0px;
	background: none;
}
td{
	width:33%;
}
ul.over {
	margin-left:20px;
}
hr {
	margin: 20px;
	color:#A5B8E2;
	width:90%;
	color:#A5B8E2;
}
#wrap #main .noborder {
	border:0px;
}
#wrap #main .noborder img {
	border:1px solid #000;
}