body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font: 12px tahoma, sans-serif;
	color: #313435;
}

body {
	float: left;
	width: 100%;
}

h1 {
	font: normal 20px tahoma;
	text-decoration: none;
	padding-bottom: 20px;
	color: #456617;
}

h1 a {color: #456617 !important;}

h2 {
	font: normal 18px tahoma;
	text-decoration: none;
	padding-bottom: 20px;
	color: #456617;
}

h3 {
	font: normal 20px tahoma;
	text-decoration: none;
	padding-bottom: 15px;
	color: #0d7d06;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #23ac1b; text-decoration: underline}
a:visited {color: #23ac1b; text-decoration: underline}
a:active {color: #23ac1b; text-decoration: underline}
a:hover {color: #23ac1b; text-decoration: none}

.index {
	background: url("/images/index_bg.jpg") no-repeat center top;
}

.inner {
	background: url("/images/inner_bg.jpg") no-repeat center top;
}

#container {
	margin: 0 auto;
	width: 900px;
	padding: 0 50px;
}

#head {
	float: left;
	position: relative;
	width: 900px;
	height: 744px;
}

.inner #head {
	height: 306px;
}

.logo {
	position: absolute;
	left: 50px;
	top: 120px;
}

.inner .logo {
	left: 140px;
	top: 65px;
}

.phone {
	position: absolute;
	right: 5px;
	top: 50px;
	color: #fff;
	font: 40px arial;
	text-align: right;
}

.inner .phone {
	right: 130px;
	color: #017611;
}

.phone p {
	font-size: 13px;
	font-weight: bold;
}

.inner .phone p {
	color: #09881a;
}

.phone span {
	position: relative;
	top: -11px;
	color: #06c120;
	font-size: 25px;
}

.menu {
	position: absolute;
	left: 75px;
	top: 678px;
	list-style: none;
}

.inner .menu {
	top: 240px;
}

.menu li {
	float: left;
	position: relative;
	display: inline;
	width: 85px;
	height: 66px;
	text-align: center;
	margin-right: 18px;
	overflow: hidden;
}

.menu a {
	float: left;
	width: 75px;
	height: 37px;
	padding: 29px 5px 0 5px;
	background: url("/images/highlight.png") no-repeat;
}

.menu a:link {color: #0d6208; text-decoration: underline}
.menu a:visited {color: #0d6208; text-decoration: underline}
.menu a:active {color: #0d6208; text-decoration: underline}
.menu a:hover {color: #474946; text-decoration: none; background-position: 0 -66px;}

.menu .active a {
	color: #474946 !important;
	text-decoration: none !important;
	background-position: 0 -66px !important;
}

#content {
	float: left;
	width: 100%;
	padding-top: 40px;
}
#content p {
	margin-bottom: 15px;
	text-align: justify;
}
#content ul {margin: 10px 0 10px 0;}
/*.text {
	line-height: 17px;
}

.text p {
	padding-bottom: 15px;
}*/

#footer {
	float: left;
	width: 100%;
	height: 86px;
	position: relative;
	margin-top: 30px;
	line-height: 17px;
	border-top: 1px solid #e9f6e7;
}

.copyrights {
	position: absolute;
	left: 0;
	top: 25px;
	color: #156c9f;
}

.developer {
	position: absolute;
	right: 0;
	top: 25px;
}

.text ul {
	padding-left: 15px;
}

.text ul li {
	padding-bottom: 8px;
}

.comments {
	list-style: none;
	line-height: 17px;
}

.comments li {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

.comment_top {
	float: left;
	display: inline;
	width: 805px;
	margin: 0 0 0 10px;
	height: 28px;
	font-size: 0;
	background: url("/images/cloud.png") no-repeat;
}

.comment_bottom {
	float: left;
	display: inline;
	width: 805px;
	margin: 0 0 0 10px;
	height: 11px;
	font-size: 0;
	background: url("/images/cloud.png") no-repeat 0 -28px;
}

.comments blockquote {
	float: left;
	display: inline;
	font: italic 12px tahoma;
	width: 767px;
	padding: 8px 18px;
	margin-left: 10px;
	color: #6f6f6f;
	line-height: 17px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

.list {
	padding-top: 5px;
	font-size: 14px;
	list-style: none;
}

.list li {
	padding-bottom: 15px;
}

.articles {
	float: left;
	width: 950px;
	margin-right: -50px;
	list-style: none;
}

.articles li {
	float: left;
	width: 425px;
	padding: 25px 50px 0 0;
}

.vrezka {
	float: right;
	width: 250px;
	margin: 0 0 10px 20px;
	padding: 20px;
	background: #a3ec9f;
	border: 1px solid #0d6208;
	text-align: center;
}
