body {
	color: #32312f;
	font-size: 80%;
	line-height: 160%;
	font-family: "Tahoma", sans-serif;
	background: #f8f7f2 url('../images/body_bg.jpg') repeat-x 0 0;
}
a {
	color: #0065b3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #0065b3;
	font-size: 130%;
	position: relative;
	top: -8px;
	left: 0;
	margin: 0 0 10px 0;
	
}

h2 {
	font-size: 110%;
	margin: 14px 0;
}
h3 {
	margin: 14px 0;
}

small {
	color: #888;
}

a.indicator {
	background: transparent url('/application/includes/images/indicator.png') no-repeat 0 60%;
	padding: 0 0 0 20px;
}

.standartList {
	list-style: none;
}

#main {
	position: static;
	min-width: 960px;
	max-width: 1160px;
	padding: 0 20px;
	margin:  0 auto;
	z-index: 5;
}

a#logo {
	display: block;
	float: left;
	width:  33%;
	height: 150px;
	background: transparent url('../images/logo.jpg') no-repeat 30px 50%;
	text-decoration: none;
}

div#header {
	width: 67%;
	height: 110px;
	float: left;
	border-top: 5px solid #303030;
	padding-top: 35px;
}
div#header_contact {
	width: 45%;
	float: left;
}

/* SEARCH_BLOCK begin */

#search_block {
	width: 51%;
	float: right;
}
#search_fs_left {
	height: 45px;
	text-align: right;
	border-bottom: 5px solid #ffcb05;
	margin: 0 80px 0 0;
}

#search_fs_right {
	float: right;
	width:  65px;
	height: 45px;
	border-bottom: 5px solid #0060a4;
}

#search_text {
	width: 134px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	border-top:    1px solid #aaadb2;
	border-right:  1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left:   1px solid #e3e3ed;
	padding: 1px 5px;
}

#search_button {
	width: 100%;
	height: 22px;
	position: relative;
	top: -1px;
	left: 0px;
}

/* SEARCH_BLOCK end */

#icon_map {
	display: block;
	float: left;
	width: 30px;
	height: 20px;
	text-decoration: none;
	background: transparent url('../images/icon_map.gif') no-repeat 50% 50%;
}

#icon_mail {
	display: block;
	float: left;
	width: 30px;
	height: 20px;
	text-decoration: none;
	background: transparent url('../images/icon_mail.gif') no-repeat 50% 50%;
}

/* MENU begin */

div#menu_block {
	width: 33%;
	height: 250px;
	float: left;
	position: relative;	
	background: #595959 url('../images/menu_bg.jpg') no-repeat 100% 0;
}
div#menu_block ul {
	display: block;
	top:  0;
	left: 0;
	padding: 0;
	margin: 21px 0 0 0;
}
div#menu_block ul li {
	display: block;
	height: 26px;
	line-height: 26px;
	line-height: 100% !important;
	top:  0;
	left: 0;
	background: none;
	padding: 0 0 0 30px;
}
div#menu_block ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #8E8E8E;
	padding: 0;
	margin: 0;
}
div#menu_block ul li a.childs {
	background: transparent url('../images/menu_arrow.gif') no-repeat 94% 50%;	
}
div#menu_block ul li.next {
	margin: -3px 0 0 0;
}

div#menu_block ul li a.last {
	border-bottom: none;
}
div#menu_block ul ul {
	width: 100%;
	height: 208px;
	display: none;
	position: absolute;
	top:  0px;
	left: 100%;
	background: transparent url('../images/menu_bg_vline.gif') repeat-y 0 0;
	padding: 21px 0 21px 50px;
	margin: 0 0 0 -50px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
div#menu_block ul ul.two {
	width: 103%;
	left:  200%;
}

div#menu_block ul li.hover {
	background-color: #0065b3 !important;
}
div#menu_block ul li.hover ul {
	display: block !important;
}
div#menu_block ul li.preactive {
	background-color: #0065b3;
}
div#menu_block ul li.preactive ul {
	display: block;
}
div#menu_block ul li.active {
	background-color: #0065b3;
}
div#menu_block ul.mouseover li.preactive {
	background-color: transparent;
}
div#menu_block ul.mouseover li.preactive ul {
	display: none;
}
div#menu_block ul.mouseover li.active {
	background-color: transparent;
}


/*

ul#menu {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	top:  0;
	left: 0;
	width: 33%;
	background: #595959 url('../images/menu_bg.jpg') no-repeat 100% 0;
	border-right: 1px solid #a1a5a8;
	padding: 20px 0 0 0;
	margin: 0;
}
ul#menu li {
	display: block;
	background: none;
	padding: 0;
	background-color: gray;
}
ul#menu li.hover {
	background-color: #0065b3;
}
ul#menu li.hover ul {
	display: block;
}
ul#menu a {
	display: block;
	color: #FFF;
	line-height: 10px;
	text-decoration: none;
	background: transparent url('../images/menu_arrow.gif') no-repeat 94% 50%;
	padding: 0;
	margin: 0;
}

ul#menu li ul {
	display: none;
	position: absolute;
	top:  0;
	left: 300px;
	width: 300px;
	background-color: #595959;
	padding: 0;
	margin: 0;
}

*/

/* MENU end */

div#main_image {
	width: 67%;
	float: left;
	height: 250px;
	background: #dad9d4 url('../images/main_image.jpg') repeat-x 0 0;
	margin: 0 -1px 0 0;
}

/* SUB BLOCKS begin */

div#sub_block_1 {
	float: left;
	width: 33%;
	border-top:    9px solid #0065b3;
	background: #e2e2e0 url('../images/sub_block_1_bg.jpg') no-repeat 20px 20px;
}
div#sub_block_2 {
	float: left;
	width: 33%;
	border-top:    9px solid #383838;
	background: #e2e2e0 url('../images/sub_block_2_bg.jpg') no-repeat 10px 21px;
}
div#sub_block_3 {
	float: left;
	width: 34%;
	border-top:    9px solid #fdce1e;
	background: #e2e2e0 url('../images/sub_block_3_bg.jpg') no-repeat 23px 15px;
	cursor: pointer;
}
div.sub_blocks strong {
	display: block;
	font-size: 110%;
	margin: 124px 30px 0 30px;
}
div.sub_blocks ul {
	list-style: none;
	margin: 10px 30px 20px 30px;
}
div.sub_blocks ul li {
	background: none;
	padding: 0;
}
div.sub_blocks ul a {
	padding: 0 0 0 8px;
}

/* SUB BLOCKS end */

/* COLUMNS begin */

div#left_column {
	width: 33%;
	float: left;
}

div#content {
	width: 67%;
	float: left;
}

/* COLUMNS end */

/* QUESTION begin */

form#question {
	width: 70%;
	border: 1px solid #dddcd7;
	padding: 12px 20px 10px 20px;
}
form#question .answer {
	margin: 1px 0;
}
form#question .answer span {
	color: #0065b3;
}
form#question .answer span.prc {
	display: block;
	float: left;
	width: 46px;
}
form#question .answer input {
	position: relative;
	top: 3px;
	left: 0;
	margin: 0 10px 0 4px;
}

div#question_text {
	margin: 20px 0;
}

h2#question_header {
	display: inline;
	background: transparent url('../images/question_h2_bg.gif') no-repeat 100% 50%;
	padding: 3px 33px 3px 0;
}

a#answer_button {
	line-height: 40px;
	padding: 0 0 0 47px;
}

p#question_other {
	margin: 12px 0 47px 0;
}
p#question_other span {
	color: #0065b3;
	padding: 0 35px 0 20px;
}

.one_question {
	border-bottom: 1px solid #c1bfc0;
	padding: 18px 0;
}
.one_question h3 {
	margin: 0 0 14px;
}
.one_question table {
	width: 85%;
}
.one_question .answer {
	width: 45%;
	padding-right:10px;
}
.one_question .line {
	width: 45%;
}
.one_question .prc {
	width: 15%;
	font-weight: bold;
	color: #0065b3;
}
.one_question div.line {
	height: 10px;
	background: #0065b3 url('../images/q_line.gif') repeat-x 0 0;
	position: relative;
}
.one_question div.line_lt { width: 1px; height: 1px; background-color: #FFF; position: absolute; left:  0; top:    0; }
.one_question div.line_lb { width: 1px; height: 1px; background-color: #FFF; position: absolute; left:  0; bottom: 0; }
.one_question div.line_rt { width: 1px; height: 1px; background-color: #FFF; position: absolute; right: 0; top:    0; }
.one_question div.line_rb { width: 1px; height: 1px; background-color: #FFF; position: absolute; right: 0; bottom: 0; }

#content .question_nav_block {
	border: none;
	margin: 0px;
}

.q_info {
	color: gray;
	position: relative;
	top: -15px;
	left: 0px;
}

/* QUESTION end */

/* ASK BLOCK begin */

#ask_block {
	width: 80%;
}
#ask_line {
	width: 70%;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	background-color: #0065b3;
	border-left:  40px solid #303030;
	border-right:  1px solid #0065b3;
}

#show_answer {
	margin: 12px 0 24px 0;
}

/* ASK BLOCK end */

#visban {
	width: 240px;
	height: 220px;
}
#visban2 {
	width: 240px;
	height: 220px;
	margin-top:24px;
}
#visban3 {
	width: 240px;
	height: 220px;
	margin-top:24px;
}

/* CONTENT begin */

div#direktor_word {
	height: 313px;
}

h2#rss {
	display: inline;
	background: transparent url('../images/rss.gif') no-repeat 90% 58%;
	padding: 0 60px 0 0;
	margin:  0;
	cursor: pointer;
}
h1#blue {
	color: #0065b3;
	font-size: 110%;
	position: relative;
	top: -8px;
	left: 0;
	margin: 0;
}

div#content p {
	margin: 14px 0;
}

div#content .note {
	margin: 16px 0 24px 0;
}

div#content .list_note {
	padding: 0 0 24px 0;
	margin: 16px 0 0 0;
	border-bottom: 1px solid #c0c0c0;
}

/* CONTENT end */

/* NEWS begin */

ul#main_news {
	list-style: none;
	margin: 20px 0 0 0;
}
ul#main_news p {
	margin: 0 20px 0 0;
}
ul#main_news li {
	display: block;
	min-height: 185px;
	//height: 185px;
	float: left;
	width: 50%;
	//width: 48%;
	background: none;
	padding: 0 0 24px 0;
}
ul#main_news li a {
	text-decoration: none;
}
ul#main_news .date {
	position: relative;
	top: -2px;
	left: 0;
	font-size: 85%;
	color: #9d9b9c;
}

div#content .news_list {
	list-style: none;
	margin: 20px 0 0 -10px;
}
div#content .news_list li {
	display: block;
	padding: 10px;
	line-height: auto;
	margin-bottom: 10px;
	background: none;
}
div#content .news_list li.even {
	/* background-color: #eeede8; */
	background-color: #E3E3E3;
}
div#content .news_list li img, #content #news_first img {
	float: left;
	margin: 0 15px 10px 0;
}
div#content .news_list li h3 {
	line-height: auto;
	font-size: 100%;
	margin-top: 0;
}
div#content .news_list li p {
	line-height: 140%;
	margin: 6px 0 6px 160px;
	//margin: 0 0 6px 6px;
}
div#content #news_2 li p {
	margin: 6px 0;
}
div#content .news_list li p.date, #content #news_first p.date {
	color: #767573;
}
div#content .news_list li p.more {
	margin: 0 0 0 160px;
}

div#content #news_list_1 li {
	width: 47%;
	//width: 45%;
	//height: 270px;
	float: left;
	margin: 0;
}
div#content #news_list_1 li.clear {
	//height: 1px;
}
div#content #news_list_1 p {
	margin-left: 0;
}
div#content #news_list_1 h3 {
	min-height: 41px;
	//height: 41px;
}

#news_first {
	border-bottom: 1px solid #c1bfc0;
	padding: 30px 0 5px 0;
	margin: 0 0 30px 0;
}
#news_first h2 {
	font-size: 100%;
	margin: 0;
}
#content #news_first p {
	line-height: 140%;
}
#content #news_first p.date {
	margin: 6px 0 -8px 0;
}

/* NEWS end */

h2#photo_gallery_header {
	margin: 36px 0 18px 0;
}

div#photo_gallery_flash {
	width:  auto;
	height: 120px;
	background-color: #dad9d4;
	padding: 0 11px;
}

/* FOOTER begin */

div#footer {
	border-top: 2px solid #303030;
	padding: 12px 0 0 0;
	margin:  36px 0 0 0;
}
div#footer_left {
	width: 33%;
	float: left;
	padding-bottom: 8px;
}
div#footer_right {
	width: 67%;
	float: left;
	padding-bottom: 8px;
}

p#notice {
	font-size: 80%;
	margin: 18px 0;
}

/* FOOTER end */

/* NAVBLOCK begin */

div.nav_block {
	border-top: 1px solid #c0c0c0;
	padding: 22px 0 0 0;
	margin: 15px 0;
}
div.nav_block a {
	padding: 1px 5px;
	margin: 0 0 0 3px;
}
div.nav_block span {

}
div.nav_block .active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #ebe8e3;
	cursor: default;
}

/* NAVBLOCK end */

/* CONTENT FORM begin */

#content .form {
	width: 49%;
	background-color: #e9e8e3;
	padding: 15px 0px;
}

#content .form fieldset {
	text-align: right;
	padding: 4px 15px;
}
#content .form fieldset.captcha {
	text-align: left;
}
#content .form fieldset.captcha div {
	width: 66%;
	text-align: left;
	margin: 0 4px 0 auto;
}

#content .form fieldset.submit {
	text-align: left;
}

#content .form label {
	display: block;
	float: left;
	text-align: left;
	width: 25%;
	font-size: 85%;
	line-height: 110%;
}
#content .form label sup {
	color: red;
}

#content .form fieldset.sub_header {
	border-top: 1px solid #c0c0c0;
	padding: 8px 15px;
	margin-top: 5px;
}
#content .form fieldset.sub_header label {
	width: auto;
	font-weight: bold;
}

#content .form .full {
	width: 66%;
}
#content .form .dd {
	width: 14%;
	margin: 0 0 0 8px;
	//margin: 0 0 0 4px;
}
#content .form .dd ul, #content .form .dy ul {
	height: 200px;
	overflow: auto;
}
#content .form .dm {
	width: 30%;
	margin: 0 0 0 8px;
	//margin: 0 0 0 4px;
}
#content .form .dy {
	width: 18%;
}
#content .form .dd, #content .form .dm, #content .form .dy {
	float: right;
}

#content .form input.text, #content .form textarea {
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	font-family:   "Tahoma", sans-serif;
	border-top:    1px solid #aaadb2;
	border-right:  1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left:   1px solid #e3e3ed;
	padding: 1px 0 1px 3px;
	margin: 0 -1px 0 0;
}

#content .form .file div {
	width: 66%;
	text-align: right;
	overflow: hidden;
	margin: 0 0 0 auto;
}
#content .form .file input {
	width: 100%;
}

#content .form input.captcha {
	display: block;
	width: 96px;
}

#content .form input.submit {
	padding: 1px 3px;
}

#content .form textarea {
	height: 105px;
}

/* CONTENT FORM end */

/* FAQ begin */

#content #faqList {
	list-style: none;
	margin: 24px 0;
}
#content #faqList li {
	background: none;
	margin: 0 0 24px 0;

	padding:3px 8px;
}
#content #faqList p {
	margin: 0px 0;
}
#content #faqList .answer {
	margin-left: 30px;
}
#content #faqList .answer2 {
	margin-left: 0;
}

#content #faqList small {
	position: relative;
	top: -5px;
	left: 0;
	
}

#content #faqListPrev ol {
	padding: 0 0 0 20px;
}
#content #faqListPrev ol li {
	line-height: 130%;
	padding: 5px 0;
}

/* FAQ end */

/* MAP begin */

#content #map_site li {
	background-position: 16px 9px;
}

/* MAP end */

.search_text .light {
	background-color: #FFF1AF;
	padding: 0 4px;
}

/* BASE begin */

form#baseForm {
	float: left;
}

#basedata {
	margin-left: 52%;
}
#basedata p {
}

/* BASE end */

/* SELECT begin */
	
div.select {
	position: relative;
	top:  0px;
	left: 0px;
	margin: 0 0 0 auto;
}
div.select input {
	display: none;
}
div.select ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #FFF;
	border-color: #AAADB2 #DCDFE6 #E2E9EF #E3E3ED;
	border-style: solid;
	border-width: 1px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
	margin: 0;
}
div.select ul li {
	font-size: 11px;
	text-align: left;
	background: none;
	padding: 0 2px;
}
div.select ul li.hover {
	background: #EEE;
}
div.select ul li.active {
	font-weight: bold;
}

div.select div.input {
	background: #FFF url('../images/select_arrow.gif') no-repeat 100% 50%;
	border-color: #AAADB2 #DCDFE6 #E2E9EF #E3E3ED;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 1px 1px 1px 3px;
	text-align: left;
}
div.full div.input {
	margin: 0 0 0 -4px;
}
div.full ul {
	left: 1px;
	margin: 0 0 0 -4px;
}
	
/* SELECT end */

/* PHOTOGALLERY begin */

#photos {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}
#photos td.item {
	width: 1%;
	background: none;
	vertical-align: top;
	padding: 6px 3px;
}
#photos td a {
	display: block;
	width:  145px;
	height: 145px;
	border: 1px solid #DDD;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 3px;
}
#photos td span {
	display: block;
	line-height: 130%;
	overflow: hidden;
	text-align: center;
}

#scroll ul li {
	background: none;
	padding: 0 10px 0 0;
}

/* PHOTOGALLERY end */

.filesList {
	margin: 18px 0;
}

#counter {
	margin: 12px 0;
}

/* FIRMS begin */

#firms {
	list-style: none;
	padding: 0;
	margin:  18px 0;
}

#firms li {
	background: none;
	padding: 0 0 18px 0;
}

#firms li .img {
	width: 25%;
	display: block;
	float: left;
}
#firms li .desc {
	width: 75%;
	display: block;
	float: left;
}
#firms li .desc p {
	margin: 0;
}

/* FIRMS end */

/* PERSONAL begin */

#personal li {
	width: 50%;
	display: block;
	float: left;
	background: none;
	padding: 0 0 18px 0;
}

#personal li .column_img {
	display: block;
	float: left;
	width: 70px;
}

#personal .role {
	display: block;
	color: #666;
	font-size: 11px;
}
#personal .phone {
	font-size: 11px;
}

#personal2 {
}
#personal2 li {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	background: none;
	padding: 0 0 18px 0;
}
#personal2 li .fio {
	display: block;
	text-align: center;
	margin: 0 25px;
}

#personal3 {
	width: 100%;
}

#personal3 td {
	padding: 2px 8px;
}

#personal3 td .role {
	display: block;
	color: #999;
	font-size: 11px;
}

#personal3 .odd td {
	background-color: #E3E3E3;
}

#onePerson  {
	padding: 0 0 18px 0;
	margin: 18px 0;
}
div#content #onePerson  p {
	margin-top: 0;
}

#onePerson #onePersonImg {
	width: 220px;
	display: block;
	float: left;
}

#onePerson table td {
	padding: 2px 8px 2px 0;
}

.direktor  {
	border-bottom: 1px solid #E3E3E3;
}

/* PERSONAL end */

.vcard .img img {
	border: 1px solid #DDDCD7;
}
#onePersonImg img {
	border: 1px solid #DDDCD7;
}

#personal_chars td {
	vertical-align: top;
}

.one_files { margin-bottom:10px; }






#sub_block { margin:10px 0 60px -1px; background-color:#E2E2E0; }
#sub_block .border_1 { height:2px; line-height:2px; background-color:#0065B3; width:33%; float:left; }
#sub_block .border_2 { height:2px; line-height:2px; background-color:#383838; width:33%; float:left; }
#sub_block .border_3 { height:2px; line-height:2px; background-color:#FDCE1E; width:33%; float:left; }

.rss_in_title {background:url(../images/rss.gif) no-repeat 96px 6px; }
