﻿html, body, .site, .site_inner {height: 100%;}

body > .site {height: auto; min-height: 100%;}
body > .site_inner {height: auto; min-height: 100%;}


body {
	background: #fff;
	}
.site {
	font-family: Arial;
	font-size: 12px;
	color: #282828;

	background: #f0fafe url(../images/img/bg.jpg) repeat-x top left;
	}
.site_inner {
	font-family: Arial;
	font-size: 12px;
	color: #282828;

	background: #f0fafe url(../images/img/bg_inner.jpg) repeat-x top left;
	}
.max_width {
	margin: 0 auto;
	max-width: 1160px;
	_width:expression(document.body.clientWidth > 1159  ? "1160px": "100%" );
	}
.min_width {
	min-width: 1160px;
	_width:expression(document.body.clientWidth < 1160  ? "1160px": "100%" );
	}
.site .min_width, .site_inner .min_width{
	padding-bottom: 220px;	/* Высота подвала */
	}
a {
	/*color: #187999;*/
	color: #000;
	text-decoration: underline;
	}


/* Подвал сайта начало */
.footer {
	position: relative;
	margin-top: -101px;
	height: 100px;
	border-top: 1px solid #115a75;
	font-size: 12px;
	color: #115a75;
	background: #fff;
	}
	.footer .content {
		margin: 30px 3% 0 0;
		}
	.footer .content p {
		margin-bottom: 0;
		text-indent: 0;
		}
	.footer .sota {
		position: absolute;
		z-index: 1;
		margin-top: -175px;
		left: 100px;
		text-align: center;
		}
		.footer .sota p {
			position: absolute;
			z-index: 2;
			font-size: 14px;
			top:150px;
			width: 201px;
			}
/* Подвал сайта конец */

/* Соты */
.sot_images {
	/*position: absolute;*/
	float: left;
	z-index: 2;
	/*display: none;*/
	}
	.sot_box {
		/*position: absolute;*/
		z-index: 1;
		left: 1px;
		position:relative;
		}
	.bt {
		margin-top: 40px;
		margin-left: 100px;
		}
	.mn {
		margin-top: -220px;
		margin-left: 1px;
		}
	.info_box{
		margin-top: 640px;
		margin-left: 250px;
	}
	#maper, #footer_maper {
		position: absolute;
		z-index: 0;
		}

.index_page .sot_images {
	display: block;
	}
/* Соты */


/* Верхнее меню */
.top_menu {
	margin: 35px 0 0 100px;
	color: #282828;
	z-index:10;
	}
	.top_menu span, .top_menu a {
		display: block;
		width: 230px;
		padding: 3px 6px;
		/*height: 18px;*/
		}
		.top_menu a {
			color: #fff;
			text-decoration: none;
			}
		.top_menu span, .top_menu a:hover, .top_menu li:hover a:hover, .top_menu li.active a, .top_menu li.active_in a {
			background: #fff;
			color: #282828;
			}

	.top_menu ul {
		margin: 0;
		background: url(../images/img/white_pix.gif) repeat-y 100px 0;
		width: 30%;
		}
		.top_menu li {
			list-style: none;
			margin: 0;
			padding-left:  105px;
			font-weight: bold;
			margin-bottom: 1px;
			display: block;
			z-index:10;
			}
			.top_menu li.active, li.pod_active {
				background: url(../images/img/top_menu_str.gif) no-repeat left center;
				}

li.pod_menu {
	font-weight: normal;
	}
	.pod_menu a, li.pod_active span {
		border-left: 5px solid #fff;
		margin-left: -5px;
		}
li.pod_active span {
	background: none;
	}
/* Верхнее меню */


/* Логотип */
.logo {
	float: right;
	width: 61%;
	margin: 180px 0 25px;
	}
/* Логотип */


/* Новости */
.news {
	position: relative;
	z-index: 3;
	float: right;
	width: 55%;
	margin-right: 3%;
	_display: inline;
	margin-bottom: 40px;
	}
	.news .title {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		margin-left: -90px;
		}
	.news .date, .news_razd .date {
		background: url(../images/img/news_str.gif) no-repeat 50px 50%;
		margin-bottom: 5px;
		}
		.news .date span, .news_razd .date span {
			background-color: #fff;
			color: #828282;
			padding: 1px 2px;
			font-size: 10px;
			}
	.news .news_box {
		float: left;
		width: 30%;
		margin-right: 2%;
		}
		.news .last {
			margin-right: 0;
			}
		.news .news_box a, .news_razd .news_box a {
			color: #282828;
			text-decoration: none;
			}
			.news .news_box a.readnext, .news_razd .news_box a.readnext{
				color: #282828;
				text-decoration: underline;
				font-weight: bold;
			}

			.news .news_box a:hover, .news_razd .news_box a:hover {
				text-decoration: underline;
				}
	.news_razd .news_box {
		margin-bottom: 20px;
		}
/* Новости */


/* Контенет */
.index_page .content {
	width: 51%;
	}
.content {
	float: right;
	width: 55%;
	margin: 0 3% 20px 0;
	text-align: justify;
	_display: inline;
	}
	.content p {
		margin-bottom: 3px;
		/*text-indent: 20px;*/
		}
	.content h1, .content h2, .content h3 {
		color: #fff;
		margin-top: 0;
		margin-bottom: 10px;
		}

/* Заголовок страницы */
.page_title {
	margin: 0 3% 0 0 !important;
	}

/* Картинки */
.images {
	_display: inline;
	float: right;
	width: 90%;
	margin-right: 3%;
	text-align: right;
	margin-bottom: 20px;
	}
	.images img {
		border: 1px solid #fff;
		margin-right: 10px;
		}

/*
.inner_page .content {
	min-height: 599px;
	}
*/
.content .faq_form p {
	text-indent: 0;
	}
	.faq_form .form_text input, .faq_form .form_text textarea {
		margin: 0 0 20px 0;
		padding: 2px 3px;
		width: 300px;
		border: 1px solid #282828;
		}
	.faq_form .button {
		width: 306px;
		}
	.faq_form .form_text .capcha {
		position: relative;
		top: -15px;
		left: 10px;
		width: 167px
		}
/* Контенет */

/* География присутствия */
.geografiya {
	margin-right: 3%;
	}
/* География присутствия */

/* Хлебные крошки */
.pathway {
	float: right;
	width: 56%;
	padding-left: 1%;
	background: #fff;
	margin-right: 2%;
	_display: inline;
	}
	.pathway, .pathway * {
		color: #187999;
		}
/* Хлебные крошки */

.sizer{
		width:201px;
		height:233px;
		margin:0px;
		cursor: pointer;
		background-position:right;
	}
	.tdsizer{
		width:200px;
		height:10px;
		margin:0px;
		vertical-align: top;
	}
	.top{
		margin-top: -59px;
		position: relative;
	}

.nolink{
	text-decoration: none;
}
.this_page{
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.info_box table.info td{
	vertical-align:middle;
	padding: 10px 5px;
}
.floatright{
	padding: 45px 45px 45px 60px;
	float: left;
}
.mail td{
	border: 1px solid transparent;
	border-color: transparent;
}
