* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2 {
	line-height: 30px;
}
h1, h2, p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
ol li {
	 background: none!important;
	 padding-left: 0!important;
}
#wrapper {
	width: 1236px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* Header
 -----------------------------------------------------------------------------*/
#header {
	height: 309px;
	background: #FFE680;
	position: relative;
}
.home {
	display: block;
	height: 107px;
	left: 556px;
	position: absolute;
	top: 28px;
	width: 111px;
}
.mail {
	display: block;
	height: 27px;
	position: absolute;
	right: 27px;
	top: 26px;
	width: 151px;
}
.screp {
	background: url("../_/screp.png") repeat-x scroll 0 0 transparent;
	height: 60px;
	position: absolute;
	top: 297px;
	width: 100%;
	z-index: 100;
}
/* Middle
 -----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 424px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 28px 270px 25px 262px;
}
#content ol {
	margin-left: 31px;
}
#content ul {
	list-style:none;
}
#content ul li {
	background: url('../_/check.png') no-repeat;
	margin-bottom: 5px;
	padding-left: 27px;
	text-align: justify;
}
.cBtop {
	background: url('../_/center/top.png') no-repeat;
	width: 714px;
	height: 17px;
}
.cBmid {
	background: url('../_/center/mid.png') repeat-y;
	width: 664px;
	padding:12px 39px 17px 24px;
}
.cBbot {
	background: url('../_/center/bot.png') no-repeat;
	width: 714px;
	height: 14px;
}

.doc{
	font-size: 20px!important;
	margin: 10px;
	font-weight: normal;
}
.doc li{
	margin-bottom: 27px!important;
	text-align: left!important;
	background-position: 0 8px!important;
}
.count{
	padding-left: 35%;
}
/* Sidebar Left
 -----------------------------------------------------------------------------*/
#sideLeft {
	position:relative;
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}
.lBlock {
	position: relative;
	width: 229px;
	margin: 28px 10px 25px 0px;
}
.lBtop {
	background: url('../_/left/top.png') no-repeat;
	width: 244px;
	height: 24px;
}
.lBmid {
	background: url('../_/left/mid.png') repeat-y;
	width: 244px;
	padding-bottom: 1px;
}
.lBbot {
	background: url('../_/left/bot.png') no-repeat;
	width: 244px;
	height: 25px;
}
.lBmid ul li {
	background: url('../_/left/but.png') no-repeat;
	height: 28px;
	list-style: none outside none;
	margin: 0 0 0 8px;
	padding-top: 5px;
	text-align: center;
	width: 228px;
}
.oglavlen {
	font-size: 14px;
	font-weight: bold;
}
.lBmid ul li:hover {
	background: url('../_/left/but.png') 0 1px no-repeat;
}
.lBmid ul li a {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
/* Sidebar Right
 -----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	padding-top: 26px;
	position: relative;
}
.shema {
	width: 225px;
	padding-left: 8px;
	margin-bottom: 25px;
}
/* Footer
 -----------------------------------------------------------------------------*/
#footer {
	background:url('../_/footer.jpg') center bottom no-repeat;
	width:1236px;
	margin:-424px auto 0;
	height:424px;
	position: relative;
}
.aleft, .aright {
	display:block;
	height:237px;
	position:absolute;
	top:88px;
	width:173px;
}
.aleft {
	background:url('../_/aleft.jpg') no-repeat;
	left:38px;
}
.aright {
	background:url('../_/aright.jpg') no-repeat;
	right:47px;
}
