/*******************Общие**************************/
html, body, p, ul, ol, li, form, fieldset, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}
html, body {
	color: #333;
	background: #CFE6EA;
}
body {
	font-size: 100%;
	font: 75%/1.2em Verdana, Helvetica, Arial, sans-serif;
}
p, ul {
/*	margin-bottom: 1em;*/
}
p, li {

	line-height: 1.426em;
}
img {
	border:0 none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #1F537B;
}
a:hover, a:active, a:focus {
	color: #fb6948;
	text-decoration: none;
}
.list-item li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: transparent url(i/list-item.png) no-repeat left 3px;
	margin: 0;
	padding: 0 0 0 20px;
}
.center {
	text-align: center;
}
/************** Верх ****************/
#header {
	margin: 0px auto;
	min-height: 10em;
	position: relative;
	width: 940px;
}
h1 {
	float: left;
	font-size: 1em;
	height: 40px;
	padding-top: 20px;
}
#content {
	margin: 0px auto;
	width: 985px;
}
#box {
	background-color: white;
	float: left;

	width: 940px;
}
#top {
	background: url(i/top.png) no-repeat 50% 0%;
	background-color: white;
	clear: both;
	color: #A8ABAA;
	font-size: 1.7em;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	width: 940px;
}
#left {
	float: left;
	margin: 0;
	padding: 0;
}
.sidebox img {
	vertical-align: middle;
}
#center {
	float: left;
	margin:0 10px 10px 10px;
	padding: 0;
	width: 520px;
	min-height: 600px;
}
#right {
	float: right;
}
.sidebox {
	margin: 0px 10px 10px 20px;
	width: 160px;
	font-size: 0.9em;
}
.sidebox .title {
	background-color: #90D5EC;
}
.sidebox .title .top {
	background: url(i/sidebox_top.png) no-repeat 50% 0%;
	height: 5px;
}
.sidebox .title .bottom {
	background: url(i/sidebox_bottom.png) no-repeat 50% 100%;
	clear: both;
	height: 10px;
}
.sidebox .title.yellow .top {
	background: url(i/sidebox_top_yellow.png) no-repeat 50% 100%;
}
.sidebox .title.yellow .bottom {
	background: url(i/sidebox_bottom_yellow.png) no-repeat 50% 100%;
}
.sidebox .title h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 0 4px;
	background: #90D5EC;
}
.sidebox .title.yellow h2 {
	background-color: #E4CA0C;
}
.sidebox ul {
	padding-top: 10px;
	background: #ffffff;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.sidebox li a {
	border-bottom: 1px solid aliceBlue;
	color: #777;
	display: block;
	min-height: 11px;
	padding: 7px;
	width: 146px;
}
.sidebox li a {
	color: #777777;
	text-decoration: none;
	width: 146px;
	min-height: 11px;
	padding: 7px;
	display: block;
	border-bottom: 1px solid #F0F8FF;
}
.sidebox li a:hover {
	background: url(i/menu_hover.png) repeat-x bottom;
}
.sidebox li.active a {
	background: url(i/menu_active.png) repeat-x bottom;
	border-bottom: 1px solid #DEF3C4;
}
.side {
	background: #fff;
}
#center-box {
/*margin: 20px 0px 0px;*/
	margin: 0px 0px 0px;
	padding: 0px;
	width: 550px;
}
.main-box {

	background: #F0FAFD;
}
.main-box .bottom {
	background-image: url(i/main_bottom.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	clear: both;
	height: 10px;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	z-index:2;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 120px;
	height: 35px;
	z-index:2;
	cursor: pointer;
	border-left: 1px solid #90D5EC;
	background: #F0FAFD;
}
.kwicks li a {
	background: url(i/sprites_menu.png) no-repeat;
	font-size: 9px;
	letter-spacing: -0.07em;
	color: #666665;
	height: 40px;
	outline:none;
	display:block;
	z-index:100;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -3px;
	margin-left: 5px;
}
.kwicks li h3 {
	position: absolute;
	width: 120px;
	font-size: 8px;
	color: #999;
	letter-spacing: -0.02em;
	outline: none;
	z-index:0;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
	left: 0px;
	top: 15px;
	right: 0px;
	bottom: 0px;
}
.kwicks a:hover, .kwicks #active {
	color: #3399FF;
}
.kwicks li a:hover h3, .kwicks li #active h3 {
	color: #999;
}
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5,
#kwick_1-index, #kwick_2-index, #kwick_3-index {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 110px;
}
#kwick_1 {
	left: 0px;
	border: none;
}
#kwick_2 {
	left: 100px;
}
#kwick_3 {
	left: 220px;
}
#kwick_4 {
	left: 340px;
}
#kwick_5 {
	right: 0px;
}
#kwick_1 a {
	background-position: 0px 0px;
}
#kwick_2 a {
	background-position:0px -50px;
}
#kwick_3 a {
	background-position:0px -100px;
}
#kwick_4 a {
	background-position:0px -150px;
}
#kwick_5 a {
	background-position:0px -200px;
}
#kwick_1-index, #kwick_2-index, #kwick_3-index {
	width: 136px;
}
#kwick_1-index {
	left: 0px;
	border: none;
}
#kwick_2-index {
	left: 100px;
}
#kwick_3-index {
	right: 0px;
}
#kwick_1-index a {
	background-position: 0px -250px;
}
#kwick_2-index a {
	background-position: 0px -300px;
}
#kwick_3-index a {
	background-position: 0px -350px;
}
#kwick_4-index a {
	background-position: 0px -400px;
}
.news {
	padding: 1em;
}
.news .news-block {
	padding-top: 1em;
	border-top: 1px dashed #DDE4EB;
}
.news .head {
	font-size: 1.3em;
	padding-top: 0.5em;
}
.news .head.orange {
	font-size: 1.2em;
	color: #F37100;
}
.news .head.orange a {
	color: #F37100;
}
.news .head.orange span a {
	color: #21547B;
}
/************ Новости **********/
.entry-content {
	padding-bottom: 1em;
	overflow: hidden;
	width: 100%;
	font-size: 1.084em;
}
.entry-content ul, .entry-content ol {
	padding: 0.5em 0 0.5em 2em;
	list-style-type: circle;
}
.entry-content ol {
	padding-left: 2.5em;
	list-style-type: decimal;
}
.entry-content ol p, .entry-content ul p {
	padding: 0;
}
.entry-content ol.alpha {
	list-style-type: upper-alpha;
}
.entry-content h5, #brd-wrap .entry-content h5 * {
	font-weight: bold;
	font-size: 1.084em;
	padding: 0.5em 0;
}
.entry-content img {
	vertical-align: text-top;
}
.entry-content .quotebox, .entry-content .codebox, .entry-content .spoiler-text, .entry-content .hide-text {
	border-style: solid;
	border-width: 1px;
	margin: 0.75em 1em;
	padding: 1em 0.75em;
}
.entry-content .quotebox, .entry-content .codebox {
	background: #fff;
	border-color: #ddd;
}
.spoiler-head, .hide-head {
	cursor: pointer;
	color: #00569c;
}
.spoiler-head span, .hide-head span {
	font-weight: normal;
}
.spoiler-text, .hide-text {
	display: none;
	color: #333;
	cursor: auto;
}
.news-info {
	border-bottom: 1px solid #C7CCD0;
	padding: 0.5em 0 0.5em 0.5em;
}
.news-info.right {
	float: right;
}
/************ ***************/
.download {
	background: url(i/load.png) no-repeat;
}
.download a {
	padding-left: 20px;
}
.options {
	padding: 0.8em;
}
.options span {
	margin: 0px 0px 0px 0.5em;
	padding: 0px 0px 0px 0.5em;
}
#gallery {
	padding: 10px;
}
#gallery ul {
	list-style: none;
	padding-top: 1em;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid  #90D5EC;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
.button {
	position: relative;
	top: 10px;
	background: #B2D40A;
	border: 2px solid #008F04 ;
	padding: 5px 10px;
}
strong.button {
	color: #fff;
}
/********* Низ ********************/
#footer {
	background-color: #222;
	border-top: 1px solid #444;
	clear: both;
	color: #888;
	font-size: 1.1em;
	height: 150px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	font-size: 0.8em;
}
#footer-box {
	background-color: #2F2F2F;
	left: -22px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
	width: 940px;
}
#footer a {
	color: #999;
}
.srl {
	color: #474646;
}
#copyright {
	font-size: 1em;
	margin: 0px;
	padding-top: 30px;
	width: 945px;
}