@charset "utf-8";
/* CSS Document */


* {margin:0;
padding:0;}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{ 
  font-weight: normal;
  font-style: normal;
  text-decoration: none;}

a { text-decoration: underline;
  color:#066;}

a:link { 
  color:#066;}
  
a:visited{ 
  color:#099;}

a:hover{
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
  font-size:22px;
  color: #3b98b0;
  text-align:left;
  margin-bottom:5px;
  }

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
  font-size:20px;
  color: #004f64;
  text-align:left;
  border-bottom:1px solid #a7a6aa;
  margin-bottom:5px;}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{
  font-size: 18px;
  color: #30b2cf;
  text-align:left;}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover,h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover,h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover{
  font-size:16px;
  color: #3b98b0;
  text-align:left;}

a img {border: none;}

p img {margin:0;}

p {margin: 0 0 10px 0;}

body {
  margin:0 auto;
  padding:0;
  font:12px Arial, Helvetica, sans-serif;
  line-height:1.3;
  color:#000;
  text-align:center;
  
  background: rgb(201,201,201); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(239,239,239,1) 5%, rgba(239,239,239,1) 95%, rgba(201,201,201,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,201,201,1)), color-stop(5%,rgba(239,239,239,1)), color-stop(95%,rgba(239,239,239,1)), color-stop(100%,rgba(201,201,201,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(201,201,201,1) 0%,rgba(239,239,239,1) 5%,rgba(239,239,239,1) 95%,rgba(201,201,201,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(201,201,201,1) 0%,rgba(239,239,239,1) 5%,rgba(239,239,239,1) 95%,rgba(201,201,201,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(201,201,201,1) 0%,rgba(239,239,239,1) 5%,rgba(239,239,239,1) 95%,rgba(201,201,201,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(201,201,201,1) 0%,rgba(239,239,239,1) 5%,rgba(239,239,239,1) 95%,rgba(201,201,201,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 */

  *background-image: none;
  
}

#page {
  width:950px;
  margin: 0 auto;
  text-align:center;
    background: rgba(255,255,255, 0.0);
  overflow:hidden;
}

#top{
  height:130px;
  width:100%;
  margin:0;
  display:inline-block;}

.logo {
  height: 130px;
  width: 700px;
  float: left;
  background-image: url('../images/logo.png');   
  }

#logo h1{
  font:bold 24px Arial, Helvetica, sans-serif small-caps;
  font-style:italic;
  text-align:left;
  color:#004f64;
  padding:15px 0 0 100px;
  border:none;
}
/*div id="user1" */

#user1_top {
  height:40px;
  width: 250px;
  float:left;
  position:relative;
  left: 10px;
  top: 10px;
  background: rgba(255,255,255, 0.0);
  }

#user1_bottom {
  height:90px;
  width: 230px;
  float:left;
  position:relative;
  left: 20px;
  bottom: 3px;
  background: rgba(255,255,255, 0.0);
  overflow: hidden;
  }

.moduletable_poisk {
background-color:#fff;}

#user2 {            /* Позиция верхнего меню */
  clear: both;
  width:100%; 
  text-align:center;}

#header {           /* Позиция слайдера */
  width:100%;
}

#user3 {            /* Навигация */
  text-align:left;
  width: 100%;
  height:auto;
  background: rgb(239,100,108);
  padding: 8px; 
  position: relative;
  margin: 0px;  
/*  background-image:-webkit-gradient(linear, left top, right top, from(#076959),      to(rgba(255,255,255,0.0)));            
  background-image:-moz-linear-gradient(left, #076959, rgba(182,211,206,1.0), #076959);
  background-image:-o-linear-gradient(left, #076959, rgba(182,211,206,1.0), #076959);
  background-image:-ms-linear-gradient(left, #076959, rgba(182,211,206,1.0), #076959);
  background-image:linear-gradient(left, #076959, rgba(182,211,206,1.0), #076959);*/
}

#user3 a{
  color:#066;
  text-shadow: none;
  font-style: italic;
  }
  
#user3:before {
  content: '';
  position: absolute;
  float:left;
  top: 15px;
  bottom: 0px;
  left: 15px;
    right: 15px;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.9);
       -moz-box-shadow:0 0 10px rgba(0,0,0,0.9);
            box-shadow:0 0 10px rgba(0,0,0,0.9);
    -moz-border-radius:200px / 15px;
         border-radius:200px / 15px;
  z-index: -3;
  }

.moduletable_nav {
  color:#FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  font: bold 16px/1 Arial, Arial Narrow,sans-serif;
}  

#content80 {
  float: left;
  width: 710px;
  }

#content100 {
  float: left;
  width: 910px;}

#content60, #content80, #content100 {
  position: relative;
  background:#fff;
  float: right;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  text-align:justify;
  padding: 20px;
  margin-bottom: 15px;
}

#content60 {
  float: none;
  margin: 0 200px 15px 200px;}

#content60:before, #content80:before, #content100:before{
    content:"";
    position:absolute;
  display: block;
    z-index:-2;
}

#content60:before, #content80:before, #content100:before {
    top:30px;
    bottom:0px;
    left:15px;
    right:15px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.9);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.9);
            box-shadow:0 0 15px rgba(0,0,0,0.9);
    -moz-border-radius:200px / 30px;
         border-radius:200px / 30px;
}

#content60 ul li,#content80 ul li,#content100 ul li{
/*background: url('../images/blok.gif') no-repeat;*/
  padding: 0 0 0 12px;
  margin:5px;
  list-style:none;}

#content60 p img,#content80 p img ,#content100 p img {
  padding:5px;}

.button,input.button,button.validate {
  background:#fe1919;
  color:#fff;
  margin:2px;
  padding:2px 10px 2px 10px;
  cursor:pointer;}

.moduletable {
  font:12px Arial, Helvetica, sans-serif;
  color:#000;
  line-height:1.5;
  text-align:left;
  padding:0px;
  margin:2px;
  }

.moduletable h3{
  font: bold 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align:left;
  padding:5px 0 5px 5px;
  color:#fe1919;
  background-color:#e7e5e5;
  }

.moduletable p {padding:5px;}

.moduletable img {margin:2px;}

.moduletable ul li{
  padding: 0 0 0 12px;
  margin:5px;
  list-style:none;
  }
#copyright {
  font: 12px/1 Arial, Arial Narrow,sans-serif;
  }

#footer {
  width:100%;
  height: auto;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
  clear: both;
  background-color: #e71b26;
  background-image: url('../images/bi_pattern.png');
  background-repeat: repeat;
  *background-image: none;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  font: 12px Arial, Arial Narrow,sans-serif;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4) inset;
  }
  
#footer a {
  color:  #9CC;
  }


#container{
  width: 100%;
  position: relative;
  margin-top: 15px;
  }
  
#left{   /* Левая колонка */
  float: left;
  width: 185px;
  margin-right:15px;
  }
  
#right{   /* Правая колонка */
  float: right;
  width: 185px;
  margin-left: 15px;
  }
  
