@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;}
img {border:none;}

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
background:#22272f;
color:#22272f;
}
/* ---------------------------- GENERAL ----------------------------*/
p {
margin-bottom:1em;
color:#22272f;
font-size:12px;
}

a {
text-decoration:none;
}

a:hover {
}

h1, h2, h3, h4, h5 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
margin-bottom:1em;
}

h1 {
font-size:30px;
text-transform:lowercase;
font-weight:bold;
font-style:italic;
line-height:0.8em;
margin-bottom:0.75em;
letter-spacing:0.5px;
}

h3 {
font-size:16px; 
color:#22272f;
line-height:24px;
font-weight:normal;
}


/* ---------------------------- LAYOUT ----------------------------*/
.wrapper {
width:950px;
}

#header .wrapper {position:relative;}

/* ---------------------------- HEADER ----------------------------*/
#header {
background:#222327 url(../images/bg-header.jpg) repeat-x left top;
height:84px;
color:#fff;
}

#logo {
background:url(../images/logo-economy-car-rental.gif) no-repeat left top;
position:absolute;
left:35px; 
top:17px;
display:block;
width:396px;
height:50px;
text-indent:-9999px;
}

/* ---------------------------- CONTENT ----------------------------*/
#content {
background:#cadee7 url(../images/bg-homecontent.jpg) no-repeat left bottom;
min-height:510px;
padding:67px 0 53px 0;
min-height:370px;
}


#searchform {
float:right;
width:310px;
}

/* ---------------------------- FOOTER ----------------------------*/

#footer {
clear:both;
background:#22272f url(../images/bg-footer.jpg) repeat-x left top;

color:#e7e7e7;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
/*
height:84px;
height:24px;*/
}

#footer .wrapper {
padding:30px 0px 30px 35px; 
width:915px;

}

#footer p {
color:#e7e7e7; 
font-size:10px;
}

#footernav {
float:left;
margin-bottom:10px;

}


#footernav li{
float:left;
padding-right:11px; 
margin-right:10px;
background:url(../images/bg-footer-separator.gif) no-repeat right 1px;
list-style:none;
line-height:10px;
}

#footernav li.last {background:none;}

#footernav li a{
display:block;
font-size:11px;
color:#e7e7e7;
text-transform:uppercase;
}

#footernav li.active a, #footernav li a:hover, #footernav li a:focus {
color:#fff;
line-height:10px;
}

p.copy {
clear:both;
margin-bottom:25px;
}

#footercontent {
margin-top:15px;
/*float:left;
width:100%;
*/
clear:both;
border-top:1px solid #1f5b7a;
padding-top:25px;


border-top:none;
border-bottom:1px solid #1f5b7a;
margin-top:0;
padding-bottom:15px;
margin-bottom:11px;
padding-top:5px;
}

#footercontent .col1 {
float:left;
width:510px;
padding-right:50px;
background:url(../images/bg-footercontent.gif) repeat-y right top;
}

#footercontent .col2 {
float:right;
width:310px;
}

#footercontent p {
color:#a9bdc8;
font-size:11px;
line-height:19px;
letter-spacing:0.1px;
margin-bottom:2em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footercontent p.last {margin-bottom:0;}


/* ---------------------------- FORM ELEMENTS ----------------------------*/
input, textarea, label {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

label {
font-size:12px;
text-transform:uppercase;
color:#22272f;
}

input.input-text /* 305 x 38 */{
	width:305px;
	height:38px;

	padding:10px 10px 10px 10px;
	width:285px;
	height:18px;
	border:none;
	line-height:18px;
	background:url(../images/bg-input-text.png) no-repeat left top;
	color:#404a59;
}

input.input-date /* 138 x 38 */{
	width:138px;
	height:38px;

	padding:10px 40px 10px 10px;
	width:88px;
	height:18px;
	border:none;
	line-height:18px;
	background:url(../images/bg-input-date.png) no-repeat left top;
	color:#404a59;
	cursor:pointer;
}
/*
input.input-date {
-moz-appearance:textfield;
-moz-binding:url("chrome://global/content/platformHTMLBindings.xml#inputFields");
-moz-user-select:text;
}
*/


.form-holder {
margin-bottom:20px;
float:left;
width:100%;
}

.form-holder #cars {margin-bottom:15px;}

.forminput-holder label{
padding-bottom:3px;
padding-left:1px;
display:block;
}

.forminput-holder {
margin-bottom:13px;
clear:both;
float:left;
width:100%;
}

.forminput-holder .fih-col1 {
float:left;
width:140px;
margin-right:25px;
}

.forminput-holder .fih-col2 {
float:right;
width:140px;
}

.fih-submit {margin-top:8px; position:relative; left:0px;}

.errormessage {
color:#ed1c24;
font-size:12px;
}

.fih-submit .errormessage  {position:absolute; top:45px;}

/* ---------------------------- OTHER USEFUL ----------------------------*/

.clear {
clear:both;
}

.fleft {
float:left;
}

.fright {
float:right;
}

.separator {
clear:both;
border-top:1px solid #94a2ac;
margin:15px 0;
height:1px;
}

.poweredby {
font-size:10px;
font-style:italic;
text-align:right;
line-height:17px;
color:#505968;
}

.poweredby img {vertical-align:middle; margin-left:2px;}
