html, body {
	margin: 0px;
	padding: 0px;
	background: #D8D8D8;
	position: relative;
	font-family: arial;
	font-size: 10pt;
	height: 100%;
	width: 100%;
}

body {
	text-align: center;
}

.forminput, textarea {
	font-size: 9pt;
}

.button {
	background: #C9C9C9;
	border: 1px solid #000;
	font-size: 11px;
	color: #000;
	padding: 2px 15px 2px 15px;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0px;
	width: 100%;
	height: 1px;
	background: #777777;
	text-align: center;
	clear: both;
}

img {
	border: 0px;
}

a {
	color: #3B8A11;
}

/* блоки сайта */

#all {
	text-align: left;
	margin: 0 auto;
	width: 1029px;
	min-width: 1029px;
	max-width: 1029px;
	background: #FFFFFF;
}

#head {
	height: 206px;
	text-align: left;
}

#logo {
	position: absolute;
	float: left;
}

#phone {
	position: absolute;
	float: left;
	padding-left: 749px;
	padding-top: 97px;
}

#knopki {
	position: absolute;
	float: left;
	padding-left: 926px;
	padding-top: 10px;
	font-size: 3pt;
}

#knopki a {
	margin-right: 12px;
}

.menu {
	display: block;
	padding: 20px 0px 0px 54px;
	background: URL("../images/left01.jpg");
}

.menu a {
	font-size: 11pt;
	color: #FFFFFF;
}

.menu img {
	margin-right: 5px;
}

#maintable {
	width: 1029px;
	padding: 0px;
	margin: 0px;
}

.left {
	width: 271px;
	background: URL("../images/left05.jpg") repeat-y;
}

#center {
	width: 718px;
	background: #FFFFFF;
	padding: 20px;
}

#foot1 {
	background: URL("../images/foot01.jpg") no-repeat;
	height: 74px;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 30px;
}

#foot2 {
	background: URL("../images/foot02.jpg") no-repeat;
	height: 44px;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 525px;
}

#foot2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* шрифты */

.titleText {
	color: #4E4B48;
	font-weight: 700;
	font-size: 14pt;
	padding-bottom: 15px;
}

.bigText {
	color: #4E4B48;
	font-weight: 700;
	font-size: 11pt;
	padding-bottom: 7px;
}

.bodyText, .bodyComment {
	color: #4E4B48;
	font-size: 10pt;
	text-align: left;
}

.titleComment {
	color: #4E4B48;
	margin-top: 10px;
	padding-bottom: 4px;
	font-size: 10pt;
	text-align: left;
}

.titleComment a b {
	font-size: 11pt;
}

.bodyComment {
	border: 1px dashed #BBBBBB;
	padding: 3px 4px 3px 4px;
	margin-bottom: 20px;
}

.commentsCount {
	float: right;
	color: #4E4B48;
	font-weight: 700;
	padding-top: 4px;
}

.descrText {
	font-size: 9pt;
	color: #4E4B48;
	text-decoration: none;
}

.pagesText {
	color: #4E4B48;
	text-align: right;
	font-size: 9pt;
}

.errorText {
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}

.commentText {
	color: #777777;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

.navText, .navText a {
	color: #4E4B48;
	font-size: 9pt;
	text-transform: lowercase;
	padding-bottom: 3px;
}

/**************/

.icon {
	margin: 0px 8px 8px 0px;
}

.blockBody, .blockBody2 {
	color: #4E4D4D;
	text-align: justify;
}

.blockBody {
	background: URL("../images/left03.jpg") repeat-y;
	font-size: 11pt;
	padding-left: 54px;
}

.blockBody2 {
	font-size: 10pt;
	padding-left: 30px;
}

.blockBody a, .blockBody2 a {
	color: #4E4B48;
	font-weight: 700;
}

.bannersBlock {
	text-align: center;
}

/**********/

.adminPanel
{
	position: absolute;
	padding: 5px;
	background: #A9A9A9;
	border: 1px solid #000000;
	width: 396px;
	text-align: center;
	z-index: 999;
}

