﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../img/bg.jpg) no-repeat center top;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
}
#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 0 109px;
	text-align: left;
	background: url(../img/logo.png) no-repeat top left;
}
h1{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px 0;
}
h2{
	font: bold 11px Arial, Helvetica, sans-serif;
	margin:0;
}
#container2 {
	width: 821px;
	margin: 0 auto;
	padding: 0 0 0 109px;
	text-align: left;
}
/* -- Header -- */
#header {
	width: 832px;
	height: 79px;
	position: relative;
}
#radio {
	position: absolute;
	top: 1px;
	right: 0;
	width: 15px;
	height: 20px;
	overflow: hidden;
}
#top_nav {
	position: absolute;
	top: 1px;
	right: 25px;
}
#top_nav ul {
	list-style: none;
}
#top_nav li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	color: #666;
	margin: 0 0 0 10px;
}
#top_nav li a {
	color: #999;
	text-decoration: none;
}
#top_nav li a:hover {
	color: #fff;
}
#second_nav {
	position: absolute;
	right: 0;
	bottom: 0 !important;
	bottom: -1px;
	background: url(../img/second_nav_bg.jpg) no-repeat center bottom;
	width: 535px;
	height: 60px;
}
#second_nav ul {
	list-style: none;
	padding: 33px 0 0 16px;
}
#second_nav li {
	float: left;
	text-indent: -500000px;
	overflow: hidden;
	margin: 0 2px 0 2px;
}
#second_nav li a {
	display: block;
	text-decoration: none;
}
#logo h5 {
	text-indent: -500000px;
	overflow: hidden;
}
#logo h5 a {
	display: block;
	text-decoration: none;
	width: 149px;
	height: 61px;
}
/* -- End of Header -- */
/* -- Top -- */
#top {
	width: 824px;
	background: #fff;
	padding: 8px 8px 0 8px;
}
#top_image {
	width: 649px;
	height: 184px;
	background: url(../img/image.jpg) no-repeat top left;
	float: left;
	padding: 0 8px 0 0;
}
#booking {
	float: left;
	position: relative;
}
#booking fieldset {
	width: 100%;
	height: 184px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #969696;
	border: none;
	background: #000 url(../img/booking_bg.jpg) repeat-x bottom left;
}
#booking h1 {
	width: 164px;
	height: 27px;
	display: block;
	text-indent: -50000px;
}
#booking_en {
	background: url(../img/booking_en.jpg);
}
#booking .booking_iT {
	width: 93px;
	background: #fff url(../img/bookingform.jpg) no-repeat top left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	padding: 4px 0 2px 0;
	text-indent: 4px;
	margin: 0 0 6px 0;
}
#booking .booking_iS {
	width: 85%;
	background: #fff url(../img/bookingform.jpg) no-repeat top left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	padding: 4px 0 2px 0;
	text-indent: 4px;
	margin: 0 0 6px 0;
}
#booking .booking_iSub {
	background: url(../img/bookingSubmit.gif) repeat-x top left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #686868;
	padding: 4px 6px 3px 6px;
	cursor: pointer;
}
.select_date {
	width: 140px;
	padding: 10px;
	position: absolute;
	top: 13px;
	left: -8px;
	display: none;
}
.select_date table {
	width: 140px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}
.select_date td, th {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px 0 2px 0;
}
.select_date th {
	color: #c30000;
}
.select_date td {
	color: #444;
}
.select_date td a {
	color: #888;
	display: block;
	width: 100%;
	text-decoration: none;
}
.select_date td a:hover {
	color: #fff;
}
/* -- End of Top -- */
/* -- Nav -- */
#nav {
	width: 840px;
	height: 25px;
	margin: 0 0 8 0;
	border-bottom: 1px solid #6a0203;
	background-image: url(../img/nav/red_nav_bg.gif);
	background-repeat:repeat-x;
}
#nav ul {
	margin:0;
	float:left;
	background-image:url(../img/nav/red_nav_vt.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#nav li {
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
	list-style-type:none;
}
#nav a{
	display: block;
	height: 19px;
	padding-top:6px;
	text-decoration: none;
	color:#EEE;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
}
#nav li a:hover {
	color:#FFF;
}
li#virtual_tour a{
	color:#666;
	font-size:12px;
	margin-right:35px;
	margin-left:15px;
}
li#virtual_tour a:hover{
	color:#333;
}
#select_language  {
	float:right;
	width:50px;
	color:#EEE;
}
#select_language a{
	display:inline-block;
	font-size:9px;
	padding-top:6px;
}
.lang_dk_off a {
	background: url(../img/lang_dk.jpg) no-repeat top left;
	display: block;
	width: 23px;
	height: 25px;
	text-decoration: none;
}
.lang_dk_off a:hover {
	background: url(../img/lang_dk.jpg) no-repeat bottom left;
}
.lang_dk_on a {
	background: url(../img/lang_dk.jpg) no-repeat bottom left;
	display: block;
	width: 23px;
	height: 25px;
	text-decoration: none;
}
.lang_en_off a {
	background: url(../img/lang_uk.jpg) no-repeat top left;
	display: block;
	width: 24px;
	height: 25px;
	text-decoration: none;
}
.lang_en_off a:hover {
	background: url(../img/lang_uk.jpg) no-repeat bottom left;
}
.lang_en_on a {
	background: url(../img/lang_uk.jpg) no-repeat bottom left;
	display: block;
	width: 24px;
	height: 25px;
	text-decoration: none;
}
/* -- End of Nav -- */
/* -- Content -- */
#framer {
	background: #fff;
	margin: 8px 0 0 0;
}
#content {
	width: 785px;
	padding: 20px 18px;
}
#content h4 {
	font: 26px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 12px 0;
}
#maintab {
	list-style:none;
	padding: 0 0 28px 0;
}
#maintab li {
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 5px 0 0;
}
#maintab li a {
	display: block;
	padding: 5px 30px 4px 7px;
	background: #eee url(../img/arrow.gif) no-repeat right center;
	text-decoration: none;
	color: #444;
}
#maintab li a:hover {
	color: #000;
}
.selected a {
	color: #c30000;
}
.left_info {
	width: 403px;
	padding: 8px 8px 0 8px;
	background: #e6e6e6;
	float: left;
	margin: 0 30px 0 0;
	clear: left;
}
.left_pano {
	width: 800px;
        height: 430px;
	float: left;
	clear: left;
}
.left_panoram {
        position: absolute;
	float: left;
        left: 0px;
}
.div_box {
        float: left;
    	width: 800px;
        height: 430px;
}
.left_panoram {
        position: absolute;
}
.left_info p {
	margin: 0 0 12px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 1.5;
}
.left_info li {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #222;
}
.left_info ul {
	padding: 0 0 0 17px;
}
.left_info a {
	color: #ce0004;
}
.left_info a:hover {
	color: #000;
}
.left_info h1 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #ce0004;
}
.info {
	width: 320px;
	float: left;
}
.info h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px 0;
}
.info p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
.info td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
.info li {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #222;
}
.info ul {
	padding: 0 0 0 17px;
}
.info a {
	color: #ce0004;
}
.info a:hover {
	color: #000;
}
/* -- Content -- */
#footer {
	width: 840px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
	padding: 10px 0 30px 0;
}
#footer a {
	color: #999;
}
hr {
	display: none;
}
#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}
#log_res {
	overflow: auto;
}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(www/img/spinner.gif) no-repeat center;
}

