/* Основные стили */

* {
	margin:0;
	padding:0;
}

body {
	background: url(/static/img/foot_back.gif) repeat left top;
	font-family: Myriad Pro;
	font-size: 14px;
	color: #010101;
	min-width: 1002px;
	width: expression( documentElement.clientWidth < 1002 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1002 ? "1002" : "auto") : "1002px") : "auto" );
}

table {
	border-collapse:collapse;
}

a {
	color: #cd231b;
	outline: none;
}

a:hover {
	color: #cd231b;
	text-decoration: none;
}

a img {
	border:none;
}

ol {
	margin-left: 25px;
}

ul {
	padding-left: 18px;
}

h1 {
	color: #a5120f;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 25px;
}

h2 {
	color: #a5120f;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 15px;
}

/* блоки */

#body {
	background: url(/static/img/body_back.gif) repeat left top;
	display: block;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.kolonka_left {
	float: left;
	width: 222px;
}

.kolonka_right {
	float: right;
	width: 460px;
	padding-right: 78px;
}

.line_grey {
	background: url(/static/img/line_grey.gif) repeat-x 13px;
	height: 25px;
}

/* шапка сайта */

#header {
	background: url(/static/img/head_back.gif) repeat center top;
	height: 219px;
}

#main #header {
	background: url(/static/img/head_main.jpg) no-repeat center top;
	height: 504px;
	padding: 0;
}

.header {
	width: 986px;
	padding: 10px 22px 0;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.head_user {
	float: left;
	background: url(/static/img/back_autoriz.png) no-repeat left top;
	width: 155px;
	height: 44px;
	margin-left: 14px;
}

.head_user a {
	display: block;
	color: #323232;
	cursor: pointer;
	font-size: 0;
	width: 154px;
	height: 40px;
	text-align: center;
	text-decoration: none;
}

.head_user a:hover {
	background: url(/static/img/back_autoriz_act.gif) no-repeat 3px 3px;
	color: #323232;
	text-decoration: none;
}

.head_user a img {
	display: inline-block;
	vertical-align: middle;
}

.head_user a span {
	font-size: 16px;
	display: inline-block;
	line-height: 34px;
	padding: 3px 0 0 12px;
	vertical-align: middle;
}

#logo {
	width: 243px;
	margin: -3px auto 0;
}

#main #logo {
	width: 243px;
	padding: 25px 0 0;
	margin: 0 auto;
}

.head_search {
	width: 518px;
	height: 48px;
	padding-bottom: 19px;
	margin: 0 auto;
}

.head_search .inp_search {
	float: left;
	background: url(/static/img/pole_search.png) no-repeat left top;
	border: none;
	color: #2f2f2f;
	font-family: Myriad Pro;
	font-size: 18px;
	width: 373px;
	height: 23px;
	padding: 10px 16px;
	height: 23px;
}

.head_search .butt_search {
	float: right;
	background: url(/static/img/butt_search.png) no-repeat left top;
	border: none;
	cursor: pointer;
	width: 103px;
	height: 48px;
}

.head_search .butt_search:hover {
	background: url(/static/img/butt_search_act.png) no-repeat left top;
}

/* полоса меню */

#topmenu {
	background: url(/static/img/tm_back.gif) repeat-x top;
	height: 60px;
	padding-bottom: 13px;
}

#topmenu ul {
	list-style: none;
	font-family: georgia;
	font-size: 15px;
	padding: 2px 0 0;
	height: 53px;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

#topmenu ul li {
	float: left;
	height: 53px;
	line-height: 53px;
	padding: 0 1px 0 0;
}

#topmenu ul li a {
	float: left;
	color: #101010;
	padding: 0px 10px;
	text-decoration: none;
}

#topmenu ul li.act a,
#topmenu ul li a:hover {
	background: url(/static/img/tm_act.gif) repeat-x top;
	color: #101010;
	text-decoration: none;
}

/* подвал */

#footer {
	background: url(/static/img/foot_back.gif) repeat left top;
	color: #fff;
	position: relative;
	margin-top: -34px;
}

#footer .footer {
	background: url(/static/img/foot_top.gif) repeat-x center top;
	padding-top: 8px;
}

#footer .back_foot {
	background: url(/static/img/foot_img.jpg) no-repeat center top;
	height: 229px;
}

.foot_menu {
	background: url(/static/img/fm_back.gif) repeat-x top;
	width: 940px;
	margin: 0 auto;
	padding: 18px 0 40px;
}

.foot_menu ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.foot_menu ul li {
	float: left;
	font-family: georgia;
	font-size: 15px;
	line-height: 21px;
	padding: 0 10px;
}

.foot_menu ul li a {
	color: #fff;
	text-decoration: none;
}

.foot_menu ul li.act a,
.foot_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.block_foot {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.block_foot .copyr {
	float: left;
	font-size: 0;
	width: 300px;
	padding-right: 30px;
}

.block_foot .copyr span {
	display: inline-block;
	font-size: 14px;
	padding: 0 14px 14px 0;
	vertical-align: middle;
}

.block_foot .copyr img {
	display: inline-block;
	vertical-align: middle;
}

.foot_search {
	float: left;
	padding-top: 12px;
}

.foot_search .inp_search {
	float: left;
	background: #000;
	border: 1px solid #2f2f2f;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	width: 242px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin-right: 3px;
}

.foot_search .butt_search {
	float: left;
	background: url(/static/img/butt_search2.gif) no-repeat left top;
	border: none;
	width: 32px;
	height: 31px;
	cursor: pointer;
}

.foot_search .butt_search:hover {
	background: url(/static/img/butt_search2_act.gif) no-repeat left top;
}

.foot_gossupport {
	clear: both;
	width:900px;
}

ul.list_f_icon {
	float: right;
	list-style: none;
	font-size: 0;
	padding: 22px 18px;
	overflow: hidden;
	zoom: 1;
}

ul.list_f_icon li {
	float: left;
	width: 12px;
	height: 11px;
	padding: 0 22px 0 0;
}

ul.list_f_icon li a {
	float: left;
	width: 12px;
	height: 11px;
}

ul.list_f_icon li a.home {
	background: url(/static/img/icons/icon_home.gif) no-repeat center;
}

ul.list_f_icon li a.home:hover {
	background: url(/static/img/icons/icon_home_hover.gif) no-repeat center;
}

ul.list_f_icon li a.karta {
	background: url(/static/img/icons/icon_karta.gif) no-repeat center;
}

ul.list_f_icon li a.karta:hover {
	background: url(/static/img/icons/icon_karta_hover.gif) no-repeat center;
}

ul.list_f_icon li a.papka {
	background: url(/static/img/icons/icon_papka.gif) no-repeat center;
}

ul.list_f_icon li a.papka:hover {
	background: url(/static/img/icons/icon_papka_hover.gif) no-repeat center;
}

ul.list_f_icon li a.print {
	background: url(/static/img/icons/icon_print.gif) no-repeat center;
}

ul.list_f_icon li a.print:hover {
	background: url(/static/img/icons/icon_print_hover.gif) no-repeat center;
}

/* лист */

.page {
	background: url(/static/img/page_back.jpg) repeat-y center top;
	-webkit-transform: rotate(1.4deg);
	-moz-transform: rotate(1.4deg);
	-ms-transform: rotate(1.4deg);
	-o-transform: rotate(1.4deg);
	transform: rotate(1.4deg);
	-webkit-box-shadow: 0 0 8px #28290c;
	-moz-box-shadow: 0 0 8px #28290c;
	box-shadow: 0 0 8px #28290c;
	behavior: url("/static/tpls/js/PIE.htc");
	position: relative;
	width: 862px;
	margin: 0 auto;
}

.page_2 {
	background: url(/static/img/page_back.jpg) repeat-y center top;
	-webkit-transform: rotate(-1.4deg);
	-moz-transform: rotate(-1.4deg);
	-ms-transform: rotate(-1.4deg);
	-o-transform: rotate(-1.4deg);
	transform: rotate(-1.4deg);
	behavior: url("/static/tpls/js/PIE.htc");
	position: relative;
	width: 862px;
	margin: 0 auto;
}

.page_back_1 {
	background: url(/static/img/back_01.png) no-repeat center 710px;
}

.page_back_2 {
	background: url(/static/img/back_per_top.png) no-repeat center top;
	padding-top: 26px;
}

.page_back_3 {
	background: url(/static/img/back_per_rep.png) repeat-y center top;
}

.page_back_4 {
	background: url(/static/img/back_02.png) no-repeat center 66px;
}

.back_pr {
	background: url(/static/img/back_03_2.png) no-repeat left top;
	position: absolute;
	top: 110px;
	left: 776px;
	width: 186px;
	height: 833px;
}

.back_pl {
	background: url(/static/img/back_03_1.png) no-repeat left top;
	position: absolute;
	top: 446px;
	left: -76px;
	width: 89px;
	height: 316px;
}

/* главная */

#content {
	padding: 10px 7px 50px 35px;
}

.block_content {
	padding: 30px 0 90px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.block_social {
	text-align: right;
	overflow: hidden;
	zoom: 1;
}

.block_social ul {
	float: right;
	list-style: none;
	padding: 0 2px 0 0;
}

.block_social ul li {
	float: right;
	padding: 0 8px 0 0;
}

.banner {
	background: url(/static/img/bord_photo_new.png) no-repeat left top;
	width: 215px;
	height: 108px;
	padding: 9px 9px;
	margin-bottom: 5px;
}

.short_news {
	padding: 12px 0;
}

.short_news .data {
	padding-bottom: 12px;
}

.short_news .data span {
	display: block;
	background: url(/static/img/data_back.gif) repeat-x top;
	color: #fff;
	font-size: 14px;
	width: 83px;
	height: 27px;
	line-height: 26px;
	text-align: center;
	text-shadow: -1px -1px 0 #424242;
	-webkit-box-shadow: 1px 1px 3px #746d5c;
	-moz-box-shadow: 1px 1px 3px #746d5c;
	box-shadow: 1px 1px 3px #746d5c;
	behavior: url("/static/tpls/js/PIE.htc");
	position: relative;
}

.short_news p {
	line-height: 17px;
}

.short_news .name {
	padding-bottom: 10px;
}

.block_all {
	padding-bottom: 10px;
}

.kniga_pam {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/static/img/back_kniga.gif) no-repeat;
	height: 400px;
}

.kniga_pam a {
	display: block;
	background: url(/static/img/icon_kniga.gif) no-repeat 10px center;
	color: #d9251d;
	font-size: 16px;
	padding: 10px 12px 10px 45px;
	height: 20px;
	text-decoration: none;
}

.block_content p {
	text-indent: 15px;
	margin: 3px 0;
}

.block_content div p {
	text-indent: 0;
	margin: 3px 0;
}

.content-image {
	margin: 15px;	
}
