/* --- reset --- */

html, body, div, label, input, ul, ol, li {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
}

html{ height: 100%; }

body {
  position:  relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding: 0 0 82px 0;
}

a img {
  border: 0;
}

strong, b {
  font-weight: bold;
}

:focus {
  outline: 0;
}


/* --- style  ---*/

body {
  background: #fff;
  font: 12px Tahoma;
  min-width: 1000px;
}

/* --- header ---*/

#header {
  background: url(../images/header_body.gif) bottom repeat-x #7796ce;
  height: 110px; /* 130px */
  position: relative;
  width: 100%;
}

#header_name {
  background: url(../images/header_name.gif) bottom left no-repeat;
  width: 236px;
  height: 110px; /* 130px */
  position: absolute;
  top: 0;
  left: 0;
}

#header_name a {
  display: block;
  width: 236px;
  height: 110px; /* 130px */
}

#header_description {
  background: url(../images/header_description.gif) bottom left no-repeat;
  width: 378px;
  height: 110px; /* 130 */
  position: absolute;
  top: 0;
  left: 236px;
}

#header_completion {
  background: url(../images/header_completion.gif) bottom left no-repeat;
  width: 164px;
  height: 110px; /*130px*/
  position: absolute;
  top: 0;
  left: 614px;
}

#header_bar {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 10;
}

#header_bar a img {
  filter: alpha(opacity = 40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/*
#header_bar a:hover img {
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}*/

#phone {
  background: url(../images/phone.gif) center no-repeat;
  width: 200px;
  height: 105px; /*130px*/
  position: absolute;
  top: 2px;
  right: 4px;
}

/* --- vertical_menu ---*/

#vertical_menu {
  background: url(../images/vertical_menu.gif) top repeat-x #da5906;
  height: 40px;
  position: relative;
}

#search {
  position: absolute;
  top: 0;
  left: 30px;
}

#search_content {
  width: 265px;
  height: 40px;
  position: relative;
}

.search_label {
  width: 50px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0 0;
  z-index: 2;
}

.search_text {
  background: #f0bd9b;
  border: 0;
  width: 140px;
  height: 22px;
  font: 11px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin: -11px 0 0 0;
  z-index: 2;
}

.search_submit {
  background: #1d50ac;
  border: 0;
  width: 70px;
  height: 18px;
  color: #fff;
  font: 10px;
  position: absolute;
  top: 50%;
  left: 195px;
  margin: -9px 0 0 0;
  z-index: 3;
  cursor: pointer;
}

#vertical_menu_ul {
  position: absolute;
  top: 0;
  left: 310px;
  font-size: 11.1px;
  overflow: hidden;
  height: 40px;
}



/* --- content - left - right - text --- */

.ie_templates {
  *z-index: -10; /* only IE 6, 7 - bug vertical menu and content (jquery - tamplates for '.column') */
}

#center {
  background: url(../images/center.gif) top repeat-x;
  min-height: 326px;
}

#left {
  min-width: 270px;
  width: 270px;
}

#right {
  min-width: 270px;
  width: 270px;
}

#text {
  padding: 10px 20px 20px 20px;
  /*font-family: Tahoma !important;*/	 /* bad users :) */
  /*font-size: 12px !important;*/
}

#text span {
  /*font-family: Tahoma !important;*/	 /* bad users :) */
  /*font-size: 12px !important;*/
}

#text hr {
  border: 0;
  border-top: 1px dashed #797979;
}

/* --- block ---*/

.block {
  background: url(../images/block.gif) bottom left no-repeat;
}

.block h4 {
  color: #797979;
}

#left .block {
  padding: 0 20px 20px 30px;
}

#right .block {
  padding: 0 30px 20px 20px;
}

/* --- footer --- */

#footer {
  background: url(../images/header_body.gif) top repeat-x #7796ce;
  border-top: 2px solid #6784ba;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  clear: both;
  width: 100%;
}

#copyright {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin: -20px 0 0 0;
}

#developer {
  position: absolute;
  width: 200px;
  top: 50%;
  right: 30px;
  margin: -20px 0 0 0;
}

#developer a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

#developer a:hover {
  color: #f6dccc;
}

#developer spane {
  float: left;
  text-align: right;
  height: 39px;
}

#developer img {
  float: right;
}

/* --- menu --- */

#menu {
  padding: 0px 20px 20px 10px !important;
}

#menu ul {
  margin: 10px 0 0 0;
}

#menu ul ul {
  margin: 0 0 0 10px;
}

#menu li {
  list-style:none;
  border-top: 1px dashed #D5DEF0;
}

#menu li a {
  background: url(../images/menu_off.gif) center left no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #1d50ac;
  line-height: 22px;
  padding: 0 0 0 15px;
  display: block;
  font-size: 11.1px;
}

#menu li a:hover {
  background: url(../images/menu_on.gif) center left no-repeat;
  color: #da5906;
}

/* --- menu_button --- */

a.left_menu_start, a.left_menu_prev {
  background: #D75908;
  color: #fff;
  text-decoration: none;
  padding: 3px 6px;
  font-size: 11px;
  margin: 0 4px 0 0;
}

a.left_menu_start:hover, a.left_menu_prev:hover {
  background: #1D50AC;
}

a.left_menu_curr {
  text-decoration: none;
  color: #969696;
  font-size: 11px;
  display: none;
}

/* --- question - poll --- */

#question {
  background: url(../images/question.gif) top right no-repeat;
}

#poll {
  font-size: 11px;
}

#poll ul {
  margin: 0;
  padding: 0;

  margin: 10px 0;
}

#poll li {
  list-style:none;
  margin: 3px 0;
}

#poll li input {
  margin: 0 5px 0 0;
}

#poll span {
  color: #1D50AC;
  font-size: 10px;
  margin: 5px 0;
  display: block;
}

.archive_poll {
  background: #F8F9FC;
  padding: 10px;
}

.archive_poll span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 11px;
}

.archive_poll p {
  margin: 4px 0;
  padding: 0;
  font-weight: bold;
}

.archive_poll li {
  padding: 0;
  margin: 0;
  list-style:none;
  background: #EEF1F9;
  margin: 2px 0;
  font-size: 11px;
  padding: 2px 6px;
}

.archive_poll label {
  display: block;
  width: 350px;
  float: left;
}

/* --- map --- */

#mod_map {
  border: 2px solid #FB8C16;

  -moz-box-shadow: 0px 0px 4px #A5A5A5;
  -webkit-box-shadow: 0px 0px 4px #A5A5A5;
}

/* --- new - block --- */

#news_block_container p {
  border-bottom: 1px dashed #797979;
  margin: 0;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 11px;
}

#news_block_container span {
  display: block;
  text-align: right;
  margin: 5px 0 0 0;
}

#news_block_container strong {
  display: block;
  margin: 0 0 5px 0;
}

a.next {
  background: #1d50ac;
  padding: 2px 6px;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}

a.next:hover {
  background: #da5906;
}

/* --- question - answer --- */

.mod_qas {
  font-family: Tahoma;
}

.mod_qas li {
  background: #EEF1F9;
  padding: 0;
  margin: 0;
  list-style:none;
  margin: 2px 0;
  font-size: 11px;
  padding: 2px 6px;
  overflow: auto;
}

.mod_qas form {
  background: #F8F9FC;
  padding: 10px;
}

.mod_qas label {
  display: block;
  float: left;
  width: 75px;
  text-align: right;
  margin: 0 10px 0 0;
}

.mod_qas input {
  background: #fff;
  border: 1px solid #000;
}

.mod_qas .next {
  border: none;
  background: #1d50ac;
  padding: 2px 6px;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  float: right;
}

.mod_qas .next:hover {
  background: #da5906;
}

.mod_qas .mod_qas_textarea {
  border: 1px solid #000;
  font-size: 11px;
}

.mod_qas .mod_qas_answer {
  background: #EEF1F9;
  border-bottom: 1px dashed #797979;
  padding: 10px;
  margin: 10px 0;
}

.mod_qas .mod_qas_container_top {
  border-bottom: 1px solid #ECEFF8;
  padding: 0 0 5px 0;
}

.mod_qas .mod_qas_container_top strong {
  color: #1D50AC;
}

.mod_qas .mod_qas_container_bottom {
  border-top: 1px solid #F2F8FF;
  padding: 5px 0 0 0;
}

.mod_qas .mod_qas_container_bottom strong {
  color: #DA5906;
}

/* --- other --- */

.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.post_info {
  font-size: 11px;
  text-align: right;
  display: block;
}

#text ul, #text ol {
  margin: 0 0 0 30px;
}

#text ul li {
  margin: 0 0 8px 0;
}

#text p {
  text-indent: 1.5em;
}


.a_li ul {
  margin: 10px 0 0 0;
}

.a_li li {
  list-style:none;
}

.a_li a {
  background: url(../images/menu_off.gif) center left no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #1d50ac;
  line-height: 22px;
  padding: 0 0 0 15px;
  display: block;
}

.a_li li a:hover {
  background: url(../images/menu_on.gif) center left no-repeat;
  color: #da5906;
}

.mod_article {
  border-bottom: 1px dashed #797979;
}

.mod_news {
  border-bottom: 1px dashed #797979;
}
