/* Анонсы новостей на главной в хедере */
#announces {
	width: 51%;
	height: 125px;
	display: block;
	position: absolute;
	top: 25px;
	left: 45.5%;
}
	#announces img {
		border-left: 4px solid #f3c340;
		padding-left: 1px;
		background: #c4964e;
		margin: 0 7px 4px 0;
		float: left;
	}
	#announces h5 { height: 65px; margin: 0 10px 0 0; vertical-align: middle; display: table-cell; }
	#announces h5 a { display: block; color: #fff; font: bold 12px Arial, Helvetica, sans-serif !important; }
	
	#announces h5 a {
		margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
	}

	
	#announces p { 
		color: #edf0f8;
		font: 11px Arial, Helvetica, sans-serif;
		padding-top: 12px;
		clear: both;
		zoom: 1;
	}
		
/* Второстепенное меню (сервисы) главной страницы */
ul#services { background: url(../img/tabs.gif) no-repeat 0 0; }
	li#services-left { width: 265px; }
	li#services-right { width: 277px; }
ul.first-tab { background: url(../img/tabs.gif) no-repeat 0 -45px !important;}
ul.second-tab { background: url(../img/tabs.gif) no-repeat 0 -90px !important; }
ul#services ul { left: 0; }
ul#services ul div { float: left; }
ul#services ul ul {
	margin: 0 30px 0 0 !important;
	margin: 0 20px 0 0 !important;
	float: left;
}

		
/* Блок Цитата */
#smart-cite {
	margin: 55px 7% 0 0;
	zoom: 1;
}

#smart-cite blockquote {
	position: relative;
	text-align: right;
	font: italic 100% Georgia, 'Times New Roman';
	padding: 0 0 0 20%;
}

#smart-cite blockquote span.lq {
	width: 12px;
	height: 12px;
	background: url(../img/sprite.gif) no-repeat 0 -297px;
	display: inline-block;
	margin-right: 2px;
}

#smart-cite blockquote span.rq {
	position: absolute;
	right: -15px;
	bottom: 0;
	_bottom: auto;
	width: 12px;
	height: 12px;
	background: url(../img/sprite.gif) no-repeat -12px -297px;
	display: inline-block;	
}

#smart-cite p { zoom: 1; text-align: right; padding: 15px 0 0 0; color: #8d8c8c; }


/* Новости на главной странице */
h1.news-header { margin-bottom: 20px !important; }
h1.news-header span { border-bottom: 3px solid #f3c13c; }

#news-important { float: left; width: 55%; }
	#news-important .news-item {
		overflow: hidden;
		zoom: 1;
		margin: 0 30px 0 0;
	}
	
	#news-important hr { width: 92% !important; }
	@media all and (min-width: 0) {#news-important hr {margin-left: -32px; }}
	
	#news-important .news-item img {
		padding: 4px;
		float: left;
		background:  url(../img/img-bg.gif) no-repeat;
		margin: 0 7px 3px 0;
		border: 0 !important;
	}
	
	#news-important .news-item h4 { margin: 4px 0 4px 0; clear: none;}
	#news-important .news-item h4 a { font: bold 100% Arial; }
	#news-important .news-item p.news-date {
		color: #484848;
		clear: none !important;
		font-size: 100% !important;
	}
	#news-important .news-item p { clear: both; font-size: 120%; margin: 0; }

#news-list { float: left; width: 45%; }
	#news-list ul { list-style: none; padding: 0; margin: 0; }
	#news-list ul li {
		background: url(../img/sprite.gif) no-repeat 0 -420px;
		padding: 0 0 0 10px;
		margin: 0 0 20px 0;
	}
		#news-list ul li p.news-date { margin-bottom: 3px !important; font-size: 90%; color: #000; }
		#news-list a.more-news { background: url(../img/sprite.gif) no-repeat -30px -295px; padding: 0 0 0 14px; font-weight: bold; }
		
		#bannerTop { position: absolute; top: 25px; left: 39%;  }
		#bannerTop img { border: none }