/* #header {
  position: relative;
  left: 0;
  top: 0px;
  height: 63px; */

#header {
  position: fixed;
  width: 1008px;
  top: 0;
  z-index: 130;
  border-top: 0;
  background-color: none;
}
#header-img {
  position: relative;
  left: 0px;
  top: 0px;
  height: 186px;
  background: url(../../img/navitours_header.png) no-repeat;
}
#lang-box {
  position: fixed;
  left: 1100px;
  top: 2px;
  width:100px; 
  text-align:right;
  z-index: 100;
  /* background:#00FF00; */  
}
