@charset "utf-8";
/* CSS Document */

#header_t {
  width: 948px;
  height: 30px;
  background: url(../image/header_bg.gif);
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 12px;
}
#header_t span {
  color: #0852bb;
  height: 30px;
  padding-top: 3px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 20px;
}
#header_t span a {
  font-size: 12px;
  color: #0852bb;
}
.login_txt {
  font-size: 12px;
  height: 14px;
  border: #ccc 1px solid;
}
.login_btn {
  font-size: 12px;
  color: #0852bb;
  width: 68px;
  height: 22px;
  border: 0px;
  background: url(../image/login_bg.gif);
}
.header_r {
  float: right;
  width: 128px;
  height: 30px;
  background: url(../image/header_r_bg.gif);
  display: block;
  line-height: 28px;
}

#header {
  width: 948px;
  height: 70px;
  font-size: 12px;
  background-image: url(../image/header_bg.gif);
  border: 1px solid #ccc;
  margin: auto;
  clear: both;
}
#logo {
  margin: 0px;
  height: 60px;
  width: 160px;
  float: left;
  padding: 10px;
  padding-top: 5px;
}

#nav {
  height: 44px;
  text-align: center;
  float: left;
  margin-top: 10px;
  line-height: 14px;
  width: 760px;
}
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#nav li {
  float: left;
  width: 75px;
  display: block;
  background-image: url(../image/nav_bg_01.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999;
  margin-bottom: 5px;
}

#nav a:link {
  color: #333;
  text-decoration: none;
}
#nav a:visited {
  color: #333;
  text-decoration: none;
}
#nav a:hover {
  color: #2484d8;
  text-decoration: none;
}
#nav a:active {
  color: #333;
  text-decoration: none;
}

#header_t a:link {
  color: #0852bb;
  text-decoration: none;
}
#header_t a:visited {
  color: #0852bb;
  text-decoration: none;
}
#header_t a:hover {
  color: #0852bb;
  text-decoration: underline;
}
#header_t a:active {
  color: #0852bb;
  text-decoration: none;
}

#rx {
  color: #666;
  line-height: 24px;
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  padding-right: 10px;
}
