#logo h1 {
	display: none;
}

#logo{
	position: relative;
	margin-top: 5%;
	width: 57%;
	height: 294px;
	overflow: hidden;
	margin-bottom: 3%;
}

#logo .image {
	position: absolute;
	right: 9px;
	width: 120px;
	height: 71px;
}

#logo.ru .image{
	background: url(/style/img/logo-ru.png) no-repeat 0 0;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/logo-ru.png', sizingMethod='crop');
}

#logo.en .image{
	background: url(/style/img/logo-en.png) no-repeat 0 0;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/logo-en.png', sizingMethod='crop');
}

#logo .slideshow{
	position: absolute;
	right: 0px;
	top: 68px;
	width: 540px;
	height: 226px;
	background: url(/style/img/slideshow.png) no-repeat 0 0;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/slideshow.png', sizingMethod='crop');
}


#menu{
	position: relative;
	width: 243px;
	left: 37%;
	margin-left: -125px;
}

#menu .topframe, #menu .bottomframe{
	position: relative;
	overflow: hidden;
	width: 243px;
	height: 100%;
}

#menu .topframe .t{
	display: block;
	position: absolute;
	top: -30px;
	width: 243px;
	height: 412px;
	background: url(/style/img/menu-frame.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/menu-frame.png', sizingMethod='crop');
}

#menu .topframe .c, #menu .bottomframe .c{
	display: block;
}
#menu .topframe .c .spacer{
	margin: 17px 0px 0px 23px;
	background: white;
	width: 197px;
}

#menu .bottomframe .c .spacer{
	width: 197px;
	height: 3px;
	margin: 0px 0px 23px 23px;
	background: white;
}

#menu .topframe .c ul{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 30px 0px 15px 0px;
}

#menu li {
	font-size: 80%;
	padding: 2px 35px;
	margin-bottom: 7px;
}

#menu .bottomframe{
	margin: 0;
	height: 30px;
}
#main a, #menu li a:hover{
	color: #911b24;
	text-decoration: underline;
}

#menu li a{
	position: relative;
	color: #3c0814;
	text-decoration: none;
}
#menu li.active{
	background: #d3c09e;
	color: #3c0814;
	font-weight: bold;
}

#menu .bottomframe .b{
	display: block;
	position: absolute;
	width: 243px;
	height: 30px;
	background: url(/style/img/menu-frame.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/menu-frame.png', sizingMethod='crop');
}