body {
	background:url(../img/body_back.png) left top repeat-x #e4e4e4;
	font-family:Arial, sans-serif;
	font-size:15px;
}

table {
	border-spacing:0;
	border-collapse:collapse;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}
h1 {
	font-size:32px;
	line-height:110%;
	margin-bottom:20px;
}

a {
	color:#343636;
	text-decoration:underline;
}
a:hover {
	color:#0081c2;
}

#wrapper {
	min-width:1200px;
	max-width:1500px;
	margin:0 auto;
}

#header {
	background:url(../img/header_back.png) left top repeat-x;
	height:180px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
	box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	position:relative;
}
#header .banners {
	text-align:center;
	margin:0 290px 0 230px;
	padding-top:22px;
}
#header .logo {
	background:url(../img/logo.png) left top no-repeat;
	position:absolute;
	width:160px;
	height:140px;
	top:20px;
	left:39px;
}
#header .weather {
	position:absolute;
	right:23px;
	top:23px;
}

#menu {
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
#menu .mInner {
	margin-right:60px;
	margin-left:40px;
}
#menu .mInner a {
	float:left;
	color:#6a6b6b;
}
#menu .mInner a:hover {
	color:#000;
}
#menu table {
	width:100%;
}

#mainNewsBlock {
	background:#f6f7f7;
	border:#a3a3a3 1px solid;
	min-height:211px;
	padding:15px;
	position:relative;
	border-radius:3px;
}
#mainNewsBlock #calendar {
	float:right;
	font-size:10px;
}
#mainNewsBlock .mnbInner {
	overflow:hidden;
	margin-right:210px;
	position:relative;
	overflow-y:hidden;
}
#mainNewsBlock .mnbCol {
	float:left;
	width:23%;
	margin-right:2%;
}
#mainNewsBlock .mnbNews {
	margin-bottom:13px;
	font-weight:bold;
	font-size:13px;
	line-height:130%;
}
#mainNewsBlock .mnbNews a {
	color:#555;
}
#mainNewsBlock .mnbNews a:hover {
	color:#000;
}
#mainNewsBlock .mnbSlider {

}
#mainNewsBlock .sldrButton {
	background:url(../img/slider_buttons.png) -1px top no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top:-34px;
	right:60px;
	cursor:pointer;
}
#mainNewsBlock .sldrButton.right {
	background-position:-22px top;
	right:30px;
}

#middleDiv {
	margin-top:15px;
}
.sidebars {
	float:right;
	width:495px;
}
.sidebars .sidebar {
	width:240px;
}
.sidebars .left {
	float:left;
}
.sidebars .right {
	float:right;
}
.sidebars .block {
	background:#79caf6;
	margin-bottom:15px;
	border-radius:2px;
}
.sidebars .block .blTitle {
	background:url(../img/block_title_back.png) left top repeat-x;
	border-radius:2px;
}
.sidebars .block .blTitle h2 {
	background:url(../img/block_title_glyph.png) 10px 10px no-repeat;
	padding-left:36px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	height:36px;
	line-height:36px;
	margin-bottom:0;
}
.sidebars .block .blContent {
	padding:10px;
	font-size:13px;
	line-height:120%;
}
.sidebars .block .blContent a:hover {
	color:#fff;
}

.blockTopNews .btnItem {
	margin-bottom:12px;
}
.blockTopNews .btnComments {
	background:#7f7f7f;
	float:right;
	line-height:22px;
	padding:0 4px;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	margin:0 0 5px 5px;
}

#content {
	background: #fefefe;
	padding: 17px;
	margin-right:510px;
	box-shadow:0 0 4px rgba(0, 0, 0, .1);
	border-radius:2px;
}
#content .contentInner {
	width:100%;
	float:left;
}

#footer {
	background:url(../img/footer_back.png) left top repeat-x;
	height:220px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	margin-top:40px;
	position:relative;
	box-shadow:0 -1px 2px rgba(255, 255, 255, .7);
}
#footer .logo {
	background:url(../img/footer_logo.png) left top no-repeat;
	width:160px;
	height:140px;
	position:absolute;
	left:39px;
	top:37px;
}
#footer .fInner {
	margin-left:235px;
	margin-right:40px;
	padding-top:40px;
}
#footer .counters {
	float:right;
}
#footer .copyright {
	color:#fff;
	font-weight:bold;
}
#footer .copyright a {
	color:#fff;
}
#footer .copyright a:hover {
	color:#333;
}

.searchBlock input {
	width:193px;
}
.sidebars .banner, .banners .banner {
	margin-bottom:15px;
}

#comments textarea {
	width:70%;
	height:100px;
	resize:vertical;
}
#comments .form-horizontal .control-label {
	width:220px;
}
#comments .form-horizontal .controls {
	margin-left:235px;
}
#comments .form-horizontal .form-actions {
	padding-left:235px;
}
#comments h3 {
	margin-top:30px;
}
#comments .comment {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #ddd dotted;
}
#comments .comment:hover {
	background:#ffffdd;
}
#comments .comment .cControls {
	float:right;
	font-size:12px;
}
#comments .comment .author {
	margin-bottom:5px;
	font-size:13px;
}
#comments .comment .author .autName {
	font-weight:bold;
}
#comments .comment .author .autDate {
	font-style:italic;
}

.klinks, .klinks a:link, .klinks a:visited, .klinks a:active {font-size:10px;text-align:center;}