html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

img {border:0;}

table {border-collapse: collapse;}

html, body {height: 100%;}

body {
	color:#000;
	font:normal 14px/19px Arial, Tahoma, serif;
	background:#fff;
	}

p {margin:10px 0;}

ul {margin:10px 0 10px 35px;}
ol {margin:10px 0 10px 30px;}
	ul li,
	ol li {padding-bottom:2px;}

ul.custom-list {
	padding:0;
	margin:10px 0 10px 10px;
	}
	ul.custom-list li {
		padding: 0 0 2px 18px;
		list-style-type: none;
		background: url("images/list-bullet.gif") 0 9px no-repeat;
		display:block;
		}
		
ul.custom-list-square {
	padding:0;
	margin:10px 0 10px 11px;
	}
	ul.custom-list-square li {
		padding: 0 0 2px 18px;
		list-style-type: none;
		background: url("images/square-bullet.gif") 5px 7px no-repeat;
		display:block;
		}

.custom-list-number {
	color:#00923f;
	font-weight:bold;
	}
	.custom-list-number li span {
	color:#000;
	font-weight:normal;
	}

/* Headers
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-left:25px;
	}

h3, h4, h5, h6 {
	line-height:18px;
	}

h1 {font-size:19px; line-height:22px;}
h2 {font-size:18px; line-height:19px;}
h3 {font-size:17px;}
h4 {font-size:16px;}
h5 {font-size:15px;}
h6 {font-size:14px;}

.block-h {
	font-size:18px;
	margin-bottom:12px;
	}

/*  Headers
----------------------------------------end----- */


/*  Links
------------------------------------------------ */

a:link {color:#0a4d93; text-decoration:underline;}
a:visited {color:#0a4d93; text-decoration:underline;}
a:active,
a:hover{color:#000; text-decoration:underline;}

a.color-2:link {color:#00923f;}
a.color-2:visited {color:#00923f;}
a.color-2:active,
a.color-2:hover{color:#000;}

#footer a:link {color:#fff;}
#footer a:visited {color:#fff;}
#footer a:active,
#footer a:hover{color:#454749;}


a.link-dashed {
	text-decoration:none !important;
	}
	a.link-dashed .ld-text {
		border-bottom:1px dotted;
		cursor:pointer;	
		position:relative;
		}

	

/*  Links
----------------------------------------end----- */


/*  Layout structure
------------------------------------------------ */

	#page,
	#footer {
		position:relative;
		margin:auto;
		min-width:1000px;
	  	max-width:1200px;
		_width:expression((document.documentElement.clientWidth)<1000?'1000px':(document.documentElement.clientWidth > 1200? "1200px": "auto")); /* min-max width for IE6 */
		_zoom:1;
		}
	#page {
		background:url("images/page-shadow-left.gif") left top repeat-y;
		min-height:100%;
		}
		.page-right-shadow {
			position:absolute;
			top:0;
			right:0;
			width:9px;
			height:100%;
			background:url("images/page-shadow-right.gif") left top repeat-y;
			}
	* html #page {height: 100%;}
		#page-inner {
			background:url("images/page-shadow-right.gif") right top repeat-y;
			min-height:100%;
			}
		#columns {
			width:100%;
			overflow:hidden;
			position:relative;
			_zoom:1;
			} /* wrapper for IE6 */
			#mainbar {
				width:100%;
	  			float:left;
				}
				#content {
					margin:0 431px 0 0;
					overflow:hidden;
					padding:0 19px 300px 59px;
					min-height:100px;
					}
				#content img { margin: 10px; }
			#right-sidebar {
				float:left;
	  			width:350px;
	  			padding:0 59px 300px 22px;
				margin-left:-431px;
				}

.clear {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
	}

/*  Layout structure
------------------------------------------END--- */


/*  Header
------------------------------------------------ */

#header {
	padding:0 44px;
	height:150px;
	line-height:17px;
	position:relative;
	overflow:hidden;
	}
	.logo {
		position:absolute;
		display:block;
		width:148px;
		height:75px;
		top:30px;
		left:64px;
		}
		.logo-legend {
			position:absolute;
			display:block;
			top:111px;
			left:93px;
			font-size:11px;
			line-height:12px;
			font-weight:bold;
			color:#aeb4ba;
			}
		.logo-slogan {
			position:absolute;
			width:300px;
			display:block;
			top:36px;
			left:233px;
			font-size:18px;
			line-height:22px;
			font-weight:bold;
			font-style:italic;
			color:#454749;
			}
			.logo-slogan-color {color:#00923f;}
	
	.header-info {
		text-align:right;
		padding:5px 0 0 0;
		}
		.auth-link {
			font-size:18px;
			font-weight:bold;
			display:inline-block;
			padding:5px 15px;
			position:relative;
			top:2px;
			//top:6px;	
			}
		.rss-top {margin:0 25px 0 40px; position:relative; top:1px;}
		.header-city {
			font-size:12px;
			}
		.weather-temperature {
			font-weight:bold;
			font-size:14px;
			}
		.weather-img {
			position:relative;
			top:9px;
			margin:0 10px;
			}
	

	/*  Search form
	--------------------------------------------------- */
	
	    .search-form {
			position:absolute;
	    	top:65px;
	    	right:59px;
	    	}
	    .placeholder {
	        width:280px;
	        position:relative;
	        _zoom:1;
	        background:url("images/search-input.png") left top no-repeat;
	        }
	    .block-search-placeholder {width:234px;}
	        .placeholder label {display:block; color:#708087; font-weight:bold;}
	        .input-text {
	            display:block;
	            margin:0;
	            width:250px;
	            border:none;
	            position:relative;
	            padding:8px 15px 7px 15px;
	            background:none;
	            font-family:Arial, serif;
	            //background:url('bg.gif');
	            }
	        .block-search-input-text {
	        	width:224px;
	        	}
	        .placeholder label,
	        .input-text {
	            font-size:12px;
	            line-height:14px;
	            }
	        .placeholder label {
	            position:absolute;
	            top:8px;
	            //top:9px;
	            left:22px;
	            cursor:text;
	            }
	            .hide {left:-9999em !important;}
	
		.search-form-submit {
			position:relative;
			//top:-1px;
			border:none;
			width:37px;
			height:30px;
			background:url("images/search-button.png") left top no-repeat;
			cursor:pointer;
			}
	
	/*  Search form
	---------------------------------------------end--- */	


	#social {	
    background: url("images/social-back.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    position: absolute;
    right: 70px;
    top: 104px;
    width: 116px;
	}
	.soc {
		display: block;
		float: left;
		height: 34px;
		width: 38px;
	}
	.soc.vk {
		background: url("images/social.png") no-repeat scroll -2px 3px transparent;
	}
	.soc.twitter {
		background: url("images/social.png") no-repeat scroll 75px 3px transparent;
	}
	.soc.facebook {
		background: url("images/social.png") no-repeat scroll 37px 3px transparent;
	}
	
/* Header
------------------------------------------END--- */



/*  Top menu
--------------------------------------------------- */

.top-menu-wrap {
	margin:0 44px 35px 44px;
	background:#1a73b4 url("images/top-menu-bg.gif") left top repeat-x;
	}
	.top-menu {background:url("images/top-menu-left.gif") left top no-repeat; _zoom:1;}
		.top-menu-inner {
			background:url("images/top-menu-right.gif") right top no-repeat;
			height:115px;
			}
			.top-menu-table {
				width:100%;

				}
				.top-menu-table td {
					width:25%;
					vertical-align:top;
					}
					.top-menu-list {
						padding:0;
						margin:15px 15px 0 30px;
						list-style-type:none;
						}
						.top-menu-list li {
							padding:0;
							margin:0;
							position:relative;
							}
							.top-menu-list a {
								display:block;
								padding:5px;
								position:relative;
								zoom:1;
								font-size:16px;
								line-height:16px;
								font-weight:bold;
								color:#fff !important;
								text-decoration:none !important;
								border:1px solid transparent;
								white-space:nowrap;
								-webkit-border-radius: 2px;
								-moz-border-radius: 2px;
								border-radius: 2px;
								text-shadow:1px 1px 1px #104c7d;
								_border:none;
								}
								.tm-sel,
								.top-menu-list a:hover {
									background:#00923f;
									border:1px solid #378dca !important;
									border-left-color:#2f679a !important;
									border-top-color:#2f679a !important;
									}

/*  Top menu
---------------------------------------------end--- */



/*  Content elements
------------------------------------------------ */


	/*  Bread crumbs
	--------------------------------------------------- */
	
	.breadcrumbs {
		display:block;
		margin:0 0 5px -10px;
		padding:0;
		list-style-type:none;
		}
		.breadcrumbs li {
			display:inline;
			color:#686a6c;
			font-size:10px;
			background: url("images/breadcrumbs-separator.gif") left 4px no-repeat;
			//background-position:0 10px;
			text-transform:uppercase;
			font-weight:bold;

			}
			.breadcrumbs li a,
			.breadcrumbs li span {
				display:inline-block;
				padding:2px 5px 2px 10px;
				text-decoration:none !important;
				}
			.breadcrumbs-first {background:none !important;}

	
	/*  Bread crumbs
	---------------------------------------------end--- */

	
.news {
	margin-bottom:20px;
	}
	.news-item {
		margin-bottom:20px;
		padding-bottom:15px;
		padding-top:25px;
		background:url("images/news-item.gif") left bottom repeat-x;
		}
	.news-item-first {padding-top:0;}
		.news-item-content {
			overflow:hidden;
			margin-bottom:15px;
			_zoom:1;
			}
		.news-item-h {
			font-size:24px;
			line-height:27px;
			padding-left:5px;
			margin:0;
			}
			.news-item-h a {text-decoration:none !important;}
		.news-category, .news-date-time {
			color:#464d50;
			font-weight:bold;
			font-size:11px;
			line-height:14px;
			text-transform:uppercase;
			display:block;
			padding-left:5px;
			margin-bottom:12px;
			margin-top:3px;
			}
		.news-img {
			display:inline-block;
			padding:1px;
			background:#fff;
			border:4px solid #e4edf5;
			float:left;
			margin:0 15px 0 0;
			}
			.news-img img {display:block; margin: 0 !important;}
		.news-info,
		.news-info-link {
			font-size:12px;
			font-weight:bold;
			position:relative;
			}
		.news-item-text {
			margin:5px 0 0 0;
			padding:0;
			}
		.news-item-info-table {width:100%; overflow:hidden;}
			.niit-right {text-align:right;}
			.news-info-link {
				display:inline-block;
				text-decoration:none !important;
				margin-right:30px;
				}
			.news-info {color:#708087;}


	.b-icon {
		position:absolute;
		display:block;
		background-image:url(images/b-icons.png);
		background-repeat:no-repeat;
		overflow:hidden;
		}
.b-icon-1 {padding-left:30px;}
	.b-icon-1 .b-icon {
		width:22px;
		height:17px;
		top:0;
		left:2px;
		background-position:0 0;
		cursor:pointer;
		}
.b-icon-2 {padding-left:30px;}
	.b-icon-2 .b-icon {
		width:21px;
		height:15px;
		top:2px;
		left:2px;
		background-position:0 -18px;
		cursor:pointer;
		}
.b-icon-3 {padding-left:22px;}
	.b-icon-3 .b-icon {
		width:16px;
		height:10px;
		top:2px;
		//top:4px;
		left:2px;
		background-position:0 -34px;
		}
	

.b-comments {
	display:inline-block;
	height:23px;
	background:url("images/comment-right.gif") right 2px no-repeat;
	padding-right:3px;
	padding-left:3px;
	color:#fff;
	position:relative;
	//top:4px;
	margin-right:5px;
	cursor:pointer;
	}
	.b-comments-left {
		position:absolute;
		top:2px;
		left:0;
		width:2px;
		height:15px;
		background:url("images/comment-left.gif") right top no-repeat;

		}



.detail-h {
	font-size:30px;
	line-height:32px;
	margin:0 0 13px 0;
	}
.detail-img {
	display:inline-block;
	border:4px solid #e4edf5;
	float:left;
	margin:0 22px 8px 0;
	}
	.detail-img img {
		display:block;
		border:1px solid #fff;
		margin: 0px !important;
		}
		
#content blockquote {
	border-left:4px solid #e4edf5;
	background:#00923f;
	color:#fff;
	font-weight:bold;
	margin-left:-5px;
	}
	#content blockquote p {
		border-left:1px solid #fff;
		padding:15px 15px 15px 35px;
		}
		
		
.share-icons {
	border-top:1px solid #e4edf5;
	padding:10px 0 35px 0;
	margin-top:35px;
	}
	.share-icons-list {
		padding:0;
		margin:0;
		list-style-type:none;
		}
		.share-icons-list li {
			padding:0;
			margin:0;
			position:relative;
			float:left;
			}
			.share-icons-list a {
				position:relative;
				display:inline-block;
				padding:5px;
				}
							.share-icons-list a:hover {
				margin-top:-3px;
				}


	/*  Comments
	--------------------------------------------------- */
	
	.comments {margin-bottom:45px;}
		.comments-h {
			font-size:18px;
			font-weight:bold;
			padding:15px 0 7px 0;
			margin:0 0 0 0;
			border-bottom:1px solid #00923f;
			}
			
		.comment-item {
			width:100%;
			margin-bottom:1px;
			}
			.comment-item td {
				padding:15px 0;
				border-bottom:1px solid #e4edf5;
				vertical-align:top;
				}
			.comment-item-col-1 {
				width:30%;
				font-size:11px;
				font-weight:bold;
				line-height:17px;
				}
				.comment-item-col-1 a {text-decoration:none !important;}
				.comment-item-time {display:block;}
				.comment-item-action {
					font-size:12px;
					font-weight:bold;
					display:inline-block;
					margin-top:10px;
					}
					
					
	.add-comment {padding-right:40px; margin-bottom:45px;}
		.custom-textarea {
			margin-top:20px;
			position:relative;
			border:1px solid #dedede;
			background:#fff url("images/textarea-top-shadow.gif") left top repeat-x;
			//zoom:1;	
			width:100%;
			padding:10px 13px 10px 10px;
			background:#eaeaea;
			}
			.custom-textarea-for-ie6 {
				border:none;
				background:none;
				}
			.custom-textarea textarea {
				z-index:10;
				position:relative;
				border:none !important;
				background:none;
				width:100%;
				resize:vertical;
				}
			.ct-corner {
				background-image:url(images/textarea-corners.png);
				background-repeat:no-repeat;
				width:14px;
				height:14px;
				}
				.ct-corner {
					position:absolute;
					background-position:0 0;
					left:0;
					overflow:hidden;
					}
				.ct-cn-tl,
				.ct-cn-tr {top:-1px}
				.ct-cn-bl,
				.ct-cn-br {bottom:-1px}
				
				.ct-cn-tl,
				.ct-cn-bl {left:-1px;}
				
				.ct-cn-tr,
				.ct-cn-br {
					margin-left:100%;
					left:-13px;
					}
					
				.ct-cn-tl {background-position:-14px -14px;}
				.ct-cn-tr {background-position:0 -14px;}
				.ct-cn-bl {background-position:-14px 0;}
				.ct-cn-br {background-position:0 0;}
				
				.add-comment-submit {
					
					
					_zoom:1;
					_padding:0 10px;
					_margin-right:-30px;
					}
					
			.add-comment-buttons {
				text-align:right;
				margin-top:20px;
				}
	
	/*  Comments
	---------------------------------------------end--- */


	/*  Buttons
	--------------------------------------------------- */
	
	.custom-button,
	.custom-button .cb-left,
	.custom-button .cb-right {background-image:url(images/button.png); _background-color:#26a7db;}
	
	.custom-button .cb-left {left:-24px; background-position:0 -30px;}
	.custom-button .cb-right {right:-24px; background-position:0 -60px;}
	
	.custom-button {
		display:inline-block;
		cursor:pointer;
		position:relative;
		//display:inline;
		//zoom:1;
		_zoom:1;
		_zoom:0;
		height:30px;
		}
		.cb-left,
		.cb-right {
			position:absolute;
			display:block;
			top:0;
			_display:none;
			width:24px;
			height:30px;
			}
		.custom-button input {
			border:none;
			background:none;
			overflow:visible;
			text-transform:uppercase;
			font-size:14px;
			font-weight:bold;
			position:relative;
			cursor:pointer;
			font-family:Arial, Tahoma, Verdana, serif;
			z-index:10;
			color:#fff;
			height:30px;
			text-shadow:1px 1px 1px #135c97;
			}

	/*  Buttons
	---------------------------------------------end--- */
	
	
	/*  File icons
	--------------------------------------------------- */
	
	.download-link-pdf,
	.download-link-doc,
	.download-link-xls,
	.download-link-rar,
	.download-link-zip,
	.download-link-docx,
	.download-link-rtf,
	.download-link-xlsx {
		background-image:url(images/file-icons.png);
		background-repeat:no-repeat;
		display:inline-block;
		padding:5px 11px 11px 42px;
		margin-bottom:12px;
		}
	
	.download-link-pdf {background-position:-217px 0;}
	.download-link-doc {background-position:-186px -30px;}
	.download-link-xls {background-position:-155px -60px;}
	.download-link-rar {background-position:-124px -90px;}
	
	.download-link-zip {background-position:-93px -120px;}
	.download-link-docx {background-position:-62px -150px;}
	.download-link-rtf {background-position:-31px -180px;}
	.download-link-xlsx {background-position:0 -210px;}
	
	
	.dl-legend {
		padding-top:0;
		margin-bottom:0;
		text-decoration:none !important;
		
		}
		.dl-legend .dl-text {text-decoration:underline !important;}
		.dl-legend .dl-legend-text {
			display:block;
			color:#353d41 !important;
			font-size:11px;
			}
	/*  File icons
	---------------------------------------------end--- */


.content-coll {
	width:100%;
	}
	.content-coll td {
	vertical-align:top;
	}
	
	
.custom-line-table {
	width:100%;
	margin:10px 0;
	}
	.custom-line-table td {
		padding:20px 0;
		font-size:12px;
		border-bottom:1px solid #e4edf5;
		}
		.clt-h td {
			color:#00923f;
			font-weight:bold;
			font-size:11px;
			border-bottom:2px solid #00923f;
			padding:8px 0;
			}
			
			

			

	/*  Page navigation
	--------------------------------------------------- */
	
	.page-nav {margin-bottom:10px;}
	.page-nav-legend {
		margin:0 0 7px 0;
		padding:0;
		font-size:11px;
		font-weight:bold;
		}
		.page-nav-quantity-info {color:#637178;}
		.page-nav-quantity-info,
		.page-nav-first {margin-right:20px;}
		
	.page-nav-list {
		margin:0 0 0 -8px;
		padding:0;
		list-style-type:none;
		display:block;cursor:default;
		}
		.page-nav-list li {
			margin:0;
			padding:0;
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			//display:inline;
			position:relative;
			font-size:14px;
			cursor:default;
			}
			.page-nav-list li a {
				display:-moz-inline-box;
				display:inline-block;
				padding:2px 7px;
				margin-bottom:3px;
				text-decoration:none !important;
				font-weight:bold;
				border:1px solid #d3d8dd;
				}
				
			.page-nav-prev,
			.page-nav-next {
				padding:0 !important;
				border:1px solid #1182dd !important; 
				margin:0 !important;
				position:relative;
				top:8px;
				//top:1px;
				}
				
			.page-nav-prev img,
			.page-nav-next img {
				display:block;
				}
				
			.page-nav-prev {
				background-position:0 0;
				}
			.page-nav-next {
				background-position:0 -23px;
				}
				
			.page-nav-sel span,
			.page-nav-nolink span {
				display:-moz-inline-box;
				display:inline-block;
				padding:3px 9px;
				margin-bottom:3px;
				}
			.page-nav-sel span {
				background:#00923f;
				color:#fff;
				border:1px solid #00923f;
				font-weight:bold;
				}

				a.page-nav-num:hover {background:url("images/page-nav-sel.gif") center -57px no-repeat; }
	
	/*  Page navigation
	---------------------------------------------end--- */


/* Content elements
------------------------------------------END--- */


/*  Sidebar elements
------------------------------------------------ */

.sidebar-items {
	margin-bottom:45px;
	}
	.sidebar-items-h {
		font-size:20px;
		line-height:23px;
		margin:0 0 15px 0;
		padding:0;
		color:#454749;
		}
		.sidebar-item {
			overflow:hidden;
			margin-bottom:20px;
			}
			.si-date-time {
				display:block;
				width:64px;
				height:15px;
				line-height:15px;
				float:left;
				font-size:10px;
				font-weight:bold;
				background:#00923f url("images/date-time.gif") left top no-repeat;
				text-align:center;
				margin-top:3px;
				margin-right:5px;
				color:#fff;
				}
			.si-link {
				color:#0a4d93;
				font-size:12px;
				font-weight:bold;
				line-height:5px;
				position:relative;
				line-height:19px;
				display:block;
				text-decoration:none !important;
				}
			.si-more {
				font-size:12px;
				position:relative;
				top:-5px;
				display:inline-block;
				font-weight:bold;
				background:url("images/arrow.gif") right 8px no-repeat;
				padding-right:20px;
				text-decoration:none !important;
					}

/* Sidebar elements
------------------------------------------END--- */

	
/*  Footer elements
------------------------------------------------ */
	
#footer {
	position:relative;
	height:225px;
 	margin-top: -225px;
 	color:#fff;
 	overflow:hidden;
 	}
	.footer-inner {
		position:relative;
		margin:0 9px;
		padding:25px 50px 35px 50px;
		background:#00a047;
		height:165px;
		}
		.copyright {
			font-weight:bold;
			margin:0;
			padding:0;
			text-shadow:1px 1px 1px #006e2f;
			}
		.bottom-vertical-list-table {margin-top:12px;}
			.bottom-vertical-list-table td {vertical-align:top; font-size:12px;}
				.bottom-vertical-list {
					padding:0;
					margin:0 40px 0 0;
					list-style-type:none;
					width:200px;
					}
					.bottom-vertical-list li {
						padding:0;
						margin:0;
						position:relative;
						}
						.bottom-vertical-list a {
							display:block;
							padding:2px  0;
							position:relative;
							zoom:1;
							font-size:12px;
							}
							.bvl-sel {color:#454749 !important;}

/* Footer elements
------------------------------------------END--- */


/* Custom table
-----------------------------------*/
.custom-table {margin:.6em 0 1.1em 0; background:#fff;}
	.custom-table-line {background:#f0f2f0;}
	.custom-table-header, th {
		background:#00933f;
		text-align:center;
		font-size:14px;
		color:#fff;
		padding:4px 0 5px 25px;
		font-weight:bold;
		text-shadow:1px 1px 1px #006E2F;
		}
		.custom-table td {
			padding:.3em;
			border:1px solid #000;
			vertical-align:top;
			}

/* Custom table ---end-----*/



code {
	font-size:16px;
	background:#f0f2f0;
	padding:0 2px;
	border:1px dashed #ccc;
	}
.attention-h {
	color:#ff0000;
	}	

