.l-header {
  width:1050px; height:90px;
  /* overflow: hidden; */

  margin:10px auto 0; padding:22px 0 0;

  /*background:url(../../../images/l_header_bg.png) 0 0 repeat-x;*/
  
  background: url("../../../images/new-header-bg.png") repeat-x;
  /*background:url(../../../images/l_header_bg-winter.jpg) 50% 0 repeat-x;*/
  

  position:relative;
  z-index:150;

  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  }
  .b-header__logo {
    display:block;
    width: 224px; height:30px;

    margin-left:48px;

    float:left;
    }
  .l-header__slogan {
    padding: 0 10px;

    vertical-align: top;
    }
  .l-header__info {
    width: 50%; padding: 0 15px 0 10px;
    
    vertical-align: top;
    }
  .l-header__navigation {
    padding: 10px 15px 0 15px;
    }


