/**
 * Top menu
 */

#above-header {
  background-color: #000;
  height: 37px;
}

#above-header .block-menu {
  float: left;
  padding: 0;
  margin: 0;
  height: 30px;
}

#above-header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  padding: 14px 0 0 18px;
}

#above-header .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  background-image: url('../images/elements/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -100px;
  height: 10px;
  line-height: 11px;
}

#above-header .menu li.first {
  background-image: none;
}


#above-header .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 9px;
  padding: 0 10px;
  letter-spacing: 0.1em;
  display: block;
  height: 10px;
}

#above-header .menu li.last a {
  background-image: url('../images/elements/sprite.png');
  background-repeat: no-repeat;
  background-position: 8px 0;
  padding-left: 30px;
}

/**
 * Search
 */

#block-search-0 {
  float: right;
  margin: 6px 8px 0 0;
  position: relative;
  width: 211px;
}

#block-search-0 #edit-search-block-form-1-wrapper {
  width: 188px;
  height: 24px;
  background-color: #fff;
  margin: 0;
  position: absolute;
  top: 0;
}

#block-search-0 #edit-search-block-form-1-wrapper .form-text {
  width: 178px;
  padding: 0 5px;
  border: 0;
  height: 24px;
  font-style: italic;
  color: #666;
  -webkit-appearance: textfield;
  outline: none;
}

#block-search-0 .form-submit {
  position: absolute;
  top: 0;
  left: 188px;
}