@CHARSET "UTF-8";


#header-top-wrapper {
  text-align: center;
  position: relative;
  background:#14191f url(images/head_bg.gif) repeat-x;
  background-position: 0 0;
  height: 145px;
 }
 #top-banner {
  position: relative;
  left: 200px;
  top: 15px;
  height: 90px;
  width: 1000 px;
 }
 
#header-middle-wrapper {
  text-align: center;
  position: relative;
  background: url(images/header_main_bg.gif) repeat-x;
  background-position: 0 0;
  height: 388px;
 }
 
#header-bottom-wrapper {
  text-align: center;
  position: relative;
  background-color: #14191f;
  height: 70px;
 }
 

.head {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#header-bottom-wrapper .head {
  height: 70px;
}

#header-middle-wrapper img {
  margin-left: 0px;
}

#logo {
  position: absolute;
  left: 10px;
  top: 30px;
}

.head h1 {
  position: relative;
  margin-bottom: 10px;
}
.head h1 a {
  color: #ff2728;
  font-size: 200%;
  font-weight: bold;
  font-family: arial;
}
.head span.description {
  position: relative;
  margin-left: 15px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.head ul {
  position: absolute;
  left: 200px;
  bottom: 0;
  font: 13px arial;
  list-style: none;
  margin-top: -6px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.head li {
  display: inline;
}
.head li a {
  float: left;
  display: block;
  padding: 8px 25px 8px 30px;
  color: #ecedef;
  text-decoration: none;
  margin-right: 0px;
  background:#818588;
  border: 1px solid #14191f;
  border-bottom: none;
}
.head li a:hover {
  color: white;
}
.head li.current_page_item a {
  color: black !important;
  background-color:#eee;
  border: 1px solid black;
  border-bottom: none;
}
#topsearch {
  position: absolute;
  right: 14px;
  top: 35px;
  width: 218px;
  height: 42px;
  text-align: center;
}
#topsearch input {
  width: 145px;
  height: 21px;
  background: url(images/input.gif) no-repeat;
  border: none;
  padding: 9px 8px 5px 32px;
  margin-right: 0px;
  float: left;
  font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
  width: 33px;
  height: 35px;
  background: url(images/search.gif) no-repeat;
  border: none;
  text-indent: -9999px;
  float: right;
  cursor: pointer;
}