
body, html {
	background: #bfd8d8;
	color: #5c6290;
	font-family: verdana;
	font-size: 11px;
	line-height: 22px;
	overflow-x:hidden;
}

h1 {
	font-size: 14px;
}

table {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}

#page {
	background: #e3e3e3;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
	position: absolute;
	top: 0;
	width: 1000px;
}

#page.gallery {
	background: #bfd8d8;
	height:800px
}

#header {
	background: #006362 url(../img/logo.gif) 145px 5px no-repeat;
	height: 80px;
	width: 1000px;
}

#online_booking {
	background: #ffc20e;
	border: 1px solid #fff;
	position: absolute;
	right: 80px;
	text-align: center;
	top: 15px;
	width: 180px;
}

#online_booking a {
	color: #006362;
	text-decoration: none;
}

#language_menu {
	height: 30px;
	position: absolute;
	right: 20px;
	top: 40px;
	width: 250px;
}

#language_menu .item {
	background: url(../img/round.gif) 0 8px no-repeat;
	float: left;
}

#language_menu .item a {
	color: #63a49b;
	text-decoration: none;
	margin: 0 10px 0 12px;
}

#menu_wrapper {
	background: #bedad4;
	height: 25px;
	width: 1000px;
}

#menu_wrapper .item, #menu_wrapper .active_item {
	border-right: 1px solid #fff;
	float: left;
	height: 25px;
	padding: 0 10px 0 0;
}

#menu_wrapper .active_item {
	background: #b3cdc7;
}

#menu_wrapper .item a, #menu_wrapper .active_item a {
	color: #000;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#content_wrapper {
	background: #FFF;
	bottom: 135px;
	position: absolute;
	top: 105px;
	width: 1000px;
}

#content_wrapper_gallery {
	background: #006362;
	bottom: 135px;
	position: absolute;
	top: 105px;
	width: 1000px;
}

#submenu {
	left: 0;
	position: absolute;
	top: 10px;
	padding: 10px 0 0 0;
	width: 150px;
	z-index: 2;
}

#submenu .item, #submenu .active_item {
	background: #d3f5ee;
	height: 22px;
	margin: 0 0 2px 5px;
	width: 140px;
	display: block;
}

#submenu .active_item {
	background: #bbdad4;
}

#submenu .item a, #submenu .active_item a {
	color: #029392;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#banners_wrapper {
	height: 348px;
	position: absolute;
	padding: 0 0 0 10px;
	top: 0;
	width: 140px;
	z-index: 1;
}

#banners {
	bottom: 0;
	position: absolute;
}

#banners p {
	margin-top: 17px;
}

#banners img {
	display: block;
}

#imageview {
	background: #fff;
	bottom: 10px;
	left: 150px;
	position: absolute;
	top: 10px;
	width: 420px;
}

#imageview.big {
	left: 0;
	width: 570px;
}

#imageview #main_image_wrapper img {
	margin: 10px 0 10px 0;
}

#imageview #sub_image1_wrapper img, #imageview #sub_image2_wrapper img, #imageview #sub_image3_wrapper img {
	margin: 0;
	height: 75px;
	width: 110px;
}

#imageview_gallery {
	bottom: 10px;
	left: 150px;
	position: absolute;
	top: 10px;
	height:555px;
}

#text {
	background: #fff;
	bottom: 10px;
	left: 570px;
	overflow: auto;
	position: absolute;
	top: 10px;
	width: 420px;
}

#text a {
	color: #006362;
}

#footer {
	background: #fff url(../img/bottom_bg.gif) repeat-x;
	bottom: 0;
	height: 135px;
	position: absolute;
	width: 1000px;
}

#footer img {
	float: right;
	margin: 58px 0 0 0;
}

#footer_gallery {
	background: url(../img/bottom_bg_gallery.gif) repeat-x;
	bottom: 18px;
	height: 135px;
	position: absolute;
	width: 1000px;
}

#footer_gallery img {
	float: right;
	margin: 58px 0 0 0;
}

img {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mb_gallery {
	background-color: #e2edf4;
	display: inline-block;
	padding: 16px 32px;
}

.mb_gallery {
	position: relative;
}

.mb_gallery_image_viewport {
	height: 400px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	width: 640px;
}

.mb_gallery_image,
.mb_gallery_image_active,
.mb_gallery_image_hold {
	left: 0;
	position: absolute;
	top: 0;
}

.mb_gallery_images {
	display: none;
}

.mb_gallery_image_prev,
.mb_gallery_image_next {
	cursor: pointer;
	height: 16px;
	position: absolute;
	top: 170px;
	width: 16px;
}

.mb_gallery_image_prev {
	background:url(../img/gallery/prev_big.png) no-repeat;
	cursor: pointer;
	height: 16px;
	position: absolute;
	top: 170px;
	width: 16px;
}

.mb_gallery_image_next {
	background:url(../img/gallery/next_big.png) no-repeat;
	cursor: pointer;
	height: 16px;
	position: absolute;
	top: 170px;
	width: 16px;
}


.mb_gallery_image_prev.disabled,
.mb_gallery_image_next.disabled {
	background-color: #e1edf4;
	cursor: default;
}

.mb_gallery_image_prev {
	left: -24px;
}

.mb_gallery_image_next {
	right: -24px;
}

.mb_gallery_image_title {
	font-weight: bold;
}

.mb_gallery_image_info {
	height: 54px;
	position:absolute;
	bottom:91px;
	left:0;
	width:630px;
	background:url(../img/gallery/info_bg.png) repeat-x;
	padding:0 0 0 10px;
}

.mb_gallery_info {
	display: none;
}

.mb_gallery_thumbnails_viewport {
	height: 85px;
	overflow: hidden;
	position: relative;
	width: 640px;
}

.mb_gallery_thumbnails {
	left: 0;
	position: absolute;
	top: 0;
}

.mb_gallery_thumbnail {
	cursor: pointer;
	margin-right: 8px;
	border: 3px solid #d2d5d8;
}

.mb_gallery_thumbnail:hover,
.mb_gallery_thumbnail.active {
	border: 3px solid #626262;
	overflow: hidden;
}

.mb_gallery_thumbnail:hover img,
.mb_gallery_thumbnail.active img {
	
}

.mb_gallery_thumbnails_prev,
.mb_gallery_thumbnails_next {
	background-color: #666;
	bottom: 30px;
	cursor: pointer;
	height: 16px;
	position: absolute;
	width: 16px;
}

.mb_gallery_thumbnails_prev {
	background:url(../img/gallery/previous.gif) no-repeat;
	bottom: 30px;
	cursor: pointer;
	height: 14px;
	position: absolute;
	width: 10px;
}

.mb_gallery_thumbnails_next {
	background:url(../img/gallery/next.gif) no-repeat;
	bottom: 30px;
	cursor: pointer;
	height: 14px;
	position: absolute;
	width: 10px;
}

.mb_gallery_thumbnails_prev.disabled,
.mb_gallery_thumbnails_next.disabled {
	background-color: #999;
	cursor: default;
}

.mb_gallery_thumbnails_prev {
	left: -24px;
}

.mb_gallery_thumbnails_next {
	right: -24px;
}

.mb_gallery_image_description_wrapper {
	line-height:20px;
}

.mb_gallery_blocker {
	bottom: 0;
	cursor: pointer;
	display: none;
	left: -24px;;
	position: absolute;
	right: -24px;
	top: 0;
}


