body {
	margin: 0;
	padding: 0;
}

body, table td, table th {
	font-family: arial;
	font-size: 0.75em;
	//font-size: 75%;
	background-color: #fff;
}

img {
	border: 0;
}

/* Общий контейнер */
.body {
	text-align: center;
}

.body-in {
	text-align: left;
	width: 100%; /* Задаем нужную ширину сайта. Если в px, то след 2 стр. убираем */
}

/* Заголовки */
h1 {
	font-size: 1.3em;
	color: #cf5643;
	margin-bottom: 1.6em;
}

h1 a:link, h1 a:visited {
	color: #2d81cd;
	text-decoration: none;
}

h1 a:active, h1 a:hover {
	color: #2d81cd;
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
}

h2 a:link, h2 a:visited{
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
}

h3 {
	font-size: 1.3em;
	margin-top: 1.8em;
	margin-bottom: 1em;
	color: #9e7c4f;
}

h3 a:link, h3 a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

h3 a:active, h3 a:hover {
	color: #9e7c4f;
	text-decoration: none;
}

h4 {
	margin: 20 0 0 0;
}

h5 {
	font-size: 1.2em;
	margin: 0;
}

h6 {}

/* Ссылки на странице*/
a:link, a:visited {
	color: #cf5643;
	text-decoration: underline;
}

a:active, a:hover {
	color: #cf5643;
	text-decoration: none;
}

/* Списки */
ul li {}

ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ul li {
	margin-left: -24px;
}

.ulp li {
	margin-bottom: 1em;
}


/* Формы */
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}



/* Верхнее меню */
.top-menu {
	clear: both;
	margin-left: 300px;
}

.top-menu .in {
	width: 100%;
	padding: 7 0;
}

.top-menu .in table {
	border: 0;
	width: 100%;
}

.top-menu .in table td {
	text-align: center;
	padding: 0 10;
	white-space: nowrap;
	border: none;
	border-right: 1px solid #b8966c;
	font-weight: bold;
	color: #cf5643;
}

.top-menu .in .end {
	text-align: center;
	padding: 0 10;
	white-space: nowrap;
	border: 0;
	font-weight: bold;
	color: #cf5643;
}

.top-menu a:link, .top-menu a:visited {
	color: #b8966c;
	text-decoration: none;
}

.top-menu a:hover, .top-menu a:active {
	color: #cf5643;
	text-decoration: none;
}

.punkts {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	color: #cf5643;
	width: 100%;
	white-space: nowrap;
}

.punkt {
	float: left;
	display: table;
	position: relative;
	border-right: 1px solid #b8966c;
	padding: 0 5;
	width: 15%;
}

html:root .punkt {
	margin-bottom: 5px;
	width: 13%;
}

.punkt-e {
	float: left;
	display: table;
	position: relative;
	padding: 0 0 0 5;
	width: 10%;
}

.punkt a:link, .punkt a:visited, .punkt-e a:link, .punkt-e a:visited {
	color: #b8966c;
	text-decoration: none;
}

.punkt a:hover, .punkt a:active, .punkt-e a:hover, .punkt-e a:active {
	color: #cf5643;
	text-decoration: none;
}

.p1 {
	display: table-row;
	position: relative;
	//top: 50%;
	width: 100%;
	height: 18px;
}

.p2 {
	display: table-cell;
	//display: inline;
	position: relative;
	//float: left;
	vertical-align: middle;
	text-align: center;
}

.p3 {
	display: block;
	position: relative;
	//top: -50%;
	width: 100%;
}


/* Верхняя часть */
.head {
	clear: both;
	width: 100%;
	background-color: #fff;
}

.head-in {
	background-color: none; /* Бэкграунд левой части шапки */
	margin-right: 268px;
}

.head-in-2 {
	margin-right: -268px;
	//height: 1px;
}

.head-in-3 {
	background-color: none;
	margin-left: 300px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 0;
	left: 0;
}

.top-bg-0 {
	position: absolute;
	//left: 300px;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 297px;
}

.top-bg {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	width: 100%;
	height: 297px;
}

.top-bg img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.head-in-4 {
	//height: 1px;
	margin-left: -300px;
	position: relative;
	z-index: 5;
	background-image: url("i/top-bg-r.jpg");
	background-repeat: no-repeat;
	background-position: center right;
}

.header {
	float: left;
	width: 100%;
}

.header-in {}


/* Логотип */
.logo {
	float: left;
	width: 300px;
	margin-left: -100%;
	background-color: #fff;
}

.logo-in {
	margin-left: 25px;
}

/* Заголовок */
.head .title {
	float: left;
	width: 100%;
}

.title-in {
	margin-right: 263px;
	margin-left: 300px;
}

.title-in-2 {
	padding: 10;
}

/* Шапка право */
.top-right {
	width: 263px;
	margin-left: -263px;
	float: left;
	height: 140px;
	overflow: hidden;
}


/* Иконки */
.icons {
	width: 100%;
	clear: both;
	background-image: url(i/icons-bg.png);
	background-position: top right;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons-bg.png', sizingMethod='scale');
}

.icons .in {
	float: left;
	padding: 5 10 5 20;
	position: relative;
}

.icons .in span {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
	height: 13px;
	vertical-align: middle;
}

.icons .in .r {
	margin-right: 12px;
	padding-right: 12px;
	border-right: none;
	height: 13px;
	vertical-align: middle;
}

.lang {
	float: right;
	color: #fff;
	font-weight: bold;
	padding: 5 20 5 5;
	font-size: 1.1em;
}

.lang a:link, .lang a:visited {
	font-weight: normal;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.lang a:hover, .lang a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.lang span {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
	height: 13px;
	vertical-align: middle;
}

.lang .r {
	float: left;
	border-right: none;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}


/* Поиск */
.search {
	float: left;
	display: table;
	position: relative;
	padding: 0 5;
	height: 200px;
}

.search input {
	border: 1px solid #b8966c;
	height: 20px;
	font-size: 1em;
	margin: 0 5 0 0;
}

.button {
	background-color: #d5b587;
	color: #a6783d;
	padding: 0 5;
	background-image: url(i/button.gif);
	background-position: center center;
}

html:root .button {
	margin-bottom: -3px;
}

.s1 {
	display: table-row;
	position: relative;
	//top: 50%;
	width: 100%;
}

.s2 {
	display: table-cell;
	//display: inline;
	position: relative;
	//float: left;
	vertical-align: middle;
}

.s3 {
	display: block;
	position: relative;
	//top: -50%;
	width: 100%;
	padding: 0 0 5 15;
}



/* Путь на всё окно*/
.path {
	color: #cf5643;
	width: 100%;
	clear: both;
	padding: 0.6em 0 1em 0;
}

.path a:link, .path a:visited {
	color: #ada293;
	text-decoration: underline;
}

.path a:active, .path a:hover {
	color: #cf5643;
	text-decoration: none;
}

.path-in {
	margin-left: 300px;
	text-align: right;
}

/* Центральная часть */
.middle {
	clear: both;
	padding: 0 10;
	background-color: #fff; /* Бэкграунд правой части или всего центра, если у middle-in не задан цвет фона */
	position: relative;
	z-index: 5;
}

.middle-in {
	background-color: none; /* Бэкграунд левой части */
	margin-right: 250px;
}

.middle-in-2 {
	margin-right: -250px;
	//height: 1px;
}

.middle-in-3 {
	background-color: none; /* Бэкграунд центральной части */
	margin-left: 270px;
	margin-right: 250px;
}

.middle-in-4 {
	//height: 1px;
	margin-left: -270px;
	margin-right: -250px;
}


/* Левое меню */
.left {
	float: left;
	width: 270px;
	margin-left: -100%;
}

.left-in {
	padding: 0 0 10 0;
}

.left-menu {
	clear: both;
	width: 100%;
	margin: 0 0 30 0;
}

/* О компании под лого */
.company {
	clear: both;
	width: 100%;
	font-size: 0.9em;
}

.company .in {
	background-color: #f7f0e4;
	color: #b8966c;
	padding: 20;
	margin-bottom: 30px;
}

.company a:link, .company a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

.company a:hover, .company a:active {
	color: #cf5643;
	text-decoration: underline;
}

/* Контейнер левого меню */
.menu-konteiner {
	clear: both;
	width: 100%;
	font-size: 1.1em;
}

.menu-konteiner .in {
	color: #9e7c4f;
	padding-bottom: 30px;
}

.menu {
	clear: both;
	color: #9e7c4f;
	background-color: #f7f0e4;
	padding: 6 10 6 20;
	font-weight: bold;
	margin-bottom: 3px;
}

.menu-active {
	padding: 6 0 8 0;
	font-weight: bold;
}

.menu a:link, .menu a:hover, .menu a:active, .menu a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

.podmenu {
	color: #9e7c4f;
	clear: both;
	margin: 0;
	padding: 5 5 8 56;
	background-color: #f7f0e4;
	margin-top: 2px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	border-right: 5px solid #b6966b;
	background-position: center left;
}

.podmenu .li {
	clear: both;
	width: 100%;
}

.podmenu span {
	float: left;
	display: block;
	margin-right: 5px;
}

.podmenu .active {
	float: left;
	display: block;
	margin-right: 5px;
	color: #ccae85;
}

.podmenu a {
	display: block;
	float: left;
	width: 180px;
	padding-bottom: 0.3em;
}

.podmenu i {
	display: block;
	float: left;
	width: 180px;
	padding-bottom: 0.3em;
	font-weight: normal;
	font-style: italic;
	color: #ccae85;
}

.podmenu b {
	display: block;
	float: left;
	width: 180px;
	padding-bottom: 0.3em;
	font-weight: normal;
}

.podmenu a:link, .podmenu a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

.podmenu a:hover, .podmenu a:active {
	color: #9e7c4f;
	text-decoration: underline;
}

/* Меню основных направлений */

.menu-01 {
	background-color: #ffe5cc;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.menu-01 .in {
	border-right: 5px solid #ff7e00;
}

.menu-01 .li {
	padding: 0.3em;
}

.menu-01 a:link, .menu-01 a:hover, .menu-01 a:active, .menu-01 a:visited {
	color: #ff8a00;
}

.menu-01 h2 {
	color: #ff8a00;
}

.menu-01 .img {
	float: left;
	border-left: 1px solid #ff7e00;
	border-right: 1px solid #ff7e00;
	margin: 0 0.5em 0 0;
}

.menu-02 {
	background-color: #feefd6;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.menu-02 .in {
	border-right: 5px solid #f8b033;
}

.menu-02 .li {
	padding: 0.3em;
}

.menu-02 a:link, .menu-02 a:hover, .menu-02 a:active, .menu-02 a:visited {
	color: #f29a00;
}

.menu-02 h2 {
	color: #f29a00;
}

.menu-02 .img {
	float: left;
	border-left: 1px solid #f8b033;
	border-right: 1px solid #f8b033;
	margin: 0 0.5em 0 0;
}

.menu-03 {
	background-color: #fff7d7;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.menu-03 .in {
	border-right: 5px solid #ffd939;
}

.menu-03 .li {
	padding: 0.3em;
}

.menu-03 a:link, .menu-03 a:hover, .menu-03 a:active, .menu-03 a:visited {
	color: #f3b701;
}

.menu-03 h2 {
	color: #f3b701;
}

.menu-03 .img {
	float: left;
	border-left: 1px solid #ffd939;
	border-right: 1px solid #ffd939;
	margin: 0 0.5em 0 0;
}

.menu-04 {
	background-color: #fbfbd1;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.menu-04 .in {
	border-right: 5px solid #e9e91a;
}

.menu-04 .li {
	padding: 0.3em;
}

.menu-04 a:link, .menu-04 a:hover, .menu-04 a:active, .menu-04 a:visited {
	color: #e6ce00;
}

.menu-04 h2 {
	color: #e6ce00;
}

.menu-04 .img {
	float: left;
	border-left: 1px solid #e9e91a;
	border-right: 1px solid #e9e91a;
	margin: 0 0.5em 0 0;
}


.menu-05 {
	background-color: #f2f6dd;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.menu-05 .in {
	border-right: 5px solid #b9c855;
}

.menu-05 .li {
	padding: 0.3em;
}

.menu-05 a:link, .menu-05 a:hover, .menu-05 a:active, .menu-05 a:visited {
	color: #b6cc3a;
}

.menu-05 h2 {
	color: #b6cc3a;
}

.menu-05 .img {
	float: left;
	border-left: 1px solid #b9c855;
	border-right: 1px solid #b9c855;
	margin: 0 0.5em 0 0;
}


/* Контент */
.content {
	float: left;
	width: 100%;
}

.content-in {
	margin: 0 250 0 270;
}

.content-in-2 {
	padding: 0 20 10 30;
}


/* Статьи анонсы */
.stat {
	margin-bottom: 1em;
}

.stat-an {
	float: left;
	margin: 0 0 15 0;
	width: 100%;
	//float: none;
}

.stat-an .data {
	color: #9e7c4f;
	text-decoration: underline;
	margin: 0 0 0.2em 0;
}

.stat-an .data a:link, .stat-an .data a:hover, .stat-an .data a:active, .stat-an .data a:visited {
	color: #9e7c4f;
	text-decoration: underline;
}

.stat-an .name {
	color: #cf5643;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 0.2em 0;
}

.stat-an .name a:link, .stat-an .name a:visited {
	color: #cf5643;
	text-decoration: none;
}

.stat-an .name a:hover, .stat-an .name a:active {
	color: #cf5643;
	text-decoration: underline;
}

/* Список подразделов */
.podr { clear: both; margin-top: 2em; }

.podr li {
	list-style-type: square;
	color: #cf5643;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 0px;
}

.podr a:link, .podr a:visited {
	color: #cf5643;
	text-decoration: none;
}

.podr a:active, .podr a:hover {
	color: #cf5643;
	text-decoration: underline;
}



/* Картинки в тексте */
.img-l {
	float: left;
}

.img-l img {
	margin: 0 5 5 0;
}

.img-r {
	float: right;
}

.img-r img {
	margin: 0 0 5 10;
}

.img-c {
	display: block;
	text-align: center;
}

.img-c img {
	margin: 0 0 5 0;
}

.img-t {
	display: block;
	margin: 0 0 5 0;
}


/* Галерея в тексте*/
.gallery {
	clear: both;
	width: 100%;
	//padding-right: 1;
	overflow: hidden;
	}
.gallery .margin {
	margin: 0 0 0 -2em;
	}
.gallery .block {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 2em 2em;
	}
.gallery .block .float {
	width: 170px;
	float: left;
	text-align: center;
	}
.gallery .block .img {
	margin: 0 0 .6em 0;
	}
.gallery .block span {}


/* Карта сайта */
.m {
	margin: 5 0;
	font-weight: bold;
	color: #666;
}

.m a:link, .m a:visited {
	color: #666;
	text-decoration: none;
}

.m a:hover, .m a:active {
	color: #666;
	text-decoration: underline;
}

.m-1 {
	margin: 0 0 5 20;
	padding: 0 0 0 10;
	background-image: url(i/li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #9e7c4f;
}

.m-1 a:link, .m-1 a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

.m-1 a:hover, .m-1 a:active {
	color: #9e7c4f;
	text-decoration: underline;
}

.m-2 {
	margin: 0 0 5 45;
	padding: 0 0 0 10;
	background-image: url(i/li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666;
}

.m-2 a:link, .m-2 a:visited {
	color: #666;
	text-decoration: none;
}

.m-2 a:hover, .m-1 a:active {
	color: #666;
	text-decoration: underline;
}

/* Таблицы в тексте */
.content-in-2 table {
	clear: both;
	border-collapse: collapse;
	margin: 1em 0;
}

.content-in-2 table td, .content-in-2 table th {
	padding: 5 7;
	border: 1px solid #cda876;
}

.content-in-2 table th {
	background-color: #d9b788;
	color: #fff;
}


/* Право */
.right {
	width: 250px;
	margin-left: -250px;
	float: left;
}

.right-in {
	padding: 0 0 20 0;
}

.right-in-2 {}


/* Котировки акций */
.quotation {
	margin: 0 0 20 0;
	clear: both;
	width: 100%;
}

.quotation .title {
	padding: 5 0;
	background-color: #cda876;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.quotation .title .title-name {
	padding: 0 10;
}

.quotation .title .title-name a:link, .quotation .title .title-name a:visited {
	color: #fff;
	text-decoration: none;
}

.quotation .title .title-name a:hover, .quotation .title .title-name a:active {
	color: #fff;
	text-decoration: none;
}

.quotation .cont {
	clear: both;
	padding: 10;
}


/* Анонсы */
.anons {
	margin: 0 0 10 0;
	clear: both;
	width: 100%;
}

.anons .title {
	padding: 5 0;
	background-color: #e0c289;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.anons .title .title-name {
	padding: 0 10;
}

.anons .title .title-name a:link, .anons .title .title-name a:visited {
	color: #fff;
	text-decoration: none;
}

.anons .title .title-name a:active, .anons .title .title-name a:hover {
	color: #fff;
	text-decoration: none;
}

.anons .cont {
	clear: both;
	padding: 10;
}

.anons .cont div {
	margin-bottom: 1em;
}


/* Контакты - менеджеры */
.manager {
	margin: 0 0 20 0;
	clear: both;
	width: 100%;
}

.manager .title {
	padding: 5 0;
	background-color: #f0e1c4;
	color: #9e7c4f;
	font-weight: bold;
	font-size: 1.1em;
}

.manager .title .title-name {
	padding: 0 10;
}

.manager .title .title-name a:link, .manager .title .title-name a:visited {
	color: #9e7c4f;
	text-decoration: none;
}

.manager .title .title-name a:hover, .manager .title .title-name a:active {
	color: #9e7c4f;
	text-decoration: none;
}

.manager .cont {
	clear: both;
	padding: 10;
}

.manager .cont .otdel {
	color: #9e7c4f;
	font-weight: bold;
	margin-bottom: 0.7em;
}

.manager .cont .name {
	color: #cf5643;
	font-weight: bold;
}

.manager .cont .number {
	margin-top: 0.7em;
}


/* Нижняя часть */
.bottom {
	clear: both;
	padding: 10;
	position: relative;
	z-index: 5;
}

.bottom-in {
	width: 100%;
	background-color: #f0e1c4; /* Бэкграунд левой части низа или всего низа, если фон bottom-in не задан */
}

.bottom-in-2 {
	background-color: #fff; /* Бэкграунд правой части низа */
	margin-left: 270px;
}

.bottom-in-3 {
	margin-left: -270px;
	//height: 1px;
}


/* Копирайт */
.copyright {
	float: left;
	width: 270px;
	margin-left: -100%;
}

.copyright-in {
	padding: 10 20;
	color: #906f43;
}

.copyright-in a:link, .copyright-in a:visited {
	color: #906f43;
	text-decoration: underline;
}

.copyright-in a:active, .copyright-in a:hover {
	color: #906f43;
	text-decoration: none;
}

/* Контакты */
.contacts {
	float: left;
	width: 100%;
}

.contacts-in {
	margin-left: 270px;
}

.contacts-in-2 {
	padding: 10 30;
	color: #a69b8c;
}

.contacts-in-2 a:link, .contacts-in-2 a:visited {
	color: #cf5643;
	text-decoration: underline;
}

.contacts-in-2 a:hover, .contacts-in-2 a:active {
	color: #cf5643;
	text-decoration: none;
}

.clear {
	clear: both;
}

.diagram {
	width: 100%;
}
.diagram .header {
	font-weight: bold;
	margin: 1em 0 .5em 0;
}
.diagram .rbut {
	margin: 0 0 .2em 0;
}
.diagram .column1 {
	float: left;
	width: 30%;
}
.diagram .column2 {
	float: left;
	width: 69%;
}

.diagram .column2 .cal_img img {
	cursor: pointer;
}
html:root .diagram .column2 .cal_img img {
	margin-top: -3;
}
.diagram .custom {
	display: block;
	padding: .3em 0 0 0;
	float: left;
	width: 4em;
}
.diagram .calline {
	margin-bottom: .5em;
}
.diagram .show {
	margin: 1em 0;
}
/* -------search_result-------- */

.search_result {
	width: 100%;
}


/*kolichestvo najdennyh dokumentov*/
.search_result .refblock {}

/*vse najdennye stranicy*/
.search_result .results {}

/*zagolovok najdennoj stranicy*/
.search_result .title {}

/*opisanie najdennoj stranicy*/
.search_result .text {
	margin: .5em 0;
}

/*adres najdennoj stranicy*/
.search_result .info {
	color: #996633;
	margin: .5em 0 1.4em 0;
}

/*blok navigacii po stranicam*/
.search_result .pages {}

/*sledujuwaja, predyduwaja stranicy*/
.search_result .arrows {
	
}

/*numeracija stranic*/
.search_result .numbers {
	padding: .5em 0;
}
.search_result .numbers .active, .search_result .numbers a {
	display: block;
	float: left;
	padding: 2 4;
}
.search_result .numbers .active, .search_result .sort .active {
	background-color: #cf5643;
	color: #fff;
}
.search_result .sort .active {
	padding: 0 4;
}

/*otsortirovano*/
.search_result .sort {
	clear: both;
	padding: .5em 0;
}

/*aktivnye chisla i sortirovka*/
/*.search_result .sort .active, .search_result .numbers .active {
	padding: 0 2 0 2; background-color: #000080; color: #ffffff;
}*/

.search_result .footer {
	border: none;
}
.search_result .footer td {
	border: none;
	width: auto;
}
.search_result .copyright {
	float: none;
	width: auto;
	margin-left: 0;
}

/* Region Map */
.r_map {
	width: 635px;
	height: 345px;
	background: #e3d3b4;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.r_map #r_msk, .r_map #r_vrj, .r_map #r_srt, .r_map #r_vlg, .r_map #r_rst, .r_map #r_krs, .r_map #r_ufa, .r_map #r_omsk,
.r_map #r_msk_0, .r_map #r_vrj_0, .r_map #r_srt_0, .r_map #r_vlg_0, .r_map #r_rst_0, .r_map #r_krs_0, .r_map #r_ufa_0, .r_map #r_omsk_0 {
	position: absolute;
	display: block;
	/*z-index: 100;*/
}
.r_map #r_msk, .r_map #r_vrj, .r_map #r_srt, .r_map #r_vlg, .r_map #r_rst, .r_map #r_krs, .r_map #r_ufa, .r_map #r_omsk {
	display: none;
}
.r_map #r_msk_0 {
	top: 21px;
	left: 146px;
	width: 70px;
	height: 66px;
	background: url('/i/map/r_msk.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_msk.png', sizingMethod='image');
}
.r_map #r_omsk_0 {
	top: 200px;
	left: 534px;
	width: 79px;
	height: 121px;
	background: url('/i/map/r_omsk.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_omsk.png', sizingMethod='image');
}
.r_map #r_ufa_0 {
	top: 164px;
	left: 319px;
	width: 90px;
	height: 123px;
	background: url('/i/map/r_ufa.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_ufa.png', sizingMethod='image');
}
.r_map #r_vrj_0 {
	top: 122px;
	left: 104px;
	width: 67px;
	height: 66px;
	background: url('/i/map/r_vrj.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_vrj.png', sizingMethod='image');
}
.r_map #r_srt_0 {
	top: 158px;
	left: 165px;
	width: 102px;
	height: 98px;
	background: url('/i/map/r_srt.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_srt.png', sizingMethod='image');
}
.r_map #r_vlg_0 {
	top: 169px;
	left: 112px;
	width: 98px;
	height: 90px;
	background: url('/i/map/r_vlg.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_vlg.png', sizingMethod='image');
}
.r_map #r_rst_0 {
	top: 181px;
	left: 39px;
	width: 99px;
	height: 97px;
	background: url('/i/map/r_rst.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_rst.png', sizingMethod='image');
}
.r_map #r_krs_0 {
	top: 206px;
	left: 3px;
	width: 99px;
	height: 97px;
	background: url('/i/map/r_krs.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_krs.png', sizingMethod='image');
}
.r_map #r_msk {
	top: 21px;
	left: 146px;
	width: 70px;
	height: 66px;
	background: url('/i/map/r_msk_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_msk_a.png', sizingMethod='image');
}
.r_map #r_omsk {
	top: 200px;
	left: 534px;
	width: 79px;
	height: 121px;
	background: url('/i/map/r_omsk_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_omsk_a.png', sizingMethod='image');
}
.r_map #r_ufa {
	top: 164px;
	left: 319px;
	width: 90px;
	height: 123px;
	background: url('/i/map/r_ufa_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_ufa_a.png', sizingMethod='image');
}
.r_map #r_vrj {
	top: 122px;
	left: 104px;
	width: 67px;
	height: 66px;
	background: url('/i/map/r_vrj_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_vrj_a.png', sizingMethod='image');
}
.r_map #r_srt {
	top: 158px;
	left: 165px;
	width: 102px;
	height: 98px;
	background: url('/i/map/r_srt_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_srt_a.png', sizingMethod='image');
}
.r_map #r_vlg {
	top: 169px;
	left: 112px;
	width: 98px;
	height: 90px;
	background: url('/i/map/r_vlg_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_vlg_a.png', sizingMethod='image');
}
.r_map #r_rst {
	top: 181px;
	left: 39px;
	width: 99px;
	height: 97px;
	background: url('/i/map/r_rst_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_rst_a.png', sizingMethod='image');
}
.r_map #r_krs {
	top: 206px;
	left: 3px;
	width: 99px;
	height: 97px;
	background: url('/i/map/r_krs_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_krs_a.png', sizingMethod='image');
}
.r_about {
	background: url('/i/map/r_about.png');
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/r_about.png', sizingMethod='scale');
	padding: 20px;
	position: absolute;
	right: 0px;
	top: 20px;
	display: none;
	z-index: 1001;
	}
* html .r_about { background: #fff; }
.r_about b {
	color: #c03c27;
	font-size: 1.1em;
	}
.tipa {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	}

.r_map #e_msk, .r_map #e_vrj, .r_map #e_srt, .r_map #e_vlg, .r_map #e_rst, .r_map #e_krs, .r_map #e_ufa, .r_map #e_omsk,
.r_map #e_msk_0, .r_map #e_vrj_0, .r_map #e_srt_0, .r_map #e_vlg_0, .r_map #e_rst_0, .r_map #e_krs_0, .r_map #e_ufa_0, .r_map #e_omsk_0 {
	position: absolute;
	display: block;
	/*z-index: 100;*/
}
.r_map #e_msk, .r_map #e_vrj, .r_map #e_srt, .r_map #e_vlg, .r_map #e_rst, .r_map #e_krs, .r_map #e_ufa, .r_map #e_omsk {
	display: none;
}
.r_map #e_msk_0 {
	top: 21px;
	left: 146px;
	width: 70px;
	height: 66px;
	background: url('/i/map/e_msk.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_msk.png', sizingMethod='image');
}
.r_map #e_omsk_0 {
	top: 200px;
	left: 534px;
	width: 79px;
	height: 121px;
	background: url('/i/map/e_omsk.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_omsk.png', sizingMethod='image');
}
.r_map #e_ufa_0 {
	top: 164px;
	left: 319px;
	width: 90px;
	height: 123px;
	background: url('/i/map/e_ufa.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_ufa.png', sizingMethod='image');
}
.r_map #e_vrj_0 {
	top: 122px;
	left: 104px;
	width: 67px;
	height: 66px;
	background: url('/i/map/e_vrj.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_vrj.png', sizingMethod='image');
}
.r_map #e_srt_0 {
	top: 158px;
	left: 165px;
	width: 102px;
	height: 98px;
	background: url('/i/map/e_srt.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_srt.png', sizingMethod='image');
}
.r_map #e_vlg_0 {
	top: 169px;
	left: 112px;
	width: 98px;
	height: 90px;
	background: url('/i/map/e_vlg.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_vlg.png', sizingMethod='image');
}
.r_map #e_rst_0 {
	top: 181px;
	left: 39px;
	width: 99px;
	height: 97px;
	background: url('/i/map/e_rst.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_rst.png', sizingMethod='image');
}
.r_map #e_krs_0 {
	top: 206px;
	left: 3px;
	width: 99px;
	height: 97px;
	background: url('/i/map/e_krs.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_krs.png', sizingMethod='image');
}
.r_map #e_msk {
	top: 21px;
	left: 146px;
	width: 70px;
	height: 66px;
	background: url('/i/map/e_msk_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_msk_a.png', sizingMethod='image');
}
.r_map #e_omsk {
	top: 200px;
	left: 534px;
	width: 79px;
	height: 121px;
	background: url('/i/map/e_omsk_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_omsk_a.png', sizingMethod='image');
}
.r_map #e_ufa {
	top: 164px;
	left: 319px;
	width: 90px;
	height: 123px;
	background: url('/i/map/e_ufa_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_ufa_a.png', sizingMethod='image');
}
.r_map #e_vrj {
	top: 122px;
	left: 104px;
	width: 67px;
	height: 66px;
	background: url('/i/map/e_vrj_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_vrj_a.png', sizingMethod='image');
}
.r_map #e_srt {
	top: 158px;
	left: 165px;
	width: 102px;
	height: 98px;
	background: url('/i/map/e_srt_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_srt_a.png', sizingMethod='image');
}
.r_map #e_vlg {
	top: 169px;
	left: 112px;
	width: 98px;
	height: 90px;
	background: url('/i/map/e_vlg_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_vlg_a.png', sizingMethod='image');
}
.r_map #e_rst {
	top: 181px;
	left: 39px;
	width: 99px;
	height: 97px;
	background: url('/i/map/e_rst_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_rst_a.png', sizingMethod='image');
}
.r_map #e_krs {
	top: 206px;
	left: 3px;
	width: 99px;
	height: 97px;
	background: url('/i/map/e_krs_a.png') no-repeat;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/map/e_krs_a.png', sizingMethod='image');
}