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

body {
	margin: 0px;
	background: url(../images/layout/background.jpg) repeat-x #a29b7f;
	font-size: 12px;
	color: #666;
	font-family: Arial, Tahoma, Verdana;
}

input {
	padding: 5px;
	border: 1px solid #999;
	font-size: 11px;
	color: #666;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#topbar {
	padding: 10px;	
	height: 22px;
}

#topbar .welcome {
	float: left;	
}

#topbar .langauge {
	float: right;
	
}

#header {
	
}

#navigation {
	height: 35px;
	background-color: #4d4d4b;
	border-bottom: 10px solid #434342;
	text-align: center;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}

#navigation ul {
	padding: 12px;
	margin: 0px;
}

#navigation li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation a {
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {
	color: #e8e8e8;	
}

#container {
	background: #fff;
	width: 790px;
	line-height: 130%;
	padding: 5px;
}

.home_list  {
	list-style: square;
}

#sidebar {
	width: 200px;
	float: left;
	background: #f7f7f7;
}

#sidebar h3 {
	border: 3px solid #8c866e;;
	border-top: 2px solid #8c866e;
	background: #a29b7f;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 5px solid #8c866e;
	color: #fff;
	font-family: "Century Gothic",Arial,Tahoma;
}

#sidebar p {
	color: #594b4b;
	font-size: 11px;
	line-height: 16px;
}

#sidebar strong {
	color: #594b4b;
	font-size: 12px;
	font-weight: bold;
}

#sidebar .sidebooking {
	clear: both;
	margin: 3px;
}

#content {
	width: 580px;
	float: right;
	margin-top: 10px;
}

#content strong {
	color: #666;	
}

#content .container .imgright {	
	float: right;
	margin: 5px;
}

#content .topheader {
	background: url(../images/layout/contentheader.jpg);
	width: 542px;
	height: 25px;
	padding: 15px;
}

#content .topheader h1 {
	text-align: right;
	margin: 0px;
	color: #fff;
	font-family: "Century Gothic",Arial,Verdana;
	text-transform: uppercase;
	font-size: 24px;
}

#content .topheader h3 {
	color: #999;
	margin: 0px;
	line-height: 16px;
	text-align: right;
	font-size: 14px;
}

.left, .center, .right {
	width: 176px;
	float: left;
	margin-right: 10px;
}

.left h3 {
	background: #a29b7f;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 2px;
}

.left p, .center p, .right p {
	font-size: 11px;
	color: #333;
	margin-top: 2px;
}

.center h3 {
	background: #000;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 2px;
}

.right h3 {
	background: #ea7516;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 1px;
	margin-bottom: 2px;
}

#content .container {
	padding: 5px;
}

#bookingForm {
	
}

#bookingForm label {
	display: block;
	width: 200px;
	font-weight: bold;
}

#bookingForm input, #bookingForm option, #bookingForm textarea {
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	color: #333;
}

#footer {
	clear: both;
	background-color: #4d4d4b;
	border-top: 10px solid #434342;
	text-align: center;
	padding: 3px;
	color: #CCC;
}

.clear {
	clear: both;
}

.documents {
	padding: 0px;
	margin: 0px;
}

.documents li {
	list-style: none;
}

.documents li a {
	text-decoration: none;
	color: #22181b;
	font-weight: bold;
}
