@charset "utf-8";

/* 	CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/*   Template Styles   */

body {
	color: #333;
	background-color: #666;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.container {
	background-color: #FFF;
	width: 910px;
	margin: auto;
}
	.container-end {
		background-image: url(images/container_end.gif);
		background-repeat: no-repeat;
		width: 910px;
		height: 9px;
		margin: auto;
	}

.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 82px;
}
	.header .avishome {
		width: 254px;
		height: 82px;
	}
	.header .reservations {
		width: 106px;
		height: 82px;
		margin-left: 44px;
	}
	.header .locations {
		width: 90px;
		height: 82px;
	}
	.header .deals {
		width: 65px;
		height: 82px;
	}
	.header .cars {
		width: 128px;
		height: 82px;
	}
	.header .holidaypass {
		width: 200px;
		height: 82px;
	}

.panel {
	margin-top: 10px;
	float: left;
	width: 260px;
	background-image: url(images/bg_car.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 188px 0;
}

.nav div a {
	display: block;
	width: 200px;
	height: 36px;
	padding: 0 0 0 30px;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 34px;
	text-decoration: none;
}
	.nav a:hover {
		color: #C00;
	}
	.nav .first a {
		background-image: url(images/bg_menu_top.gif);
	}
	.nav .last a {
		background-image: url(images/bg_menu_end.gif);
		height: 44px;
	}
	
.content {
	margin-top: 10px;
	float: left;
	width: 600px;
	color: #666;
}

.home {
	background-image: url(images/bg_bigcar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 45px 0 0 460px;
	margin: 0 30px 0 0;
	color: #666;
	height: 350px;
}

.footer {
	text-align: right;
	color: #666;
	padding: 50px 20px 5px 0;
}













/*   Content Styles   */

.spacer {
	clear: both;
}

p {
	padding-bottom: 15px;
	line-height: 1.4em;
}

a {
	color: #0066CC;
}

ol {
	padding-left: 25px;
}

ol li {
	line-height: 1.4em;
	list-style-type: decimal;
}

h1 {
	color: #C00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding: 25px 0 15px 0;
}

.highlight {
	color: #0066CC;
}

.boldblack {
	color: #333;
	font-weight: bold;
}

.qfflogo {
	vertical-align: middle;
	margin-left: 20px;
}

.error {
	color: #C00;
	font-weight: bold;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.download {
	background-image: url(images/bg_bluestar.gif);
	background-repeat: no-repeat;
	padding: 5px 0 6px 40px;
	color: #999;
}
	.download a {
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: none;
	}
		.download a:hover {
			text-decoration: underline;
		}

.formField {
	float: left;
	padding: 0 15px 0 0;
	color: #000;
}

.formFieldMedium {
	width: 150px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 5px;
}

.gobutton {
	float: left;
	padding-top: 16px;
}

.note {
	margin-top: 15px;
	background-color: #f5f5f5;
	padding: 10px;
}

.formcib th {
	color: #333;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.3em;
}
.formcib td {
	vertical-align: middle;
	padding: 5px 10px;
}

.coupon {
	border: 2px solid #333;
	padding: 5px;
}
	.coupon .awdstuff {
		font-weight: bold;
		color: #C00;
		clear: both;
		line-height: 1.3em;
	}
		.coupon .carimage {
			float: right;
		}
		.coupon .titleimage {
			float: left;
			margin-right: 5px;
		}
	.coupon .description {
		padding-top: 5px;
		line-height: 1.3em;
	}
	.coupon .expiry {
		font-weight: bold;
	}
	.coupon .terms {
		font-size: 0.9em;
		line-height: 1.2em;
		padding-top: 5px;
	}





