BODY {
  margin: 0px;
  background-color: #dddddc;
  font-family: Georgia;
  font-size: 12px;
  color: #363635;
}

FORM {
   margin: 0px;
   padding: 0px; 
}

INPUT { 
  font-size: 12px;
}

SELECT { 
  font-size: 12px;
}

A {
  color: #497868;
  text-decoration: underline;
  cursor: pointer;
}

A:hover {
  text-decoration: none;
}

.layout {
  margin: 23px 0px;
  width: 940px;
  padding: 10px;
  background-color: #fff;
}

.top_line {
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
  color: #497868;
  text-align: center;
}

.main {
  width: 100%;
  background: url('../img/main_bg.jpg') repeat-y;
}

.header {
  width: 100%;
  height: 76px;
  background: url('../img/header_bg.jpg') repeat-x;
}

.logo { 
  padding-top: 13px;
}

.top_menu A {
  font-size: 16px;
  color: #606060;
  text-decoration: none;
}

.header_contact {
  padding-top: 14px; 
}

.header_contact_photo {
  width: 81px;
  height: 76px;
  background: url('../img/header_contact_bg.jpg') no-repeat;
}

.left_frame {
  width: 214px;
  text-align: left;
}

.left_block { 
  width: 182px; 
  padding: 16px;
}

.left_form {
  color: #497868;
}

.left_form FORM {
  margin: 0px;
  padding: 0px;
}

.left_input {
  width: 176px;
  height: 17px;
  margin: 3px 0px;
  border: solid 2px;
  border-top-color: #808080;
  border-bottom-color: #d4d0c8;
  border-left-color: #808080;
  border-right-color: #d4d0c8;
}

.left_button {
  width: 84px;
  height: 30px;
  margin: 3px 0px;
  background: url('../img/button_1.jpg') no-repeat;
  border: 0px;
  color: #ffffff;
}

.left_contacts {
  padding: 10px 0px;
  color: #4a5652;
  text-align: center;
}

.main_frame {
  background: url('../img/main_top_line.jpg') repeat-x;
  width: 726px;
}

.main_baner {
  width: 716px;
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;

}

.under_baner_line {
  height: 10px;
  background-color: #fff;
}

.center_frame {
  width: 100%;
  padding: 16px 16px 16px 26px;
  text-align: justify;
}

.calculator {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  width: 428px;
  height: 119px;
  padding: 16px;
  background: url('../img/calculator_bg.jpg') repeat-x;
  color: #6b4c2f;
  overflow: hidden;
}

.calculator_title {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; 
}

.calculator TD {
  padding: 2px;
}

.calculator INPUT {
  width: 100px;
  height: 17px;
  border: solid 1px #65593d;
}

.calculator_select {
  width: 155px;
  height: 20px; 
  border: solid 1px #65593d;
}

#calculator_value_title {
  font-size: 18px;
  display: none;
}

.calculator_value {
  font-size: 32px;
  width: 198px;
  overflow: hidden;
}

INPUT.calculator_button_1 {
  width: 100px;
  height: 29px;
  margin: 0px 0px;
  background: url('../img/button_2a.jpg') no-repeat;
  border: 0px;
  color: #ffffff;
}

INPUT.calculator_button_2 {
  width: 100px;
  height: 29px;
  margin: 0px 0px;
  background: url('../img/button_3a.jpg') no-repeat;
  border: 0px;
  color: #ffffff;
  display: none;
}

INPUT.calculator_button_3 {
  width: 100px;
  height: 29px;
  margin: 0px 0px;
  background: url('../img/button_12.jpg') no-repeat;
  border: 0px;
  color: #ffffff;
  display: none;
}

.center_content {
  width: 428px;
  font-family: Verdana;
  line-height: 1.3;
  overflow: hidden;
}

.right_frame {
  width: 100%;
  padding: 16px 16px 16px 26px;
  text-align: justify;
}

.right_block {
  width: 214px;
  padding: 10px 0px;
  font-size: 12px;
  color: #d5e2de;
}

.right_block_title {
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.right_block A {
  color: #feeabb;
}

A.auth_link {
  color: #d5e2de;
  cursor: pointer;
}

.right_form FORM {
  margin: 0px;
  padding: 0px;
}

.right_input {
  width: 140px;
  height: 17px;
  margin: 2px 0px;
  border: solid 2px;
  border-top-color: #727e7a;
  border-bottom-color: #b2baaf;
  border-left-color: #727e7a;
  border-right-color: #b2baaf;
}

.right_button {
  width: 92px;
  height: 29px;
  margin: 3px 0px;
  background: url('../img/button_4.jpg') no-repeat;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
}

.news_date {
  color: #feeabb;
}

.bottom_line {
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  /*height: 80px;*/
  /*background: url('../img/footer_bg.jpg') repeat-x;*/
  background-color: #ebebeb;
  color: #717976;
}

.bottom_line_content {
  width: 100%;
  height: 46px;
  border: 0px;
}

.bottom_line_content TR TD {
  padding: 0px 10px;
  color: #487868;
}

.bottom_line_content TR TD A {
  color: #487868;
  text-decoration: none;
}

.bottom_line_content TR TD A:hover {
  text-decoration: underline;
}

.bottom_line_content TR TD P {
  margin: 0px;
  padding: 0px;
  color: #cea330;
}

.bottom_line A {
  color: #717976;
}

.error_1 {
  color: #e56c71;
}

.error_2 {
  color: #dd1e27;
}

.list {
  color:#FFFFFF;
  font-size:14px;
}

.list UL {
  margin: 5px 0px;
  padding: 0px 5px 0px 25px; 
  color:#D5E2DE;
  font-size:12px;
}

div.boxover
{
  border: solid 1px #e97f41;
  float: left;
  position: relative
}

div.boxout
{
  border: solid 1px #fada90;
  float: left;
  position: static;
}

div.bar{
  position:absolute;
  top: -1px;
  left: -2px;
  height: 20px;
  display: block;
  margin: 2px;
  border: 0px;
}

div.bar img {
  border: solid 1px #555;
}

.popup_baner {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 991;
}

.popup_close {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 999;
}

