body {
  background: url(../images/background.jpg) repeat-x #425360;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #000;
}

img {
  border: 0;
}

a {
  color: #5b6e7d;
}

a:hover {
  color: #5c6a73;
  text-decoration: none;
}

a:visited {
  color: #5c6a73;
}

h1, h2, h3, h4, h5, h6 {
  color: #366092;
  text-transform: uppercase;
}

h1, h2 {
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 10px;
}

#shadow_top, #shadow, #shadow_bottom {
  width: 1014px;
  margin: 0 auto;
}

#shadow_top {
  height: 10px;
  background: url(../images/shadow_top.gif);
  font-size: 0;
}

#shadow {
  background: url(../images/shadow.png) repeat-y;
}

#shadow_bottom {
  height: 10px;
  background: url(../images/shadow_bottom.png);
  font-size: 0;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 103px;
  padding-top: 48px;
  background: url(../images/header.jpg) #9ea4a7;
}

ul#menu {
  height: 34px;
  background: url(../images/menu.gif) repeat-x  #007ce5;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 90px;
}

ul#menu li {
  float: left;
}

ul#menu li:hover {
  background: url(../images/menu_hover.gif) repeat-x #2d75b7;
}


ul#menu li a.last {
  background: none;
}

ul#menu li a {
  line-height: 34px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  background: url(../images/menu_splitter.gif) no-repeat right;
  display: block;
}

ul#menu li a:hover {
  text-decoration: underline;
}

ul#menu li ul {
  position: absolute;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #2d75b7;
  margin-left: -1px;
}

ul#menu li:hover ul {
  display: block;
}


ul#menu li ul li {
  float: none;
}

ul#menu li ul li a {
  background: none;
}

ul#menu li ul li a:hover {
   text-decoration: none;
}

ul#menu li ul li a.last {
  border: none;
}

ul#menu li ul li a {
  border-bottom: dashed 1px #79a7d1;
}

ul#menu li ul li a:hover {
  background-color: #5791c5;
}

#menu_patch {
  height: 34px;
  width: 2px;
  background: url(../images/menu.gif) repeat-x;
  position: absolute;
  margin-left: 977px;
  background-color: red;
}

#right_wrapper {
  float: right;
  width: 344px;
  background-color: #fff;
}

#right {
  margin-left: 1px;
  -margin-left: 0px;
  background-color: #e6eaeb;
}

#left_wrapper {
  float: left;
  width: 655px;
  background-color: #fff;
  border-right: solid 1px #bfcccf;
}

#left {
  width: 654px;
  background: url(../images/content_background.gif) repeat-x #dde3e5;
  overflow: hidden;
}

#left #languages {
  text-align: right;
  line-height: 35px;
  height: 35px;
  background: url(../images/languages.jpg) no-repeat right;
}

#left #languages a {
  color: #1e3138;
  padding-left: 25px;
  margin-right: 15px;
  text-decoration: none;
}

#left #languages a:hover {
  text-decoration: underline;
}

#left #languages a#ru {
  background: url(../images/ru.gif) left no-repeat;
}

#left #languages a#en {
  background: url(../images/en.gif) left no-repeat;
}

#content {
  padding: 0 30px 30px 40px;
}

#content a.archive {
  float: right;
  color: #5b6e7d;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Tahoma, sans-serif;
  margin-top: 5px;
  padding-left: 10px;
  background: url(../images/arrow.gif) no-repeat center left;
}

#content #news {
  width: 272px;
  float: left;
  margin-right: 40px;
  margin-top: 2em;
}

#content #announces {
  width: 272px;
  float: right;
  margin-top: 2em;
}

#content #news h1, #content #announces h1 {
  padding-left: 20px;
}

#content .block {
  width: 230px;
  background: url(../images/block_bg.gif) repeat-x #d5dddf;
  border: solid 1px #bfcccf;
  padding: 10px 20px;
  min-height: 70px;
  -height: 70px;
  margin-bottom: 10px;
}

#content .block .title_div {
  margin-bottom: .8em;
}

#content .block a.title {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #366092;
}

#content .block a.title:hover {
  text-decoration: underline;  
}

#content .block .date {
  font-size: 12px;
  color: #1d1d1d;
}

#content .block p {
  display: inline;
}

#content .block a.more {
  color: red;
}

#content .block a.more:hover {
  color: #5c6a73;
  text-decoration: none;
}

#content a#download {
  display: block;
  width: 257px;
  height: 80px;
  background: url(../images/download.gif) #6d7a80;
  margin-top: 75px;
  margin-left: 15px;
}

#content a#download:hover{
  background: url(../images/download_hover.gif) #6d7a80; 
}

#right #request_form {
  margin: 0;
  padding: 0;
  width: 275px;  
}

label {
  display: block;
  margin-bottom: .2em;  
}

input, select {
  display: block;
  margin-bottom: .5em;  
}

textarea {
  display: block;
  width: 272px;
  height: 60px;  
  margin-bottom: 0.5em;
}

input.text_input, select, textarea {
  width: 272px;
  border: solid 1px #bfcccf;
}

.submit {
  float: right;
  border: none;
  background: none;
  color: #fff;
  background-color: #262f35;
  font-size: 9px;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 1.5em;
}

#content .submit {
  float: none;
}

#right .section_bottom {
  height: 14px;
  background: url(../images/right_bg_bottom.gif) repeat-x top;
  clear: both;
}

#right #section1, #right #section2, #right #section3 {
  background: url(../images/right_bg_top.gif) repeat-x;
  padding: 0 35px 0 30px;
}

#right #section1 {
  padding-top: 35px;
}

#right #section2 {
  padding-top: 5px;
  padding-left: 20px;
}

#right #partners {
  margin-bottom: 20px;
}

#right #partners p{
  float: left;
}

#right #partners img {
  margin-left: 10px;
}

#right #section3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#content_container {
  overflow: hidden;
  background: url(../images/content_patch.gif) repeat-y #dde3e5;
  /*background-color: red;*/
  -height: 100%;
}

#footer {
  height: 36px;
  background: url(../images/footer.gif) repeat-x #5b6e7d;
  color: #fff;
  line-height: 36px;
}

#footer a {
  color: #fff;
}

#footer address {
  display: block;
  float: left;
  font-style: normal;
}

#footer .footer_separator {
  width: 1px;
  height: 36px;
  float: left;
  margin: 0 15px;
  background: url(../images/footer_separator.gif);
}

#footer #copy {
  float: right;
  margin-right: 20px;
  -margin-right: 10px;
}

#footer #address {
  margin-left: 20px;
  -margin-left: 10px;
}

#overlay {
  width: 536px;
  margin: 0 auto;
}

#overlay_shadow_top {
  width: 536px;
  height: 20px;
  background: url(../images/overlay_shadow_top.png);
}

#overlay_shadow_bottom {
  width: 536px;
  height: 20px;
  background: url(../images/overlay_shadow_bottom.png);
}

#overlay_shadow {
  width: 536px;
  background: url(../images/overlay_shadow.png) repeat-y;
}

#overlay_container {
  width: 496px;
  background: url(../images/overlay_background.gif) repeat-x #fff;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 50px;
}

#overlay_logo {
  width: 132px;
  height: 82px;
  margin-top: 12px;
  //margin-top: 28px;
  margin-left: 182px;
  background: url(../images/overlay_logo.gif);
}

#overlay_close {
  float: right;
  margin-right: 20px;
  -margin-right: 10px;
}

#overlay_close a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  background: url(../images/overlay_close.gif) no-repeat left;
}

#overlay_close a:hover {
  text-decoration: underline;
}

#overlay_container form label, #overlay_container form input {
  display: block;
}

#overlay_container form label {
  font-size: 12px;
}

#overlay_container form {
  width: 362px;
  margin: 10px auto;
}

#overlay_container form input.text_input {
  width: 350px;
  height: 25px;
  margin-bottom: 15px;
  padding: 8px 0 0 10px;
  background: url(../images/overlay_input_bg.gif) repeat-x;
  border: solid 1px #d6dbde;
}

#overlay_container form #overlay_submit {
  background: url(../images/overlay_submit_bg.gif) repeat-x;
  border: 0;
  height: 39px;
  padding-left: 35px;
  //padding-left: 17px;
  padding-right: 35px;
  //padding-right: 17px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin: 45px auto 0 auto;
}

.right_submenu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.right_submenu li {
  margin-bottom: 7px;
}

#edit_block {
  clear:both;
}

.contentNewsItem {
  margin-bottom: 30px;
  border-bottom: solid 1px #BFCCCF;
}

.contentNewsItem  .borderer {
  border-bottom: solid 1px #ffffff;
}

#slideDisplay .slideLink {
  display: block;
  width: 182px;
  height: 182px;
  border: solid 1px #BFCCCF;
  margin: 10px 10px 0 0;
  -margin: 5px 5px 0 0;
  float: left;
  text-align: center;
  cursor: pointer;
}

#slideDisplay .slideLink .image{
  width: 135px;
  height: 135px;
  background: no-repeat center center;
  margin: 5px auto;
}

#breadcrumbs .crumbSlideLink {
  text-decoration: underline;
  display: inline;
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
}

#indexLink {
  display: block;
  width: 110px;
  height: 50px;
  margin-left: 40px;
}


