/* BODY 
----------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	width: 770px;
	background-color: #232323;
}
h6 {
	font-size: 0.95em;
	border-top: 1px dashed #aaa;
	padding: 5px 0;
	color: #999;
}
.serviceBox { padding:5px; margin:5px; width:325px; height:115px; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; font-weight:bold; text-align:justify; background-color: #CC0000; border: dashed #000000 ;}


/* HEADER 
----------------------------------------*/

#header {
	padding: 0 0 5px 0;
	margin: 0;
	background: #000;
	width: 770px;
	height: 135px;
}
#logocontainer {
	height: 50px;
	padding: 10px 0 25px 0;
	background: #fff url(../images/bg-top.gif) repeat-x left bottom;
}
#logocontainer img {
	vertical-align: middle;
}

/* SPLASH 
----------------------------------------*/

#index {
	padding: 10px 0 0 0;
	float: right;
	width: 580px;
	background-color: #fff;
}
#footer {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	float: right;
	width: 580px;
}
#footer img {
	padding: 0;
	margin-bottom: 15px;
}
#footer p {
	padding: 0;
	margin: 0;
}

/* SHOWROOM 
----------------------------------------*/

#showroom {
	background-color: #fff;
	font-size: 1.2em;
	padding: 10px;
}
.showroom a {
	color: #666;
}
ul.showroom {
	list-style: none;
	padding: 0;
	margin: 0;
}
.showroom li {
	width: 150px;
	float: left;
	padding: 8px;
	margin: 0 8px 8px 0;
	background: #f7f7f7;
	border: 1px solid #eee;
}
.showroom a img {
	width: 150px;
	height: 88px;
	display: block;
	padding: 0 0 8px 0;
	margin: 0;
}
.showroom a:link, .showroom a:visited {
	padding: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.showroom a:hover {
	color: #c00;
}

/* CONTENT 
----------------------------------------*/

#content, #mainfooter {
	padding: 20px 20px 15px 30px;
	margin: 0;
	font-size: 1.2em;
	float: left;
	width: 350px;
}
.greyborders {
	padding: 5px;
	border: 1px solid #ddd;
}
#mainfooter {
	clear: both;
	padding: 0 0 0 210px;
}

/* MENU 
----------------------------------------*/

#menu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline; /* Fix for silly 1px gap in IE */
}
#menu ul li a {
	display: block;
	width: auto;
	padding: 7px 5px 7px 26px;
	margin: 0 0 1px 0;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #222 url(../images/icons/nav.gif) no-repeat 10px center;
	border-top: 1px solid #333;
}
#menu ul li a:hover {
	font-weight: bold;
	color: #fff;
	background-image: url(../images/icons/nav-over.gif);
	background-color: #333;
	border-top: 1px solid #444;
}
#menu img {
	margin: 0;
	padding: 0;
}
#menu p {
	margin: 0;
	padding: 0;
}
#menu h1 {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	background: #000;
}
#menu ul#bullet {
	background-color: #DBDBDB;
	padding: 10px;
	margin: 0;
}
#menu ul#bullet li {
	display: block;
	font-size: 1.2em;
	background: url(../images/icons/star_anime.gif) no-repeat left 5px;
	padding: 8px 8px 8px 26px;
	color: #333333;
	border-bottom: 1px solid #ccc;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#aboutus #menu-aboutus a,
#stock #menu-stock a,
#selfdrive #menu-selfdrive a,
#finance #menu-finance a,
#contact #menu-contact a,
#location #menu-location a {
	background-color: #333;
	background-image: url(../images/icons/nav-over.gif);
	font-weight: bold;
	border-top: 1px solid #444;
}

/* MENU STOCK 
----------------------------------------*/

#menustock {
	margin: 0;
	padding: 0;
	height: 25px;
	background: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menustock ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menustock ul li {
	display: inline; /* Fix for silly 1px gap in IE */
}
#menustock ul li a {
	display: block;
	float: left;
	padding: 0 5px 0 26px;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 25px;
	line-height: 25px;
	background: #222 url(../images/icons/nav.gif) no-repeat 10px center;
}
#menustock ul li a:hover {
	color: #fff;
	background-image: url(../images/icons/nav-over.gif);
	background-color: #333;
}
#stock #menustock-stock a,
#finance #menustock-finance a {
	background-color: #333;
	background-image: url(../images/icons/nav-over.gif);
	font-weight: bold;
}

/* SUB CONTENT
----------------------------------------*/

#subcontent {
	padding: 20px 15px 15px;
	margin: 0;
	width: 150px;
	float: right;
	font-size: 1.2em;
}
#subcontent img {
	vertical-align: middle;
	border: none;
}
#selfdrivehire {
	background: #fff;
	border: 5px solid #c00;
	width: 140px;
	margin: 15px 0;
}

/* GLOBAL 
----------------------------------------*/

p {}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px none #eee;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #c00;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: normal;
	float: right;
	width: 130px;
	color: #900;
	border-left: 1px dashed #eee;
	font-style: normal;
}
a:link {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
.tel {
	background:   url(../images/icons/tel.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.mob {
	background:   url(../images/icons/mob.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.fax {
	background:   url(../images/icons/fax.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.email {
	background:   url(../images/icons/email.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

