@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #313131;
}
a:link, a:visited {
	text-decoration:underline;
	font-weight: bold;
	color: #3d72a9;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #3d72a9;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#abe_powered {left:-500px; top:-500px; position:absolute;}
#header {background:url(img/car-hire-london.png) no-repeat; width:780px; height:150px; text-align:center; margin:0; padding:0;}
#footer {background:url(img/car-hire-london-footer.png) no-repeat; width:740px; height:60px; padding: 20px; text-align:center; font-size:12px;}
#logos {background:url(img/car-hire-london-logos.png) no-repeat; width:780px; height:60px;}
.abeinnerbox{float:right;}
#left_content{position:absolute; top:170px; margin:10px; width:450px; font-size:14px;}
#abe_step1box{height:460px;}
/* #abe_default{height:420px;} */
/* .box_bgradient{visibility:hidden;} */
/* .box_tgradient{visibility:hidden;} */
