@charset "utf-8";
/* CSS Document */
html, body
{
	background:#49869D;
	margin:0px;
	padding:0px;
	font-family:tahoma;
	color:black;
	width:100%;
	min-width:1140px;
}

#header
{	
	display:block;
	height:111px;
	width:100%;
	background:url(/images/header_gradient_bg.png) top left repeat-x;
}

#logo
{
	display:block;
	width:1140px;
	height:111px;
	background:url(/images/vetka_top.png) top right no-repeat;
}
#logo img
{
	display:block;
	padding-left:28px;
	padding-top:38px;
}

#wrapper
{
	width:1120px;
}

#page_body
{
	clear:both;
	width:100%;
	height:100%;
	min-height:470px;
	background:url(/images/body_gradient_bg.png) bottom left repeat-x #ecead3;
	
}
#body_layer2_town
{
	width:1140px;
	height:100%;
	min-height:470px;
	display:inline-block;
	background:url(/images/gorod_bg.png) bottom right no-repeat;
}

#content
{
	display:inline-block;
	float:left;
	height:100%;
	min-height:600px;
	width:800px;
	padding-right:20px;
	margin-left:28px;
	margin-right:15px;
	background:#f4f6e1 url(/images/fonar.png) bottom left no-repeat;
	border-right:1px #EAE7BD solid;
  border-bottom:1px #EAE7BD solid;
}
#mainmenu_container
{
	margin-bottom:10px;
	padding-left:70px;
	width:100%;
	min-width:400px;
	display:block;
}

#content_container
{
	display:block;
	clear:both;
	
	margin-left:32px;
	margin-bottom:155px;
	padding-left:80px;
	padding-top:10px;
}

#mainmenu
{
	margin:0px;
	white-space:nowrap;
}

#mainmenu li
{
	float:left;
	display:inline-block;
	width:137px;
	height:50px;	
	background-color:#fbfbf6;
	margin-right:2px;
	white-space:nowrap;
}

#mainmenu a
{
	display:block;
	text-align:right;
	color:#000000;
	font-family:tahoma;
	text-decoration:none;
	width:137px;
	height:50px;	
}

.rightmenu
{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:25px;
}
.rightmenu_exit_button
{
	margin-top:10px;
	text-align:center;
}

.rightmenu a
{
	text-decoration:none;
	color:#ae421e;
	font-weight:bold;
	width:190px;
	display:block;
	padding:5px;
	padding-left:10px;
	padding-right:15px;
	border-bottom:1px #f5f7e3 solid;
}

.rightmenu a:hover
{
	text-decoration:none;
	color:#ae421e;
	font-weight:bold;
	width:190px;
	display:block;
	background:#eae6bd;
	border-bottom:1px #ecd465 solid;
	padding:5px;
	padding-left:10px;
	padding-right:15px;
	
}

#right_col
{
	display:inline-block;
	width:220px;
	float:left;
	background:#f4f6e1;
	padding:15px;
	border-right:1px #EAE7BD solid;
	border-bottom:1px #EAE7BD solid;
}


#footer
{
	height:120px;
	clear:both;
	width:100%;
	display:block;
	background:#468299 url(/images/footer_gradient_bg.png) top left repeat-x;
	bottom:0;
	
}
#footer_layer2_koren
{
	min-height:120px;
	width:1140px;
	display:block;
	background:url(/images/koren_bg.png) top left no-repeat;
	
}
#footer_container
{
	padding-top:30px;
	margin-right:80px;
	color:white;
	float: right;
}
#footer_counters
{
	text-align: center;
}

#footer_container a
{
  color:white;
}

.footer_col
{
	display:inline-block;
	float:left;
	width:25%;
}

.footer_col h3
{
	display:block;
	font-family:tahoma;
	color:#f8cb00;
	font-size:16px;
	margin-bottom:25px;
}

.footer_col_text_container
{
	padding-right:5px;
	margin-right:65px;
	display:block;
	background:url(/images/square_list_bg.png) top right repeat-y;
	padding-bottom:15px;
	height:100%;
	min-height:100px;
}

#bottom_menu
{
	margin-top:100px;
	width:96%;
	display:block;
	background:url(/images/copyright.png) center right no-repeat;
	clear:both;
}

#bottom_menu ul
{
	margin-left:60px;
}

#bottom_menu li
{
	display:inline-block;
	float:left;
}

#bottom_menu a
{
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:tahoma;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#bottom_menu a:hover
{
	background:#3a6c83;
}

