﻿html
{
	font-size: 100%; /* IE hack */
}
body
{
	font-size: 0.7em;
	color:#434343;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica,Arial,sans-serif;
	color:#007800;
}

h1{font-size:1.6em}
h2{font-size:1.5em}
h3{font-size:1.4em}
h4{font-size:1.35em}
h5{font-size:1.3em}
h6{font-size:1.25em}

ul.tick-list
{
	padding: 0;
}
ul.tick-list li
{
	list-style: none;
	background: url(../images/tick.png) top left no-repeat;
	padding: 0.5em 0 0.5em 25px;
	margin-left: 0;
}

.header_login
{
	position: relative;
	width: 750px;
	height: 13px;
	text-align: right;
	top: -70px;
	margin-bottom: -15px;
}
.hello
{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding-right: 5px;
	margin-top: -20px;
}
.hello a, .hello a:hover, .hello a:visited, .hello a:link
{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-decoration: underline;
}



#contents a
{
	color:#007800;
	text-decoration: underline;
}

.breadcrumbs
{
	/* font-size: 0.9em; */
	margin: 0 0 20px;
}
.breadcrumbs ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li
{
	display: inline;
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li a
{
	background: transparent url(../images/breadcrumb-arrow.gif) no-repeat scroll right center;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0 15px 2px 0;
	width: auto;
}

#SiteMap #contents ul
{
	margin:5px 30px;
}
#SiteMap #contents li a
{
	font-size:1.1em;
	line-height:15px;
}



div#fleetIntro
{
	margin-bottom: 10px;
}
div#fleetIntro p
{
	margin:5px 0;
}
div#fleetDetails p
{
	margin:5px 0;
}

div.fleetCategory
{
	border: 1px solid #009900;
	margin: 10px 0 0 0;
	height: 110px;
	list-style: none;
}
div.fleetCategory .fleetDescription
{
	float: right;
	width: 320px;
	height: 90px;
	margin: 5px 5px 5px 0;
	display:inline;
}
div.fleetCategory h3
{
	margin: 0;
	text-transform: uppercase;
}

div.fleetCategory img
{
	margin: 5px;
	width: 95px;
	height: 90px;
	display:inline;
}
div.fleetCategory p
{
	height: 69px;
}



div.fleetVehicles li
{
	height:185px;
	border: 1px solid #009900;
	border-top:none;
	clear: both;
	margin: 0;
	list-style: none;
}

div.fleetVehicles .vehicleDescription
{
	float: right;
	width: 315px;
	margin: 5px 10px 0 0;
	display:inline;
}

div.fleetVehicles .vehicleDescription p
{
	height: 70px;
}

div.fleetVehicles h4
{
	margin: 0;
	text-transform: uppercase;
}
div.fleetVehicles .vehicleImage
{
	float: left;
	margin: 5px;
	width: 95px;
	height: 90px;
	display:inline;
}

div.fleetVehicles .attributes td
{
	text-align: center;
}
div.fleetVehicles .attributes
{
	float: left;
}
div.fleetVehicles .emissions
{
	float: right;
	color: #999;
	padding: 10px 0;
	line-height:20px;
}
div.fleetVehicles .emissions img
{
	margin-right: 5px;
	float: left;
}






div#fleetSelector
{
	display: none;
}
div#fleetSelector form
{
	padding: 5px;
	background: #CCC;
	display: none;
}
div#fleetSelector select
{
	width: 60px;
}



.imgGallery
{
	text-align:justify;
}
.imgGallery h3
{
	display:block;
	border-bottom:1px #CCC solid;
	margin:0 0 5px 0;
}
.imgGallery table
{
	width:100%;
	border-spacing:0;
}
.imgGallery td
{
	padding:5px;
	text-align: center;
}
.imgGallery img
{
	width:90px;
	height:90px;
	
	vertical-align:middle;
}


a.readmore:link, a.readmore:visited
{
	text-decoration: underline;
}
a.readmore:hover, a.readmore:active
{
	text-decoration: none;
}












#contents.withTools {width: 575px}
