@font-face {
  font-family: 'PTsansNarroW';
  src: url("../fonts/pt-sans.narrow.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'PTsansNarroWBold';
  src: url("../fonts/pt-sans.narrow-bold.ttf");
  font-weight: normal;
}

body {
	margin: 0px;
	padding: 0;
	background: #ffffff;
	font-family: PTsansNarroW;
	font-size: 20px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #0C6B97;
}

h1 { font-size: 44px; }

h2 { 
	font-size: 24px; 
	margin: 20px 0 10px 0;
}

.sub-header{
	width: 100%;
	border-bottom: #0C6B97 dotted 2px;
}

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #639CBF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

input[type="submit"], input[type="button"]{
	font-size:16px;
	border:none;
	background:none;
	outline: none;
	cursor:pointer;
}

input::-moz-placeholder { color: #2885b0; }
input::-webkit-input-placeholder { color: #2885b0; }

input[type="text"], input[type="password"], input[type="search"]{
	width:80%;
	line-height:25px;
	font-family: 'PTsansNarroW';
	font-size:18px;
	border:none;
	padding: 0 10px 0 10px;
	outline: none;	
}

input[type="search"]{
	width:300px!important;
	padding: 0 25px 0 10px;
	background:#ffffff;
	border:2px solid #2885b0!important;
	color:#2885b0;
}

/* Menu header */
#menu-box{
	width:100%;
	height:50px;
	background: #0c6b97;
    background: -moz-linear-gradient(to right, #0c6b97, #2885b0);
    background: -webkit-linear-gradient(to right, #0c6b97, #2885b0);
    background: -o-linear-gradient(to right, #0c6b97, #2885b0);
    background: -ms-linear-gradient(to right, #0c6b97, #2885b0);
    background: linear-gradient(to right, #0c6b97, #2885b0);
}

#menu-wrapper {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	position:relative;
}

#menu {
	float: left;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: 'PTsansNarroW';
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	line-height:50px;
}

#menu a:hover { 
	text-decoration: none; 
	color:rgba(255,255,255,.8);
}

/*Иконки в меню*/
#menu-icons{
	width:100px;
	height:40px;
	position:absolute;
	right:0;
	top:9px;
}

#menu-icons a{
	height:40px;
	width:40px;
	font-size: 22px;
	text-decoration: none;
	color: #1F7DA8;
	background: #fff;
	padding: 3px;
	cursor: pointer;
}

/*Title box*/
#title-box{
	height:80px;
	width:1000px;
	margin:0 auto;
	position:relative;
}

#title-box #icon-home{
	height:50px;
	width:50px;
	background: url(../images/icons/black-home.png) 0 0 no-repeat;
	position:absolute;
	top:20px;
	left:0;
}

#title-box #title-text{
	width:500px;
	font-size:24px;
	font-family: 'PTsansNarroWBold';
	position:absolute;
	left:70px;
	top:20px;
	text-transform:uppercase;
	line-height: 1.1;
}

/*Banner*/
#banner-box{
	width:1000px;
	height:215px;
	background: url(../images/img/main-banner.png) 0 0 no-repeat;
	margin:0 auto;
	position:relative;
}

#banner-box a{
	font-family: 'PTsansNarroWBold';
	font-size:22px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

#banner-box a:hover{
	color:#2885b0!important;
	text-decoration:none;
}

#banner-box #sobstvennik, #banner-box #predsedatel, #banner-box #map{
	position:absolute;
	top:25px;
} 

#banner-box #sobstvennik{left:225px;}
#banner-box #predsedatel{left:500px;}
#banner-box #map{left:795px;}

/* Search */

#search-box{
	position:absolute;
	right:0;
	top:19px;
}
#search-box form{position:relative;}
.sendsearch{
	width:  18px; 
	height: 18px;
	margin: 0;
	padding:0;
	border: 0;
	background: transparent url(../images/icons/lupa.png) 0 0 no-repeat!important;
	background-size:contain!important;
	text-indent: -1000em;
	cursor: pointer; 
	cursor: hand;
	position:absolute;
	right:7px;
	top:6px;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 685px;
	position:relative;
	padding-bottom:30px;
}

/* NEWS */
#news-title, #page_title{
	font-family: 'PTsansNarroWBold';
	font-size:22px;
	text-transform:uppercase;
	color:#0c6b97;
	width:auto;
	margin-top:15px;
	min-height:30px;
	line-height:30px;
	border-bottom:4px solid #0c6b97;
}

#page_title{margin:30px 0 15px 0;}
#page_content p{line-height: 1.4!important;}
#page_create_date, #page_edit_date{color:#0c6b97;}

.news-block{
	width:auto;
	padding:15px 10px 15px 10px;
	background:#ffffff;
	border:1px solid #8AB1C8;
	position:relative;
	margin-top:5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	line-height:1;
}

.news-block:hover{background:#f0faff;}

.news-block table{width: 100%;}

.news-block .image-td{
	width:155px;
	vertical-align:top;
}
.news-block .image-td img{width:150px;}
.news-block .date-td, .news-block .title-td, .news-block .desc-td{vertical-align:top;}
.news-block .date-td {width:84px;}
.news-block .title-td {width:412px;}

.date-news{
	padding:2px 10px 2px 10px;
	background: -moz-linear-gradient(to right, #0c6b97, #2885b0);
	background: -webkit-linear-gradient(to right, #0c6b97, #2885b0);
	background: -o-linear-gradient(to right, #0c6b97, #2885b0);
	background: -ms-linear-gradient(to right, #0c6b97, #2885b0);
	background: linear-gradient(to right, #0c6b97, #2885b0);
	font-size:20px;
	color:#ffffff;
	display:inline-block;
}
.title-news{text-align:left;}

.title-news a{
	font-size:20px;
	color:#2885b0;
	text-decoration:none;
}

.title-news a:hover{text-decoration:underline;}

.desc-news{
	font-size:18px;
	color:#000000;
	font-family: 'PTsansNarroWBold';
	width: 100%;
	margin-top: 8px;
} 

#archiv-news{
	font-size:22px;
	text-transform:uppercase;
	position:absolute;
	right:0;
	bottom:0;
	color:#000000;
	text-decoration:none;
}

#archiv-news:hover{
	text-decoration:underline;
	color:#2885b0!important;
}

#archiv-news{
	font-size:22px;
	text-transform:uppercase;
	position:absolute;
	right:0;
	bottom:0;
	color:#000000;
	text-decoration:none;
}

#archiv-news:hover{
	text-decoration:underline;
	color:#2885b0!important;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	font-size: 12px;
}

.sidebar-title{
	font-family: 'PTsansNarroWBold';
	font-size:22px;
	text-transform:uppercase;
	color:#0c6b97;
	margin-top:15px;
	text-align:center;
}

.sidebar-box{
	width:auto;
	min-height:100px;
	padding:20px 10px 20px 10px;
	background:#f0faff;
	border:1px solid #8AB1C8;
	position:relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}

.sidebar-box table td{vertical-align:top;}

.sidebar-elem{
	width:auto;
	padding:5px 0px 5px 0px;
}

#sidebar-elem-img-electr{
	width:34px;
	height:34px;
	background: transparent url(../images/icons/electro.png) 0 0 no-repeat;
}

#sidebar-elem-img-teplo{
	width:34px;
	height:34px;
	background: transparent url(../images/icons/teplo.png) 0 0 no-repeat;
}

#sidebar-elem-img-gaz{
	width:34px;
	height:34px;
	background: transparent url(../images/icons/gaz.png) 0 0 no-repeat;
}

#sidebar-elem-img-water{
	width:34px;
	height:34px;
	background: transparent url(../images/icons/water.png) 0 0 no-repeat;
}

#sidebar-elem-img-dispetcher{
	width:34px;
	height:34px;
	background: transparent url(../images/icons/dispetcher.png) 0 0 no-repeat;
}

.sidebar-elem-desc{margin-left:10px;margin-top:-3px;}

.sidebar-elem-desc a{
	width:230px;
	font-size: 18px;
	color: #2885b0;
	text-decoration:none;
	line-height:1;
}

.sidebar-elem-desc:hover{text-decoration:none;}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	margin-bottom:25px;
	padding: 0;
	border-top: 4px solid #0c6b97;
	position:relative;
}

/* Menu footer */
#footer-menu-wrapper {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	position:relative;
}

#footer-menu {
	float: left;
	height: 30px;
}

#footer-menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#footer-menu li {
	display: block;
	float: left;
}

#footer-menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 0px 40px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: 'PTsansNarroW';
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height:30px;
}

#footer-menu a:hover { 
	text-decoration: underline; 
	color:#2885b0;
}

#footer table a{
	text-decoration:none;
	color:#000000;
}

#footer #table-main {
	padding:0;
	margin:0;
	border-spacing: 0px 0px;
	margin-top:10px;
	font-size:18px;
	font-family: 'PTsansNarroW';
	color:#000000;
}

#footer table a:hover{text-decoration:underline;color:#2885b0;}

#about-company{
	position:absolute;
	right:0;
	top:15px;
	padding:0;
	border-spacing: 0px 0px;
	font-size:18px;
	font-family: 'PTsansNarroW';
	color:#000000;
	line-height:1;
}

/* --------------------------------------------------------------------------------------- */

.font-14{
	font-size: 14px;
}

.font-16{
	font-size: 16px;
}

.font-18{
	font-size: 18px;
}

.font-20{
	font-size: 20px;
}

.font-22{
	font-size: 22px;
}

.font-24{
	font-size: 24px;
}

.font-26{
	font-size: 26px;
}

.font-28{
	font-size: 28px;
}

.font-30{
	font-size: 30px;
}

#reg_btn{
	font-size:22px !important;
	color: #fff;
	background:#1B79A5;
	outline: none;
	margin-bottom: -25px;
}

.lc_menu{
	list-style: none;
	margin: 0 0 0 -15px;
	font-size: 20px;
}

.lc_menu span{
	margin-right: 10px;
	font-size: 16px;
}

.lc_list{
	list-style: none;
	margin: 0 0 0 -15px;
	font-size: 20px;	
}

.lc_list li{
	margin: 0 0 0 -15px;
	text-align: left;
	font-size: 16px;
	color: #2885b0;
	line-height: 150%;
}

#lkform input, #lkform textarea, #lkform select{
	font-size: 18px;
	border: 1px solid #8AB1C8;
}

#lkform button{
	font-size: 22px;
	margin: 18px 10px 10px 10px;
}

#lkform table{
	font-size: 95%;
	margin-bottom: 0;
}

#lkform table input[type="number"]{
	width: 100px;
	padding-left: 7px;
}

.edit_news{
	float: right;
}

.edit_news span{
	font-size: 13px;
	margin-right: 10px;
}

.add_form{
	float: right;
	font-size: 22px;
	cursor: pointer;
	color: #217FAA;
}

.add_form:hover{
	color: #1B94CC;
}

#docfile {
	font-size: 16px !important;
}

.access_ext{
	font-size: 18px;
	color: #217FAA;
}

.dt_edit{
	top: 4px;
	color: #217FAA;
	margin: 0 2px 0 2px;
}

.dt_edit:hover{
	color: #5A9FBE;
}

.state_img{
	top: 3px;
	margin: 4px 4px 0 4px;
}

.red {
	color: red;
}

.green{
	color: green;
}

.file_link{
	
}

.sub_title{
	padding: 10px 0 10px 0;
	font-size: 95%;
}

.mes_answer_link{
	float: right;
	margin: 10px 20px 10px 0 !important;
}

.ans_date{
	font-size: 16px;
	float: left;
}

#poll_items{
	width: 95%;
	float: right;
}

.del_item{
	cursor: pointer !important;
	color: #1B79A5;
	top:0 !important;
	font-size: 100%;
	border: 1px solid #8AB1C8;
	background: #F0FAFF;
}

.del_item:hover{
	color: red;
}

#add_poll_item{
	margin: 15px 10px 0 0;
	font-size: 14px;
}

.add_poll_item{
	margin-right: 10px;
}

.poll_link{
	float: right;
	cursor: pointer;
}

.poll_link span{
	font-size: 16px;
	margin-right: 5px;
}

.poll_elem{
	margin-top: -30px;
	margin-left: 20px;
	margin-bottom: -15px;
}

.poll_elem input[type=radio]{
	position: inherit;
	margin-right: 8px !important;
}

.poll_elem h3{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: #0C6B97 dotted 1px;
}

.result_item{
	margin-bottom: -10px; 
}

.sub_panel{
	padding: 5px; 
}

#passstrength, #passconfirm{
	font-size: 14px;
	font-style: italic;
}

.passerror{
	color: #BB4444 !important;
}

.passalert{
	color: blue !important;
}

.passok{
	color:green !important;
}

#block_info{
	margin-top: 15px;
}

.tab-pane h3{
	margin-left: 10px;
}

.tr_doc, .tr_report{
	cursor: pointer;
}

.p_news{
	text-align: right;
	margin-right: 20px;
}

.all_news{
	text-align: right;
	margin-top: 8px;
}

.rep_h4{
	font-size: 22px;
	background-color: #fcf8e3;
	width: 100%;
	padding: 5px;
	color: #8a6d3b;
	border: 1px solid #faebcc;
}

#load_pdf{
	margin: 0 15px;
	cursor: pointer;
}

.podrobnee{
	float: right !important;
	font-size: 16px !important;
}

.pluso-more, .pluso-counter{
	display: none !important;
}

#content .table td {
    border: 1px solid #222!important;
}