.main-wrap {
	width: 1008px;
	margin: 0 auto;
	background-color: white;
	overflow-x: hidden;
	border-left: 1px solid #dfe0e1;
	border-right: 1px solid #dfe0e1;
	border-bottom: 1px solid #dfe0e1;
	position: relative;
}

.main-banner {
	background-color: white;
	color: #444343; 
	height: 100px;
	padding-top: 10px;
	margin: 0px;
	background-position: center;
}

.lang-chooser {
	position: absolute;
	height: 40px;
	width: 20px;
	right: 15px;
	top: 30px;
}
	.lang-chooser span {
		font-weight: bold;
		color: #535355;
		cursor: pointer;
		line-height: 1.3;
	}
	.lang-chooser span:hover {
		text-decoration: underline;
	}

.search-block {
	position: absolute;
	right: 10px;
	top: 70px;
}

	.eng-caption {
		font-size: 11px;
		margin-top: 0px;
		display: block;
		font-family: Arial;
		color: #80898c
	}
	
	.ua-caption {
		font-size: 19px;
		/*font-weight: bold;*/
		font-family: Arial;
		margin-top: 5px;
		display: block;
		padding-top: 4px;
	}
	.eng-caption1 {
		font-size: 12px;
		margin-top: -1px;
		display: block;
		font-family: Times New Roman;
		color: #80898c
	}
	
	.ua-caption1 {
		font-size: 22px;
		font-weight: bold;
		font-family: Times New Roman;
		margin-top: -1px;
		display: block;
		padding-top: 4px;
	}
	
	.line-header {
		width: 898px;
		margin-top: 5px;
		height: 1px;
		background-color:#cedadd;	
	}
	
	.gerb-img {
		float: left;
		padding-left: 10px;
		padding-right: 5px;
		height: 80px;
		padding-top: 5px;
		border: none;
	}
	
.top-main-menu {
	width: 1008px;
	height: 52px;
	background-color: #DCDCDC;
	background-image: url('/images/new_style/line4.png');
}

	.top-main-menu-tree, .top-sub-menu-tree {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	
	.top-main-menu-item-block {
		float: left;
		margin: 0px;
		padding: 0px 8px 0px 8px;
		display: block;
		/*width: 120px;*/
		max-width: 120px;
		min-width: 80px;
		height: 52px;
	}

		.sub-top-menu {
			display: none;
			/*width: 300px;*/
				
		}
		.top-sub-menu-tree{
			background-color: #EAEAEA;
			padding: 10px 5px 5px;
			border-width: 1px;
			border-style: solid;
			border-color: #9E9E9E;
			position: relative;
			width: 200px;
			z-index: 1000;
			border-radius: 10px;
		}

		.bottom-sub-menu-tree {
			background-color: #EAEAEA;
			padding: 10px 5px 5px;
			border-width: 1px;
			border-style: solid;
			border-color: #9E9E9E;
			position: relative;
			width: 200px;
			z-index: 1000;
			border-radius: 20px;
		}
			.top-sub-menu-tree li {
				list-style-type: none;
				padding: 3px 5px 3px 5px;
				font-weight: bold;
				font-size: 13px;
				color: #444343;
			}
			.top-sub-menu-tree a {
				color: inherit;
			}
			.top-sub-menu-tree li:hover {
				background-color: #9E9E9E;
				color: white;
			}
		
		.top-main-menu-item {
			display: table;
			height: 100%;
			width: 100%;
		}

			.m-text {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				color: #444343;
				font-size: 14px;
				letter-spacing: 0px;
				line-height: 1.2;
				font-weight: bold;
				font-style: normal;
			}
		
			.top-main-menu-item-block:hover .m-text {
				text-decoration: underline;
			}
		
			.m-text a {
				text-decoration: none;
				color: #444343;
				font-size: 14px;
			}	
.banner-block {
	width: 988px;
	margin-left: 10px;
	height: 370px;
	position: relative;
}
	.slider-block {
		width: 680px;
		height: 340px;
		position: relative;
		background-image: url('images/new_style/line4.png');
	}
		.slide-image-block {
			width: 660px;
			height: 320px;
			position: absolute;
			left: 10px;
			top: 10px;
			background-color: white;
			overflow: hidden;
		}
			.slide-img {
				position: absolute;
				border: none;
			}
			.slide-text {
				position: absolute;
				background-image: url('images/new_style/slide_back.png');
				padding: 10px 20px 10px 40px;
				font-size: 20px;
				right: 0;
				bottom: 30px;
				color: #636161;
				font-weight: bold;
			}
			
	.slide-buttons-block {
		padding-top: 5px;
		width: 680px;
		height: 20px;
	}
		.slide-button-wrap {
			height: 14px;
			margin: 0 auto;
		}
			.slide-click-select, .slide-click-clear {
				height: 14px;
				width: 14px;
				float: left;
				margin-left: 4px;
			}
			.slide-click-clear {
				background-image: url('images/new_style/sl_b_clear2.png');
			}
			.slide-click-select {
				background-image: url('images/new_style/sl_b_select.png');
			}
			
			.slide-click-clear:hover {
				background-image: url('images/new_style/sl_b_select.png');
			}
	.right-menu-block {
		height: 340px;
		width: 300px;
		margin-left: 8px;
		position: absolute;
		left: 680px;
		top: 0px;
		overflow-x: hidden;
		overflow-y: auto;
	}
		.right-menu-tree {
			margin: 0px;
			width: 285px;
			padding: 7px 0px 0px 7px;
		}
			.right-menu-tree li {
				list-style-type: none;
				padding-top: 6px;
			}
				.right-menu-tree a {
					text-decoration: none;
					font-size: 14px;
					letter-spacing: 0px;
					color: #003268;
					display: block;
					position: relative;
					padding-left: 25px;
					padding-top: 2px;
				}
				.right-menu-tree a:hover {
					text-decoration: underline;
				}
					.rmenu-img {
						float: left;
						height: 100%;
						width: 25px;
						height: 25px;
						position: absolute;
						background-image: url('images/new_style/marker2.png');
						background-repeat: no-repeat;
						left: 0px;
						top: 0px;
					}
.bottom-main-menu {
	width: 988px;
	height: 140px;
	margin-left: 20px;
	/*background-repeat: no-repeat;*/
}
	.bottom-menu-item-wrap {
		float: left;
		width: 161px;
		height: 120px;
		padding: 8px;
		/*border-width: 7px;*/
		/*border-style: solid;*/
		/*border-color: #DCDCDC;*/
		cursor: pointer;
	}
		.bottom-mene-hline {
			width: 161px;
			margin-top: 9px;
			height: 9px;
			background-image: url('images/new_style/line_b.png');
		}
		
		.bottom-menu-text {
			margin-top: 3px;
			color:#485FA5;
		}
		
		.bottom-menu-text > a, .small-caption {
			text-decoration: none;
			font-size: 17px;
			letter-spacing:-1px;
			font-family: Arial;
			/*color: #485FA5;*/
			font-weight: bold;
			position: relative;
		}
		
		.bottom-menu-text > a {
			color: #485FA5;
		}
		
		.small-caption {
			color: #003268;
		}
		
		.bottom-sub-menu-tree {
			background-color: #EAEAEA;
			padding: 10px 5px 5px;
			border-width: 1px;
			border-style: solid;
			border-color: #9E9E9E;
			position: relative;
			width: 200px;
			z-index: 1000;
			margin-top: 11px;
			margin-left: -14px;
		}
			.bottom-sub-menu-tree li {
				list-style-type: none;
				padding: 3px 5px 3px 5px;
				font-weight: bold;
				font-size: 13px;
				color: #444343;
			}
			.bottom-sub-menu-tree a {
				color: inherit;
				font-size: 13px;
			}
			.bottom-sub-menu-tree li:hover {
				background-color: #9E9E9E;
				color: white;
			}
	
	.bottom-menu-spacer {
		float: left;
		height: 1px;
		width: 30px;
		
	}

.half-content {
	width: 680px;
	overflow: hidden;
	float: left;
}

.small-caption {
	
}

.news-type-block {
	width: 340px;
	overflow: hidden;
	padding-bottom: 10px;
	float: left;
}
	.news-type-block img {
		border: none;	
	}

	.news-item-block {
		overflow: hidden;
		margin-top: 10px;
		padding: 2px;
	}
	.news-item-image {
		height: 75px;
		width: 95px;
		border-width: 7px;
		border-style: solid;
		border-color: #DCDCDC;
		overflow: hidden;
		float: left;
	}
	
	.news-item-content {
		float: left;
		width: 221px;
	}
	.news-item-content-full {
		float: left;
		width: 800px;
	}
	
	.news-caption {
		/*font-weight: bold;*/
		padding-bottom: 8px;
		color: #444343;
	}
	
	.news-short-text {
		color: #5c6367;
	}
	
	.news-datetime {
		padding-top: 5px;
		color: #0071ba;
	}
		
	.news-type-block-header {
		font-family: "Arial";
		font-size: 19px;
		color: #444343;
		letter-spacing: -1px;
		/*font-weight: bold;*/
		padding-bottom: 10px;
		padding-top: 15px;
	}
	
	.news-item-block p, .news-item-block-small p {
		margin-left: 7px;
	}
.h-big-line {
	width: 1008px;
	height: 18px;
	clear: both;
	background-image: url('/images/new_style/line4.png');
}

.banner-bottom-block {
	width: 1000px;
	height: 77px;
}
	.bottom-baner {
		float: left;
		margin-left: 15px;
	}

.right-side-block {
	width: 298px;
	padding-left: 10px;
	overflow: hidden;
	float: left;
}

.page-content {
	width: 988px;
	margin-left: 10px;
	overflow: hidden;
	min-height: 150px;
}

.auth-block, .news-other-right {
	width: 100%;
	overflow: hidden;
}

	.user-edit-box {
		border: 1px solid #BFBFBF;
		color: #5C6367;
		padding: 1px;
		width: 200px;
		vertical-align: middle;
		height: 18px;
	}
	.a-reg:hover {
		text-decoration: underline;
	}

.small-hline {
	width: 100%;
	height: 8px;
	background-image: url("images/new_style/line_b.png");
}

.new-submit {
	display: block;
	border: 1px solid #BFBFBF;
	background-color: transparent;
	font-style: italic;
	color: #1B1B1B;
	font-family: Arial;
}

.h-line-separate {
	width: 100%;
	height: 1px;
	margin-top: 2px;
	background-color: #d9d9d9;
}

.news-item-block-small {
	overflow: hidden;
	margin-top: 5px;
}

.news-item-block-small, .news-item-block {
	background-color: transparent;
	/*background-color:#eff7fc	*/
	
}

.sub-link {
	display: block;
	position: absolute;
	right: 10px;
	font-weight: normal;
	bottom: 2px;
}
.sub-link:hover {
	text-decoration: underline;
}

.bottom-block {
	width: 988px;
	margin-left: 10px;
	overflow: hidden;
}

	.bottom-block-text {
		overflow: hidden;
		float: left;
		width: 500px;
	}
		.bottom-block-text a, .bottom-block-other a {
			text-decoration: none;
			color: #5C6367;
			cursor: pointer;
		}
		.bottom-block-text a:hover, .bottom-block-other a:hover {
			text-decoration: underline;
		}
	
	.bottom-block-other {
		overflow: hidden;
		float: left;
		width: 200px;
		margin-top: 3px;
	}
		.bottom-block-other a {
			display: block;
			overflow: hidden;
		}
		.bottom-block-other img {
			float: left;
		}
		.bottom-block-other span {
			margin-top: 4px;
			display: block;
		}
	
	.bottom-block-links {
		overflow: hidden;
		float: left;
		width: 230px;
		margin-top: 15px;
		
	}
	.up-block-links {
		overflow: hidden;
		float: left;
		width: 190px;
		position: absolute;
		right: 60px;
		top: 30px;
	}
		.f-c, .t-c, .y-c, .r-c, .ss-c, .for-c {
			height: 28px;
			width: 28px;
			float: left;
			margin-left: 3px;
		}
		
		.f-c {
			background-image: url('images/new_style/f_c1.png');
		}
		.f-c:hover {
			background-image: url('images/new_style/f_c2_hover.png');
		}
		
		.t-c {
			background-image: url('images/new_style/tc.png');
		}
		.t-c:hover {
			background-image: url('images/new_style/tc2_hover.png');
		}
		
		.r-c {
			background-image: url('images/new_style/rc.png');
		}
		.r-c:hover {
			background-image: url('images/new_style/rc2_hover.png');
		}
		
		.y-c {
			background-image: url('images/new_style/yc.png');
		}
		.y-c:hover {
			background-image: url('images/new_style/yc2_hover.png');
		}
		
		.ss-c {
			background-image: url('images/new_style/ss_cl.png');
		}
		.ss-c:hover {
			background-image: url('images/new_style/ss2_cl_hover.png');
		}
		
		
		.for-c {
			background-image: url('images/new_style/for_b.png');
		}
		.for-c:hover {
			background-image: url('images/new_style/for_c.png');
		}
	
	.bottom-block-other li {
		list-style-type: none;
		
	}
	
	.bottom-block-privacy {
		width: 988px;
		float: left;
	}

.lpath {
	text-decoration: none;
	color: #7d7b7b;
	font-size: 12px;
}
.lpath:hover {
	text-decoration: underline;	
}
.parent-catalog {
	font-size: 20px;
	
	margin-bottom: 0px;
	color: #5a5858;
}

.doc-inside-list {
	width: 900px;
	overflow: hidden;
}

	.doc-inside-list li {
		list-style-type: none;
		padding-top: 4px;
		padding-bottom: 4px;
		overflow: hidden;
	}

	.list-img {
		float: left;
		width: 25px;
		height: 25px;
		left: 0px;
		top: 0px;
		margin-top: -3px;
		background-image: url('images/new_style/marker.png');
		background-repeat: no-repeat;
		position: absolute;
	}
	
	.doc-inside-list a {
		margin-top: 2px;
		display: block;
		position: relative;
		padding-left: 25px;
		color: #4e5458;
	}
	.doc-inside-list a:hover {
		text-decoration: underline;
	}

.doc-inside-content {
	width: 988px;
	overflow-y: hidden;
	overflow-x: auto;
}

.news-big-text {
	width: 900px;
	margin-left: 45px;
	overflow: hidden;
}
	.big-news-content {
		width: 900px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	.big-news-caption {
		color: #0071BA;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		border-bottom: 1px solid #dadbde;
		padding-bottom: 10px;
	}
.new-button {
	overflow: hidden;
	padding: 3px 7px 3px 7px;
	border: 1px solid #BFBFBF;
	color: #1B1B1B;
	font-style: italic;
	color: #1B1B1B;
	margin-right: 10px;
	cursor: pointer;
	background-color: white;
	font-size: 12px;
}

.staff-table {
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
}
.staff-table > tbody > tr > td {
	border: 1px solid #cdcdcd;
}
/*Dzjuban add **********************************************************************************************************************************/

.elect_image {
width: 90px;
height: 90px;
background-image : url('images/new_style/white/1.png');
background-repeat: no-repeat;
}
.gas_image {
width: 90px;
height: 90px;
background-image : url('images/new_style/white/3.png');
background-repeat: no-repeat;
}
.waste_image {
width: 90px;
height: 90px;
background-image : url('images/new_style/white/5.png');
background-repeat: no-repeat;
}
.water_image {
width: 90px;
height: 90px;
background-image : url('images/new_style/white/7.png');
background-repeat: no-repeat;
}
.batary_image {
width: 90px;
height: 90px;
background-image : url('images/new_style/white/9.png');
background-repeat: no-repeat;
}

.bottom-menu-item-wrap:hover .elect_image{
width: 90px;
height: 90px;
background-image : url('images/new_style/color/2.jpg');
background-repeat: no-repeat;
}
.bottom-menu-item-wrap:hover .gas_image{
width: 90px;
height: 90px;
background-image : url('images/new_style/color/4.jpg');
background-repeat: no-repeat;
}
.bottom-menu-item-wrap:hover .waste_image{
width: 90px;
height: 90px;
background-image : url('images/new_style/color/6.jpg');
background-repeat: no-repeat;
}
.bottom-menu-item-wrap:hover  .water_image{
width: 90px;
height: 90px;
background-image : url('images/new_style/color/8.jpg');
background-repeat: no-repeat;
}
.bottom-menu-item-wrap:hover .batary_image{
width: 90px;
height: 90px;
background-image : url('images/new_style/color/10.jpg');
background-repeat: no-repeat;
}

.im-electr-text:hover  .bottom-menu-text > a {
color:#FF7900;
}
.im-gas-text:hover  .bottom-menu-text > a {
color:#0599C9;
}
.im-warm-text:hover  .bottom-menu-text > a {
color:#043DB0;
}
.im-cold_w-text:hover  .bottom-menu-text > a {
color:#A60102;
}
.im-waste-text:hover  .bottom-menu-text > a {
color:#456C00;
}
/*Dzjuban add **********************************************************************************************************************************/
		
		/*dzjuban*/

.event-item-block {
		overflow: hidden;
		margin-top: 5px;
		/*padding: 2px;*/
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.event-item-image {
		height: 55px;
		width: 55px;
		border-width: 3px;
		border-style: solid;
		border-color: #DCDCDC;
		overflow: hidden;
		float: left;
	}
	
	.event-item-content {
		float: left;
		width: 200px;
	}
	.event-caption {
		/*font-weight: bold;*/
		padding-bottom: 0px;
		color: #444343;
	}
	.event-short-text {
		color: #5c6367;
	}
	.event-datetime {
		padding-top: 0px;
		padding-bottom: 0px;
		color: #0071ba;
	}
/*dzjuban*/

.online-im {
	background-image: url('images/new_style/online_def.png');
	background-repeat: no-repeat;
	height: 100px;
	width: 90px;
}
.online-im:hover {
	background-image: url('images/new_style/online_hover.png');
}
.reg-im {
	background-image: url('images/new_style/reg_def2.jpg');
	background-repeat: no-repeat;
	height: 100px;
	width: 90px;
}
.reg-im:hover {
	background-image: url('images/new_style/reg_hover.jpg');
}

.let-im {
	background-image: url('images/new_style/6.jpg');
	background-repeat: no-repeat;
	height: 100px;
	width: 90px;
}
.let-im:hover {
	background-image: url('images/new_style/5.jpg');
}


.cal-im {
	background-image: url('images/new_style/7.jpg');
	background-repeat: no-repeat;
	height: 100px;
	width: 90px;
}
.cal-im:hover {
	background-image: url('images/new_style/8.jpg');
}


 

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}



