/*** Yahoo! CSS Reset ***/

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/*** Общие свойства ***/

@font-face {
	font-family: 'NatGroteskRegular';
	src: url('fonts/natgrotesk.eot');
	src: local('O'), url('fonts/natgrotesk.woff') format('woff'), url('fonts/natgrotesk.ttf') format('truetype'), url('fonts/natgrotesk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NatGroteskBold';
	src: url('fonts/natgroteskboldregular.eot');
	src: local('O'), url('fonts/natgroteskboldregular.woff') format('woff'), url('fonts/natgroteskboldregular.ttf') format('truetype'), url('fonts/natgroteskboldregular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NatGroteskItalic';
	src: url('fonts/natgroteskitalic.eot');
	src: local('O'), url('fonts/natgroteskitalic.woff') format('woff'), url('fonts/natgroteskitalic.ttf') format('truetype'), url('fonts/natgroteskitalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
  margin: 14px 0;
}

.p1 {
  margin-top: 24px;
}

.nobr {
  white-space: nowrap;
}

small, .small, .text_marked_small, .text_success_small, small *, .text_small *, .text_marked_small *, .text_success_small * {
  font-size: 12px;
}

.big, .text_marked_big, .big *, .text_marked_big * {
  font-size: 18px;
}

.text_marked, .text_marked_small, .text_marked_big {
  color: #ed2c38;
}

.text_success, .text_success_small {
  color: #12aa2e;
}

/*** Ссылки ***/

a:link, a:visited {
  text-decoration: underline;
  color: #0386c7;
}

a:hover, a:active {
  color: #ed2c38;
}

.doc_href, .docx_href, .ppt_href, .pptx_href, .xls_href, .xlsx_href, .rar_href, .zip_href, .pdf_href, .jpg_href, .png_href, .gif_href, .external_href {
  padding: 0 0 0 22px;
}

.doc_href {
  background: url('../files_icons/doc.gif') left top no-repeat;
}

.docx_href {
  background: url('../files_icons/docx.gif') left top no-repeat;
}

.ppt_href {
  background: url('../files_icons/ppt.gif') left top no-repeat;
}

.pptx_href {
  background: url('../files_icons/pptx.gif') left top no-repeat;
}

.xls_href {
  background: url('../files_icons/xls.gif') left top no-repeat;
}

.xlsx_href {
  background: url('../files_icons/xlsx.gif') left top no-repeat;
}

.rar_href {
  background: url('../files_icons/rar.gif') left top no-repeat;
}

.zip_href {
  background: url('../files_icons/zip.gif') left top no-repeat;
}

.pdf_href {
  background: url('../files_icons/pdf.gif') left top no-repeat;
}

.jpg_href {
  background: url('../files_icons/jpg.gif') left top no-repeat;
}

.png_href {
  background: url('../files_icons/png.gif') left top no-repeat;
}

.gif_href {
  background: url('../files_icons/gif.gif') left top no-repeat;
}

.arrow_href {
  padding-left: 15px;
  background: url('arrow_href.png') left no-repeat;
}

.external_href {
  background: url('external_href.png') left top no-repeat;
}

/*** Заголовки ***/

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-family: 'NatGroteskBold', 'Tahoma', sans-serif;
  font-weight: normal;
}

h1, h1 * {
  font-size: 32px;
}

h1 {
  margin: 0 0 20px 0;
  color: #085e25;
}

h2, h2 * {
  font-size: 28px;
}

h2 {
  margin: 24px 0 12px 0;
  color: #085e25;
}

h3, h3 * {
  font-size: 24px;
}

h3 {
  margin: 20px 0 10px 0;
  color: #085e25;
  font-style: italic;
}

h4, h4 * {
  font-size: 22px;
}

h4 {
  margin: 20px 0 10px 0;
  color: #085e25;
}

/*** Списки ***/

ul li, ol li {
  margin: 12px 0 0 40px;
}

/***  Структура страницы ***/

html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font-size: 15px;
  font-family: 'NatGroteskRegular', 'Tahoma', sans-serif;
  width: 100%;
  height: 100%;
  background: #fafafa url('bg.jpg');
}


strong {
  font-weight: normal;
  font-family: 'NatGroteskBold', 'Tahoma', sans-serif;
}

em {
  font-style: normal;
  font-family: 'NatGroteskItalic', 'Tahoma', sans-serif;
}

.wrapper {
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #fcfefd;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  border-left: #efefef 1px solid;
  border-right: #efefef 1px solid;
}

.header {
  height: 350px;
  background: url('bg_top.jpg') left top no-repeat;
}

.middle {
  width: 100%;
  padding: 0 0 200px;
  position: relative;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.container {
  width: 100%;
  float: left;
  overflow: hidden;
}

.content {
  padding: 0 250px 25px 250px;
}

.content-inner {
  padding: 0 30px 25px 250px;
}

.left-sidebar {
  float: left;
  width: 240px;
  margin-left: -100%;
  padding: 0 0 25px 0;
  position: relative;
}

.right-sidebar {
  float: left;
  width: 200px;
  margin: 0 0 0 -225px;
  padding: 5px 15px 25px 0;
  position: relative;
}

.footer {
  margin: -200px auto 0;
  min-width: 1000px;
  max-width: 1400px;
  height: 200px;
  background: url('bg_bottom.jpg') bottom right no-repeat;
  background-size: 1000px;
  position: relative;
}

/***  Шапка ***/

#logo, #logo_link {
  width: 220px;
  padding: 80px 0 0 118px;
}

#logo h1, #logo_link h1 {
  padding: 0;
  margin: 0;
}

#logo, #logo *, #logo_link, #logo_link * {
  text-align: center;
  color: #fff;
}

#logo h1, #logo_link h1, #logo h1 *, #logo_link h1 * {
  font-family: 'NatGroteskBold', 'Tahoma', sans-serif;
  font-size: 14px;
  margin: 3px 0;
}

#logo h2, #logo_link h2, #logo h2 *, #logo_link h2 * {
  font-family: 'NatGroteskRegular', 'Tahoma', sans-serif;
  font-size: 11px;
  margin: 0;
}

#logo_link:hover {
  cursor: pointer;
}

#logo_link:hover * {
  opacity: 0.8;
}

/***  Главное меню ***/

.suckertreemenu {
  margin: 0 0 25px 25px;
}

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

.suckertreemenu ul li {
  position: relative;
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  background: none;
  white-space: normal;
  width: 200px;
  background: #085e25;
  z-index: 1000;
  box-shadow: 3px 3px 2px rgba(80, 80, 80, 0.5);
}

.suckertreemenu #active, .suckertreemenu ul li:hover {
  background: #f9ed96;
}

.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited, .suckertreemenu ul li strong {
  display: block;
  padding: 6px 25px 6px 18px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

.suckertreemenu ul li ul {
  position: absolute;
  top: 0;
  visibility: hidden;
  border-left: 1px solid #fbfdfc;
  width: 240px;
}

.suckertreemenu ul li ul li {
  width: 240px;
}

.suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited {
  font-size: 16px;
  padding: 3px 25px 3px 10px;
}

.suckertreemenu ul li a:hover, .suckertreemenu ul li a:active,
.suckertreemenu #active_link:link, .suckertreemenu #active_link:visited, .suckertreemenu ul li:hover>a {
  text-decoration: underline;
  color: #000;
}

.suckertreemenu ul li strong {
  font-family: 'NatGroteskRegular', 'Tahoma', sans-serif;
  font-weight: normal;
  color: #000;
}

.suckertreemenu ul li:first-child, .suckertreemenu ul li:first-child #active {
  border-radius: 5px 5px 0 0;
}

.suckertreemenu ul li:last-child, .suckertreemenu ul li:last-child #active {
  border-radius: 0 0 5px 5px;
  margin-bottom: 25px;
}

.suckertreemenu ul li ul li:last-child {
  margin-bottom: 0;
}

.suckertreemenu ul li:first-child a, .suckertreemenu ul li:first-child strong {
  padding-top: 10px;
}

.suckertreemenu ul li:last-child a, .suckertreemenu ul li:last-child strong {
  padding-bottom: 12px;
}

.suckertreemenu ul li ul li:first-child a {
  padding-top: 7px;
}

.suckertreemenu ul li ul li:last-child a {
  padding-bottom: 7px;
}

.suckertreemenu .mainfoldericon, .suckertreemenu .subfoldericon {
  background-image: url('arrow_menu.gif');
  background-repeat: no-repeat;
  background-position: right center;
}

.suckertreemenu .mainfoldericon:hover, .suckertreemenu .subfoldericon:hover, .suckertreemenu #active>.mainfoldericon, .suckertreemenu ul li:hover>.mainfoldericon,  .suckertreemenu ul li:hover>.subfoldericon {
  background-image: url('arrow_menu_hover.gif');
}

* html p#iepara {
  display: none;
}

/*** Меню страницы ***/

#page_menu ul {
  margin: 30px 0 0 -10px;
  width: 140px;
}

#page_menu ul li {
  list-style: none;
  margin-bottom: 12px;
}

#page_menu_single ul li {
  color: #0386c7;
  margin-bottom: 10px;
}

#page_menu_single ul li:hover, #page_menu_single ul li:hover * {
  color: #ed2c38;
}

#page_menu ul li ul, #page_menu_single ul li ul {
  margin: 10px 0 0 -20px;
}

#page_menu a, #page_menu span {
  padding: 5px;
  display: block;
}

/*** Баннеры ***/

.block {
  background: #085e25;
  border-radius: 5px;
  padding: 0 15px 5px 15px;
  width: 170px;
  box-shadow: 3px 3px 2px rgba(80, 80, 80, 0.5);
  clear: both;
}

.right-sidebar .block {
  margin: 0 0 25px 0;
}

.left-sidebar .block {
  margin: 25px 0 0 25px;
}

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

.block ul li {
  list-style: none;
  margin-bottom: 15px;
}

.block, .block * {
  color: #fff;
}

.block a:link, .block a:hover {
  color: #f9ed96;
}

.block a:hover, .block a:active {
  color: #f5abdf;
}

.block h2 {
  color: #000;
  font-family: 'NatGroteskRegular', 'Tahoma', sans-serif;
  text-shadow: none;
  background: #f9ed96;
  top: -5px;
  position: relative;
  margin: 0 0 0 -15px;
  font-size: 18px;
  width: 170px;
  padding: 7px 15px;
  font-weight: normal;
  border-radius: 5px 5px 0 0;
}

.right-sidebar .block img {
  border-radius: 5px;
  width: 160px;
  margin: 2px;
}

.block a:hover img {
  border: 2px solid #ed2c38;
  margin: 0px;
}

.right-sidebar .block p {
  margin: 10px 0;
}

.block input {
  color: #000;
}

/*** Правый блок ***/

.right-sidebar .external_href {
  display: block;
}

.right-sidebar img {
  border-radius: 5px;
}

/*** Хлебные крошки ***/

.breadcrumbs {
  font-size: 13px;
  padding-bottom: 10px;
}

.breadcrumbs *, .breadcrumbs a:link, .breadcrumbs a:visited {
  font-size: 13px;
}

.breadcrumbs .divider {
  margin: 0 5px;
}

/*** Навигатор страниц ***/

.page_nav {
  padding: 20px 0;
  font-size: 28px;
  clear: both;
}

.page_nav * {
  font-size: 28px;
}

.page_nav a {
  margin-right: 10px;
  padding: 5px;
}

.page_active {
  background-color: #085e25;
  color: #fff;
  padding: 5px;
  margin-right: 15px;
}

.page_div {
  margin-right: 15px;
}

/*** Центр ***/

.content img, .content-inner img {
  border-radius: 5px;
  margin: 0 15px 10px 0;
}

.content_table td {
  border: 1px #a7a7a7 solid;
  padding: 6px 10px;
  vertical-align: top;
}

.content_table_without_borders td {
  padding: 6px 10px;
  vertical-align: top;
}

.content_table_selected, thead {
  font-weight: bold;
  background-color: #cdebaf;
}

.document_href {
  margin: 15px 0;
}

.document_properties, .document_description {
  margin-top: 3px;
  font-size: 12px;
}

/*** Новости ***/

#news {
  margin-top: -20px;
}

#news_main {
  margin-top: 0px;
  clear: both;
}

.news_title_block {
  margin: 0;
  clear: both;
  padding-top: 20px;
}

.news_title_block p {
  margin: 0;
}

.news_title, .news_title * {
  font-size: 22px;
}

.news_annotation {
  font-style: italic;
  margin-bottom: 15px;
}

.news_annotation_title {
  margin-top: 5px;
}

.news_date, .ad_date, .news_annotation_title {
  display: block;
  font-weight: normal;
}

.news_annotation_title p {
  margin: 0 0 10px 0;
}

.news_date, .ad_date {
  font-size: 13px;
  color: #000;
}

.news_image_small {
  float: left;
  margin: 0 10px 5px 0;
  width: 200px;
}

.news_image_big {
  float: right;
  margin: 0 0 15px 15px;
}

.back_href, .archive_href {
  margin-top: 30px;
  clear: both;
}

.archive_href *, .back_href * {
  font-size: 22px;
}

/*** Фотогалерея ***/

.thumbnails {
  margin-top: 30px;
}

.thumbnails .th {
  display: block;
  margin: 0 12px 12px 0;
  float: left;
}

.thumbnails label {
  display: block;
  font-size: 15px;
  width: 400px;
}

.thumbnails .photogallery_href label {
  cursor: pointer;
  font-size: 15px;
}

.thumbnails .photogallery_href img, .highslide img {
  border: 4px solid #fffec1;
  border-radius: 10px;
}

.thumbnails .photogallery_href:hover img, .highslide:hover img {
  border: 4px solid #ed2c38;
}

/*** Карта сайта ***/

#map ul li {
  list-style: none;
  margin-bottom: 5px;
}

#map ul {
  margin: 0 0 0 -35px;
}

#map ul li ul {
  margin: 5px 0 0 -20px;
}

/*** Формы ***/

input, textarea, select {
  color: #000;
  padding: 5px;
  font-size: 13px;
  font-family: 'Tahoma';
}

option {
  font-size: 13px;
}

input:disabled, textarea:disabled {
  color: #a7a7a7;
}

input[type=submit], input[type=reset], input[type=button] {
  padding: 5px 20px;
}

#feedback .loading {
  width: 350px;
  height: 28px;
  background: url('loading.gif') no-repeat;
  background-size: 20px;
  margin: 3px 0 20px 0;
}

#feedback #number{
  float: left;
}

#feedback #number_refresh{
  float: left;
  margin: 5px 10px 0 10px;
  width: 16px;
}

#feedback_div {
  margin-top: 20px;
  border-radius: 5px;
  background-color: #eee;
  padding: 15px 0;
  box-shadow: 3px 3px 2px rgba(80, 80, 80, 0.2);
  width: 580px;
}

#feedback h2 {
  margin-top: 0;
}

#feedback td {
  padding: 7px 20px 0 20px;
}

#feedback input[type=text] {
  width: 350px;
}

#feedback select {
  width: 360px;
}

#feedback textarea {
  width: 350px;
  height: 180px;
}

#feedback #ed_number {
  width: 50px;
  margin: 0 0 10px 10px;
  float: left;
}

.vote input[type=radio] {
  cursor: pointer;
  margin: 0 3px 0 15px;
}

.vote span {
  cursor: pointer;
}

.vote img {
  border: none;
}

.question {
  margin-bottom: 25px;
}

.answer{
  color: #ed2c38;
  font-style: italic;
}

.answer p{
  margin: 0 0 10px 0;
}

/*** Мигающее изображение ***/

#photoswitcher div{
  width: 200px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.5);
}

#photoswitcher{
  width: 200px;
  height: 150px;
  margin: 5px 0 25px 0;
}

#photoswitcher div{
  background-size: 100%;
}

/*** Поиск ***/

#form_search {
  margin: 25px 25px 0 0;
  float: right;
  background-color: #fff;
  padding: 2px 0 2px 2px;
  border-radius: 5px;
  border: #a7a7a7 solid 1px;
  width: 195px;
  box-shadow: 3px 3px 2px rgba(80, 80, 80, 0.5);
}

#ed_search {
  width: 160px;
  border: 1px solid #fff;
  padding: 2px;
  float: left;
}

#icon_search {
  margin: 2px 3px 0 3px;
  cursor: pointer;
  float: right;
  width: 18px;
}

.search_select {
  background-color: #f9ed96;
}

.search_select_small {
  font-size: 13px;
  background-color: #f9ed96
}

.search_text {
  display: block;
  font-size: 13px;
}

/***  Низ ***/

#left_bottom {
  float: left;
  width: 600px;
  margin: 125px 0 0 25px;
}

#left_bottom, #left_bottom * {
  font-size: 13px;
}

#left_bottom a img {
  margin: 0 10px 0 0;
}

#right_bottom {
  margin: 125px 25px 0 0;
  float: right;
}

#right_bottom, #right_bottom * {
  font-size: 13px;
}

/*** Панель настроек ***/

#settings_panel{
  background-color: #f5f5f5;
  border-bottom: 1px solid #aaa;
  height: 35px;
}

#settings_panel div {
  width: 210px;
  float: left;
  padding: 0 0 10px 20px;
}

#settings_panel #minimize {
  float: right;
  width: 280px;
  text-align: right;
  padding: 5px 5px 7px 5px;
}

#settings_panel #minimize_href {
  border: none;
  text-decoration: underline;
  background: url('eye.png') left no-repeat;
  background-size: 25px;
  padding-left: 30px;
}

#settings_panel #minimize_href:hover, #settings_panel #minimize_href:active, #settings_panel #minimize_href:focus  {
  background: url('eye_hover.png') left no-repeat;
  background-size: 25px;
}

#settings_panel .caption{
  font-size: 18px;
  padding-bottom: 3px;
}

#settings_panel p {
  margin: 5px 0;
}

#settings_panel * {
  font-size: 16px;
  color: #000;
}

#settings_panel a:link, #settings_panel a:visited {
  border: 3px solid #000;
  text-decoration: none;
  padding: 2px 5px;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

#settings_panel a:hover, #settings_panel a:active, #settings_panel a:focus, #settings_panel .active:link, #settings_panel .active:visited {
  border: 3px solid #d80000;
  color: #d80000;
}

#change_fontsize_normal{
  font-size: 14px;
}

#change_fontsize_medium{
  font-size: 18px;
}

#change_fontsize_big{
  font-size: 22px;
}

#change_colors_normal{
  background: url('change_colors_normal_bg.png') center;
  background-size: 32px;
}

#change_colors_bw{
  background-color: #fff;
  color: #000;
}

#change_colors_wb{
  background-color: #000;
  color: #fff;
}

#change_colors_blue{
  background-color: #9dd1ff;
  color: #05284c;
}

#settings_panel #return_href {
  display: block;
  border: none;
  text-decoration: underline;
  background: none;
  padding-left: 25px;
  margin-top: 15px;
  font-weight: bold;
}

/*** Fix ***/

.share {
  float: right;
  margin: 0 0 10px 15px;
}

.content .img_align_left, .content-inner .img_align_left {
  margin: 0 15px 10px 0;
  float: left;
}

.content .img_align_right, .content-inner .img_align_right {
  margin: 0 0 10px 15px;
  float: right;
}

.content .thumbnails img, .content-inner .thumbnails img {
  margin: 0;
}