body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

img
{
  border:0px;
}

img.img_float
{
  float: left;
  padding:3px;
  border:1px solid #4A4A4A;
  margin-right:10px;
}


table,tr,td,th
{
  border-collapse: collapse;
  padding:0;
}

td,th
{
  vertical-align: top;
  text-align: left;
}

h1,h2,h3,h4
{
  margin: 0;
  padding: 0;
  margin-bottom:5px;
  font-weight: normal;
  color:#444444;
}

h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:15px;}
h4{font-size:13px;}


div.lang
{
  position:absolute;

  top:    39px;
  right:  68px;
  width:  155px;
  height: 25px;

  font-size:12px;
  text-align: center;
}

div.lang a.eng, div.lang a.eng_act,
div.lang a.rus, div.lang a.rus_act
{
  display: block;
  float:left;
  width:64px;
  height: 20px;
  cursor: pointer;
}


div.lang a.eng, div.lang a.eng_act
{
  margin-left:25px;
}


div.lang a.rus, div.lang a.rus_act
{
  margin-left:-15px;
}

div.home_icon
{
  position:absolute;
  right:204px; top:37px;
}


div.lang a.eng          {background-image: url(../images/lang_eng.gif);}
div.lang a.eng_act      {background-image: url(../images/lang_eng_act.gif);}
div.lang a.rus          {background-image: url(../images/lang_rus.gif);}
div.lang a.rus_act      {background-image: url(../images/lang_rus_act.gif);}


div.lang, div.lang a
{
  color: #fff;
  font-family: verdana;
}


div.main
{
    width: 981px;
}

.header_1, .header_1_rus, .header_1_eng
{
    position: relative;
    background-image: url(../images/header_1.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.header_1_eng
{
    background-image: url(../images/header_1_eng.jpg);
}


.header_1_rus
{
    background-image: url(../images/header_1_rus.jpg);
}



.header_2
{
    margin-top:223px;
    background-image: url(../images/header_2.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.footer
{
    background-image: url(../images/footer_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.content
{
  width:720px;
  padding:90px 0px 120px 0;
  text-align: left;
  margin-right:0px;

  min-height:410px;
  height:auto !important;
  height:410px;

  font-family: Verdana,Tahoma,Arial;
  font-size:12px;
  line-height: 19px;
}

.content a        {color: #5D242A;}
.content a:hover  {color: #CC0000;}
.content p
{
  margin-top: 0px;
}


.menu a
{
  float:left;
  margin-right:18px;
  color:#6A4C4F;
  font-family: arial;
  font-size:13px;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover, .menu a.act
{
  color: #CC0000;
  text-decoration: underline;
}

.menu
{
  width: 600px;
  position: relative;
  top: -25px;
  left: -58px;
  /*border:0px solid #000;*/
}

.logo_href
{
      position: absolute;
      width:750px;
      height:200px;
      cursor: pointer;
      z-index:100;
}

div.footer_block
{
    position: relative;
    margin-top:-90px;
    width:80% !important;
}


.footer_block, .footer_block *
{
    font-size:10px;
    font-family: verdana;
}

div.footer_block table
{
  width: 780px;
}

div.footer_block table td
{
  vertical-align: middle;
  text-align: center;
}

.footer_block a
{
   color:#fff;
}

.footer_block a:hover
{
   color: #00007D;
}



.photo_list td
{
    vertical-align: top;
    text-align: left;
}
.photo_list td img
{
  /*border:4px solid #C9DBE0;*/
  /*margin-right:10px;*/
  margin:0 20px 20px 0;
  padding:3px;
  border:1px solid #4A4A4A;
}


.photo_list td a
{
  color: #2D374A;
  font-size:16px;
  font-family: arial;
  font-weight: bold;
}



table.contacts_form td
{
  font-weight:bold;
  color:#646464;
}


table.contacts_form td .inp
{
    width:300px;
    margin-bottom:8px;
}

table.contacts_form td textarea.inp
{
    height:100px;
}

.inp_captcha
{
  width:130px;
  padding:11px 0 11px 0;
  text-align: center;
  font-weight: bold;
}


.nav_ln
{
  border:2px solid #E5E5E5;
  background: #F8F8F8;
  padding:6px 6px 6px 15px;
  color:#515151;
  font-weight:bold;
}

.nav_ln a
{
  color:#CC0000;
}


.red
{
  color:#CC0000;
}

.but
{
  padding: 3px;
  margin-top:15px;
  background: #BEF4FC;
  border:2px solid #1697BC;
  color: #242D53;
}

