@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-align:left;
}
body {
	background-color:#feffef;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#331e08;
}
#main-body {
	width:950px;
}
#header {
	height:80px;
	width:100%;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
}
#header-bottom {
	background-color:#f5e6cb;
	height:6px;
	width:100%;
}
#top {
	height:315px;
	width:950px;
	background-color:#f7e6d4;
	position:relative;
}
#slider {
	height:315px;
	width:750px;
	position:absolute;
	top:0px;
	right:0px;
}
#check-avilibilty {
	height:315px;
	width:200px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#f5e8cf;
}
#logo-head {
	position:relative;
	width:950px;
	height:80px;
}
#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	display:block;
	width:304px;
	height:80px;
	position:absolute;
	left:0px;
	top:0px;
}
#form-div {
	padding-left:15px;
	padding-right:15px;
}
#form {
	margin-top:3px;
	display:block;
	padding:2px;
	border:1px solid #f5e8cf;
	position:relative;
	font-size:10px;
}
#form:hover {
	border:1px solid #bfae95;
	background-color:#f9f0e0;
}
a{
	color:#973903;
}
#menu {
	position:absolute;
	left:310px;
	top:60px;
}
#menu ul{
}
#menu li{
	float:left;
	display:block;

	
}
#menu a{
	text-decoration:none;
	margin:5px;
	padding-left:5px;
	padding-right:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}



#menu-lang {
	position:absolute;
	right:0px;
	top:14px;
}
#menu-lang ul{
}
#menu-lang li{
	float:left;
	display:block;

	
}
#menu-lang a{
	text-decoration:none;
	margin:5px;
	padding-left:5px;
	padding-right:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}



#slogan {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
	color:#300;
	position:absolute;
	left:2px;
	top:65px;
	letter-spacing:0.14em;
}
.block-left {
	float:left;
	height:200px;
	
	margin:5px 5px 5px 0;
}
.block-mid {
	float:left;
	height:200px;
	
	margin:5px;
}
.block-right {
	float:left;
	height:200px;
	
	margin:5px;
}

#main-blocks {
	border:1px solid #eee8e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-color:#fcf7ed;
	width:230px;
}
#main-blocks:hover {
	border:1px solid #c2b6a4;
	background-color:#f9f0e0;
}
#main-blocks h3{
	font-size:12px;
}
#main-blocks img {
	border:1px solid #eee8e0;
	padding:1px;
}
#main-blocks img:hover {
	border:1px solid #c2b6a4;
}
#footer-top {
	height:8px;
	background-color:#f5e6cb;
	width:100%;
}
#footer {
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	height:80px;
	width:100%;
}
#span {
	height:20px;
	width:100%;
	border-top:1px solid #c2b6a4;
}
#clr {
	clear:both;
}
#footer-bottom {
	width:950px;
}
h1 {
	font-size:20px;
	color:#9a7f4b;
	padding-bottom:10px;
}
#content-inner {
	border:1px solid #eee8e0;
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
	background-color:#fcf7ed;
	min-height:250px;
}
.booking h1 {
	background-image:url(../images/register_icon1.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
form.input {
	border:1px solid #c2b6a4;
	background-color:#f9f0e0;
}
#stylized{
	border:solid 2px #F9F0E0;
	background:#f6f1e8;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #F5E6CB;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #F5E6CB;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.booking-left {
	float:left; 
	width:46%; 
	padding:5px; 
	border:1px solid #eee8e0; 
	background-color:#fcf7ed; 
	margin:10px;
}
.booking-left:hover {
	border:1px solid #c2b6a4;
	background-color:#f9f0e0;
}
.booking-right {
	float:right; 
	width:46%; 
	padding:5px; 
	border:1px solid #eee8e0; 
	background-color:#fcf7ed; 
	margin:10px;
}
.booking-right:hover {
	border:1px solid #c2b6a4;
	background-color:#f9f0e0;
}
.about h1 {
	background-image:url(../images/about-icon.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
}
.booking-left img {
	border:1px solid #eee8e0; 
	background-color:#fcf7ed; 
	padding:1px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}
.booking-right img {
	border:1px solid #eee8e0; 
	background-color:#fcf7ed; 
	padding:1px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}
.booking-left img:hover {
	border:1px solid #c2b6a4;
	background-color:#f9f0e0;
}
#content-inner h3{
	font-size:12px;
	background-image:url(../images/arrow.png);
	padding-left:12px;
	background-repeat:no-repeat;
	background-position:0 50%;
	border-bottom:1px solid #f9f0e0;
}
.about-span {
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #f9f0e0; 
	display:block;
	width:100%;
}
.about-span:hover {
	border-bottom:1px solid #c2b6a4; 
}
.contact h1 {
	background-image:url(../images/contact-icon.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
}
.location  h1 {
	background-image:url(../images/address.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
}
.sitemap  h1 {
	background-image:url(../images/sitemap.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
}
#footer-bottom {
	position:relative;
}
