@CHARSET "windows-1251";
html, body 
{
	margin: 10;
	padding: 0;
	background:#fff;
	font-family: Arial;
	font-size:12px;
	color: #fff;
	text-align: justify;
	height: 99%;
}

.wide
{
	text-align: justify;
}

h1
{
	color:white;
	font: 100 68px 'Helvetica Neue', Arial;
	text-transform: uppercase;
	margin:0;
	text-align:left;
}
.h1_contacts
{
	position: relative;
	left:-2px;
}
h2
{
	color:white;
	font: 24px 'Helvetica Neue', Arial;
	text-transform: uppercase;
	margin:0;
	text-align:left;
}

table
{
	padding:0;
	border-collapse: collapse;
}
table td
{
	padding:0;
}
.spacer
{
	font-size: 1px;
	line-height: 1px;
}

img
{
	border:none;
}

.clr 
{
	clear:both;
	font-size:1px;
}
a 
{
	outline:none;
	text-decoration:underline;
}

a img 
{
	text-decoration:none;
	border: none;
}

a:hover 
{
	text-decoration:none;
}

/***********************main************************/
#main_container
{
	width: 99%;
	height: 98%;
	background-color: #342a25;
   	background-image: url(../images/bg.jpg);
   	background-position: right bottom;
   	background-repeat: no-repeat;
	position: absolute;
	min-width:900px;
	min-height:500px;
}
	.corners
	{
		position: absolute;
		width: 25px;
		height: 25px;
	}
		#lt
		{
			left: 0;
			top: 0;
			background: url(../images/lt.png) left top no-repeat;
		}
		#rt
		{
			right: 0;
			top: 0;
			background: url(../images/rt.png) left top no-repeat;
		}
		#lb
		{
			left: 0;
			bottom: 0;
			background: url(../images/lb.png) left top no-repeat;
		}
		#rb
		{
			right: 0;
			bottom: 0;
			background: url(../images/rb.png) left top no-repeat;
		}
	#content-container
	{
		padding: 25px;
	}
		#logo
		{
			top: 32%;
			left: 50%;
			position: absolute;
			width: 470px;
			margin-left: -235px;
		}
			#flash, #flash2
			{
				width: 278px;
				margin-top: 46px;
			}
			#enter
			{
				margin-top: 24px;
			}
	#footer
	{
		position: absolute;
		left: 50%;
		bottom: 25px;
	}
		#luch
		{
			width: 157px;
			height: 55px;
			border-right: 1px solid #b7aca4;
			float: left;
			margin-left: -151px;
		}
		#copy
		{
			padding-left: 10px;
			padding-top: 13px;
			float: left;
		}


#logo2
{
	position: relative;
	right: 50%;
	float: right;
	padding:0;
	margin:0;
}
#logo2-2
{
	position: relative;
	right: -50%;
	padding:0;
	margin:0;
}

#main_menu
{
	position: relative;
	right: 50%;
	float: right;
	clear:both;
	padding:15px 0;
}

.main_menu
{
	position: relative;
	right: -50%;
	margin:0;
	padding:0;
}
.main_menu li
{
	width:95px;
	float:left;
	list-style:none;
	text-align:center;
	position:relative;
}
.main_menu li ul
{
	position:absolute;
	top:20px;
	width:220px;
	padding:0;margin:0;
	right:-70%;
	display:none;
}
.main_menu li ul.selected
{
	display:block;
}
.main_menu li li
{
	width:70px;
}
.main_menu li li.border
{
	width:1px;
}
.main_menu a
{
	text-transform:uppercase;
	font: 12px 'Helvetica Neue',Arial;
	color: white;
	text-decoration: none;
	padding-bottom:2px;
}
.main_menu a:active, .main_menu a:hover, .main_menu li.selected a
{
	position:relative;
	top:1px;
	font-weight:bold;
}


.menu2
{
	clear:both;
}
.menu2 td
{
	width:90px;
}
.menu2 a
{
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.menu2 a:hover, .menu2 a:active
{
	font-weight:bold;
	text-decoration: underline;
}
.menu2 a.sel
{
	font-weight:bold;
}

.date
{
	font: bold 16px 'Arial';
	color: #80786f;
}

.news_name, .news_name a
{
	font: 16px 'Arial';
	color: #fff;
	text-decoration: none;
}
.news_name a:active, .news_name a:hover
{
	text-decoration: underline;
}

.regular, .regular a
{
	font: 12px Arial;
	color: #fff;
}
.regular a
{
	font-weight:bold;
}

#text-content
{
	clear:both;
	padding-top:20px;
	width:100%;
	visibility:hidden;
}
#content-container,
#text-content,
#text-content2,
#text-content3
{
	height:100%;
}

.pagination
{
	text-align: left;
	padding: 10px 0 0 0;
	font: bold 12px Arial;
}
.pagination a
{
	color: #221912;
	text-decoration: none;
	padding:7px 10px 10px;
}
.pagination a:hover, .pagination a:active
{
	text-decoration: underline;
}
.pagination strong
{
	padding:7px 10px 10px;
	color: #fff;
}
.current_page
{
	width: 29px;
	height: 29px;
}

.press_date a, .press_name a
{
	font: 12px 'Helvetica Neue',Arial;
	color: #fff;
	text-decoration: none;
	padding-bottom:3px;
}
.press_date a
{
	text-transform: uppercase;
}

img.logo
{
	cursor: pointer;
}

img.bgi
{
	position: absolute;
	visibility:hidden;
}
#main_container
{
	overflow: hidden;
}

#bg-opacity
{
	display:none;
	height:100%;
	width:100%;
	background-color: #000;
	position:absolute;
	top:0;
}

.big, .big a
{
	font: 14px/18px Arial;
	color: #fff;
	text-decoration: none;
}

#press_wrap
{
	position: relative;
	right: 50%;
	float: right;
	clear:both;
	margin-top:10px;
}
#press
{
	width:700px;
	position: relative;
	right: -50%;
}

#press_one
{
	width:700px;
	height:100%;
}

div.close
{
	background: url("../images/close.png") no-repeat;
	width:23px;
	height:23px;
	cursor:pointer;
}

.album-wrap
{
	position: relative;
	padding-top:50px;
}
.album-folder
{
	background:url("../images/folder.png") no-repeat;
	width:84px;
	height:60px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.album-img
{
	width:82px;
	height:49px;
	display:none;
	position: absolute;
	top:49px;
	left:32px;
}
.album-name
{
	padding-top:7px;
}
.album-name, .album-name a
{
	font: 12px 'Helvetica Neue',Arial;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.album-cnt
{
	padding-top:7px;
}
.album-cnt, .album-cnt a
{
	font: 10px 'Helvetica Neue',Arial;
	color: #fff;
	text-decoration: none;
}

.close2_wrap_gallery
{
	position:absolute;
	right:15px;
	top:15px;
	z-index:10000;
}
.close2_wrap
{
	position:relative;
	left:0;
	clear:both;
	left:50px;
}
.close2
{
	background:url("../images/close2.png") no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
}

.contacts1
{
	font: 12px Arial;
	color: white;
	text-transform: uppercase;
}
.contacts2
{
	font: 17px 'Helvetica Neue',Arial;
	color: white;
	padding:10px 0;
}
.contacts3, .contacts3 a
{
	font: 11px Arial;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.contacts3 a:active, .contacts3 a:hover
{
	text-decoration: underline;
}

.error
{
	color:#8d1215;
	font-weight:bold;
}
.error p
{
	padding:0;
	margin:0;
}

#fcontacts input
{
	background:transparent url("../images/input.png") no-repeat;
	width:211px;
	height:22px;
	border:0;
	font:11px/20px Arial;
	color: #000;
	padding:0 8px;
	margin:0;
	outline:none;
}
#fcontacts input.captcha
{
	background:transparent url("../images/submit.png") no-repeat;
	width:96px;
	height:23px;
	font:11px/20px Arial;
	color: #000;
}
.contacts_table td
{
	padding:0 0 4px;
}
button.submit
{
	background:transparent url("../images/submit.png") no-repeat;
	width:96px;
	height:23px;
	font: 11px Arial;
	color: white;
	text-transform: uppercase;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
#fcontacts textarea
{
	background: transparent url("../images/textarea.png") repeat-y;
	padding:2px 8px;
	width: 193px;
	height: 71px;
	font:11px Arial;
	color: #000;
	border:0;
	outline:none;
	resize: none;
}
.label, .label a
{
	font: 12px Arial;
	color: white;
}

div.icons
{
	background: url("../images/icons.png") no-repeat;
	width: 155px;
	height: 34px;
	margin-top:62px;
}
.twitter, .youtube, .vkontakte
{
	height:26px;
	margin-top:4px;
	float:left;
	cursor:pointer;
}
.twitter
{
	margin-left:4px;
	width:24px;
}
.youtube
{
	margin-left:20px;
	width:58px;
}
.vkontakte
{
	margin-left:20px;
	width:25px;
}

