/************************************************************************************************************************
	COLORS, BORDERS & FONTS
************************************************************************************************************************/

html 
{
	font: 62.5% Arial; 
}
body 
{
	background: #333 url(/media/bg.jpg); 
	color: #fff; 
}
a
{
	background: inherit; 
	color: #999; 
}
h1	{font-size: 1.6em; }
h2	{font-size: 1.4em; }
h3	{font-size: 1.3em; }
h4	{font-size: 1.2em; }
h5	{font-size: 1.1em; }
h6	{font-size: 1.0em; }
/**  p,  **/
p   {font-size: 1.2em; }  
li	{font-size: 1.2em; }
td	{font-size: 1.2em; }

/* body.contact-default li  This was decreasing the font for the whole page, not just the content area */
body.contact-default .content li 
{
	font-size: 1.1em; 
}

iframe
{
	border: none; 
	overflow: hidden; 
}

img
{
	border: none; 
}
input, select 
{
	font-size: 1.0em; 
}
.header a
{
	background: inherit; 
	color: #fff; 
}
.header .banner
{
	background: url(/media/header.gif) no-repeat center bottom; 
	color: inherit; 
}
.primary-menu 
{
	background: #000; 
	color: #fff; 
	border-top: solid 4px #fff;
}
.primary-menu a
{
	background: #000; 
	color: #fff; 
}
.content, 
.secondary-menu
{
	background: #fff; 
	color: #000; 
}
.content a, 
.secondary-menu a
{
	background: inherit; 
	color: #c00; 
}
.content li#res-no
{
	color: #c00; 
} 
.content .validation-summary
{
	background: #ffc url(/media/error.gif) no-repeat 32px 32px;
	border-bottom: solid 2px #fc3; 
	border-top: solid 2px #fc3; 
	color: #f00; 
	font-weight: bold; 
	font-size: 1.6em; 
}
.content .validation-summary ul
{
	font-size: 1.2em; 
}
.content .blackout
{
	background: inherit; 
	color: #f00; 
	font-weight: bold; 
}
.content .fleet .name
{
	font-weight: bold; 
}
.content .title
{
	border-bottom: solid 1px #999; 
	font-weight: bold; 
}
.content .vehicle .name
{
	font-weight: bold; 
}
.content .vehicle .features
{
	font-size: 0.9em; 
}
.content .quote tr.Total
{
	font-size: 1.2em; 
	font-weight: bold; 
}

.copyright,  
.power,  
.copyright a, 
.power a 
{
	background: #ccc; 
	color: #333; 
}
.disclaimer
{
	font-size: 0.8em; 
}
.secondary-menu li, 
.secondary-menu li li:first-child
{
	border-left: solid 1px #666; 
}
.secondary-menu li:first-child
{
	border-left: none; 
}

.vehicle-list li
{
	font-weight: bold; 
}
.vehicle-list li li
{
	font-weight: normal; 
}

.power
{
	font-size: 0.9em; 
}

body.faq .content label 
{
	font-weight: bold; 
}

/*********  RAD additions  *********/
/*******                     *******/
/*****                         *****/
/***                             ***/
body.termsandconditions .content label 
{
	font-weight: bold; 
}

body.privacypolicy .content label 
{
	font-weight: bold; 
}

body.locations .content label 
{
	font-weight: bold; 
}

body.san-diegoca .content label 
{
	font-weight: bold; 
}

body.los-angelesca .content label 
{
	font-weight: bold; 
}

body.hot-news-archive .content label 
{
	font-weight: bold; 
}

body.calendar .content label 
{
	font-weight: bold; 
}

body.ride-uk-pics .content label 
{
	font-weight: bold; 
}

/***                             ***/
/*****                         *****/
/*******                     *******/
/*********  RAD additions  *********/

.main .wait
{
	background: #f00 url(/media/loading.gif) no-repeat 8px; 
	color: #fff; 
}

#secondary
{
	background: #ccc; 
}

/************************************************************************************************************************
	LAYOUT
************************************************************************************************************************/

body 
{
	margin: 0; 
	padding: 15px 0; 
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding: .5em 0; 
}
p
{
	padding: 0 0 1em; 
	margin: 0; 
}
table
{
	border-collapse: collapse; 
}
td
{
	vertical-align: top; 
}

ul.form
{
	margin: 0; 
	padding: 0; 
}

.main
{
	margin: auto; 
	width: 768px; 
}

.main .wait
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 8px 8px 8px 28px; 
}

/******************** Header ********************/

.print-heading
{
	display: none; 
}


.header
{
}

.header .lang
{
	float: right; 
	padding: .5em 0; 
}
.header .lang a
{
	padding-left: 1em; 
}
.header .lang img
{
	vertical-align: middle; 
	margin-right: .25em; 
}

.header .banner
{
	clear: both; 
	text-align: right; 
}

.primary-menu
{
	padding: .5em 1em; 
    text-transform: uppercase; 
}
.primary-menu ul, .primary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.primary-menu a
{
	margin: 0 1em; 
	text-decoration: none; 
}

/*
.primary-menu
{
    clear: both; 
    text-transform: uppercase; 
    line-height: 20px; 
    width: 100%; 
}
.primary-menu ul 
{
	display: inline; 
	margin: 0; 
	padding: 0; 
    list-style: none; 
}
.primary-menu li
{
	display: inline; 
}

.primary-menu a
{
    padding: 0 1em; 
	text-decoration: none; 
}
*/

/******************** Content ********************/

.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6, 
/* .content li, */
.content p
{
	/**  max-width: 35em; **/
}

/****************************** DO NOT TOUCH ******************************/
.content
{
	clear: both; 
	min-height: 372px; 
	padding: 16px 32px; 
}
body.default .content, 
body.faq .content, 
/*********  RAD additions  *********/
/*******                     *******/
/*****                         *****/
/***                             ***/
body.termsandconditions .content, 
body.privacypolicy .content, 
body.locations .content,
body.san-diegoca .content,
body.los-angelesca .content,
body.hot-news-archive .content, 
body.calendar .content,
body.ride-uk-pics .content,
/***                             ***/
/*****                         *****/
/*******                     *******/
/*********  RAD additions  *********/
body.contact-default .content, 
body.rent-default .content,
body.rent-group .content, 
body.rent-quote .content, 
body.rent-reserve .content, 
body.rent-view .content, 
body.hot-news-archive .content 
{
	padding: 4px; 
}
.content .col
{
	float: left; 
}
.content .box
{
	overflow: hidden; 
	margin: 8px 4px; 
	padding: 8px; 
}
.content .validation-summary
{
	margin: 4px 0; 
	padding: 32px 16px 16px 132px; 
}
/****************************** DO NOT TOUCH ******************************/

.content .form 
{
	list-style: none; 
}
.content .form li 
{
	font-weight: bold; 
	padding: .5em 0; 
}

.content .form label 
{
	display: block; 
	font-weight: normal; 
}
.content .form .inline label 
{
	display: inline; 
}


.content .buttons
{
	clear: both; 
	padding: 18px 0; 
	text-align: center; 
}

.actions
{
	clear: both; 
	margin-top: 1em; 
	text-align: center; 
}
.actions a, 
.actions input 
{
	margin-left: .5em; 
	margin-right: .5em; 
}
.title
{
	margin-bottom: 4px; 
	padding-top: 4px 8px; 
}
.ssl
{
	clear: both; 
	background: url(/media/lock.gif) no-repeat; 
	color: #090; 
	font-weight: bold; 
	padding: 0 0 0 18px; 
}

/******************** Footer ********************/

.copyright,  
.power 
{
	text-align: center; 
}
.copyright  
{
	padding-top: 8px; 
}
.power 
{
	padding-bottom: 8px; 
}

.secondary-menu
{
	padding: .5em 0; 
	text-align: center; 
}
.secondary-menu a
{
	padding: 0 .5em; 
}
.secondary-menu ul, 
.secondary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.footer .copyright
{
	clear: both; 
	margin: 8px 0; 
}
.footer .power
{
	margin: 8px 0; 
}

/************************************************************************************************************************
	ELEMENTS
************************************************************************************************************************/

/******************** Calendar ********************/
.calendar a
{
	text-decoration: none; 
}

/******************** Reservation ********************/
div#reservation ul li 
{
	float: left; 
	width: 48%; 
}

/******************** Contact ********************/
div#contact ul li
{
	float: left; 
	width: 48%; 
}

/******************** Payment ********************/
div#payment ul li
{
	float: left; 
	/* width: 30%; */
}
/******************** Flight ********************/
div#flight ul li
{
	float: left; 
	/* width: 48%; */
}

/******************** Vehicle ********************/

div.vehicle .info
{
	float: right; 
	/* padding-right: 8px; */
	width: 35%; 
}
div.vehicle .name
{
	padding-top: 4px; 
}
div.vehicle .models
{
}
div.vehicle .occupancy
{
	/* margin: 16px 0 0 32px; */
	margin: .5em 0 .5em 2em; 
	padding: 0; 
}

/******************** Fleet  ********************/

.content .fleet
{
	width: 100%; 
}
.content .fleet td
{
	padding: 16px 0; 
	text-align: center; 
}
.content .fleet .pic 
{
}
.content .fleet .rates, 
.content .fleet .rates li 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.content .fleet .blackout
{
	padding: 4px 0; 
}

/******************** Extras ********************/

.content .extras	
{
	width: 100%; 
}
.content .extras td
{
	padding: 0 2px; 
	vertical-align: middle; 
}
.content .extras td.qty
{
	text-align: center; 
}
.content .extras td.price
{
	padding-right: 0; 
}

/******************** Quote ********************/

.content .quote
{
/*	width: 100%; */
}
.content .quote td
{
	padding: 2px 0 2px 8px; 
	vertical-align: middle; 
}
.content .quote td.qty
{
	text-align: right; 
}
.content .quote td.charge
{
}
.content .quote td.subtotal
{
	text-align: right; 
}

/******************** Customer ********************/
div#contact ul li 
{
	float: left; 
	width: 48%; 
}
div#contact ul input
{
	width: 80%; 
}

/******************** Payment/Flight ********************/
div#payment ul li, 
div#flight ul li 
{
	float: left; 
	margin-right: 1em; 
}
div#flight input
{
	width: 6em; 
}

/******************** Comments ********************/
div#comments textarea
{
	width: 320px; 
	height: 100px; 
}

/******************** Vehicle list ********************/

.vehicle-list
{
	margin: 0; 
	padding: .25em; 
}
.vehicle-list a
{
	text-decoration: none; 
	white-space: nowrap; 
}
.vehicle-list a:hover
{
	text-decoration: underline; 
}
.vehicle-list ul
{
	display: inline; 
	margin: 0; 
}

.vehicle-list li
{
	list-style: none; 
	display: inline; 
	font-weight: bold; 
	margin-right: .5em; 
}
.vehicle-list li li
{
	font-weight: normal; 
	margin-left: .5em; 
}


/******************** Powered by ********************/

.power
{
	text-align: center; 
}
.power img
{
	vertical-align: middle; 
}

/************************************************************************************************************************
	PAGES
************************************************************************************************************************/

/******************** Home  ********************/

body.default div.col#primary 
{
	width: 60%; 
}
body.default div.col#secondary 
{
	width: 40%; 
}
body.default div.box#form 
{
}
body.default div.box#form #pickup-location select
{
	width: 200px; 
}
body.default div.box#form #rate input
{
	width: 50px; 
}

body.default table.fleet td
{
	padding: 4px; 
	width: 33%; 
}


/******************** Contact page ********************/

body.contact-default div.col#primary 
{
	width: 60%; 
}
body.contact-default div.col#secondary 
{
	width: 40%; 
}
body.contact-default li#message
{
	clear: both; 
}
body.contact-default li#branch
{
	clear: both; 
}
body.contact-default li#message textarea
{
	width: 20em; 
	height: 100px; 
}






body.contact-default #locations ul
{
	list-style: none; 
}

body.contact-default .locations
{
	margin: 0; 
	padding: 0; 
}
body.contact-default .location
{
	float: left; 
	clear: both; 
	width: 100%; 
	border-top: solid 1px #ccc; 
	padding: 1em 0; 
}
body.contact-default .location:first-child
{
	border-top: none; 
}

body.contact-default .location .info
{
	float: left; 
	width: 40%; 
}
body.contact-default .location .info .name
{
	font-weight: bold; 
	padding-bottom: .5em; 
}
body.contact-default .location .info .address
{
	text-transform: uppercase; 
	padding-bottom: .5em; 
}
body.contact-default .location .info .phones
{
	clear: both; 
	margin: 0; 
	padding: 0; 
}
body.contact-default .location .info .phones label
{
	float: left; 
	width: 5em; 
}
body.contact-default .location .info .map
{
	clear: both; 
}

body.contact-default .location .hours
{
	/* font-weight: bold; */
	float: left; 
	width: 60%; 
	/* padding-bottom: .5em; */
}
body.contact-default .location .hours
{
	/* padding: .5em 0 0 1em; */
}
body.contact-default .location .hours label
{
	float: left; 
	width: 7em; 
}
body.contact-default .location .hours ul
{
	margin: 0; 
	padding: 0; 
}
body.contact-default .location .hours li
{
	font-weight: normal; 
}
/*
body.contact-default .location .map
{
	float: left; 
	width: 16%; 
}
*/

/******************** Rent home  ********************/

/*

body.rent-default div.content
{
	padding: 0 2px; 
}

body.rent-default div.col#primary 
{
	width: 70%; 
}
body.rent-default div.col#secondary 
{
	width: 30%; 
}
body.rent-default div.box#form 
{
}
body.rent-default div.box#form #pickup-location select
{
	width: 190px; 
}
body.rent-default div.box#form #rate input
{
	width: 50px; 
}

body.rent-default table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
*/

body.rent-default div.col
{
	float: right; 
}
body.rent-default div.col#primary
{
	width: 65%; 
}
body.rent-default div.col#secondary
{
	width: 35%; 
}
body.rent-default li#pickup-date, 
body.rent-default li#dropoff-date 
{
	clear: both; 
	float: left; 
	padding-right: 1em; 
}
body.rent-default li#pickup-date input, 
body.rent-default li#dropoff-date input 
{
	width: 7em; 
}
body.rent-default li#rate-code input 
{
	width: 5em; 
}

/******************** Group page ********************/

body.rent-group div.col#primary 
{
	width: 70%; 
}
body.rent-group div.col#secondary 
{
	width: 30%; 
}

/******************** Quote page ********************/

body.rent-quote div.col#primary 
{
	width: 58%; 
}
body.rent-quote div.col#secondary 
{
	width: 42%; 
}
body.rent-quote div.box#reservation 
{
}
body.rent-quote div.box#vehicle 
{
}
body.rent-quote div.box#other-choices 
{
}
body.rent-quote div.box#extras 
{
}
body.rent-quote div.box#quote 
{
}

body.rent-quote table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** Reserve page ********************/

body.rent-reserve div.col#primary 
{
	width: 50%; 
}
body.rent-reserve div.col#secondary 
{
	width: 50%; 
}
body.rent-reserve div.box#reservation 
{
}
body.rent-reserve div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-reserve div.box#quote 
{
}

body.rent-reserve li#flight-airline
{
	clear: both; 
}
body.rent-reserve li#comments
{
	clear: both; 
}
body.rent-reserve li#cc-exp input
{
	width: 4em; 
}

/******************** View page ********************/

body.rent-view div.col#primary 
{
	width: 40%; 
}
body.rent-view div.col#secondary 
{
	width: 60%; 
}
body.rent-view div.box#reservation 
{
}
body.rent-view div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-view div.box#quote 
{
}

body.rent-view li#cc-exp input
{
	width: 4em; 
}
body.rent-view li#flight-airline
{
	clear: both; 
}
body.rent-view li#comments
{
	clear: both; 
}

/******************** Faq page ********************/

body.faq .content div.col#primary
{
	width: 80%; 
}
body.faq .content div.col#secondary  
{
	width: 20%; 
}
body.faq .content ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
body.faq .content li
{
	padding: .5em 0; 
	/**  width: 30em;  **/
}
body.faq .content label 
{
	display: block; 
}

/******************** Vehicle page ********************/

body.vehicles .content .pic
{
	float: right; 
	padding-left: 4px; 
}


/*********  RAD additions  *********/
/*******                     *******/
/*****                         *****/
/***                             ***/

/******************** Terms and Conditions page ********************/

body.termsandconditions .content div.col#primary
{
	width: 80%; 
}
body.termsandconditions .content div.col#secondary  
{
	width: 20%; 
}
body.termsandconditions .content ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
body.termsandconditions .content li
{
	padding: .5em 0; 
	/**  width: 30em;  **/
}
body.termsandconditions .content label 
{
	display: block; 
}

/******************** Privacty Policy page ********************/

body.privacypolicy .content div.col#primary
{
	width: 70%; 
}
body.privacypolicy .content div.col#secondary  
{
	width: 30%; 
}
body.privacypolicy .content ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
body.privacypolicy .content li
{
	padding: .5em 0; 
	/**  width: 30em;  **/
}
body.privacypolicy .content label 
{
	display: block; 
}

/******************** locations page  ********************/

body.locations div.col#primary 
{
	width: 60%; 
}
body.locations div.col#secondary 
{
	width: 40%; 
}
body.locations div.box#form 
{
}
body.locations div.box#form #pickup-location select
{
	width: 200px; 
}
body.locations div.box#form #rate input
{
	width: 50px; 
}

body.locations table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** san-diegoca page  ********************/

body.san-diegoca div.col#primary 
{
	width: 60%; 
}
body.san-diegoca div.col#secondary 
{
	width: 40%; 
}
body.san-diegoca div.box#form 
{
}
body.san-diegoca div.box#form #pickup-location select
{
	width: 200px; 
}
body.san-diegoca div.box#form #rate input
{
	width: 50px; 
}

body.san-diegoca table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** los-angelesca page  ********************/

body.los-angelesca div.col#primary 
{
	width: 60%; 
}
body.los-angelesca div.col#secondary 
{
	width: 40%; 
}
body.los-angelesca div.box#form 
{
}
body.los-angelesca div.box#form #pickup-location select
{
	width: 200px; 
}
body.los-angelesca div.box#form #rate input
{
	width: 50px; 
}

body.los-angelesca table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** hot-news-archive page  ********************/

body.hot-news-archive div.col#primary 
{
	width: 60%; 
}
body.hot-news-archive div.col#secondary 
{
	width: 40%; 
}
body.hot-news-archive div.box#form 
{
}
body.hot-news-archive div.box#form #pickup-location select
{
	width: 200px; 
}
body.hot-news-archive div.box#form #rate input
{
	width: 50px; 
}

body.hot-news-archive table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** calendar page  ********************/

body.calendar div.col#primary 
{
	width: 60%; 
}
body.calendar div.col#secondary 
{
	width: 40%; 
}
body.calendar div.box#form 
{
}
body.calendar div.box#form #pickup-location select
{
	width: 200px; 
}
body.calendar div.box#form #rate input
{
	width: 50px; 
}

body.calendar table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** ride-uk-pics page  ********************/

body.ride-uk-pics div.col#primary 
{
	width: 60%; 
}
body.ride-uk-pics div.col#secondary 
{
	width: 40%; 
}
body.ride-uk-pics div.box#form 
{
}
body.ride-uk-pics div.box#form #pickup-location select
{
	width: 200px; 
}
body.ride-uk-pics div.box#form #rate input
{
	width: 50px; 
}

body.ride-uk-pics table.fleet td
{
	padding: 4px; 
	width: 33%; 
}


/***                             ***/
/*****                         *****/
/*******                     *******/
/*********  RAD additions  *********/

div.paypal
{
	text-align: center; 
}
div.disclaimer
{
	padding: 12px; 
}
