
@import url("/css/reset.css");

html {
	min-height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body  {
	font-size: 12px;
	height: 100%;
	color: #000;
	background-color: #fff;
	margin: 0px;
}
p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 16px;
}
a {
	font-size: inherit;
	text-decoration: none;
	padding: 0;
	background: none;
	color: #ccc;
}
li {
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
h2,h3,h4,h5,h6 {
	color: #888;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 10px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
fieldset {
	border: 0;
}
td,th {
	vertical-align: top;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#wrapper {
	position: absolute;
	margin: 0 auto;
	width: 1030px;
	background-image: url(../images/wrapper-bg.png);
	background-repeat: repeat-y;
	min-height: 100%;
}
#wrapper #wrapper-content {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-color: #000;
	min-height: 100%;
}


/* -------------------- */
#home {
	width: 100%;
	background-image: url(../images/home-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 112px;
}
#nav {
	width: 100%;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 112px;
}
#content {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/left-column-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: visible;
}
#content #search {
	width: 327px;
	min-height: 100%;
	height: 100% !important;
	float: left;
}
#content #search #title {
	background-image: url(../images/car-rental-bookings.png);
	display: block;
	margin: 0 0 0 1px; padding: 0;
	width: 325px;
	height: 44px;
}
#content #search h1 span {
	visibility: hidden;
}
#content #search h2 {
	background-image: url(../images/popular-car-hire-or-rental-cities.png);
	display: block;
	margin: 0 0 0 1px; padding: 0;
	width: 325px;
	height: 44px;
}
#content #search h2 span {
	visibility: hidden;
}
#content #search .searchform {
	padding: 0 10px 10px 10px;
}
#content #search .searchform select {
	margin-top: 5px;
	width: 100%;
    margin-left: 0px;
}
#content #search .searchform p {
	margin: 5px 0 10px 0; padding: 0;
}
#content #search .content {
	padding: 0 10px 10px 10px;
}
#content #main {
	float: left;
	width: 622px;
	/*width: 625px;*/
	overflow: visible;
}
#content #main #spend-less-get-more {
    
    position: absolute;
    margin-left: 350px;
	background-image: url(../images/spend-less-get-more.png);
	background-repeat: no-repeat;
	display: block;
	width: 279px;
	height: 46px;
}
#content #main #spend-less-get-more span {
	visibility: hidden;
}


#content #main #menu {

	width: 625px;
	/*width: 625px;*/
	height: 36px; 
	padding: 76px 0 0 0;
}
#content #main #menu ul {
	margin: 0; padding: 0;
}
#content #main #menu li {
	margin: 0;
	padding: 0 0 0 1px;
	height: auto;
	float: left;
	list-style-type: none;
}
#content #main #menu li:first-child {
	padding: 0;
}
#content #main #menu li a {
	position: relative;
	display: block;
	height: 36px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	line-height: 1em;
}
#content #main #menu li a:hover {
	text-decoration: underline;
}
#content #main #menu li span {
	background-image: url(../images/menus.png);
	position: absolute;
	width: 100%;
	height: 100%;
}
#content #main #menu li .home {
	width: 68px;
}
#content #main #menu li .home span {
	background-position: 0 0;
}
/*
#content #main #menu li a.home:active span {
	background-position: 0 -36px;
}
#content #main #menu li a.home:hover span {
	background-position: 0 -36px;
}*/

#content #main #menu li a.home:hover span,
#content #main #menu li a.home.selected span {
	background-position: 0 -36px;
}
#content #main #menu li .our-fleet {
	width: 94px;
}
#content #main #menu li .our-fleet span {
	background-position: -69px 0;
}
#content #main #menu li a.our-fleet:hover span,
#content #main #menu li a.our-fleet.selected span {
	background-position: -69px -36px;
}
#content #main #menu li .rates-reservations {
	width: 179px;
}
#content #main #menu li .rates-reservations span {
	background-position: -164px 0;
}
#content #main #menu li a.rates-reservations:hover span,
#content #main #menu li a.rates-reservations.selected span {
	background-position: -164px -36px;
}
#content #main #menu li .conditions {
	width: 101px;
}
#content #main #menu li .conditions span {
	background-position: -344px 0;
}
#content #main #menu li a.conditions:hover span,
#content #main #menu li a.conditions.selected span {
	background-position: -344px -36px;
}
#content #main #menu li .locations {
	width: 94px;
}
#content #main #menu li .locations span {
	background-position: -446px 0;
}
#content #main #menu li a.locations:hover span,
#content #main #menu li a.locations.selected span {
	background-position: -446px -36px;
}
#content #main #menu li .contact {
	width: 81px;
}
#content #main #menu li .contact span {
	background-position: -541px 0;
}
#content #main #menu li a.contact:hover span,
#content #main #menu li a.contact.selected span {
	background-position: -541px -36px;
}

#home #content #main #banner-content {
	width: 613px;
	height: 218px;
	padding-top: 1px;
	color: #fff;
}
#nav #content #main #banner-content {
	width: 613px;
	height: 33px;
	
	padding: 0 10px 10px 10px;
	color: #fff;
}
#content #main #main-content {
	width: 613px;
	padding: 15px;
	
	margin-top: 1px;
	
}



#footer {
	background-color: #d0d0d0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #bcbcbc;
}
#footer .content {
	margin: 0 auto;
	padding: 10px;
	width: 960px;
	text-align: center;
	color: #000;
}
#footer .content a {
	color: #000;
}
#footer .content .topline a {
	margin: 0 20px;
}
#footer .content .bottomline {
	color: #636363;
}
#footer .content .bottomline a {
	margin: 0 5px;
	color: #636363;
}

.textbox_home
{
    width: 180px;
}

.checkbox_home
{
    margin-left: 5px;
}
