﻿@charset "UTF-8";

body {
	margin:auto 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a {
	color: rgb(1,62,125);
	text-decoration:none;
}

.logo {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 152px;
	height: 87px;
	padding: 23px 30px 0 0;
	background: url(/resources/images/template/logo.png) no-repeat bottom right;
}
	

h1 {
	color: rgb(1,62,125);
	font-size: 20px;
	font-weight:normal;
}

h2 {
	font-size: 12px;
	color: rgb(1,62,125);
}

h3 {
	font-weight:normal;
	font-size: 12px;
	margin-bottom: -1px;
}

h3 a {
	color:#222222;
}

p
{
	clear:both;
}

input, select, textarea
{
	font-face:Arial;
	font-size:11px;
	color: rgb(25,25,25);
}


div#wrapper {
	margin: auto;
	width: 900px;
	/*min-height: 200px;*/
	background: url(/resources/images/template/wrap_top.jpg) no-repeat top;
}

div#above
{
	/*overflow:hidden;*/
	clear:both;
	float:left;
	width:900px;
	height:129px;
}

div#toppmenu {
	position:relative;
	top:-37px;
	float: left;
	width:710px;
	padding: 85px 0 20px 0;
	height: 30px;
}
/*div#toppmenu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
div#toppmenu ul li {
	float: left;
	padding: 0 10px 0 10px;
	font-size: 14px;
	background: url(/resources/images/template/menu_divide.gif) no-repeat left;
}
div#toppmenu ul li a {	
	color: #fff;
}
div#toppmenu ul li.first {
	background: none;
}*/


#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	font-size: 14px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
}
#nav a:hover {
	color: #ddd;
}

/* main level link hover */
#nav .current a, #nav li:hover > a 
{
	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	border: none;
}
#nav ul a:hover 
{
	background: #1A5EA5;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	background: #024;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #fff;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}



div#call-us {
	float: right;
	color: #fff;
	height: 22px;
	padding: 15px 0 0 0;
	font-size: 18px;
}
div#picture {
	float: left;
	width: 880px;
	background: #fff;
	padding: 10px;
}

div#content
{
	clear:both;
	float: left;
	width: 880px;
	min-height: 200px;
	padding: 0px 10px 10px 10px;
}

div#footer
{
	clear:both;
	float: left;
	background: #333;
	width: 100%;
	min-height: 60px;
	text-align: center;
	color: #fff;
	padding: 20px 0 0 0;
}
div#footer a {
	font-weight: bold;
	color: #fff
}
#intro {
	float: left;
	background: #eee;
	padding: 10px;
	width: 860px;
	text-align: center;
	font-size: 14px;
	color: rgb(1,62,125);
}

/* CONTENT */

div#steps
{
	clear:both;
	float:left;
	width:880px;
	height:30px;
	background: rgb(204,204,204);
}

div#steps span
{
	float:left;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	padding:7px 10px 7px 10px;
}

div#steps span.step
{
	font-weight:normal;
	text-transform: uppercase;
	border-right:1px solid #fff;
}

div#steps ul
{
	float:right;
	margin:0px;
	padding:0px 5px 0px 0px;
	list-style:none;
}

div#steps ul li
{
	float:left;
	padding:7px 0px;
	width:17px;
	line-height:16px;
	text-align:center;
	font-size:13px;
	color: rgb(153,153,153);
}

div#steps ul li a
{
	color: rgb(109,109,109);
}

div#steps ul li a:hover
{
	text-decoration: none;
}

div#steps ul li.selected, div#steps ul li.selected a
{
	font-weight:bold;
	color: #000;
}

#booking_form
{
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	width:878px;
	border-left: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}

div#left
{
	overflow:hidden;
	float:left;
	padding:20px 10px;
	width:370px;
	border-right: 1px solid rgb(204,204,204);
}

div#right
{
	overflow:hidden;
	position:relative;
	left:-1px;
	float:left;
	padding:20px 10px;
	width:466px;
	border-left: 1px solid rgb(204,204,204);
}

div.content
{
	clear:both;
	float:left;
	width:880px;
	background: rgb(204,204,204);
}

div.left
{
	clear:both;
	float:left;
	padding:10px 10px 10px 10px;
	width:372px;
	border-top: 1px solid rgb(204,204,204);
}

div.right
{
	float:left;
	padding:0px 10px 10px 10px;
	width:468px;
	line-height:25px;
	border-top: 1px solid rgb(204,204,204);
}

div.right input.button
{
	font-size:13px;
	padding:5px;
	line-height:15px;
	color:#fff;
	border:0px;
	background: rgb(1,62,125);
}

.space
{
	float:right;
	padding:10px 0px 0px 10px;
}

/* CONTENT */

div#calendars
{
	clear:both;
	width:371px;
}

div#calendars .clear
{
	float:left;
	width:15px;
	height:15px;
}

div#calendars .calendar
{
	float:left;
}

div#calendars h3
{
	clear:both;
	float:left;
	line-height:18px;
}

div#calendars select
{
	float:left;
	margin:0px 0px 0px 5px;
}

.vehicle-img
{
	width: 125px;
	height: 125px;
	float: right;
}

.plain-row
{
	padding-left: 20px;
	width: 500px;
	clear: both;
}

.row label
{
	clear:left;
	float:left;
	margin-bottom:6px;
	width:120px;
	font-weight:bold;
	color: rgb(85,85,85);
}

.row select
{
	float:left;
	margin-bottom:6px;
}

.row input
{
	clear: left;
	margin: 5px 0;
	width: 235px;
}

div#right .clear
{
	overflow:hidden;
	clear:both;
	margin:5px 0px 10px 0px;
	width:467px;
	height:1px;
	line-height:0px;
	font-size:0px;
	background: rgb(221,221,221);
}

.extras
{
	float: left;
	width: 230px;
}


.row-insurance
{
	clear:both;
	float:left;
	width:467px;
	color: rgb(85,85,85);
}

.row-insurance h2
{
	float:left;
	width:100px;
}

.row-insurance input
{
	float:left;
}

.row-insurance label
{
	float:left;
	line-height:18px;
}

.info
{
	overflow:hidden;
	float:left;
	margin:3px 5px;
	width:14px;
	height:13px;
	background: url(/resources/images/template/bg-info.gif) no-repeat top left;
	text-indent:-999px;
	cursor: pointer; 
}

.info-div
{
	width: 310px;
	position: absolute;
	left: 10px;
	top: 180px;
	padding: 5px;
	background-color: #eee;
	border: solid 2px #ccc;
}

.info-div h1
{
	font-size: 13px;
}

.info-div p
{
	font-size: 11px;
}

.info-div span
{
	font-size: 11px;
	color: rgb(1,62,125);
}

.row-extras
{
	clear:both;
	float:left;
	padding:0px 0px 5px 0px;
	width:467px;
	color: rgb(85,85,85);
}

.row-extras h2
{
	float:left;
	width:100px;
}

.row-items
{
	float:left;
	width:200px;
}

.row-item
{
	float:left;
	width:100px;
}

.row-current
{
	clear:both;
	float:left;
	width:300px;
	color: rgb(85,85,85);
}

.row-current h2
{
	float:left;
	width:100px;
}

.row-current .row-items
{
	float:left;
	width:200px;
}

.row-current .row-items span
{
	float:left;
	width:100px;
}

.row-current .row-items select
{
	float:left;
}

.row-order
{
	float:left;
	width:240px;
	text-align:right;
}

.row-order h2
{
	color: rgb(85,85,85);
}

div.calendar-main
{	
	margin:0px;
	width:161px;
	overflow:hidden;
	background:url(/resources/images/template/cal-top.gif) no-repeat top left;
}
div.calendar-main .calendar-bottom
{
	width:157px;
	margin:0px 0px 10px 0px;
	padding:2px;
	height:100%;
	background:url(/resources/images/template/cal-bottom.gif) no-repeat bottom left;
}
div.calendar-main .calendar-nav
{
	width:100%;
	height:25px;
}
div.calendar-main .calendar-nav input
{
	float:left;
	margin:5px 0 0 4px;
}
div.calendar-main .calendar-nav select
{
	float:left;
	margin:5px 0 0 4px;
}
div.calendar-main .calendar-nav select.month
{
	width:48px;
}
div.calendar-main .calendar-nav select.year
{
	width:55px;
}
div.calendar-main table
{	
	width:100%;
	clear:both;
	font-family:verdana;
	font-size:10px;
	color:#555;
	border-collapse:collapse;
}
div.calendar-main table a
{
	margin:1px;
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	color:#555;
	text-decoration:none;
	text-align:center;
}
div.calendar-main table a.selected 
{
	background: rgb(1,62,125);
	color:#fff;
}
div.calendar-main table a.today
{
	color:#387eaf;
	font-style:italic;
}
div.calendar-main table th
{
	text-align:center;
	padding:3px;	
	border-top:1px solid #ddd;	
}
div.calendar-main table td
{
	text-align:center;	
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;	
}
div.calendar-main table td.first-col
{
	border-left:0px;
}

.price
{
	font-size: 11px;
}

.summary th
{
	width:150px;
	text-align:left;
}


.clearboth
{
	clear:both;
}

.car
{
	padding: 20px;
	clear: both;
}

.car img
{
	float: left;
	margin: 20px;
}

.car-info
{
	float: left;
	clear: right;
	border: solid 1px #ccc;
	width: 310px;
	margin: 20px;
	padding: 10px;
}

.car-info-right
{
	float: right;
	list-style-type: disc;
	padding-left: 15px;
}

.car-info-right li
{
	list-style-type: disc;
	margin-top: 8px;
	
}

.car-info-left
{
	padding-left: 40px;
	padding-top: 8px;
	height: 20px;
}

.car-info-left.one
{
	background: url(/resources/images/template/keyIndicator.gif) no-repeat center left;
}

.car-info-left.two
{
	background: url(/resources/images/template/keyIndicator2.gif) no-repeat center left;
}

.car-info-left.three
{
	background: url(/resources/images/template/keyIndicator4.gif) no-repeat center left;
}

.useful-link
{
	width: 293px;
	height: 260px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.useful-link img
{
	border: 0;
}

.our-cars
{
	float: left;
	width: 280px;
	height: 400px;
	border: solid 1px #ccc;
	margin: 5px;
}

.our-cars .mark
{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	background-color: #013E7D;
	color: #fff;
	padding: 5px;
}

.our-cars .dark
{
	background-color: #eee;
}
