html
{
    overflow-y: scroll;
	background: #270000 url(/img/bg.gif) repeat;
	/*font: 16px/1.2em  "Arno Pro","Times New Roman", serif;*/
	font: 16px/1.2em "Times New Roman", serif;
	color: #e1ded1;
	height: 100%;
	position: relative;
}

body
{
	height: 100%;
	min-height: 650px;
	position: relative;
}


.content
{
	width: 957px;
	margin-left:  -480px;
	left: 50%;
	padding: 100px 0 100px 0;
	position: absolute;
}

.script .content
{
	top: 50%;
	padding: 0;
	margin-top: -285px;
}



h1 a
{
	text-indent: -9000px;
	width: 321px;
	height: 142px;
	position: absolute;
	margin-top: 386px;
	z-index: 5;
}

h1 a[lang=ru]
{
	background: #fff url("/img/logo.png") no-repeat center !important;
	background: rgba(255, 255, 255, 0.9) url("/img/logo.png") no-repeat center !important;
}


h1 a[lang=en]
{
	background: #fff url("/img/logo_en.png") no-repeat center !important;
	background: rgba(255, 255, 255, 0.9)  url("/img/logo_en.png")  no-repeat center !important;
}




h2
{
	font-size: 60px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -2px;
	padding: 20px 0 20px 25px;
}

h3
{
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	padding: 0 0 20px 0;
	color: #441313;
}


h4
{
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	padding: 20px 0 5px;
	color: #441313;
}


.copyright
{
	height:78px;
	left:-1000px;
	margin-top:111px;
	position:absolute;
	top:50%;
	width:21px;	
}


.copyright a
{
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 1000px;
	text-indent: -9000px;
	background: url('/img/webstroy.gif') no-repeat;	
}





input[type=text]
{
	border-top: 1px solid #adaba2;
	border-left: 1px solid #c9c8c1;
	border-right: 1px solid #cbcac5;
	border-bottom: 1px solid #dddcd7;
}

textarea
{
	border-top: 1px solid #adaba2;
	border-left: 1px solid #c9c8c1;
	border-right: 1px solid #cbcac5;
	border-bottom: 1px solid #dddcd7;
}


label
{
	display: block;
}



a
{
	color: #dc6902;
}


/***** FORM *****/

form input
{}

form textarea
{
	position: relative;
	top: -27px;	
}


form textarea,
form input,
#booking input
{
	padding: 2px 0 2px 4px;
	
}

form fieldset textarea
{
	left: 135px;
	width: 405px;
	height: 150px;
}

form legend
{
	display: none;
}

form fieldset
{
	margin: 0 0 20px 0;
}

form select
{
	margin: 10px 0 0 0; 
}

form .required, #booking .required
{
	color: #DC6902;
}

form div.required
{
	margin: -10px 0 15px 0;
}




#booking div.result
{
	top: 90px;
}
form div.result
{
	display: none;
	background:#fff;
	color: #dc6902;

	position: absolute;

	margin: 4px 0 0 -12px;

	font-size:20px;
	font-weight:bold;

	padding:12px 0 11px 13px;
	width: 335px !important;
}

form .result.code-error
{
	color: red;
}


/******  Button  *******/

.button
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border: 0;
	font: 20px/1.2em  "Times New Roman", serif;
	font-style: italic;
	overflow: visible;
	white-space: nowrap;
}

.button span
{
	display: block;
	/*height: 36px;*/
	cursor: pointer;
	position: relative;
	height: 50px;
	line-height: 48px;
}

.button.right
{
	float: right;
	margin-top: -1px;
	padding: 0 24px 0 0;
	background: url("/img/button_bg_right.png") no-repeat right;
}
#booking form
{
	width: 375px;
	padding-top: 32px;
}

.button.right > span 
{
	padding: 0px 0 0 15px;
	background: #E1DED1 url("/img/button_bg_left.png") no-repeat left ;
	border-left: 20px solid #E1DED1;
}


/*
.button.left
{
	float: left;
	background: url("/img/button_bg_right.png") no-repeat right;
	margin-left: 8px;
}

.button.left span 
{
	padding-left: 28px;
	padding-right: 2px;
	background: url("/img/button_bg_left.png") no-repeat ;
	left: -8px;
}
*/








a img
{
	border: 3px solid #fff;
/*	float: left; */
	margin: 0 30px 30px 0;
}



.address
{
	display: block;
	z-index: 3;
	position: absolute;
	top:581px;
	color: #fff;
	font-style: italic;
	font-size: 17px;
}



/*
.address.flash
{
	width: 275px;
	height: 47px;
	margin: 522px 0 0 0;
	padding: 0;
	border: 0;
	background: none !important;
}
*/





.active
{
	
}

.current
{
	cursor: default;
}

.clear
{
	clear: both;
	display: block;
	min-height: 1px;
	min-width: 1px;
}



/****** ENGLISH-RUSSIAN *****/

/*
 * default languge is russian
 */



body *[lang] { display: none !important; }
body.lang-ru *[lang=ru] { display: block !important; }
body.lang-ru span[lang=ru] 
{ 
	display: inline !important;
}

body.lang-en *[lang=en] { display: block !important; }
body.lang-en span[lang=en] 
{ 
	display: inline !important;
}







.language
{
	color: #fff;
	background: #dc6902;
	font-style: italic;
	text-decoration: none;
	margin: -5px 0 0 0;
	position: absolute;
	z-index: 100;

	margin: -9px 0 0;
	right:27px;
	
	width: 53px;
	height: 30px;
}

.language span
{
	position: relative;
	left: 12px;
	top: 6px;
}




/****** BOTTOM  *****/

.main-menu
{
	margin: -30px 0 0 0;
	position: absolute;
	padding: 0 25px 0 0;
	background: url(/img/decor1.png) no-repeat 100% 4px;
}

.lang-en .main-menu
{
	left: 92px;	
}

.lang-ru .main-menu
{
	left: 52px;	
}



.main-menu li
{
	float: left;
	padding: 0 16px 0 40px;
	background: url(/img/decor1.png) no-repeat 0px 4px;
}

.main-menu li a
{
	color: #e1ded1;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

.main-menu li a.active
{
	color: #dc6902;
	background: transparent;
}





/****** TOP LINKS *****/


#top
{
	width: 1px;
	height: 1px;
	position:absolute;
	top: -100px;
}

.script a.top
{
	display: none;
}

.section > a.top
{ 
	position: absolute;
	left: 26px;
	bottom: 26px;
	/*margin: 530px 0 0 0;*/
	color: black;
}


/****** NEWS *****/

.news
{
	font-style: italic;
}

.news .date
{
	margin: 0 0 4px 0;
}

.news .date .day
{
	font-size: 37px;
	letter-spacing: -2px;
}

.news .date .year
{
	font-size: 12px;
}



/******  ROUNDED *******/

body > .rounded
{
	display: none;
}


div.rounded
{
	position: relative;
	padding: 20px;
}

div.rounded *
{
	z-index: 6;
	position: relative;
}

div.rounded .bg
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}





/****** SCROLLBAR *****/

a.jScrollArrowUp,
a.jScrollArrowUp:hover,
a.jScrollArrowDown,
a.jScrollArrowDown:hover,
a.jScrollActiveArrowButton,
a.jScrollActiveArrowButton:hover 
{
	background: transparent url("/img/scroll_arrow.png") no-repeat center 1px !important;
}

.jScrollPaneTrack
{
	background: transparent url("/img/scroll_pane.png") repeat-y center 0px !important;
}

.jScrollPaneDrag
{
	background: transparent url("/img/scroll_drag.png") no-repeat center 0px !important;
}

a.jScrollArrowUp
{
	top: 2px;
}

a.jScrollArrowDown
{
	bottom: 1px;
}



/****** DATEPICKER ******/

.ui-datepicker
{
	z-index: 300;
	font-size: 0.7em;
}



/****** PAGE FLIP ******/

#pageflip
{

	position: absolute;
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	
	display: block;
	z-index: 99;
}

.get-function
{
	margin-top: -385px;
	margin-left: -480px;
}

#pageflip.expanded
{
	width: 1000px;
	height: 800px;
}


/********************************************/

/*
table.rounded  { width: 0; height: 0; }
*/

table.rounded td {   background-image: url("/img/content-panel.png"); border: 1px solid transparent; }

table.rounded .t .l { background-position: top left;  }
table.rounded .t .c { background-position: top center; }
table.rounded .t .r { background-position: top right; }

table.rounded .m .l { background-position: center left;  }
table.rounded .m .c { background-position: center center; }
table.rounded .m .r { background-position: center right; }

table.rounded .b .l { background-position: bottom left;  }
table.rounded .b .c { background-position: bottom center; }
table.rounded .b .r { background-position: bottom right; }

table.rounded .l, 
table.rounded .r  { width: 13px; }

table.rounded .t td, 
table.rounded .b td { height: 13px; }


table.rounded .m td { height: 100%; }





/*************** FLYING PROMO PHOTOS ********/

.section  .promo
{
	z-index: 6;
}


/*****************/
div.box
{
	float: left;
	clear: right;
	height: 10px;
	width: 10px;
	border: 1px solid transparent;
}

.events_page{
display:none;
}
#events_pages{
display:none;
}

#back_to_events_list{
cursor:pointer;
display:none;
padding-top:20px;
color:#441313;

}
#back_to_events_list span b{
font-size:20px;
}


.publ_dwnld {
background:url("/img/file_acrobat.gif") no-repeat scroll left top transparent;
color:#441313;
display:block;
float:right;
font-size:11px;
height:18px;
padding:4px 0 0 22px;
text-decoration:underline;
}

.publ_dwnld2 {
color:#441313;
display:block;
float:right;
font-size:11px;
height:18px;
padding:4px 0 0 0px;
text-decoration:underline;
}


#gallery{
margin-top:50px;
clear:both;
}
