/* 
	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;
	color:#027cca;
}

a:hover
{
	text-decoration: underline;
	color:#027cca;
}

.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 20px 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;
}

.mainLogo
{
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 2;
}

a#hertz img
{
	position: absolute;
	top: 33px;
	left: 6px;
}

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_general-bg4.jpg) no-repeat top;
}

#mainBody img
{
	display: block;
}

#leftColumn
{
	width: 715px;
	float: left;
	display: inline;
	margin-left: 5px;
	min-height: 500px;
	padding-top: 50px;
}

#leftColumn2
{
	width: 711px;
	float: left;
	display: inline;
	margin-left: 5px;
	min-height: 350px;
	padding-top: 50px;
}

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

#contentPage h1
{
	font-size: 18px;
	color: #00498e;
	margin-bottom: 20px;
}

#contentPage h2
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00498e;
	font-weight:bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom:1px dotted #e1e1e1;
	margin-top:18px;
}

#contentPage h3
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f0a400;
	font-weight: normal;
	margin-bottom: 10px;
}

#contentPage h4
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00498e;
	font-weight:bold;
	margin-bottom: 10px;
}

#contentPage h5
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin-bottom: 10px;
}

#contentPage b
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#444;
	font-weight:bold;
}

#contentPage b.subBold
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#444;
	font-weight:bold;
}

#contentPage p
{
	font-size: 13px;
	line-height: 18px;
	color: #616161;
	margin-bottom: 15px;
}
/*#contentPage p.first
{
	background:#fff4d0;
	padding:5px;
	font-size: 13px;
	color: #616161;
	margin-bottom: 15px;
	border:1px solid #ffe8b1;
	width:610px;
}*/
#contentPage p.first
{
	font-size: 13px;
	color: #027CCA;
	margin-bottom: 15px;
	font-weight:bold;
}

#contentPage p.intro
{
	font-size: 13px;
	line-height: 18px;
	color: #616161;
	margin-bottom: 30px;
}

#contentPage ul.list
{
	margin-left: 20px;
	margin-bottom: 15px;
}

#contentPage ul.list li
{
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 5px;
	padding-left: 19px;
	background: url(../images/genBullet2_11.gif) no-repeat 0px 1px;
}

#contentPage ul.list li.level2
{
	background: none;
}

ul.ul
{
	margin-bottom: 20px;
	padding-bottom: 11px;
	background: url(../images/ul_bg_11-bottom.gif) no-repeat left bottom;
}

ul.ul li.firstItem
{
	background: url(../images/ul_bg_07-2.gif) no-repeat left top;
}

ul.ul li
{
	padding: 7px 0px 7px 42px;
	width:578px;
	font-size: 13px;
	font-weight: bold;
	border-bottom:1px solid #ffe7a9;
	border-top:1px solid #ffffff;
	color: #00519d;
	background: url(../images/ul_bg_09-2.gif) no-repeat left top;
}

ul.ul li.lastItem
{
	/*background: url(../images/ul_bg_11-2.gif) no-repeat left bottom;*/
	border-bottom:none;
}

p#rules
{
	font-size: 13px;
	color: #616161;
	margin-bottom: 24px;
}

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

#contentPage .buttons img
{
	display: inline;
	margin-right: 10px;
}

p#disclaim
{
	padding: 25px 15px 10px 15px;
	font-size: 10px;
	line-height: 14px;
	width: 666px;
	color: #696969;
	background: url(../images/disclaim_bg.gif) no-repeat top;
}

#rightColumn
{
	width: 233px;
	float: left;
	display: none;
	padding-top: 13px;
	padding-right: 5px;
}

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

#rightColumn3
{
	width: 240px;
	float: right;
	display: inline;
	padding-top: 13px;
	padding-left:0px;
	margin-right:0px;
}

#promoHolder img
{
	display: block;
	margin-bottom: 5px;
}

#promoHolder #secFlash
{
	display: block;
	margin-bottom: 5px;
}

#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;
	font-size:11px;
}

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

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

#footer li
{
	display: inline;
	margin-right: 14px;
}
#footer p
{
	clear: both;
	color: #257bb4;
	padding-top:7px;
	font-size:11px;
}
#collections
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6a675c;
	line-height:14px;
}

#collections table
{
	height:347px;
}

#collections table td
{
	vertical-align:top;
}

#collections .txt
{
	height:120px;
	width:180px;
	padding:152px 18px 18px 18px;
}

#collections table .a
{
	background:url(../images/collections_07.jpg) no-repeat left top;
}

#collections table .b
{
	background:url(../images/collections_09.jpg) no-repeat left top;
}

#collections table .c
{
	background:url(../images/collections_11.jpg) no-repeat left top;
}

#subheading
{
	margin:18px 0px;
}

#bttnBookNow
{
	padding:0px 0px 28px 0px;
}

#promos
{
	margin-left: 6px;
}

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

ul.faqs
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0px;
}

ul.faqs li.question
{
	color:#00498e;
	font-weight:bold;
	font-size:14px;
	border-bottom:2px solid #e1e1e1;
	padding:4px 0px 10px 35px;
	margin-bottom:6px;
	background:url(../images/faqs_07.gif) no-repeat 0px 0px;
}

ul.faqs li.answer
{
	color:#666666;
	font-size:13px;
	font-weight:normal;
	padding:4px 0px 0px 35px;
	margin-bottom:20px;
	padding-bottom:8px;
	background:url(../images/faqs_10.gif) no-repeat 0px 0px;
}

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

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



ul.general
{
	font-size:11px;

}

ul.general li.general a
{
	
	padding:3px 0px 3px 20px;
	background:url(../images/genBullet_11.gif) no-repeat 0px 2px;
	line-height:18px;
	color:#00498e;
}

ul.general ul.general li.general a

{
	
	padding:2px 0px 2px 35px;
	background:url(../images/genBullet2_11.gif) no-repeat 15px 2px;
	color:#027cca;
}

.backtotop
{
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	color: #027cca;
}

.backtotop a
{
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	color: #027cca;
	text-decoration:none;
}

.backtotop a:hover
{
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	color: #027cca;
	text-decoration:underline;
}

#games
{
	display:inline;
	
}

#games .title
{
	padding-bottom: 10px;
}

#games .game1
{
	float:left;
	width:228px;
	
}

#games .game2
{
	float:left;
	width:228px;
}

#games .game3
{
	float:left;
	width:226px;
}

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

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;
}

#divTerms {
	color:#444444;
	font-size:11px;
	line-height:14px;
	margin-left:125px;
	margin-top:-290px;
	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:-440px;
}

#divTerms.divTermsShort {
	margin-top:-230px;
}
