/* CSS Document */

BODY {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
   background:url(images/page_bg.png) top center fixed;
   text-align:center;
}

textarea {background-color:#FFF;}



td {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left;}

#left {width:210px; float:left;}
#right {width:466px; float:right; }

#outer {width:750px; margin-left:auto; margin-right:auto; margin-top:20px;}
#header {height:112px; clear:both;}
#logo {width:210px; float:left}

#footer {margin-left:auto; width:750px; height:20px; margin-right:auto; padding-top:20px; color:#C4C7CB; clear:both;}
#footer a {color:#C4C7CB; text-decoration:none;}
#footer a:hover {color:#003061;}

#navi {width:466px; float:right;  margin-right:30px; }
#maincol {width:750px;clear:both;}


.errormsgx {color:#CC0000; float:right; margin-right:120px;}

.bulb {width:146px; height:56px; background:url(images/error-bg-en.png) right top no-repeat; text-align:center;}
.error_text {width:120px; margin-top:13px; margin-right:18px;}
#slogan_step1 { float:left; margin-top:22px; margin-left:10px; margin-bottom:8px;}

small { font-size:10px; font-weight:bold;color:#003061;}

#index {width:460px; float:right; margin-right:30px; margin-top:20px; text-align:left;}
#index-en {width:466px; height:245px; float:right; margin-right:30px; margin-top:20px; background:url(images/welcome-en.png) top left no-repeat; line-height:15px;}
#index-de {width:466px; height:245px; float:right; margin-right:30px; margin-top:20px; background:url(images/welcome-de.png) top left no-repeat; line-height:15px;}
#index-es {width:466px; height:245px; float:right; margin-right:30px; margin-top:20px; background:url(images/welcome-es.png) top left no-repeat; line-height:15px;}



#languages {width:210px; float:left; margin-top:10px;}
#callus {width:210px; float:left; margin-top:10px;}
#airport{width:210px; float:left; margin-top:10px;}

#step1 {width:466px; height:140px; float:right; margin-right:30px; margin-top:0px; background:url(images/step1_bg.png) top left no-repeat;}


#steps {width:456px; float:right; margin-right:30px; margin-top:40px; text-align:left; }
#special_offer {width:456px; float:right; margin-right:30px; margin-top:20px; text-align:left; }
#special_offer h1 {font-size: 20px; color:#003061; font-weight:bold; margin:0 0 3px 0;}


/* Styles for the car detail popup */
.gname { color:#F8C301; font-size:16px; font-weight:bold;}
.car { color:#003061; font-size:14px; font-weight:bold;}
.features { color:#003061; font-size:14px; font-weight:bold;}
.price { color:#003061; font-size:14px; font-weight:bold;}

/* Styles for the step back navigation */
.browse_button { width:108px; height:24px; margin-right:8px; float:left;}
.browse_button A {
	background: top left no-repeat url(images/button_bg.png); 
	font-size: 10px; 
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 108px;
	height: 24px;
	display: block;
}
.browse_button A:visited {
	background: top left no-repeat   url(images/button_bg.png); 
	color: #000000;
}
.browse_button A:hover {
	background: top left no-repeat url(images/button_bg.png); 
	color: #003061;
	width: 108px;
	height: 24px;
}



/* Styles for HIGHSLIDE */
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 600px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}