* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  background: url('/_i/bg-left.gif') repeat-y;
}


#Page {
  height: auto !important;
  min-height:100%;
  height: 100%;
}


#Navigation {
  clear: both;
  padding: 2ex 0;
  padding-left: 7%;
  background: white;
}
#Navigation .main {
  list-style-type: none;
  margin: 0;
}
#Navigation .main li {
  display: inline;
  margin-right: 1.2em;
  font-size: 83%;
  font-weight: bold;
  white-space: nowrap;
}
#Navigation .scuts {
  position: absolute; top: 2ex; right: 30px; 
  height: 19px;
  list-style-type: none;
  margin: 0;
}
#Navigation .scuts li {
  display: inline;
  margin-left: 10px;
  white-space: nowrap;
}
#Navigation .scuts li img {
  display: inline;
  border: 0;
}


#Visual {
  height: 140px;
  clear: both;
  position: relative;
  background: #09398e;
}


#Logo {
  z-index: 2;
  position: absolute;
  top: 32px;
  width: 250px; height: 75px;
  margin-left: 7%;
}
#Logo a {
  width: 250px; height: 75px;
  margin: 0; padding: 0;
  display: block;
  //cursor: hand;
  background: none;
}
#Logo a:hover {
  background: url('/_i/logo-st-over.png') no-repeat 0 0;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/logo-st-over.png');
}
#Logo div {
  width: 250px; height: 75px;
  margin: 0; padding: 0;
  background: url('/_i/logo-st.png') no-repeat 0 0;
  //background: none;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_i/logo-st.png');
}

#Visual .bg {
  z-index: 1;
  position: absolute;
  left: 21%; top: 0;
  width: 79%;
  height: 140px;
  background: #2870c8 url('/_i/visbg.jpg') repeat-y 0 0;
}
#Visual .bg div {
  left: 0; top: 0;
  width: 100%;
  height: 140px;
  background: no-repeat 0 0;
}


#Content {
  clear: both;
  padding: 3ex 0;
  /*padding-left: 7%;*/
  width: auto;
}
#Content .contents {
  margin: 0 0 2em 0;
  padding: 0;
}

.colf {
  float: none;
  clear: both;
  /*padding-left: 7%;*/
  margin-left: 7%;
  width: auto;
}
.col3f, .col5f, .col6f {
  float: left;
  padding-left: 7%;
}
.col3l, .col5l, .col6l {
  float: left;
}
.col3r, .col5r, .col6r {
  float: right;
}
.col3f { width: 26%;}
.col5f { width: 42%;}
.col6f { width: 58%;}
.col3l, .col3r { width: 33%;}
.col5l, .col5r { width: 49%;}
.col6l, .col6r { width: 65%;}
br.clear { clear: both; font-size: 0%;}


#PreFooter {
  clear: both;
  height: 7em;
}
#Footer {
  position: relative;
  height: 5em;
  margin-top: -5em;
  background: #eee url('/_i/bg-footer.gif');
}
#Footer div.wrapper {
  position: relative;
  height: 4em;
  padding: 0.5em 30px 0.5em 7%;
  background: url('/_i/bg-left.gif') repeat-y;
}

#Footer table {
  border-collapse: collapse; border-spacing: 0; empty-cells: show;
  width: 100%;
  height: 100%;
  margin: 0; padding: 0;
}
#Footer table th, #Footer table td {
  vertical-align: middle;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
#Footer table th {
  width: 48.6%;
}
#Footer table td {
  width: 25.7%;
}

#Footer address {
  display: block;
  margin: 0 30px 0 0;
  font-size: 0.7em;
  font-style: normal;
  color:#5a5e5c;
}
#Footer div.petrovs {
  position: relative;
  font-size: 0.7em;
  font-style: normal;
  color: #7c7c9c;
  padding-right: 38px;
}
#Footer div.petrovs div {
  position: relative;
  top: -10px; left: 28px;
  color: #7c7c9c;
}

#Footer table td.counters {
  white-space: nowrap;
  text-align: center;
  padding: 5px;
}
#Footer div.counter {
  display: inline;
  margin: 0 2px;
}
#Footer div.counter * {
  display: inline;
}


