/* CSS Document */

body 
{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-align:center;
}

table {	
font-family: Verdana, Arial, Helvetica;
font-size: 11px;	
color: #333333; 
text-align:left;
}

/*
	New CSS by Charlie
*/

#container_page {
	width: 800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	background-image:url('images/page_bg.gif');
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
}

#content 
{
	width: 100%;
	padding: 0px;
	padding-bottom:5px;
	background-color: #fff;
	height:100%;	
}

#header_logo {
	width: 253px;
	height: 68px;
	float:left;
	display:block;
	background-image:url('images/logo.gif');
	background-repeat:no-repeat;
	background-position: top left;
	position:relative;
	clear:both;
	margin-left: 10px;
	margin-bottom: 5px;
}

#header_logo h1 {
	display:none;
}

#header_nav {
	width: 100%;
	clear:both;
	display:inline;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid black;*/
	vertical-align:middle;
}

#header_nav_links {
	width:100%;
	height:30px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	background-color:#333399;
	clear:both;
}

#header_nav ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
	position:relative;
	/*border: 1px solid red;*/
	top:-25px;
} 

#header_nav ul li {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	color:#333399;
}

#header_nav ul li a {
	font-weight: bold;
	color:#333399;
}	
		
#header_nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#header_strapline {
	width: 100%;
	clear:both;
	display:block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position:relative;
	top: -15px;
}

#header_strapline h2 {
	font-family: "Arial Narrow", Arial;
	font-size:36px;
	color: #ffb400;
	margin: 0px;
	padding: 0px;
	position:relative;
	
}

#header_bottom_bar {
	width: 100%;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	clear:both;
	display:block;	
	background-color:#333399;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	position:relative;
	top: -10px;
}

#container_main {
	display:block;
	clear:both;
	width: 100%;
}

#container_footer {
	display:block;
	clear:both;
	width: 100%;
}

#main_form {
	display:block;
	position:relative;
	width:500px;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
	float:left;
	background-color: #244483;
}

.main_form_row {
	display:inline;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear:both;
	float:left;
}

#main_form_step1 {
	display:inline;
	float:left;
	width: 215px;
	height: 120px;
	background-image: url('images/search_step1.gif');
	background-position: top left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#main_form_step1 h3 {
	display:none;
}

#main_form_step2 {
	display:inline;
	float:left;
	width: 215px;
	height: 122px;
	background-image: url('images/search_step2.gif');
	background-position: top left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#main_form_step2 h3 {
	display:none;
}

#main_form_step3 {
	display:inline;
	float:left;
	width: 215px;
	height: 121px;
	background-image: url('images/search_step3.gif');
	background-position: top left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#main_form_step4 {
	display:inline;
	float:left;
	width: 215px;
	height: 80px;
	background-image: url('images/search_step4.gif');
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#main_form_step3 h3 {
	display:none;
}

.main_form_fields {
	float:right;
	margin: 0px;
	padding: 15px 15px 0px 0px;
	width: 270px;
	text-align:right;
}

.main_form_fields select {
	margin: 5px;
	padding: 0px;
	width: 200px;
}

.main_form_fields label {
	color:#FFFFFF;
	padding: 0px 0px 5px 0px;
	position:relative;
}

.main_form_fields label.date_select {
	color:#FFFFFF;
	width:60px;
	display:inline-block;
}

.main_form_fields select.small_select {
	width: auto;
	margin: 5px;
	padding: 0px;
}

#form1 {
	margin-left:auto;
	margin-right:auto;
}

.content{
	text-align:left;
}

/*p, h1, pre 
{
	margin: 0px; 
	padding: 10px; 
}*/

h1 
{
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}

h2 
{
	font-size: 15px;

}


a 
{ 
	color: #5b71fb;
	font-size: 11px;
	text-decoration: none; 
	font-size:medium;
}

a:hover 
{ 
	color: #5b71fb;
	font-size: 11px;
	text-decoration: underline; 
	font-size:medium;
}

th
{
	background-color: #244483;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:white;
}

.cars
{
	border-collapse:collapse;
	border:thin #ECEFD1 solid;
	font-size:11px;
}

.price {
	font-size:16px;
}

.bookingForm 
{
	/*width: 370px;
	vertical-align: top;*/
	display:inline;
	vertical-align: top;
	width:100%;
}

.search_top
{
	background-image:url(images/bf1.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:57px;
	padding: 0px;
	margin: 0px;
}

.country 
{
	background-image:url(images/bfr.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-left:75px
}

.search_middle 
{
	background-image:url(images/bf2.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	height: 48px;
}

.search_middle2
{
	background-image:url(images/bf3.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	height: 48px;
}

.search_bottom
{
	background-image:url(images/bfb.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	height: 18px;
}

#content select
{
	height: 20px;
	width: 222px;
}

#country
{
	height: 20px;
	width: 150px;
}

.day {

        width: 45px;

        height: 20px;

        font-size: 10pt;

}



.month {

        width: 55px;

        height: 20px;

        font-size: 10pt;

}



.year {

        width: 61px;

        height: 20px;

        font-size: 10pt;

}



#content .time 
{

        width: 60px;

        height: 20px;

        font-size: 10pt;

}

#content .date 
{

        width: 60px;

        font-size: 10pt;

}


.age {

        width: 48px;

        font-size: 10pt;

}
.pickup {
	position: relative;
	top: 181px;
	margin-left: auto;
	margin-right: auto;
	margin-top:inherit;
}
/*----------------------------------------*/
.bar
{ 
	background-color: #244483;
	font-size:14px;
	font-weight:bold;
	TEXT-ALIGN:center;
	color:white;
}

.terms
{
	background-color:#FF8080;
}

.booking
{
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

.toplinks{
	padding-top:80px;
	padding-left:300px;
}
.toplinks_a {
	padding:15px;
	text-transform:uppercase;
	font-weight:bold;
}



label 
{
	font-weight: bold;
}
.noselect {

        color: #999;
}

#driverDetails
{
	text-align:left;
}

#title {

        width: 60px;

        height: 20px;

        font-size: 10pt;

}

#small
{
	font-size:smaller;
}

#red
{
	color:#FF0000;
}



/*.footer
{
	font-size: 11px;
	text-transform:uppercase;
	color: #564b47;
	background-color: #90897a;
}*/

.footer
{
margin-left: auto;
margin-right: auto;

border-top: 1px solid #999;
z-index: 1;
}

.footer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

.footer li #copy
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

.footer li
{
display: inline;
text-align: center;
margin: 0 5px;
}
/* Navigation */
#navcontainer
{
margin-left: auto;
margin-right: auto;

border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}


#maincontent
{
	clear:both;
	padding-bottom:0.1em;
	margin-bottom: 20px;
}

#header
{
	height:100px;
	/*background-image:url(images/logo_bg.jpg);
	background-repeat:repeat-x;*/
	margin-bottom:10px;
	text-align:right;
}

#loc
{
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

#loc #locli
{
	list-style:none;
	list-style-image:none;
}

#loc #box
{
	background-color:#FFFFFF;
	border:#000000 thin solid;
	font-size:small;
	text-align:left;
	overflow:visible;
}

#loc a
{
	font-size:small;
}
	
#loc a:hover
{
	background-color:#CCCCCC;
}
