.hotel {
	background: #d1be9b url(/style/img/home.gif);
}

.restaurant {
	background: #f5a164 url(/style/img/restaurant.gif);
}

.bath_house {
	background: #f5daa3 url(/style/img/bath.gif);
	color: #444;
}

.bath_house #baget{
	background: url(/style/img/bath-top.gif) repeat-x 0 0;
}

.bath_house #sauna, .sushi_bar #sushi, .banquet_hall #banquet, .restaurant #restaurant{
	display: none;
}


.sushi_bar #baget{
	background: url(/style/img/sushi-top.gif) repeat-x 0 0;
}

.banquet_hall {
	background: #d7d0c8 url(/style/img/zal.gif);
}

.sushi_bar {
	background: #e9d0a0 url(/style/img/sushi.gif);
}

.apartments, .order, .guestbook {
	background: #d1be9b url(/style/img/nomer.gif);
	color: #444;
}

#main .topframe .spacer,
#main .bottomframe .spacer {
	background-color: #ffefd3;
}

.bath_house #main .topframe .spacer,
.bath_house #main .bottomframe .spacer {
	background: #dfdcd2 url(/style/img/bath-bg.gif);
}

.restaurant #main .topframe .spacer,
.restaurant #main .bottomframe .spacer {
	background-color: #fff;
	color: #333;
}

.banquet_hall #main .topframe .spacer,
.banquet_hall #main .bottomframe .spacer {
	background: #fff;
	color: #333;
}

.apartments #main .topframe .spacer,
.apartments #main .bottomframe .spacer,
.order #main .topframe .spacer,
.order #main .bottomframe .spacer {
	background-color: #ffefd3;
}

.sushi_bar #main .topframe .spacer,
.sushi_bar #main .bottomframe .spacer {
	background-color: #ffefd3;
}

#bottom{
	clear:both;
	display: block;
	position: relative;
	width: 100%;
	height: 105px;
}

.hotel #bottom{
	width: 100%;
	height: 35px;
	background: url(/style/img/home-bottom.gif) repeat-x bottom left;
	padding-top:70px;
	
}

.bath_house #bottom{
	top: 0px;
	left: 56%;
	width: 274px;
	height: 120px;
	background: url(/style/img/bath-bottom.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/bath-bottom.png', sizingMethod='crop');
}

.sushi_bar #bottom{
	left: 100%;
	margin-left: -268px;
	/*top: -150px;*/
	width: 268px;
	height: 167px;
	background: url(/style/img/sushi-bottom.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/sushi-bottom.png', sizingMethod='crop');
}

.apartments #bottom,
.order #bottom {
	top:0;
	left: 56%;
	width: 202px;
	height: 206px;
	background: url(/style/img/nomer-bottom.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/nomer-bottom.png', sizingMethod='crop');
}