:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em
}

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

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

/* Headings
================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal
}

h1, .h1 {
	margin: 22px 0 22px 0;
	padding: 0px 0px 0px 0px;
	font: 25px "Times New Roman", Times, serif;
	color: #151f1e;
}

h2 {
	margin: 25px 0 15px 0;
	font: 18px "Times New Roman", Times, serif;
	color: #111;
}

h3 {
	margin: 20px 0 10px 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #151f1e;
}


/* Links
================================================*/
a:link {
	color: #04853b;
	text-decoration: underline
}

a:visited {
	color: #04853b;
	text-decoration: underline
}

a:active {
	color: #04853b;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #f2faf3;
}

/* Lists
================================================*/
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal
}

ul {
	margin: 10px 0px 32px 0;
	list-style-type: none
}

ul * ul {
	margin: 4px 0px 4px 10px
}

ul li {
	margin: 0 0 7px 0px;
	padding: 0px;
	list-style: none;
	background: url('/i/li.gif') no-repeat 0 4px;
	padding: 0 0 0 15px
}

* html ul li {
	height: 1%
}

dl{
	margin: 10px 0
}

dl dt {
	margin: 2px 0
}

dl dd {
	margin: 2px 0 2px 30px
}

/* Tables
================================================*/
table{
	border-collapse: collapse;
	margin: 15px 0px;
	padding: 0px;
	border: 0px none #fff;
}

table td{
	border-color: #AFE0B8;
	border-style: solid;
	border-width: 1px 0px;
	padding: 7px 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table p,
table h1,
table h2,
table h3,
table ul,
table ol
{
	margin: 0px;
	padding: 0px;
}

table th,
table thead td {
	border-color: #AFE0B8;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
	padding: 5px;
	color: #555;
	background: #DAF1DD;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px
}

* html	hr {
	margin: 8px 0px;
	padding: 0px; 
}

/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0
}

.form.redline {
	border-top: 4px solid #90A600
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto
}

.form ul {
	margin: 0;
	padding: 0
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff
}

.form .line.marked label {
	margin-left: 10px
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0
}

.form .line:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.form .line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .form .line {
	height: 1%
}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%
}

.form .formw {
	width: 70%;
	display: block;
	float: left
}

form.descr .formw {
	width: 460px;
	text-align: justify
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand
}

.red {
	color: #E05332
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%
}

/* Clearfix
================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden
}

/* Layout */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #505050;
}

.all {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}

.frame {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.content{
	margin-bottom: 30px;
}
.header {
	padding: 0;
	height: 276px;
	width: 1000px;
	background: url('/i/header.jpg') no-repeat;
	position: relative;
	font-size: 11px;
}

.logo{
	position: absolute;
	left: 66px;
	top: 0px;
	width: 258px;
	height: 144px;
}

.desc{
	position: absolute;
	left: 356px;
	top: 20px;
	width: 260px;
	height: 50px;
	color: #94aca6;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.ask{
	position: absolute;
	left: 643px;
	top: 22px;
	width: 100px;
	height: 50px;
	color: #94aca6;
	padding-left: 52px;
	font: bold 16px/1 "Times New Roman", Times, serif;
	background: url('/i/ico_ask.jpg') no-repeat 0 0;
}

.phone{
	position: absolute;
	left: 820px;
	top: 20px;
	width: 165px;
	height: 50px;
}

.phone_num{
	font: bold 24px "Times New Roman", Times, serif;
	color: #338034;
}
.phone_num span{
	color: #43a34a;
}

.content{
	background: url('/i/content_bg.jpg') repeat-x 0 0;
}

.content_withoutright .col_center{
	width: 690px;
}

.col_left{
	float: left;
	width: 209px;
	margin-left: 20px;
	display: inline;
	font-size: 11px;
}
.col_center{
	float: left;
	width: 455px;
	margin-left: 35px;
	display: inline;
	text-align: justify; 
}

.col_right{
	float: left;
	width: 210px;
	margin-left: 42px;
	display: inline;
	font-size: 11px;
}

.contacts_l{
	background-color: #F2FAF3;
	padding: 10px 20px 20px 20px;
	margin: 10px 0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
.contacts_l p{
	margin: 2px 0px;
}
.contacts_l h3{
	font-size: 13px;
	margin: 10px 0px;
	color: #505050;
}
.contacts_l big{
	font-weight: bold;
	font-size: 16px; 
	color: #007940;
}
.services_item{
	border-top: 1px solid #c4dcdb;
	padding: 5px 0px;
}
.services_item .img{
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	width: 86px;
}
.services_item .text{
	float: left;
	margin: 10px 0px 0px 10px;
	display: inline;
	width: 105px;
	font:  16px/1 "Times New Roman", Times, serif;
}


.aforizm{
	background-color: #F2FAF3;
	padding: 20px 20px 20px 20px;
	margin: 10px 0px;
	font: italic 14px/1.2 "Times New Roman", Times, serif;
}

.aforizm .author{
	margin: 10px 0px 0px 0px;
	font: bold italic 14px/1.2 "Times New Roman", Times, serif;
}

.news{
	margin: 15px 0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.news_date{
	font-weight: bold;
	margin: 2px 0px;
}
.news_link{
	font-weight: bold;
	margin: 2px 0px;
}

.footer {
	margin: 5px auto;
	width: 981px;
	height: 60px;
	position: relative;
	padding: 30px 0 0 0px;
	font-size: 11px;
	background: url('/i/footer.gif') no-repeat;
}

.copy{
	margin: 0px 20px 10px;
}


.hostcms{

	margin: 30px 20px 30px 710px;
	font-size: 10px;
width: 230px;
	color: #F8F8FF;
}
.hostcms a{
	font-size: 10px;
	color: #E6E6E6;
}


ul.menu_left {
	margin: 20px 0px 12px 0px;
	list-style-type: none;
}

ul.menu_left * ul {
	margin: 9px 0px 18px 0px;
}

ul.menu_left li {
	margin: 5px 0;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}

ul.menu_left li span {
	display: block;
	color: #fff;
	height: 37px;
	width: 209px;
	line-height: 34px;
	padding-left: 10px;
	background: url('/i/nav_bg.gif') no-repeat;
}

ul.menu_left li span a{
	color: #fff;
}

ul.menu_left li strong a {
	font-weight: bold;
	text-decoration: none;
}

ul.menu_left li li {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 10px 4px 10px;
	padding: 5px 0px 5px 13px;
	list-style-type: none;
	height: auto;
	width: auto;
	background: #F2FAF3 url('/i/li.gif') no-repeat 4px 10px;
}

ul.menu_left li li.here {
	background-color: #DAF1DD;
}

ul.menu_left li li span{
	background: none;
	height: auto;
	width: auto;
	line-height: 1.3;
}

ul.menu_left li li a{
	color: #188c55;
}


#nav ul{ 
	display: none;
}

#nav span{
	text-decoration: underline;
}

#nav li{
	cursor: pointer;
}

#nav li a.here{
	font-weight: bold;
text-decoration: none;
color: #333;
}


#nav li.open{
	height: auto;
}
* html #nav li.open{
	height: 1%;
}

#nav li.open ul{
	display: block;	
}


#nav li.open ul ul{
	display: none;
}

#nav li.open li.open ul ul{
	display: none;
}


#nav li li.open ul{
	display: block;
}


.path{
font-size:11px;
color: #aaa;
margin: 20px 0px 10px;
}

.path a{ 
font-size:11px;
color: #aaa;
}


#ShowAddComment{

margin: 5px 0px 20px;
}
#ShowAddComment a{
padding: 5px 10px;
font-size: 16px;
font-weight: bold;
background: #099034;
color: #fff;
text-decoration: underline;
}
#ShowAddComment a:hover{
background: #043836;
}

#error{
background-color: red;
color: #fff;
padding: 5px;
margin: 10px 0;
width: 80%;
}

#AddRecord td{
border: 0px none;
}

/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #0B9432;
	background-color: #0B9432;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}



/* states */
.stat-an {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
	//float: none;
	}
.stat-an p{ margin: 0px; }
	.stat-an .img {
		width: 100px;
		margin-right: -100%;
		float: left;
		}
	.stat-an .img .img-l { float: none; }
	.stat-an .text { margin-left: 110; }
	.stat-an .data {
		color: #333;
		font-size: 11px;
		font-weight: bold;
		}
	.stat-an .name {
		font-weight: bold;
margin: 0px 0px 5px 0px;
text-align: left;
		}
