* { padding: 0; margin: 0; }

html, body { height: 100%; }

img { border-width: 0; }

body {
  font-family: Georgia, serif;
  text-align: center;
  font-size: 12px;
  color: #000; 
  background: #fff url('../img/bg.jpg') top center no-repeat;
}

table {
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #553828;
}

h1 { font-size: 180%; margin: 0 0 0.6em 0; }

h2 { font-size: 150%; margin: 0 0 0.4em 0; }

h3 { font-size: 120%; margin: 0 0 0.2em 0; }

p { margin: 0 0 0.6em 0; }

a, a:visited { color: #0066ff; }

a:hover { text-decoration: none; }

li { margin: 0 0 0 1.2em; }

#page_wrapper {
  position: relative;
  min-height: 100%;
  text-align: left;
  margin-bottom: -150px;
  z-index: 20;
}

.wrap_l { 
    width: 10%;
    height: 100%;
    position: absolute;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 60;
}

* html .wrap_l {
    padding-bottom: 20000px;
    margin-bottom: -20000px;
    overflow: hidden;
}

.wrap_r { 
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5;
    z-index: 60;
}

* html .wrap_r {
    padding-bottom: 20000px;
    margin-bottom: -20000px;
    overflow: hidden;
}

#page_logo {
  position: absolute;
  top: 60px;
  left: 15%;
  z-index: 20;
}

* html #page_logo a {
  width: 343px;
  height: 88px;
  position: absolute;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png');
}

* html img.png {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);  
}

#page_top {
  width: 100%;
  position: relative;
  height: 325px;
}

#page_layout {
  margin: 0 15%;
  z-index: 40;
}

.page_col {
}

#page_content td,th {
  vertical-align: middle;
}

td.page_col_center {
  padding: 0 0 0 0px;
}

#page_menu {
  background: url('../img/menugr.jpg') top left repeat-x;
  height: 41px;
  margin: 0 14%;
  position: relative;
  z-index: 40;
}

#page_menu .l {
  background: url('../img/menul.jpg') top left no-repeat;
  width: 49px;
  height: 41px;
  position: absolute;
  left: -49px;
}

#page_menu .r {
  background: url('../img/menur.jpg') top right no-repeat;
  width: 50px;
  height: 41px;
  position: absolute;
  right: -49px;
}

ul.hmenu {
  list-style: none;
  height: 41px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

ul.hmenu li {
  display: inline;
  padding: 0;
}

ul.hmenu li a, ul.hmenu li a:visited {
  color: #111111;
  font-size: 16px;
  padding: 0 0 0 10px;
  background: url('../img/bd.gif') center left no-repeat;
}

ul.hmenu li a:hover {
  color: #fff;
  text-decoration: underline;
}

#page_left {
  margin: 40px 0 0 0;
  padding: 100px 10px 0 20px;
  background: url('../img/form.jpg') top left no-repeat;
  position: relative;
  z-index: 2;
}

* html #page_left {
  height: 300px;
}

#page_content {
  position: relative;
  line-height: 2;
  padding: 40px 10px 0 0;
  z-index: 100;  
}

#page_content h1, #page_content h2, #page_content h3, #page_content h4 {
  font-style: italic;
  color: #0094b7;
  line-height: 1.2;
}

#page_right {
    padding: 40px 0 0 10px;
}

#page_empty {
  height: 160px;
  clear: both;
}

#page_footer {
  height: 150px;
  text-align: left;
  margin: 0 15%;
  position: relative;
  z-index: 20;
}

#page_footer .text {
  border-top: 1px solid #000;
  color: #000;
  padding: 40px 140px 0 0;
  font-size: 11px; 
}

.contacts {
  background: url('../img/phone.png') right top no-repeat;
  position: absolute;
  text-align: right;
  top: 0px;
  left: 120%;
  height: 161px;
  padding: 0 100px 161px 0;
  font-style: italic;
  color: #414550;
}

* html .contacts {
  left: 400px;  
  background: none;
}

.contacts .phone {
  font-size: 32px;
  color: #213a56;
  font-style: normal;
  white-space: nowrap;
}

#page_counters {
  position: absolute;
  right:0;
  top: 40px;
}

.req {
    color: red;
    font-size: 11px;
}

.logo-bottom {
    float: left;
    margin: 0 40px 40px 0;
    
}