/* CSS Document */


html, body {
	padding: 0px;
	margin: 0px;
	background-color: #C0C0C0;
}

body {
	background-image: url(/templates/1/images/page_bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body.force-white { /* style for editor */
 	background-image: none;
	background-color: #FFF;
}

body, p, div, td, select, input, textarea {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

select, input, textarea  {
	background-color: #FFF;
}

a {
	color:#FF6600
}

#wrapper {
	
}

#header {
	width: 100%;
	height: 153px;
	background-image: url(/templates/1/images/header_bkg.gif);
	background-repeat: repeat-x;
}

#header_inside {
	width: 748px;
	margin: 0px auto;
	border-left: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
}

#top {
	width: 349px;
	height: 50px;
	margin: 0px auto;
	background-image: url(/templates/1/images/logo.gif);
	background-repeat: repeat-x;
}

#top_en {
	width: 349px;
	height: 50px;
	margin: 0px auto;
	background-image: url(/templates/1/images/logo_en.gif);
	background-repeat: repeat-x;
}

#header_inside a, #top a {
	display: block;
	width: 100%;
	height: 100%;
}

#main_image {
	width: 748px;
	height: 71px;
	margin: 0px auto;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	background-image: url(/templates/1/images/main_image.jpg);
	background-repeat: no-repeat;
}

#main_nav {
	border-bottom: 2px solid #C0C0C0;
	height: 26px;
	text-align: center;
}

#main_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 70px;
	height: 26px;
	text-align: center;
}

.clear {
	clear: both;
}

#main_nav li {
	display: inline;
	float: left;
	border-left: 2px solid #C0C0C0;
}

#main_nav li.last {
	border-right: 2px solid #C0C0C0;
}

#main_nav a {
	width: auto;
	height: 21px;
	float:	left;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px 8px 0px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}


#main {
	width: 722px;
	margin: 0px auto;
	border-top: 1px solid #2E4465;
	padding: 15px;
}

#left_nav {
	width: 160px;
	float: left;
	padding-right: 5px; 
}

#main_content {
	width: 545px;
	float: right;
}

h1 {
	padding: 0px;
	color: #3C4146;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 2px solid #999999;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
	clear: both;
}

h3 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}



/* models */

.model-list-box {
	margin-bottom: 20px;
}

.model-list-logo {
	width: 100px;
	float: left;
	text-align: right;
}

.model-list-models {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	display: inline;
	border: 1px solid #999999;
}

.model-list-models img {
	border: 1px solid #333333;
}

.model-list-models-img {
	float: left;
	margin-right: 10px;
}

.model-list-models-title {
	width: 138px;
	float: left;
}

.model-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.model-main-photo {
	float: left;
}

.model-main-photo img {
		border: 1px solid #333333;
}

.model-photos {
	float: right;
}

.model-photos img {
	border: 1px solid #333333;
}

.model-photos div {
	margin-bottom: 10px;
}


table.prices {
	border: none;
	background-color: #333333;
	width: 100%;
}

table.prices td {
	background-color: #FFF;
	padding: 10px;
	vertical-align: top;
	text-align: right;
	background-color: #CCCCCC;
}

table.prices th {
	background-color: #CCCCCC;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	white-space:nowrap;
}

table.prices td.model-names {
	text-align: left;
}

table.prices td.ask {
	text-align: center;
}

table.aw {
	width: auto;
}

.people-baggage {
	padding-top: 5px;
}

.people-baggage img {
	border: none;
	margin-right: 5px;
}

#services {
	position: relative;
}

#services_menu {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 28px;
	display: none;
	background-color: #3C4146;
	padding: 5px;
	color: #FFF;
	text-align: left;
}

#services_menu a {
	width: auto;
	height: auto;
	float:	none;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}


#footer {
	float: right;
	width: 550px;
	margin-top: 20px;
	border-top: 1px solid #000;
}

#footer_left {
	float: left;
	font-size: 10px;
}

#footer_right {
	font-size: 10px;
	text-align: right;
}

#home_promo {
	border-bottom: 2px solid #999999;
	padding: 10px 0px;
	font-size: 11px;
	color: #8B1008;
	font-weight: bold;
}

#home_promo a {
	font-size: 11px;
}

#contact_info {
	border-bottom: 2px solid #999999;
	padding: 10px 0px;
	font-size: 11px;
	color: #000;
}

#model_nav {
	border-bottom: 2px solid #999999;
	padding: 10px 0px;
	font-size: 11px;
	color: #000;
}

.model_name {
	width: 440px;
	float: left;
}

.brand_logo {
	width: 100px;
	float: right;
	text-align: right;
}

.small-prices {
	font-size: 10px;
	font-weight: normal;
}

table.mod-price-tbl {
	width: 400px;
}

.mod-price-tbl th.darker-prices {
	background-color: #999999;
}

table.al td {
	text-align: left;
}

table th.darkest {
	background-color: #666666;
	color: #FFFFFF;
} 

table.technical td {
	padding: 3px !important;
}



