/* 
	client: Hertz, the road to multi-million miles
	date: oct 30, 2007
	design & build by oxidev interactive
*/

/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #ddedf8 url(../images/main_01.gif) repeat-x top;
}

#container
{
	width: 960px;
	margin: 0px auto;
}

#header
{
	width: 100%;
	background: url(../images/header_bg_new.gif) no-repeat top;
	
}

#header img
{
	display: block;
}

#logos
{
	position: relative;
	width: 100%;
	height: 92px;
}

a#hertz img
{
	position: absolute;
	top: 30px;
	left: 15px;
}

a#hertzMulti img
{
	position: absolute;
	top: 0px;
	left: 315px;
}

a#united img
{
	position: absolute;
	top: 34px;
	left: 810px;
}

#mainNav ul
{
	width: 960px;
}



#mainNav li
{
	float: left;
}

#mainBody
{
	width: 959px;
	/*min-height: 514px;*/
	background: #fff url(../images/sec_mainbody_bg.gif) no-repeat top;
}

#mainBody img
{
	display: block;
}

#leftColumn
{
	width: 711px;
	float: left;
	display: inline;
	margin-left: 5px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contentPage
{
	width: 95%;
	margin: 37px auto 0px auto;
}

#contentPage h1.mainH1
{
	border-bottom: 1px solid #b5e1ff;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

#contentPage h3
{
	font-size: 13px;
	font-weight: bold;
	color: #3b3b3b;
	margin-bottom: 10px;
}

#contentPage p
{
	color: #555;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

/*#contentPage ul.ul
{
	width: 620px;
	margin-bottom: 20px;
}

#contentPage ul.ul li
{
	position: relative;
	padding: 7px 0px 7px 42px;
	font-size: 12px;
	color: #454545;
	line-height: 17px;
	background: url(../images/bg_10.gif) no-repeat top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ffe7a8;
}

#contentPage ul.ul li img
{
	position: absolute;
	top: 8px;
	left: 12px !important;
	left: -24px;
}

#contentPage ul.ul li.firstItem
{
	border-top: none;
	border-bottom: 1px solid #ffe7a8;
	background: url(../images/bg_07.gif) no-repeat top;
}

#contentPage ul.ul li.lastItem
{
	border-top: 1px solid #fff;
	border-bottom: none;
	background: url(../images/bg_12.gif) no-repeat bottom;
}*/

#contentPage ul.ul
{
	width: 620px;
	margin-bottom: 20px;
}

#contentPage ul.ul li
{
	padding: 0px;
	font-size: 12px;
	color: #454545;
	line-height: 17px;
	background: url(../images/bg_10.gif) no-repeat top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ffe7a8;
}

#contentPage ul.ul li span
{
	display: block;
	padding: 7px 0px 7px 42px;
	background: url(../images/yellow_bullet.gif) no-repeat 15px 8px;
}

#contentPage ul.ul li img
{
	position: absolute;
	top: 8px;
	left: 12px !important;
	left: -24px;
}

#contentPage ul.ul li.firstItem
{
	border-top: none;
	border-bottom: 1px solid #ffe7a8;
	background: url(../images/bg_07.gif) no-repeat top;
}

#contentPage ul.ul li.lastItem
{
	border-top: 1px solid #fff;
	border-bottom: none;
	background: url(../images/bg_12.gif) no-repeat bottom;
}

table.table
{
	width: 620px;
	border-collapse: separate;
	margin-bottom: 20px;
}

table.table td
{
	padding: 7px 0px 7px 14px;
	font-size: 12px;
	color: #027cca;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ffe7a9;
	background: url(../images/bg_16.gif) repeat-y top;
}

table.table td img.btn
{
	display: block;
	float: right;
	top: 0px;
	left: 510px;
	margin-right: 20px;
	margin-top: -15px;
}

table.table td.header
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-top: none;
	background: url(../images/bg_14.gif) no-repeat top;
	font-weight:bold;
}

table.table td b
{
	color: #333;
}

table.table td.lastRow
{
	border-bottom: none;
	background: url(../images/bg_18.gif) no-repeat bottom;
}

p#termsAndConditions
{
	font-size: 10px;
	line-height: 13px;
	color: #666;
}

#rightColumn
{
	width: 230px;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-left:0px;
}

#promos
{
	
}

#promos img
{
	display: block;
	margin-bottom: 6px;
}

#roundBottom
{
	clear: both;
	width: 959px;
	height: 16px;
	background: url(../images/round_bottom.gif) no-repeat bottom;
}

#footer
{
	position: relative;
	clear: both;
	width: 100%;
	margin-bottom:20px;
}

#footer ul
{
	position: relative;
	top: 10px;
	left: 2px;
}

#footer li,
#footer li a
{
	color: #257bb4;
}

#footer li a:hover
{
	color: #003b64;
}

#footer li
{
	display: inline;
	margin-right: 14px;
}

.yellowBox
{
	padding-top: 15px;
	margin-bottom: 20px;
	width: 317px;
	background: url(../images/yellow_box_bg_01.gif) no-repeat top;
}

.yellowBox table
{
	width: 90%;
	margin: 0px auto;
}

.yellowBox th,
.yellowBox td
{
	padding: 3px 0px;
}

.yellowBox th
{
	font-size: 12px;
	font-weight: bold;
	color: #00498e;
}

.yellowBox td
{
	font-size: 12px;
	color: #0060bc;
}

.yellowBox input.text
{
	font-size: 12px;
	color: #484848;
	border: 1px solid #f1daa4;
	padding: 3px 2px;
	width: 280px;
}

/* form */

table.maxtable
{
}

table.maxtable p
{
	line-height: 12px !important;
}

table.maxtable td td td td
{
	padding: 2px 0px;
}

table.maxtable h2
{
	font-size: 18px;
	font-weight: normal;
	color: #027cca;
	margin-bottom: 10px;
}

table.maxtable .ememberText
{
	font-size: 12px;
	color: #027cca;
	font-weight: normal;
}

table.maxtable .ememberText h1
{
	font-size: 14px;
	color: #027cca;
	font-weight: bold;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:5px;
}

table.maxtable .ememberSmallText
{
	font-size: 10px;
	color: #484848;
}

table.maxtable .ememberBoldText
{
	font-size: 11px;
	color: #00498e;
	font-weight: bold;
}

table.maxtable .table1
{
	visibility: none;
}

table.maxtable table
{
	
}

table.maxtable input[type="text"],
table.maxtable input[type="password"],
table.maxtable select
{
	border: 1px solid #666;
	margin-right: 2px;
}





/* from hertz */

#clubForm
{
	margin-bottom:18px;
	margin-top:18px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

#clubForm td
{
	padding:3px;
	width:50%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#027cca;
	padding-top:4px;
	padding-left:0px;
	vertical-align:top;
}

#clubForm td.title
{
	padding-top:10px;
}

#clubForm td .smTxt
{
	color:#666;
	font-size:10px;
}

#clubForm th
{
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	color:#00498e;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:4px;
}

#clubForm select
{
	margin-bottom:4px;
}

#clubForm input
{
	margin-bottom:4px;
	font-size:11px;
	color:#777;
	padding:3px;
}

#clubForm tr.altOne
{
	background-color:#fff;
	border-bottom:1px dotted #f5f5f5;
}


#clubForm tr.altTwo
{
	background-color:#fff;
	border-bottom:1px dotted #f5f5f5;
}

#clubForm td.noBorder
{
	border-bottom:none;
}

#clubForm td #floater
{
	float:left;
	width:25px;
}

#clubForm td #month
{

}

#clubForm td #day
{
	margin-left:32px;
}

#clubForm td #year
{
	margin-left:22px;
}

#clubForm td.gray
{
	color:#555;
	padding-bottom:5px;
}

.boldBlue
{
	font-weight:bold;
	color:#00498e;
}

#tableSelect
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tableSelect td
{
	padding:5px;
	vertical-align:top;
}

#tableSelect td.a
{
	width:20px;
}

#tableSelect td.b
{
}


#contentPage .buttons
{
	width: 100%;
	margin-bottom: 43px;
}

#contentPage .buttons img
{
	display: inline;
	margin-right: 10px;
}
.errorMsg
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
}
#divTerms {
	color:#444444;
	font-size:11px;
	line-height:14px;
	margin-left:118px;
	margin-top:-300px;
	position:absolute;
	width:500px;
}

#divTermsTop {
	padding:20px 20px 0;
	background-color:#fff4d0;
}

#divTermsBottom {
	width:500px;
	height:26px;
	background-image:url(../images/terms-bg-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#divTerms.divTermsLarge {
	margin-top:-395px;
}
#divTerms.divTermsfreeday1 {
	margin:-300px 0 0 120px;
}
#divTerms.divTermsfreeday2 {
	margin-top:-240px;
}
#divTerms.divTermsShort {
	margin-top:-230px;
}
#divTerms.divTermsSave30 {
	margin-top:-250px;
}