#header_outer a:link, #header_outer a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#header_outer ul li {
  list-style-type: none;
}

#top_menu {
  text-align: center;
}

#top_menu ul, #top_menu ul li {
  display: inline;
}

ul.button_menu {
  margin: 0;
  width: 160px;
  text-align: center;
}

#header {
  height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#header_login {
  float: right;
  margin-top: 18px;
  margin-right: 50px;
  width: 300px;
  font-size: 108%;
  text-align: right;
}

#header_login ul li {
  line-height: 28px;
}

#header_login a:link, #header_login a:visited {
  color: white;
}

#header_login a:hover, #header_login a:active {
  color: #bad435;
}

#header_search {
  position: absolute;
  bottom: 35px;
  right: 50px;
}

#header_search select {
  margin-right: 2px;
}

#header_search input, #header_search select {
  font-size: 77%;
}

#header_links {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 3px;
}

#header_links a {
  padding: 0 0.25em;
}

#header_links img {
  vertical-align: middle;
}

#banner_link{
  float:left;
  display:block;
  width:600px;
  height:100%;
}

