* {
	margin: 0;
	padding: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


.w1   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width:  60px; }
.w2   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 140px; }
.w3   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 220px; }
.w4   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 300px; }
.w5   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 380px; }
.w6   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 460px; }
.w7   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 540px; }
.w8   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 620px; }
.w9   { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 700px; }
.w10  { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 780px; }
.w11  { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 860px; }
.w12  { position: relative; display: inline; float: left;  margin-left: 10px; margin-right: 10px; width: 940px; }

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.pre-1   { padding-left:  80px; }
.pre-2   { padding-left: 160px; }
.pre-3   { padding-left: 240px; }
.pre-4   { padding-left: 320px; }
.pre-5   { padding-left: 400px; }
.pre-6   { padding-left: 480px; }
.pre-7   { padding-left: 560px; }
.pre-8   { padding-left: 640px; }
.pre-9   { padding-left: 720px; }
.pre-10  { padding-left: 800px; }
.pre-11  { padding-left: 880px; }
.pre-12  { padding-left: 960px; }

.post-1   { padding-right:  80px; }
.post-2   { padding-right: 160px; }
.post-3   { padding-right: 240px; }
.post-4   { padding-right: 320px; }
.post-5   { padding-right: 400px; }
.post-6   { padding-right: 480px; }
.post-7   { padding-right: 560px; }
.post-8   { padding-right: 640px; }
.post-9   { padding-right: 720px; }
.post-10  { padding-right: 800px; }
.post-11  { padding-right: 880px; }
.post-12  { padding-right: 960px; }

.pull-1   { left:  -80px; }
.pull-2   { left: -160px; }
.pull-3   { left: -240px; }
.pull-4   { left: -320px; }
.pull-5   { left: -400px; }
.pull-6   { left: -480px; }
.pull-7   { left: -560px; }
.pull-8   { left: -640px; }
.pull-9   { left: -720px; }
.pull-10  { left: -800px; }
.pull-11  { left: -880px; }
.pull-12  { left: -960px; }

.push-1   { left:  80px; }
.push-2   { left: 160px; }
.push-3   { left: 240px; }
.push-4   { left: 320px; }
.push-5   { left: 400px; }
.push-6   { left: 480px; }
.push-7   { left: 560px; }
.push-8   { left: 640px; }
.push-9   { left: 720px; }
.push-10  { left: 800px; }
.push-11  { left: 880px; }
.push-12  { left: 960px; }

html {
	font-size: 100.01%;
	background: #FFF url(../img/footer-bg.png) repeat-x 0 100%;
	min-height: 100%;
	position: relative;
}

body {
	background: url(../img/bg.png) repeat-x 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	padding-bottom: 90px;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 177px;
	background: url(../img/header.png) no-repeat 0 0;
	padding-bottom: 3px;
}

a#home-link {
	position: absolute; overflow: hidden;
	text-indent: -9999px; margin: 0; padding: 0;
	left: 0px; top: 16px;
	width: 422px; height: 100px;
}

#menu {
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 0; top: 138px;
	font-size: 110%;
}

#menu li {
	display: inline;
	float: left;
	margin-right: 1px;
	background: url(../img/menu-button.png) no-repeat 0 0;
	padding-left: 30px;
}

#menu li a {
	display: inline;
	float: left;
	padding-right: 30px;
	background: url(../img/menu-button.png) no-repeat 100% 0;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}

#menu li:hover {
	background-position: 0 -38px;
}

#menu li:hover a {
	background-position: 100% -38px;
	color: #181818;
}

#menu li.selected {
	background-position: 0 -38px;
}

#menu li.selected a {
	background-position: 100% -38px;
	color: #181818;
}

#banner {
	width: 1020px;
	height: 295px;
	background: url(../img/masthead-home.jpg) no-repeat 50% 0;
	margin: 16px auto;
	position: relative;
	overflow: hidden;
}

#vehicle-rental #banner {
	height: 202px;
	background: url(../img/masthead-booking.jpg) no-repeat 50% 0;
}

#accident-management #banner {
	height: 202px;
	background: url(../img/masthead-accident.jpg) no-repeat 50% 0;
}

#contact #banner {
	height: 202px;
	background: url(../img/masthead-contact.jpg) no-repeat 50% 0;
}

#banner * {
	position: absolute; left: -9999px;
}

#banner a {
	position: absolute; overflow: hidden;
	text-indent: -9999px; margin: 0; padding: 0;
	left: 21px; top: 30px;
	width: 530px; height: 144px;
}

#footer {
	height: 90px;
	width: 960px;
	background: url(../img/footer-bg.png) repeat-x 0 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	color: #666666;
	font-size: 80%;
	text-align: right;
}

#footer ul {
	text-transform: uppercase;
	margin: 10px 0;
	list-style: none;
	text-align: left;
}

#footer ul li {
	margin-bottom: 5px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer ul li.selected a {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.bulleted {
	list-style: none;
	margin: 10px 0;
}

ul.bulleted li {
	padding: 5px 0 5px 30px;
	background: url(../img/bullet.png) no-repeat 0 5px;
	margin-bottom: 5px;
}

.box {
	background: url(../img/boxes.jpg) no-repeat 50% 50%;
	width: 228px; height: 182px;
	position: relative;
	overflow: hidden;
}

.w3 .box {
	position: relative;
	left: -4px;
}

.box a {
	position: absolute; overflow: hidden;
	text-indent: -9999px;
	left: 0; top: 0; width: 100%; height: 100%;
	margin: 0; padding: 0;
}

.box-vehicle-sales       { background-position: 0 0; }
.box-accident-management { background-position: 0 -191px; }
.box-book-a-vehicle      { background-position: 0 -382px; }

.w5 .box {
	background: url(../img/big-boxes.jpg) no-repeat 50% 50%;
	width: 388px;
	height: 120px;
	position: relative;
	left: -4px;
}

.w5 .box-vehicle-sales       { background-position: 0 0; }
.w5 .box-accident-management { background-position: 0 -120px; }
/*.box-book-a-vehicle      { background-position: 0 -382px; }*/

p {
	margin: 10px 0;
}

#main {
	width: 960px;
	margin: 16px auto;
}

/* ---------------- */

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 110%;
}

label:after {
	content: ' ::';
}

label .req {
	display: none;
}

.errorbox {
	margin-left: 15px;
}

.row {
	margin-left: 15px;
	margin-bottom: 10px;
}

input, textarea {
	border:1px solid #FEB50C;
	padding: 3px 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	width: 359px;
}

div.submit {
	text-align: right;
}

button {
	border: none;
	cursor: pointer;
	width: 138px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/submit.png) no-repeat 0 0;
}

button:hover {
	background-position: 0 -41px;
}
