/*----------------------------------------------------------------------------*/
/* Таблица стилей для сайта www.zdravimpex.ru                                 */
/*----------------------------------------------------------------------------*/
body{
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  color: #333333;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
}
h2 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px;
  padding: 0px;
}
h3 {
  color: #09896A;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px;
}
a, a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #09896A;
} 

/*------------------------ Полоса заголовка ----------------------------------*/
#headline{
  top: 0px;
  left: 0px;
  height: 130px;
  width: 100%;
  background-image: url("/images/design/top_bg.jpg");
  background-repeat: repeat-x;
  text-align: center;
}
  #logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 121px;
    height: 49px;
    margin: 40px 65px;
  }
  #collage {
    position: absolute;
    top: 0px;
    left: 255px;
    width: 513px;
    height: 130px;
    margin: 0px;
    padding: 0px;
  }

/*------------------------ Строка главного меню ------------------------------*/
#menuline {
  top: 130px;
  left: 0px;
  width: 100%;
  height: 130px;
  background-image: url("/images/design/mainlinks_bg.jpg");
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}
  #mainlink_item {
   position: relative;
   width: 256px;
   height: 130px;
   float: left;
   border-right: 1px solid #FFFFFF;
   background-image: url("/images/design/mainlinks_bg.jpg");
   background-repeat: repeat-x;
   margin: 0px;
   padding: 0px;
   cursor: 'hand';
  }
  #mainlink_item p {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #09896A;
    margin: 55px 20px;
  }
  
  
/*------------------------ Строка баннеров -----------------------------------*/
#bannerline {
  top: 260px;
  left: 0px;
  width: 100%;
  height: 130px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/design/banner_bg.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #CDDAD8;
  border-bottom: 3px solid #CDDAD8;  
/*  border: 1px dashed red;*/
}

/*------------------------ Контейнер -----------------------------------------*/
#container {
  background: #FFFFFF;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 5px 0px 25px 0px;
}
td {font-size: 12px;}
  #slab {
    width: 10px;
    height: 300px;
    float: left;
    border: 1px red;
  }
  #container_text {
    width: 650px;
    margin-left: 256px;
    
/*    border: 1px dotted blue;*/
  }

  #container_text h1 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #09896A;
    padding: 0px;
    width: 400px;
    
    padding: 10px 0px;
    border-bottom: 3px solid #CCCCCC;  
  }

/*------------------------ Footer --------------------------------------------*/
#footer {
  width: 100%;
  height: 55px;
  background: #E7F4F3;
  border-top: 1px solid #CDDAD8;
  color: #404040;
  padding: 0px;
/*  border: 1px dashed blue;*/
}
  #footer p {
    margin: 15px 50px;
  }
  #footer a, #footer a:visited {
    font-weight: normal;
  }
/*------------------------ Формы ввода ---------------------------------------*/
select, input  {
  font-size: 11px;
}