#header {
  height: 99px;
}
#header .sub-header {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#header .logo {
  padding-top: 25px;
}
#header .logo img {
  margin: 0 !important;
}
#header .tools {
  position: absolute;
  right: 8px;
  top: 20px;
}
#header .tools .language {
  font-size: 13px;
  margin-bottom: 16px;
  text-align: right;
  text-transform: uppercase;
}
#header .tools .language a {
  font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
}
#header .tools .back a{
  color: #fff;
  font-family: 'FuturaBT-Bold',Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
#header .tools .back a:hover{
  color: #fff;
}
#header .tools .search-form {
  background: white;
}
#header .tools .search-form .search-input-bg #q {
  background: url("../images/search_text_new.png") no-repeat;
  font-size: 11px;
  padding: 8px 14px;
  vertical-align: middle;
  width: 150px;
}
#header .tools .search-form .search-input-bg-f #q {
  background: url("../images/search_text_f_new.png") no-repeat;
  font-size: 11px;
  padding: 8px 14px;
  vertical-align: middle;
  width: 150px;
}
#header .tools .search-form button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 8px;
  padding: 0;
  vertical-align: middle;
}
#header .tools .search-form button img {
  margin: 0;
  padding: 0;
}