body {
	background-color: #000;
	font-size: 10pt;
	font-family: Tahoma;
	color: #fff;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #fff!important;
	text-decoration: underline!important;
}
a:hover {
	color: #dd9258!important;
}

div#wrapper {
	text-align: center;
	width: 100%;
	padding: 25px 0 0 0;
	background-image: url(../images/bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 46px;
	background-position: 0 45;
	position: relative;
}
div#wrapper_client {
	text-align: center;
	width: 100%;
	padding: 25px 0 0 0;
	background-image: url(../images/bar_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 46px;
	background-position: 0 45;
	position: relative;
}

div#orange_box_top {
	display: block;
	width: 870px;
	border-top: 1px solid #dd9258;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto 0 auto;
	height: 10px;
}
div#logo_bar {
	display: block;
	width: 872px;
	height: 123px;
	margin: 0 auto;
	background-image: url(../images/logo_bar.jpg);
	position: relative;
}
div#logo_bar_client {
	display: block;
	width: 872px;
	height: 123px;
	margin: 0 auto;
	background-image: url(../images/logo_bar_2.jpg);
}
div#logo_click {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 45px;
	left: 2px;
}
div#logo_click a {
	display: block;
	width: 150px;
	height: 50px;
}
div#menu {
	text-align: right;
	padding: 80px 20px 0 0;
}
div#menu a {
	color: #fff;
	text-decoration: none!important;
}
div#menu a:hover {
	color: #dd9258;
}
div#menu ul {
	list-style: none;
}
div#menu ul li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px!important;
	border-left: 2px solid #dd9258;
	line-height: 10px;
}

div#header {
	display: block;
	width: 920px;
	height: 308px;
	overflow: hidden;
	margin: 0 auto;
}
div#splash_content {
	width: 872px;
	height: 269px;
	display: block;
	margin: 0 auto;
	background-image: url(../images/splash_bg_01.jpg);
	position: relative;
}
/*
div#splash_content p {
	margin: 0 0 10px 0;
	line-height: 150%;
	width: 400px;
}
*/
div#splash_content .inner {
	padding: 20px 10px;
}

/* homepage */


div#splash_content div.left {
	width: 215px;
	display: block;
	float: left;
	padding: 22px 10px 0 0;
	text-align: right;
	position: relative;
}
div#splash_content div.right {
	width: 627px;
	display: block;
	float: right;
	padding: 20px 10px 0 10px;
	text-align: left;
	position: relative;
}
div#splash_content div.right p {
	margin: 0 0 10px 0;
	width: 400px;
}
div#splash_content div.right a {
	margin: 0;
}

/* big content */

div#content {
	display: block;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	min-height: 390px;
	height: auto;
	position: relative;
}
/* for Internet Explorer */
/*\*/
* html div#content {
height: 390px;
}
/**/


div#header_main {
	margin: 0 auto;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	display: block;
	text-align: center;
}
div#header_main img {
	display: block;
	margin: 0 auto;
}
div#content div.inner {
	text-align: left;
}

/* columns */

div#content div.col_left {
	width: 210px;
	float: left;
	position: relative;
}
div#content div.col_center {
	width: 390px;
	float: left;
	position: relative;
}
div#content div.col_right {
	width: 240px;
	float: left;
	position: relative;
}
div#content div.col_one {
	width: 412px;
	float: left;
	padding: 0 0 0 22px;
	position: relative;
}
div#content div.col_two {
	width: 412px;
	padding: 0 22px 0 0;
	float: right;
	position: relative;
}
div#content div.col_left .inner {
	padding: 40px 0 0 18px;
}
div#content div.col_left div#car_class {
	display: block;
	clear: both;
	text-align: left;
	position: absolute;
	top: 260px;
	left: 20px;
}
div#content div.col_left div#car_class h1 {
	font-family: Tahoma;
	font-size: 36pt;
	color: #dd9258;
}
div#content div.col_center .inner {
	padding: 20px 0 0 15px;
}
div#content div.col_center table.cars {
	width: 100%;
	margin: 20px 0 0 0;
	font-family: Tahoma;
	font-size: 10px;
}
div#content div.col_center table.cars th {
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	padding: 0 0 5px 0;
}
div#content div.col_center table.cars td {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
div#content div.col_center table.cars tr:hover {
	background-color: #000;
	color: #dd9258;
}
div#content div.col_center input.submit {
	width: 100px;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 10px;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: right;
	margin: 20px 0 0 0;
}
div#content div.col_right .inner {
	padding: 13px 0 0 20px;
}

/* now border is on the image 
div#content div.col_right .border {
	border-bottom: 1px solid #dd9258;
}
*/

div#content div.col_right h1, div#content div.col_right h2 {
	font-size: 10px;
	font-weight: bold;
}
div#content div.col_right h1 {
	color: #dd9258;
	margin: 10px 0 0 0;
}
div#content div.col_right p {
	font-size: 10px;
	margin: 0 0 10px 0;
	width: 236px;
}
div#content div.col_right div#quick_stats_space {
	height: 40px;
}
div#content div.col_right div#quick_stats {
	position: absolute;
	display: block;
	top: 230px;
	left: 20px;
}
div#content div.col_right table.stats {
	width: 236px;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0;
}
div#content div.col_right table.stats td {
	border: 0;
	line-height: normal;
	padding: 0;
}
div#content div.col_right table.stats td.logo {
	vertical-align: bottom;
}
div#content div.col_one .inner {
	padding: 20px 10px 0 25px;
}
div#content div.col_two .inner {
padding: 20px 0 0 0;
}
div#content div.col_one p {
	margin: 0 0 10px 0;
}
div#content div.col_one p.orange {
	margin: 0;
}

/* long content */

div#content_long {
	display: block;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto;
	background-image: url(../images/big_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	min-height: 580px;
	height: auto;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html div#content_long {
height: 580px;
}
/**/

div#content_long .inner {
	text-align: left;
}
div#content_long div.left {
	width: 410px;
	float: left;
	padding: 0 0 0 22px;
	position: relative;
}
div#content_long div.left img {
	margin: 0 auto;
}
div#content_long div.right {
	width: 400px;
	float: right;
	text-align: left;
	padding: 0 22px 0 0;
	position: relative;
}
div#content_long div.right .inner {
	padding: 5px 0 0 10px;
}
div#content_long div.right p {
	margin: 0 0 20px 0;
	
}
div#content_long div.right p.orange {
	margin: 0;
}
div#content_long div.right table.fee {
	width: 100%;
	font-family: tahoma;
	font-size: 10px;
}
div#content_long div.right table.fee th {
	padding: 5px;
	border-bottom: 1px solid #dd9258;
	color: #dd9258;
	vertical-align: bottom;
	font-size: 9px;
}
div#content_long div.right table.fee td {
	padding: 5px;
	border-bottom: 1px solid #fff;
}
div#content_long div.right p.small {
	font-size: 10px;
	margin: 10px 0 10px 0;
}
div#content_long div.left .inner {
	padding: 5px 10px 0 0;
	text-align: left;
}
div#content_long div.left div#contact_form {
	width: 400px;
	display: block;
	margin: 10px 0;
}
div#content_long div.left div#contact_form input {
	background-color: transparent;
	color: gray;
	border: 1px solid #fff;
	height: 18px;
	width: 150px;
}
div#content_long div.left div#contact_form input.submit {
	border: 1px solid #dd9258;
	width: 40px;
	margin: 0;
	padding: 0;
}
div#content_long div.left div#contact_form span.checkbox input {
	background-color: transparent;
	color:gray;
	width: 20px!important;
	border: 0!important;
}
div#content_long div.left div#contact_form textarea {
	background-color: transparent;
	color:gray;
	border: 1px solid #fff;
	width: 150px;
	min-height: 4em;
}
div#content_long div.left div#contact_form select {
	background-color: transparent;
	color:gray;
	width: 150px;
}
div#content_long div.left div#contact_form div.left {
	width: 220px;
	float: left;
	text-align: right;
	clear: left;
	margin: 0;
	padding: 0;
}
div#content_long div.left div#contact_form div.right {
	width: 170px;
	float: right;
	text-align: left;
	clear: right;
	margin: 0;
	padding: 0;
}

/* content short */

div#content_short {
	display: block;
	width: 870px;
	margin: 0 auto;
	background-image: url(../images/splash_bg_02.jpg);
	border-right: 1px solid #dd9258;
	border-left: 1px solid #dd9258;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 220px;
	height: auto;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html div#content_short {
height: 220px;
}
/**/

div#content_short .inner {
	padding: 10px 22px;
}
div#content_short div.col_one {
	width: 412px;
	float: left;
	position: relative;
	padding: 0 0 0 22px;
}
div#content_short div.col_two {
	width: 412px;
	padding: 0 22px 0 0;
	position: relative;
	float: right;
}
div#content_short div.col_one .inner {
	padding: 20px 5px 0 0;
}
div#content_short div.col_two .inner {
	padding: 20px 0 0 5px;
}

/* wallpapers */

div#wallpapers {
	text-align: left;
	width: 840px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	
}
div#wallpapers .inner {
	padding: 20px 20px;
}
div#wallpapers div.wall {

	float: left;
	display: block;
	font-size: 10px;
	margin: 10px 30px 5px 0px;
	padding: 0;
}
div#wallpapers div.wall a {
	color: #dd9258;
}
div#wallpapers div.wall a:hover {
	text-decoration: underline;
}
div#wallpapers div.wall ul {
	list-style: none;
}
div#wallpapers div.wall ul li {
	display: inline;
}

/* press */

div#press {
	display: block;
	width: 870px;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto;
	background-image: url(../images/big_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	min-height: 650px;
	height: auto;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html div#press {
height: 650px;
}
/**/

div#press .inner {
	text-align: left;
}
div#press div.left {
	float: left;
	width: 590px;
	padding: 20px 0 0 20px;
}
div#press div.right {
	position: relative;
	float: right;
	width: 220px;
	padding: 0 20px 0 0;
}

div#press div#press_items {
	margin: 20px 0;
}
div#press div#press_items h1 {
	font-size: 14px;
	color: #dd9258;
}
div#press div#press_items div.item {
	width: 110px;
	float: left;
	text-align: center;
	margin: 0 5px 10px 0;
}

div#press div#press_items div.item img {
	display: block;
	margin: 4px auto;
}

div#press div#press_items div.item a {
	display: block;
	font-size: 9px;
	line-height: 14px!important;
}

/* client area */

/* account page */

div#content_long div.left a.submit {
	width: 120px!important;
	background-color: transparent!important;
}
div#content_long div.left ul.inline {
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	font-size: 11px;
}
div#content_long div.left ul.inline li.left {
	float: left;
	width: 200px;
}
div#content_long div.left ul.inline li.right {
	float: right;
	width: 200px;
	text-align: right;
}

/* reserve a car */

div#reserve {
	width: 846px;
	padding: 10px 0 10px 10px;
}
div#reserve table.reserve select {
	font-size: 9px;
}
div#reserve table.reserve td {
	padding: 0;
}
div#reserve table.reserve th {
	padding: 5px 0;
}
div#reserve table.days {
	border: 0;
	padding: 0;
	margin: 0;
}
div#reserve table.days td {
	border: 0;
	padding: 0 0 2px 0;
	width: 20px;
	height: 20px;
	text-align: center;
}
div#reserve table.days td a {
	text-decoration: underline;
}
div#reserve ul {
	margin: 20px 0 0 0;
	list-style: none;
}
div#reserve ul li {
	float: left;
	margin: 0 5px;
}

div#reserve table.days td.red {
	background-color: #ff0000;
	width: 18px!important;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
}
div#reserve table.days td.green {
	background-color: #008000;
	width: 18px!important;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
}
div#reserve table.days td.dark_green {
	background-color: #005200;
	width: 18px!important;
	border-left: 1px solid #005200;
	border-right: 1px solid #005200;
}
div#reserve table.days td.dark_green_left {
	background-color: #005200;
	width: 18px!important;
	border-left: 1px solid #fff;
	border-right: 1px solid #005200;
}
div#reserve table.days td.dark_green_right {
	background-color: #005200;
	width: 18px!important;
	border-left: 1px solid #005200;
	border-right: 1px solid #fff;
}
div#reserve table.days td.dark_red {
	background-color: #a40000;
	width: 18px!important;
	border-left: 1px solid #a40000;
	border-right: 1px solid #a40000;
}
div#reserve table.days td.dark_blue {
	background-color: #0000a3;
	width: 18px!important;
	border-left: 1px solid #0000a3;
	border-right: 1px solid #0000a3;
}
div#reserve table.days td.blue {
	background-color: #0000ff;
	width: 18px!important;
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
}
div#reserve table.days td.grey {
	background-color: #2f2d2d;
	width: 18px!important;
	border-left: 1px solid #2f2d2d;
	border-right: 1px solid #2f2d2d;
}
div#reserve table.days td.pink {
	background-color: #ff00ff;
	width: 18px!important;
	border-left: 1px solid #ff00ff;
	border-right: 1px solid #ff00ff;
}
div#reserve table.days td.orange {
	background-color: Orange;
	width: 18px!important;
	border-left: 1px solid Orange;
	border-right: 1px solid Orange;
	color: #000;
}

div#reserve div.red {
	background-color: #ff0000;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.green {
	background-color: #008000;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.dark_green {
	background-color: #005200;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.dark_red {
	background-color: #a40000;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.dark_blue {
	background-color: #0000a3;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.blue {
	background-color: #0000ff;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.grey {
	background-color: #2f2d2d;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.pink {
	background-color: #ff00ff;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}
div#reserve div.orange {
	background-color: Orange;
	width: 10px;
	height: 10px;
	padding: 5px 0 0 0;
}

div#booking_details {
	margin: 20px 0 20px 0;
	line-height: 140%;
}
div#booking_details div.left {
	width: 140px;
	float: left;
}
div#booking_details div.submit {
	width: 140px;
	float: left;
	margin: 10px 0 0 10px;
}
div#booking_details div.right {
	width: 400px;
	float: left;
} 
div#booking_details select {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.booking_input {
	width: 200px;
	color: #dd9258;
	font-family: Tahoma;
	font-size: 10px;
	background-color: transparent;
	border: 1px solid #dd9258;
	display: inline;
	margin: 0 5px;
}

/* booking steps */

div#booking_steps {
	width: 846px;
	min-height: 560px;
	_height: auto !important;
	height: auto!important;
	position: relative;
	padding: 10px 0 10px 10px;
}

div#booking_steps th {
	border: 0;
}
div#booking_steps td {
	border: 0;
}

/* client welcome */

div#content_short div.left {
	width: 420px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
}
div#content_short div.right {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
	text-align: left;
	position: relative;
}

/* sitemap */

div#sitemap {
	margin: 20px 0 0 0;
}

div#sitemap ul {
	list-style: none;
}
div#sitemap a {
	color: #dd9258;
}
div#sitemap a:hover {
	color: #fff;
	text-decoration: underline;
}

div#orange_bar {
	width: 100%;
	height: 20px;
	background-color: #dd9258;
}
div#orange_bar div#orange_bar_content {
	width: 872px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
}
div#orange_bar div#orange_bar_content a {
	color: #000!important;
	text-decoration: none!important;
}
div#orange_bar div#orange_bar_content a:hover {
	color: #fff!important;
}
div#orange_bar div#orange_bar_content ul {
	list-style: none;
}
div#orange_bar div#orange_bar_content ul li {
	display: inline;
	margin: 0 10px 0 0;
}
div#orange_box_bottom {
	display: block;
	width: 870px;
	border-bottom: 1px solid #dd9258;
	border-left: 1px solid #dd9258;
	border-right: 1px solid #dd9258;
	margin: 0 auto 10px auto;
	height: 20px;
}
div#footer {
	width: 872px;
	margin: 0 auto 25px auto;
	display: block;
	color: #b1abab;
	font-size: 10px;
}
div#footer a {
	text-decoration: none;
	color: #b1abab;
}
div#footer div.left {
	width: 600px;
	float: left;
	text-align: left;
}
div#footer div.left ul {
	list-style: none;
}
div#footer div.left ul li {
	display: inline;
	margin: 0 10px 0 0;
}
div#footer div.right {
	width: 270px;
	float: right;
	text-align: right;
}

/* forms */

input {
	width: 110px;
	font-family: Tahoma;
	font-size: 10px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin: 2px 0;
}
input.submit {
	width: 80px;
	color: #dd9258;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #000;
	border: 1px solid #dd9258;
	display: block;
	margin: 2px 0;
}
input.checkbox {
	width: 20px;
	font-family: Tahoma;
	font-size: 10px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin: 2px 0;
}
a.submit {
	width: 80px;
	height: 18px!important;
	line-height: 18px!important;
	text-align: center;
	color: #dd9258!important;
	font-family: Tahoma;
	font-size: 10px;
	background-color: transparent;
	border: 1px solid #dd9258;
	display: block;
	margin: 2px 0!important;
	text-decoration: none!important;
}
select {
	background-color: #444;
	color: #fff;
	border: 1px solid #666;	
	font-size: 9px!important;
}

/* tables */

table {
	width: 100%;
	margin: 20px 0 0 0;
	font-family: Tahoma;
	font-size: 10px;
}
th {
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	padding: 0 0 5px 0;
}
td {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}

/* table without border */

table.no_border {
	border: 0;
}
table.no_border th {
	border: 0!important;
}
table.no_border td {
	border: 0!important;
}

/* feature box */

div.feature_box {
	width: 188px;
	text-align: left!important;
	margin: 0!important;
	margin: 0 8px 0 0!important;
	font-family: Tahoma;
	font-size: 10px;
	line-height: normal;
}
div.feature_box a {
	color: #dd9258;
	font-family: Tahoma;
	font-size: 10px;
	line-height: normal;
	margin: 0!important;
	padding: 0!important;
}
div.feature_box img {
	display: block;
}
div.feature_box .inner {
	text-align: left;
	padding: 5px!important;
}
div.feature_box h1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: normal;
	width: 180px;
	color: #dd9258;
}
div.feature_box h2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: normal;
	width: 180px;
	color: #fff;
}
div.feature_box p {
	font-family: Tahoma;
	font-size: 10px;
	line-height: normal;
	padding: 0!important;
	margin: 0!important;
}

div.feature_box p.orange {
	font-weight: bold;
	color: #dd9258;
}
div.feature_box div.image img {
	width: 188px!important;
	height: 45px!important;
}
div.feature_box input {
	background-color: transparent;
}
div.feature_box select {
	margin: 10px 0 0 0;
	width: 120px;
}
div.feature_box .submit {
	margin: 10px 0 0 0;
}

/* feature boxes */

div#box_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_left_1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
}
div#box_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_left_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 236px;
	margin: 0;
	padding: 0;
}
div#box_3 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_home_right_1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 452px;
	margin: 0;
	padding: 0;
}
div#box_4 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_right_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 668px;
	margin: 0;
	padding: 0;
}
div#box_4 label {
	font-size: 10px;
	margin: 0 3px 0 0;
}
div#box_4 input {
	background-color: #666;
}
div#box_cars {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_cars.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
}

div#box_how_big {
	width: 410px;
	height: 157px;
	background-image: url(../images/box_how_big.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 8px;
}

/* how big box elements */

div#box_how_big .inner {
	padding: 10px 0 0 5px!important;
	margin: 0!important;
}
div#box_how_big table {
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 10px;
	width: 360px;
}
div#box_how_big table th {
	color: #dd9258;
	padding: 2px 5px;
	text-align: center;
}
div#box_how_big table th.black {
	color: #000;
	border-bottom: 1px solid #000;
}
div#box_how_big table th.orange {
	color: #dd9258;
	border-bottom: 1px solid #000;
}
div#box_how_big table td {
	padding: 5px 5px 2px 5px;
	text-align: center;
}

div#box_how_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_downloads.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 200px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#box_how_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_right_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 200px;
	left: 223px;
	margin: 0;
	padding: 0;
}
div#box_how_1 div.feature_box, div#box_how_2 div.feature_box {
	margin: 3px 0 0 3px;
}
div#box_downloads {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_downloads.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 410px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#box_membership {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_right_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 410px;
	left: 223px;
	margin: 0;
	padding: 0;
}
div#box_press_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_left_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 220px;
	margin: 0;
	padding: 0;
}
div#box_press_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_home_right_1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#box_press_2 input {
	margin: 0 0 0 5px;
}
div#box_press_2 label {
	font-size: 10px;
}
div#box_press_2 input.submit {
	margin: 5px 0 0 0;
}
div#feature_personal {
	width: 194px;
	height: 158px;
	position: absolute;
	top: 410px;
	background-image: url(../images/feature_personal.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
div#feature_bookings {
	width: 197px;
	height: 158px;
	position: absolute;
	top: 410px;
	left: 240px;
	background-image: url(../images/feature_bookings.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
div#right_column_box_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_right_1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 413px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#right_column_box_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_right_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 413px;
	left: 216px;
	margin: 0;
	padding: 0;
}
div#right_column_box_1 div.feature_box {
	margin: 3px 0 0 3px;
}
div#right_column_box_2 div.feature_box {
	margin: 3px 0 0 3px;
}
div#right_column_box_1 .submit, div#right_column_box_2 .submit {
	width: 140px;
}
div#right_column_box_1 p, div#right_column_box_2 p {
	width: 180px;
}
div#welcome_box_1 {
	width: 194px;
	height: 158px;
	position: absolute;
	top: 20px;
	left: -10px;
	background-image: url(../images/feature_personal.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
div#welcome_box_2 {
	width: 197px;
	height: 158px;
	position: absolute;
	top: 20px;
	background-image: url(../images/feature_bookings.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
div#box_booking_addres_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_address_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 600px;
	margin: 0;
	padding: 0;
}
div#box_booking_addres_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_address_3.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 160px;
	left: 600px;
	margin: 0;
	padding: 0;
}
div#box_press_client_1 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_address_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
}
div#box_press_client_2 {
	width: 196px;
	height: 156px;
	background-image: url(../images/box_address_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 190px;
	left: 0;
	margin: 0;
	padding: 0;
}

div#box_address {
	width: 196px;
	height: 176px;
	background-image: url(../images/box_address_1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 600px;
	margin: 0;
	padding: 0;
}

/* checkboxes and other */

div.checkbox {
	margin: 10px;
	display: inline;
}

div.checkbox input {
	border: 0!important;
	width: 20px!important;
	margin: 0 10px!important;
}

/* login columns */

div.login_left {
	width: 60px;
	float: left;
}
div.login_right {
	width: 100px;
	float: left;
}

/* account page */

div#account {
	padding: 20px;
}

/* privacy page */

div#privacy p {
	margin: 0 0 10px 0!important;
}
div#privacy p.orange {
	margin: 0!important;
}
div#privacy ol {
	margin: 0 0 10px 20px!important;
}

table#addthis_services {
	color: #000!important;
}
table#addthis_services a {
	color: #000!important;
	text-decoration: none!important;
}
table#addthis_services a:hover {
	color: #dd9258!important;
}

/* configurator page */

#carDetails {
	width: 420px;
	position: absolute;
	left: 310px;
	height: auto;
	background-color: #000;
	border: 1px solid #fff;
	display: none;
	text-align: center;
}
#detContent {
	width: 300px;
	margin: 20px auto;
	text-align: left;
}
#carDetails #mainImage {
	width: 300px;
	height: 90px;
	clear: left;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#carDetails #closeDetails {
	text-align: right;
	margin: 10px 0;
}
#carDetails #closeDetails a {
	float: right;
}
#carDetails h2 {
	font-size: 10px;
	font-weight: bold;
}
#carDetails h1 {
	font-size: 10px;
	color: #dd9258;
	margin: 10px 0 0 0;
}
#carDetails p {
	font-size: 10px;
}
#carDetails div#quick_stats {
	display: block;
}
#carDetails table.stats {
	width: 100%;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0;
}
#carDetails table.stats td {
	border: 0;
	line-height: normal;
	padding: 0;
}
#carDetails table.stats td.logo {
	vertical-align: bottom;
}

/* new configurator page */

#configurator {
	padding: 20px 25px;
}

table.configurator {
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 0 10px 0;
}
table.configurator th {
	padding: 5px 5px;
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	text-align: left;
}
table.configurator td {
	padding: 5px 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
table.configurator td a {
	color: #CCC;
}
#configurator .submit {
	font-family: Tahoma;
	font-size: 10px;
	background-color: none;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: none;
	margin: 0;
	width: 120px;
}
select {
	width: 122px;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #444;
	color: #fff;
	border: 1px solid #666;
	font-size: 9px;
}
table.status {
	width: 140px;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 0 10px 0;
}
table.status th {
	padding: 5px 5px;
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	text-align: left;
}
table.status td {
	padding: 5px 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
input.submit {
	font-family: Tahoma;
	font-size: 10px;
	background-color: #000;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: none;
	margin: 0;
}

/* new faq page */

div#content div.faqleft {
	width: 185px;
	display: block;
	float: left;
	padding: 22px 10px 0 0;
	text-align: right;
	position: relative;
}
div#content div.faqright {
	width: 600px;
	display: block;
	float: right;
	padding: 20px 60px 0 10px;
	text-align: left;
	position: relative;
}
div#content div.faqright p {
	margin: 0 0 10px 0;
	width: 500px;
}

div#content div.faqright h1 {
	margin: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dd9258;
	font-weight: normal;
}

div#content div.faqright a {
	margin: 0;
}

div#content div.faqright .quote {
	margin: 20px 0;
}
div#content div.faqright .quote  p {
	font-style: italic;
	color: #ccc;
}
div#content div.faqright .quote p.signed {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 14px;
}



/* other */

.bold {
	font-weight: bold;
}

img {
	border 0;
}

.clear {
	line-height: 0px;
	height: 0px;
	display: block;
	width: 100%;
	clear: both;
}

.black {
	color: #000;
}
.orange {
	color: #dd9258;
}
.grey {
	color: #999;
}
.white {
	color: #fff;
}