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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img-index/bg-page.jpg);
	background-repeat: repeat-x;
	background-color: #F0E5B8;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 150px;
	width: 960px;
	position: relative;
}
#head #head-logo {
	height: 150px;
	width: 317px;
	float: left;
}
#head  #head-navigation {
	height: 34px;
	width: 447px;
	position: absolute;
	background-image: url(../img-index/bg-language.png);
	background-repeat: no-repeat;
	left: 513px;
	margin-top: 7px;
}
#head #head-navigation #title-lang {
	height: 34px;
	width: 140px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EBDEAF;
	padding-left: 20px;
	line-height: 34px;
	float: left;
}
#head #head-navigation #ico-langs {
	height: 27px;
	width: 267px;
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	padding-left: 10px;
}
#head #head-navigation #ico-langs ul {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
#head #head-navigation #ico-langs li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	width: 960px;
}
#content #booking {
	background-repeat: no-repeat;
	height: 34px;
	width: 960px;
}
#content #booking #booking-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 33px;
	height: 34px;
	width: 120px;
	color: #EBDEAF;
	padding-left: 20px;
	float: left;
}
#content #booking #fast-booking {
	height: 34px;
	width: 442px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 33px;
	color: #FFF;
	background-image: url(../img-index/bg-booking.jpg);
}
#content #booking #fast-booking ul {
	margin: 0px;
	padding: 0px;
}
#content #booking #fast-booking li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #central-content {
	width: 960px;
	position: relative;
	height: 350px;
}
#content #central-content #left {
	height: 351px;
	width: 253px;
	z-index: 0;
	top: 1px;
	position: absolute;
}
#content #central-content #left #book01 {
	height: 252px;
	width: 253px;
	background-image: url(../img-index/left-booking-01.png);
	background-repeat: no-repeat;
}
.book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E0000;
	padding-left: 5px;
}
#content #central-content #left #book02 {
	height: 41px;
	width: 253px;
}
#content #central-content #left #book03 {
	height: 60px;
	width: 253px;
}

#content #central-content #right-photo {
	float: right;
	height: 350px;
	width: 770px;
	padding-top: 2px;
}
#content #gallery {
	height: 46px;
	width: 940px;
	background-image: url(../img-index/bg-gallery.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 20px;
	padding-top: 8px;
}
#content #gallery ul {
	margin: 0px;
	padding: 0px;
}
#content #gallery li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #gallery ul li img {
	border: 1px solid #FFF;
}
#content #footer {
	width: 955px;
	background-repeat: no-repeat;
	background-color: #46526C;
	margin-left: 5px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius:0.6em;
	-khtml-border-radius:0.6em;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	line-height: 25px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FF6;
	text-decoration: underline;
}
#footer h1{
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
