/* ------------------ main ------------------ */
body {
	background-color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
}
strong, b {
	font-weight: bold;
}
em {
	font-style: italic;
}
a, a:active, a:hover, a:visited {
	color: #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
a:visited {
	color: #5D5D5D;
}

/* ------------------ header ------------------ */
.top {
	height: 138px;
	background: url("../images/static/bg_top.gif") repeat-x;
	width: 100%;
}
	.top_inc {
		height: 138px;
		background: url("../images/static/bg_top_left.gif") no-repeat;
		width: 100%;
		vertical-align: top;
	}
		.top_inc .logo {
			height: 90px;
			width: 37%;
			background: url("../images/static/bg_logo.gif") repeat-x;
			text-align: right;
			vertical-align: top;
		}
		.top_inc .banner {
			height: 135px;
			width: 25%;
			text-align: center;
			vertical-align: bottom;
		}
		#top_menu {
			height: 45px;
			background: url("../images/static/bg_top_menu.gif") repeat-x;
		}
			#top_menu td {
				text-align: left;
			}

/* ------------------ content ------------------ */

#menu {
	margin: 35px 0px 0px 0px;
	width: 100%;
	background: url("../images/static/bg_imap_eka.gif") no-repeat bottom;
}
	img.menu {
		margin: 0px 0px 12px 0px;
	}
	#menu ul{
		padding: 7px 0px 20px 0px;
		list-style-type: none;
	}
		#menu ul li {
			list-style-type: none;
			line-height: 16px;
			padding: 0px 0px 0px 16px;
			background: url("../images/static/link_arrow.gif") no-repeat 0px 6px;
		}
			#menu ul li a, #menu ul li a:active, #menu ul li a:hover, #menu ul li a:visited {
				color: #000;
				font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
				line-height: 16px;
				text-decoration: none;
			}
			#menu ul li a:hover {
				line-height: 16px;
				text-decoration: underline;	
			}
			#menu ul li a:visited {
				color: #5D5D5D;
			}
	#menu .middle {
		width: 25%;
		vertical-align: top;
		background: url("../images/static/bg_middle_left.gif") no-repeat bottom left;
	}
		#menu .middle div {
			width: 165px;
			text-align: left;
			margin: 0px 0px 0px 30px;
		}
	
	/* #menu .middle {
		vertical-align: top;
		background: url("../images/static/bg_middle_left.gif") no-repeat bottom left;
	}
		#menu .middle div {
			width: 62%;
			text-align: left;
			margin: 0px 0px 0px 30px;
		} */
	#content {
		width: 75%;
		vertical-align: bottom;
	}
		#content .left {
			width: 75%;
			vertical-align: top;
			padding: 0px 0px 0px 20px;
		}
		#content .right {
			width: 25%;
			vertical-align: top;
		}
		#content .map {
			width: 100%;
			height: 100%;
			vertical-align: bottom;
			text-align: left;
			padding: 0px;
		}
	.middle_banner {
		width: 37%;
		height: 133px;
		text-align: center;
		vertical-align: middle;
	}
	.middle_banner_1 {
		width: 63%;
		height: 133px;
	}
/*	.middle_banner {
		width: 25%;
		height: 133px;
		text-align: center;
		vertical-align: middle;
	}
	.middle_map {
		width: 75%;
		height: 133px;
		text-align: center;
	}*/

/* ------------------ footer ------------------ */
.footer_up {
	height: 40px;
	background: url("../images/static/bg_bottom_up.gif") repeat-x;
}
	table.footer {
		width: 100%;
		background: url("../images/static/bg_bottom.gif") repeat-x;
		font-size: 1.2em;
	}
	table.footer td {
		vertical-align: top;
	}
		table.footer td.text {
			width: 37%;
		}
			table.footer td.text div {
				width: 258px;
				text-align: left;
				margin: 0px 0px 0px 30px;
			}
	.footer_dots {
		background: url("../images/static/bg_bottom_dot.gif") repeat-y center;
	}
	img.footer {
		margin: 0px 0px 18px 0px;
	}
	img.kbe {
		margin: 5px 0px 0px 0px;
	}
		table.footer td.text_footer {
			width: 37%;
		}
			table.footer td.text_footer div {
				width: 258px;
				text-align: left;
				line-height: 20px;
				margin: 20px 0px 20px 30px;
			}
				ul.link {
					padding: 7px 0px 0px 0px;
					list-style-type: none;
				}
					ul.link li {
						height: 35px;
						list-style-type: none;
						padding: 0px 0px 0px 17px;
						background: url("../images/static/grey_rect.gif") no-repeat 0px 1px;
					}

div.city_change_link
{
	margin-left: 20px;
}

a.city_change_link, a.city_change_link:visited
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
a.city_change_link:active, a.city_change_link:hover
{
	text-decoration: underline;
}