@CHARSET "UTF-8";
html,body {
	height: 100%; 
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 149px;
}

/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/
#footer {
	width: 100%;
}

#footer {
	background: url('../img/footer-bg.gif') repeat-x;
	font-size: 7pt;
	color: #4f4f4f;
}

#footer p{
	font-size: 7pt;
	color: #62433c;
}

/* main */
body {
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 8pt;
	color: #826b57;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4 {
	font-family: Tahoma, Verdana, Geneva, arial;
	color: #761900;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

a {
	color: #7c7c7c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}
/* menu */
#menu{
	background: url('../img/menu-bg.gif') repeat-x;
	width: 100%;
	height: 33px;
	text-align: center;
	
}

#menu a{
	color: #761900;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 50px;
}

#menu a:hover{
	color: #b03821;
}

#menu td.left{
	width: 9px;
	height: 32px;
	background: url('../img/main-m-bg.gif') left top no-repeat;
}

#menu td.right{
	width: 10px;
	height: 32px;
	background: url('../img/main-m-bg.gif') right top no-repeat;
}

#menu td.center{
	height: 32px;
	background: url('../img/main-m-bg.gif') left bottom repeat-x;
}

/* city menu */
#citymenu{
	height: 32px;
	text-align: center;
}

#citymenu a{
	color: #b4b4b4;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
}

#citymenu a:hover, #citymenu .active{
	color: #792d3e;
}

/* book */
#main_book_div{
	margin-left: 20px;
}

#main_book_page {
	width: 100%;
}

#main_book_page div{
	width: 201px;
	height: 128px;
	background: url('../img/zakorychko.gif') left bottom no-repeat;
	float: left;
	margin-left: 5%;
	margin-bottom: 35px;
}

#main_book_page img{
	border: 3px solid #ababa7;
	margin-bottom: 4px;
}

#main_book_page a{
	color: #2b0000;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	padding-left: 7px;
	font-size: 10pt;
	
}

#main_book_page a:hover{
	color: #8c0000;
}

/* news */
#main_news img{
	border: 3px solid #ababa7;
	margin-bottom: 4px;
}

#main_news{
	padding-left: 10px;
	font-size: 8pt;
	color: #72757a;
}

#main_news h2{
	font-size: 8pt;
	font-weight: normal;
	color: #85a1c2;
	text-decoration: underline;
	padding: 0px; 
	margin: 0px;
}

#main_news a{
	display: block;
	background: #d5d5d3;
	width: 70px;
	font-size: 7pt;
	text-decoration: none;
	color: #9b9ea1;
	padding-left: 2px;
	margin-top: 4px;
	margin-bottom: 12px;
}

/* */
#main_home{
	left: 0px; 
	top: 400px; 
	width: 100%; 
	text-align: right; 
}

#main_home div{
	float: right;
	text-align: center;
	width: 90px;
}

#main_home a{
	color: #823520;
	font-size: 7pt;
	text-decoration: none; 
}

#main_home a:hover{
	color: #d75735;
}


#top-phone, #btm-phone{
	color: #8c7470;
	font-size: 12px;
}

#top-phone{
	top: 391px;
	left: 143px;	
}

#top-phone span, #btm-phone span{
	color: #54281d;
	font-size: 24px;
	position: relative;
	top: 8px;
}

#btm-phone{
	padding-left: 162px;
	padding-top: 70px;
}
