.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -10;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	background-color: #b3b299;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	font-size: 12px;
	z-index: 0;
}

.clear {
	clear: both;
}

#preload {
	display: none;
}

.top_wrap {
	position: absolute;
	width: 100%;
	height: 382px;
	margin-top: 114px;
	background: url(../images/top_bg.png) 0 0 repeat-x;
	z-index: -5;
}

.flash_wrap {
	position: absolute;
	width: 975px;
	height: 594px;
	margin-left: -11px;
	z-index: -1;
	background: url(../images/flash_bg.png) 0 0 no-repeat;
}

.flash {
	position: relative;
	width: 948px;
	height: 496px;
	margin-left: 11px;
	overflow: hidden;
}

#header_wrap {
	width: 948px;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background: url(../images/transparent_bg.png);
	z-index: 10;
}

#header {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

#logo {
	width: 400px;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
}

/*MENU*/
#menu {
	float: left;
	position: relative;
	width: 948px;
	height: 80px;
	margin: 0px;
	margin-top: 382px;
	padding: 0px;
	list-style: none;
}

#menu  li {
	float: left;
	position: relative;
	width: 158px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#menu  li a {
	float: left;
	position: relative;
	width: 158px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	color: #6d691b;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
}

#menu  li a#menu_tab1 {
	background-image: url(../menu/1.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab1:hover
{
	background-image: url(../menu/1.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab1
{
	background-image: url(../menu/1.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li a#menu_tab2 {
	background-image: url(../menu/2.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab2:hover {
	background-image: url(../menu/2.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab2 {
	background-image: url(../menu/2.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li a#menu_tab3 {
	background-image: url(../menu/3.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab3:hover {
	background-image: url(../menu/3.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab3 {
	background-image: url(../menu/3.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li a#menu_tab4 {
	background-image: url(../menu/4.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab4:hover {
	background-image: url(../menu/4.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab4 {
	background-image: url(../menu/4.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li a#menu_tab5 {
	background-image: url(../menu/5.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab5:hover {
	background-image: url(../menu/5.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab5 {
	background-image: url(../menu/5.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li a#menu_tab6 {
	background-image: url(../menu/6.png);
	background-repeat: no-repeat;
}

#menu  li a#menu_tab6:hover {
	background-image: url(../menu/6.jpg);
	background-repeat: no-repeat;
}

#menu  li a#current_tab6 {
	background-image: url(../menu/6.jpg) !important;
	background-repeat: no-repeat !important;
}

#menu  li .menu_tab_txt {
	float: left;
	position: relative;
	width: 158px;
	height: 25px;
	margin-top: 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

#wrap {
	display: block;
	width: 950px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

/*SUB MENU*/
.sub_menu {
	float: right;
	position: relative;
	width: 945px;
	height: 24px;
	padding-right: 5px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: right;
	color: #fdfdfa;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	background-color: #7f7a2a;
	z-index: 100;
}

.sub_menu a {
	line-height: 24px;
	padding: 0px 2px;
	font-size: 13px;
	color: #fdfdfa;
	text-decoration: none;
}

.sub_menu_ru a {
	font-size: 10px;
}

.sub_menu a .bcfirst {
	font-size: 20px;
}

.sub_menu a:hover, .sub_menu a#current_tab {
	color: #000000;
}

#video {
	position: absolute;
	z-index: 1000;
}
#wrap_m {
	position: absolute;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	background: #7f7a2a;
	z-index: 1200;
}
#wrap_m #cc {
	position: absolute;
	display: block;
	z-index: 1200;
	cursor:pointer;
}
#wrap_m #cc img.aj_img {
	_opacity: 0.7;
}
#f_wrap {
	position: absolute;
	margin-top: -12px;
	margin-left: -135px;
	z-index: 1000;
}

/*CONTENT*/
#content_wrap_top, #content_wrap, #content_wrap_bottom {
	float: left;
	position: relative;
	width: 978px;
	margin: 0px;
	margin-left: -11px;
	padding: 0px;
	background-image: url(../images/content_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	z-index: 0;
}
#content_wrap_top {
	height: 25px;
	margin-top: -10px;
	background-image: url(../images/content_bg_top.png);
	background-repeat: no-repeat;
}
#content_wrap_bottom {
	height: 30px;
	background-image: url(../images/content_bg_bottom.png);
	background-repeat: no-repeat;
}
#side {
	float: right;
	position: relative;
	width: 191px;
	margin-top: 5px;
	text-align: center;
}
#side img {
	margin-bottom: 5px;
	border: 0px;
}
#content {
	float: left;
	position: relative;
	width: 900px;
	margin-left: 11px;
	padding: 0px 25px;
	color: #333333;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	font-size: 14px;
	text-align: justify;
}
#content .left_block {
	float: left;
	width: 700px;
	overflow: hiidden;
}
#content .title {
	float: left;
	width: 350px;
	margin: 8px 0px;
	font-size: 18px;
	color: #7f7a2a;
	text-align: left;
}
#content .separator {
	float: left;
	width: 70px;
	margin-bottom: 15px;
	border-top: 1px solid #7f7a2a;
}
#content .left_side {
	float: left;
	width: 320px;
	line-height: 25px;
	padding-right: 15px;
	background-image: url(../images/content_txt_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
}
#content .right_side {
	float: left;
	width: 322px;
	line-height: 25px;
	padding-left: 15px;
}
#content p, ul {
	margin-bottom: 10px;
}
#content ul {
	padding-left: 20px;
}
#content ul li {
	margin-left: 20px;
}



#content .subtitle {
	font-size: 14px;
	font-weight: bold;

}

#content .note {
	font-size: 10px;
}

#content .highlight {
	font-weight: bold;
}

#content #gallery img {
	float: left;
	width: 105px;
	height: 100px;
	border: 1px solid #909090;
	margin: 2px;
}

#content ul {
	margin-left: -20px;
}

#content img {
	border: 0px;
}

/*EVENTS - CONFERENCE TABLE*/
#content div.table {
	float: left;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border: 1px solid #7f7a2a;
	border-bottom: 0px;
}

#content div.th {
	float: left;
	position: relative;
	width: 103px;
	height: 30px;
	padding: 0px 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.5px;
	background: #7f7a2a;
	border-bottom: 2px solid #7f7a2a;
}

#content div.td , #content div.td_left{
	float: left;
	position: relative;
	width: 103px;
	padding: 2px 4px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #7f7a2a;
}

#content div.td_left {
	font-weight: bold;
	font-style: italic;
}
#content ul.facilities {
	float: left;
	width: 330px;
	margin-right: 10px;
}

/*CONTENT GUESTBOOK*/
#content #guestbook {
	float: left;
	position: relative;
	width: 680px;
	margin-bottom: 20px;
	padding: 15px 5px;
	padding-top: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	_border: 1px solid #7f7a2a;
	background: #c2c2ac;
}
#content #guestbook  form #form_left {
	float: left;
	width: 310px;
	margin: 0px 10px;
	margin-top: 12px;
}
#content #guestbook  form #form_right {
	float: left;
	width: 340px;
	margin-top: 12px;
}
#content #guestbook  form .field {
	float:left;
	width: 100px;
	height: 22px;
	margin-bottom: 3px;
}
#content #guestbook  form input {
	float:left;
	width: 225px;
}
#content #guestbook  form input#submit {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #ffffff;
	background: #7f7a2a;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	cursor: pointer;
}
#guestbook .button {
	outline: none;
	height: 22px;
	margin-bottom: 3px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #7f7a2a;
}
#guestbook .button:focus, .button:hover {
    box-shadow: 0 0 5px rgba(127,122,42, 1);
    -webkit-box-shadow: 0 0 5px rgba(127,122,42, 1); 
    -moz-box-shadow: 0 0 5px rgba(127,122,42, 1);
    border: 1px solid #7f7a2a;
}
#guestbook  form textarea.button {
	width: 200px;
	height: 160px;
	resize: none;
}

/*CONTENT CONTACT*/
#content #contact form label {
	float: left;
	width: 80px;
	margin-right: 2px;
}
#content #contact  form input , #content #contact  form textarea {
	margin: 0px;
	margin-bottom: 2px;
}
#content #contact form #form_left {
	float: left;
	width: 250px;
	margin-right: 10px;
}
#content #contact  form #form_right {
	float: left;
	width: 420px;
}
#content #contact  form #button {
	float: left;
	width: 100px;
	margin-left: 82px;
	margin-top: 0px;
	color: #ffffff;
	background: #7f7a2a;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	cursor: pointer;
}
#content #contact  form input, #content #contact  form textarea {
	outline: none;
	height: 22px;
	margin-bottom: 3px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #7f7a2a;
}
#content #contact  form input:focus, #content #contact  form textarea:focus, #content #contact  form input:hover, #content #contact  form textarea:hover {
	 box-shadow: 0 0 5px rgba(127,122,42, 1);
    -webkit-box-shadow: 0 0 5px rgba(127,122,42, 1); 
    -moz-box-shadow: 0 0 5px rgba(127,122,42, 1);
    border: 1px solid #7f7a2a;
}
#content #contact  form textarea {
	width: 325px;
	height: 100px;
	resize: none;
}

/*CONTENT HIGHSLIDE*/
#content .highslide_initial {
	float: left;
	width: 170px;
	height: 157px;
	overflow: hidden;
}

#content .highslide_initial_room {
	float: left;
	width: 225px;
	height: 210px;
	margin: 1px;
	margin-right: 4px;
	overflow: hidden;
}
#content .highslide_initial h3, #content .highslide_initial_room  h3 {
	height: 60px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	background: #7f7a2a;
}
#content .highslide_initial h3 {
	height: 22px;
	width: 150px;
}

/*CONTENT E-WISH*/
#ewish form {
	margin-top: 0px;
	margin-left: 0px;
}
#ewish form img {
	float: left;
	display: inline;
	width: 165px;
	height: 110px;
	margin-top: 10px;
	margin-right: 8px;
}
#ewish form input {
	height: 22px;
	margin-bottom: 2px;
	outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #7f7a2a;
}
#ewish form input:focus, #ewish form input:hover {
    box-shadow: 0 0 5px rgba(127,122,42, 1);
    -webkit-box-shadow: 0 0 5px rgba(127,122,42, 1); 
    -moz-box-shadow: 0 0 5px rgba(127,122,42, 1);
    border: 1px solid #7f7a2a;
}
}
#ewish form #radio {
	float: left;
	padding-bottom: 25px;
}
#ewish form #input_left {
	display: inline-block;
}
#ewish form #input_left span {
	float: left;
	width: 140px;
}
#ewish form #input_right {
	display: inline-block;
	margin-left: 40px;
}
#ewish form #input_right span {
	float: left;
	width: 60px;
}
#ewish form #submit {
	height: 24px;
	margin-top: 35px;
	margin-left: 22px;
	color: #ffffff;
	background: #7f7a2a;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	cursor: pointer;
}
#ewish a {
	color: #000000;
	text-decoration: underline;
}
#ewish a:hover {
	color: #7f7a2a;
}

/*SIDE - FLAGS - ONLINE BOOKING*/
#flags {
	float: left;
	margin-bottom: 10px;
}
#flags img {
	float: left;
	margin: 1px;
	padding: 0px;
	border: 0px;
}
#booknow {
	float: left;
	position: relative;
	width: 191px;
	margin: 0px;
	text-align: right;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#booknow #book_title {
	float: left;
	width: 191px;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
	color: #333333;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	font-size: 15px;
	letter-spacing: 2.5px;
	border-bottom: 1px solid #333333;
}
#booknow #book_title .bcfirst {
	font-size: 22px;
}
#booknow .field {
	float: left;
	position: relative;
	margin-right: 2px;
	text-align: center;
}
#booknow .field  input, select, .label {
	float: left;
	width: 58px;
	margin-top: 20px;
	position: relative;
	font-size: 11px;
	text-align: left;
	font-family: "Times New Roman", Times, serif,  sans-serif;
}
#booknow .field  .label {
	line-height: 18px;
}
#booknow .field  input, select {
	width: 35px;
}
#booknow .field #checkIn, #booknow .field #btn {
	width: 189px;
	margin-left: 0px;
	text-align: center;
}
#booknow .field #checkIn {
	margin-top: 0px;
}
#booknow .field #btn {
	width: 191px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #ffffff;
	line-height: 19px;
	background: #7f7a2a;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	cursor: pointer;
}
#booknow .button {
	outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #7f7a2a;
}
#booknow .button:focus, .button:hover {
    box-shadow: 0 0 5px rgba(127,122,42, 1);
    -webkit-box-shadow: 0 0 5px rgba(127,122,42, 1); 
    -moz-box-shadow: 0 0 5px rgba(127,122,42, 1);
    border: 1px solid #7f7a2a;
}

/*WIDGETS*/
#widgets {
	width: 910px;
	margin: 15px auto;
	margin-top: 30px;
}
#widgets img {
	float: left;
	margin-bottom: 5px;
	border: 0px;
}
#widgets .badge {
	margin-right: 20px;
	padding-right: 20px;
	background-image: url(../images/content_txt_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#search_term {
	width: 190px;
	margin-top: 30px;
	border: 1px solid #7f7a2a;
}
div.result { 
	margin-bottom:15px;
	padding:10px;
}

div.result a {
	font-size:14px;
	font-weight:bold;
}

div.result div {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-right:10px;
	color:#c0c0c0;
}

#sitemap {
	clear: left;
}
#sitemap li {
	margin-bottom: 8px;
}
#sitemap li a {
	text-decoration: none;
}
#sitemap li a:hover {
	text-decoration: underline;
}

/*FOOTER*/
#footer_top, #footer {
	float: left;
	position: relative;
	width: 978px;
	height: 100%;
	margin: 0px auto;
	margin-left: -11px;
	padding: 0px;
	padding-bottom: 4px;
	font-family: "Times New Roman", Times, serif,  sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.5px;
	background-image: url(../images/footer_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
}
#footer_top {
	height: 20px;
	margin-top: -10px;
	padding-bottom: 0px;
	background-image: url(../images/footer_bg_top.png);
	background-repeat: no-repeat;
}

#footer a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #7f7a2a;
}
#footer #copyright {
	margin-top: 2px;
	color: #7f7a2a;
}
#footer #copyright a {
	font-size: 12px;
	color: #7f7a2a;
}
#footer #copyright a:hover{
	text-decoration: underline;
}

.link {
	float: left;
	position: relative;
	width: 211px;
	height: 35px;
	margin-bottom: 5px;
	margin-right: 6px;
	padding: 5px 4px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #c2c2ac;
}
.link a {
	color: #333333;
	text-decoration: none;
}
.link a:hover {
	color: #7f7a2a;
}

#espa {
	width: 800px;
	margin: 5px auto;
	margin-top: 10px;
	text-align: center;
	background: #ffffff;
}
