

@media all
{

body,html
{
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size:11px;
	background-color: #fff;
	color: rgb(85,85,85);
	
}

a
{
	font-weight:bold;
	color: rgb(130,47,31);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#container
{
	width: 950px;
}

div#top
{
	clear:both;
	float:left;
	width:950px;
	height:35px;
}

div#languages
{
	float:right;
	height:40px;
}

div#welcome
{
	font-size: 14px;
	font-weight: bold;
	float:left;
	padding-top: 11px;
	height:40px;
}

.language
{
	float:left;
	padding-right:10px;
	padding-top: 15px;
}

.language img
{
	vertical-align: bottom;
}

div#topmenu
{
	clear:both;
	float:left;
	margin-bottom: 5px;
	width:950px;
	height:25px;
	background-image: url(/resources/images/3_bg_topmenu.gif);
}

div#menu
{
	clear:both;
	float:left;
	padding-left:10px;
}

div#menu ul
{
	margin:0px;
	padding: 0px;
	list-style: none;	
}

div#menu ul li
{
	float:left;
	padding-right: 15px;
	line-height: 25px;
}

div#shortcuts
{
	float:right;
	padding-top:4px;
	padding-right: 11px;
	height: 16px;
	line-height:15px;
}

div#shortcuts img
{
	vertical-align: bottom;
}

div#menu ul li a
{
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

div#header
{
	clear: both;
	float:left;
	width:940px;
	padding: 5px;
	margin-bottom:5px;
	background-color: rgb(212,201,182);
}

div#logo
{
	float:left;
}

div#logo img
{
	vertical-align: bottom;
}

div#images
{
	float:left;
	width: 743px;
	height:156px;
	overflow: hidden;
}

div#images img
{
	float:left;
	padding-right:1px;
	padding-left:1px;
	vertical-align: bottom;
}

div#booking
{
	margin-bottom: 5px;
	float:left;
	clear:both;
	width:950px;
	height:90px;	
	
	background: url("/resources/Images/80_booking_step1.jpg") no-repeat;
	color: #fff;
}

div#booking_link
{
	margin-top: 15px;
	margin-right: 90px;
	width: 97px;
	height: 60px;
	float: right;
}


div#booking_left
{
	float:left;
	width: 361px;
	text-align: left;
}

div#booking_right
{
	float:left;
	width: 549px;
}

.booking_item
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;	
}

div#supcontent
{
	clear:both;
	float:left;
	width: 927px;
	padding-left:10px;
	padding-right:10px;
	border:2px solid rgb(212,201,182);
}

div#content
{
	clear:both;
	float:left;
	width: 930px;
	background-image: url(/resources/images/1_bg_content.gif);
	background-repeat: repeat-y;
}

div#content_left
{
	float: left;
	padding-left:10px;
	padding-right:10px;
	padding-top: 15px;
	padding-bottom:10px;
	width:331px;
	overflow:hidden;
}

div#content_right
{
	position:relative;
	right:-7px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom:10px;
	width:524px;
	background-image: url(/resources/images/2_bg_content_right.gif);
	background-repeat: repeat-x;
}

div#footer
{
	clear:both;
	float:left;
	padding-top: 10px;
	width: 950px;
	text-align: center;
}

.title
{
	clear: both;
	float: left;
	padding-bottom: 15px;
	width: 533px;
	color: rgb(130,47,31);
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.car
{
	float:left;
	width:129px;
	padding:1px;
	padding-bottom:5px;
	height:100px;
	text-align:center;
}

.car_image
{
	float:left;
	width: 129px;
	overflow: hidden;
	height:85px;
}

.car_title
{
	clear:both;
	float:left;
	width: 129px;
	height:15px;
}


.box
{
	clear:both;
	float:left;
	width:300px;
	background-image: url(/resources/images/4_box_bg.gif);
	background-repeat: repeat-y;
}

.box_top
{
	clear:both;
	float:left;
	width:277px;
	height:2px;
	font-size:1px;
	line-height:1px;
	background-color: rgb(130,47,31);
}

.box_middle
{
	clear:both;
	float:left;
	width:259px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	margin-left:2px !important;
	margin-left:1px;
	background-image: url(/resources/images/2_bg_content_right.gif);
	background-repeat: repeat-x;
}

.box_image
{
	float:left;
	width:130px;
	text-align:left;
}

.box_content_top
{
	float:left;
	width:124px;
	text-align:left;
}

.box_bottom
{
	clear:both;
	float:left;
	padding-left: 2px;
	width:295px;
	height:55px;
	background-image: url(/resources/images/5_box_btn.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_content_bottom
{
	float:left;
	padding-top:2px;
	padding-left:8px;
	margin-left:2px !important;
	margin-left:1px;
	width:232px;
	text-align: left;
}

.bigwhite
{
	color: #fff;
	font-size:13px;
	font-weight: bold;
}

.big
{
	color: rgb(130,47,31);
	font-size:13px;
	font-weight: bold;
}

.red
{
	color: rgb(130,47,31);
}

}

@media print
{

	input
	{
		display:none;
	}

	div#top, div#topmenu, div#images, div#booking
	{
		display:none;
	}

	div#supcontent
	{
		border:none;
		border-top:3px solid rgb(130,47,31);
		border-bottom:3px solid rgb(130,47,31);
	}

	div#content_left, div#content_right
	{
		clear:both;
		float:left;
		border:none;
	}

	div#content_left
	{
		padding-bottom:50px;
		border-bottom:1px solid rgb(130,47,31);
	}

	div#footer
	{
		clear:both;
		float:left;
		width:600px;
		padding:10px 20px;
	}
	
}