body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
	background: #F9FCFF;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	margin: 4px 0;
	color:#000066;
	padding-bottom: 2px;
	border-bottom: 2px solid #000066;
}

h2 {
	margin: 0;
	margin-bottom: 7px;
	color: #000084;
	font-size: 120%;
}

h3 {
	margin: 0;
	padding-bottom: 2px;
	color: #333;
	font-size: 100%;
}

h3, .ex-rental-vehicle-heading {
	color: #0099FF;
}

h4 {
	margin: 0;
	margin-bottom: 2px;
	color: #0099FF;
	font-size: 100%;
}

a, a:visited{ 
	text-decoration: none;
	color: #0066FF;
	/*color:#3399FF;*/
	padding: 0px;
}

a img {
	border: none;
}


#container
{
	margin: 0 auto;
	width: 980px;
	background: #F9FCFF;
}

#page-container {
	float: left;
	width: 950px;
	padding: 10px;
	margin: 15px 0;
	border: 1px solid #66CCFF;
	background: #FFFFFF;
	position: relative;
} 

#header-container {
	float: left;
	width: 940px;
	padding: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6699FF;
	overflow: hidden;
	height: 80px;
}

#header-top {
	float: left;
	width: 100%;
}

#header-logo
{
	float: left;
	width: 300px;
}

#header-logo-element {
	background: url("/images/logo.jpg") no-repeat top;
	width: 291px;
	height: 80px;
	float: left;
	display: block;
	text-decoration: none;
}

#header-weekend {
	float: right;
	width: 270px;
	height: 60px;
	padding-right: 20px;
}

#header-weekend-wrap {
    position: absolute;
	right: 295px;
	top: 20px;
	width: 280px;
	border: 1px solid #0099FF;
	padding: 5px;
	margin-top: 5px;
	height: 50px;
}

#header-slideshow {
	float: right;
	width: 270px;
	height: 60px;
}

#header-slideshow-wrap {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 260px;
	border: 1px solid #0099FF;
	padding: 0px;
	margin-top: 5px;
	height: 60px;
}

#slideshow {
    position:relative;
    height:60px;
	overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.click-slideshow {
	cursor: pointer;
}

#header h1 { 
	margin: 0; 
}

#navigation-wrap {
	float: left;
	margin: 0;
	width: 170px;
	padding: 5px;
	margin-top: 10px;	
}

#navigation
{
	float: left;
	width: 100%;
	position: absolute;
	top: 120px;
	left: 15px;
	width: 170px;
}

#navigation ul{
	margin: 0;
	margin-left: 20px; 
	padding: 0;
	float: left;
}

#navigation li{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-image: url(/images/arrow.gif);
}

#navigation ul li a, a:visited{
	text-decoration: none;
	color: #0066FF;
	/*color:#3399FF;*/
}

#navigation ul li a:hover, #navigation ul li .current{
	color: #000066;
}

.navigation_section {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.navigation_panel {
	float: left;
	margin-bottom: 15px;
	padding: 5px;
	padding-top: 10px;
	border-top: 1px solid #3399FF;
	font-size: 90%;
}

#content-container
{
	float: left;
	width: 760px;
	padding: 5px;
	margin-top: 0px;
}

#content
{
	clear: left;
	float: left;
	width: 100%;
	min-height: 610px;
}

.content-feature {
	width: 568px;
	padding: 10px;
	border: 1px solid #0080FF;
	background: #F2F9FF;
}

#footer-container
{
	float: left;
	clear: left;
	width: 940px;
	text-align: right;
	font-size: 70%;
	padding: 5px;
	border-top: 1px solid #6699FF;
}

#footer {
	float: left;
	width: 930px;
	padding: 2px 10px;
}

/* Generic */
.noborder {
	border: none !important;
}

/* Vehicle listings */

.vehicle_tech_spec_label {
	font-size: 80%;
}

#vehicle_wrap {
	float: left;
	width: 100%;
}

.vehicle_category_wrap {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #0033CC;
	margin-bottom: 15px;
	margin-top: 5px;
}

.vehicle_category_image {
	float: left;
	width: 140px;
}

.vehicle_category_text {
	float: left;
	width: 570px;
	margin-left: 40px;
}

.vehicle_category_text_description {
	float: left; 
	width: 100%;
	margin-bottom: 10px;
}

.vehicle_list_heading {
	float: left;
	width: 100%;
	font-weight: bold;
}

.vehicle_list_element {
	float: left;
	width: 100%;
}

.vehicle_list_name {
	float: left;
	width: 240px;
}

.vehicle_list_name h4 {
	color: #333333;
}

.vehicle_list_info {
	float: left;
	width: 150px;
	position: relative;
	cursor: pointer;
}

.vehicle_list_daily_price {
	float: left;
	width: 75px;
	text-align: right;
}

.vehicle_list_weekly_price {
	float: left;
	width: 85px;
	text-align: right;
}

.vehicle_specification_wrap {
	float: left;
	width: 440px;
	border: 1px solid #000066;
	padding: 10px;
	position: absolute;
	top: 0;
	left: -430px;
	visibility:hidden;
	text-align: left;
	background: #FFFFFF;
	z-index: 1000;
}

.vehicle_specification_element {
	float: left;
	width: 100%;
}

.vehicle_specification_label {
	float: left;
	width: 220px;
	text-align: left;
}

.vehicle_specification_value {
	float: left;
	width: 220px;
}

.vehicle_footer {
	clear:both;
}

/* Form Stuff */

.form_wrap {
	float: left;
	width: 310px;
	margin: 5px 20px 0 20px;
}

.form_status {
	float: left;
	width: 310px;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.form_status_error {
	border: 1px solid #FF0000;
	color: #990000;
	background: #FFDDDD;
}

.form_status_sent {
	border: 1px solid #00CC00;
	color: #006600;
	background: #D9FFD9;
}

.form_element {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.form_element_button {
	float: left;
	width: 100%;
	border-top: 1px solid #66CCFF;
	padding-top: 5px;
	margin-top: 15px;
}

.form_label {
	float: left;
	width: 100px;
}

.form_field {
	float: left;
	width: 210px;
}

.form_field_input {
	float: left;
	width: 200px;
}

.form_field_textarea {
	float: left;
	width: 200px;
	height: 90px;
}

.form_field_button {
	float: right;
	margin-right: 3px;
}

#homepage_span {
	float: left;
	width: 100%;
}

.vehicle_range {
	float: left;	
	width: 300px;
}

.garage_box {
	float: right;
	width: 360px;
	border: 3px solid #88C4FF;
	margin-top: 20px;
	padding: 5px;
	background: #D5EAFF;
	text-align: center;
}

.contact_left {
	float: left; 
	width: 350px;
}

.contact_right {
	float: right; 
	width:400px; 
	height:400px;
}

.contact_right_bottom {
	float: right; 
	width:400px; 
}

.vehicle_bullets_short {
	width: 455px;
	float: left;
}

.vehicle_license {
	width: 295px;
	float: right;
	font-size: 80%;
}
