/* { border: 1px red solid; } */

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  background: #a0dbe9;
  font: 85%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #818183;
  height: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #545454;
  text-decoration: underline;
}

img {
  border: none;
  display: block;
}

ul, ol {
  padding-left: 20px;
}

h1, h2, h3 {
  padding-top: 10px;
}

h1 {
  font-size: 150%;
  font-weight: normal;
  color: #7aadca;
}

h2 {
  font-size: 120%;
  color: #006699;
}

h3 {
  font-size: 120%;
  color: #7aadca;
}

h4 {
  font-size: 150%;
  color: #00405f;
}

form {
  padding: 0 16px;
}

input {
  color:#777;
  background-color: #def1f7;
  width:300px;
  border: 1px solid #def1f7;
}

input[type="submit"] {
  width:100px;
  background-color: #a0dbe9;
  color:#000;
  padding: 3px;
}

textarea {
  width:300px;
  height:100px;
  color:#777;
  background-color: #def1f7;
  border: 1px solid #def1f7;
}

#wraper {
  margin: 0px auto;
  width: 1000px;
  min-height: 100%;
  background-color: #fff;
  border-left: 1px solid #807f87;
  border-right: 1px solid #807f87;
}

#header {
  height: 397px;
}

#header ul {
  position: absolute;
  margin-left: 13px;
  margin-top: 190px;
}

#header ul li {
  background: url(img/menu_bullet.png) 0px 0px no-repeat;
  padding-left: 35px;
  list-style: none;
  min-height: 30px;  
  width: 150px;
}

* html #header ul li {
  height: 30px;
}

#header ul li a {
  color: #124964;  
  font-weight: bold;
  text-decoration: none;
}

#menu {
  height: 55px;
  background-color: #989898;
  background: url(img/menu_grad.gif);
}

#buttons {
  padding-left: 9px;
  padding-top: 1px;
}

.menu_img {
  display: inline;
}

#index_banners {
  height: 200px;
  background-color: #75a4b8;
}

#index_banners img {
  background: #a0dbe9;
  padding: 7px;
  margin-top: 25px;
  margin-left: 85px;
  display: inline;
}

#index_banners div {  
  border: 7px solid #a0dbe9;
  margin-top: 25px;
  margin-left: 85px;
  height: 133px;
  width: 203px;
  display: inline-block;
  _display: inline;
  *display: inline;
  position: relative;
  top: -7px;
  _top: 0px;
  *top: 0px;
}

#index_banners object {  
  display: inline;
  _margin-bottom: 7px;
  *margin-bottom: 7px;  
}

#content {
  background-color: #fff;
  color: #000;
}

.content h1 {
  font-size: 15px; color: #ad0e1d; 
}

.content h2 {
  font-size: 14px;
}

#content h3 {
  padding: 10px 0 0 17px;
  background: url(img/bullet.gif) no-repeat 0px 11px;
}

#content a.article {
  color: #7aadca;
}

.blue_line {
  height: 15px;
  background-color: #a0dbe9;
}

#index_footer {
  background-color: #124a65;
  text-align: justify;
  padding: 35px;
}

#index_footer a {
  color:  #a0dbe9;
}

#index_footer h4 {
  color:  #a0dbe9;
}

#footer {
  background: #fff;
  height: 80px;
}

#inner_footer {
  margin: 0px auto;
  width: 1000px;
  height: 80px;
  border-left: 1px solid #807f87;
  border-right: 1px solid #807f87;
  background: #a0dbe9 url(img/footer_line_bg.jpg) repeat-y 44px;
}

#tel {
  padding-left: 60px;
  padding-top: 4px;
}

#created {
  float: right;
  padding-right: 20px;
  padding-top: 5px;
  text-align: right;
}

.light_blue_line {
  height: 15px;
  background: #b9e5f0 url(img/footer_line_bg.jpg) repeat-y 44px;
}

.back_grad {
  background: url(img/vert_grad.gif) repeat-x;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.bordered {
  border: 1px solid #828385;  
  padding: 10px;
  background-color: #d1d2d4;
  display: inline;
}

.plashka {
  margin-left: 50px;
  margin-right: 10px;
  width: 10px;
  height: 70px;
  background-color: #eaebed;
}

.blue {
  color: #00405f;
  font-weight: bold;  
}

big {
  font-size: 160%;
}

.clear {
  clear: both;
}

#gallery {
  width: 580px;
  float: right;
}

#gallery img {
  display: inline;
  border: 1px solid #828385;  
  padding: 10px;
  background-color: #d1d2d4;
  margin-top: 20px;
  margin-right: 17px;
}

#bigimg {
  display: inline;
  border: 1px solid #828385;  
  padding: 10px;
  background-color: #d1d2d4;
  margin-top: 20px;
  margin-left: 20px;
}

#title {
  
}

#description {
  color: #f5951d;
}

#preloadImagesDiv img {
  width: 1px;
  height: 1px;
}

#text {
  padding: 20px;
}

small {
  line-height: 1;
}

.path {
  margin-bottom: 10px;
}

.path a {
  color: #7aadca;
}

.links a {
  color: #818183;
}

.nicetable {
  border-collapse: collapse;  
}
.nicetable td {
  border: 1px solid #7aadca;
  padding: 4px;
}