@CHARSET "UTF-8";

body {
  background: #000;
  padding: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 12pt;
}

a {
  color: #C615C6;
  text-decoration: underline;
}

a:hover {
  color: #f0f;
}

.header-img {
  width: 960px;
  height: 250px;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  color: #f0f;  
}

.content *:first-child {
  margin-top: 0;
}

.content {
  padding: 8px 0;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.topbar {
  background: #151515; 
  height: 151px;
  position: relative;
}

.topbar .inner {
  position: relative;
}

.topbar>.inner:first-child {
  z-index:5;
}

.topbar .logo {
  font-size: 32px;
  position: absolute;
  top: 10px;
  left: 10px; 
}

.topbar .logo span {
  color: #FF00FF;
}

.topbar .banner {
  position: absolute;
  right: 10px;
  top: 20px;
//  display: block;
//  width: 480px;
//  height: 72px;
//  z-index: 999;
}

.menubar {
  padding: 112px 0 0 0;  
}

.menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar ul li {
  display: block;
  float: left;
}

.menubar ul li a {
  display: block;
  background: #562051;
  border-left: 2px solid #562051;
  font-family: "Times New Roman",Times,serif;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.menubar ul li a:hover,.menubar ul li a.currentpage,.menubar ul li a.selectedanchor {
  border-left-color: #F955BF;
  background: #A5066D;
}

.footer-top {
  background: #1D1D1D;
  border-top: 1px dotted #e7bce2;
  color: #ccc;
}

.footer-panel {
  width: 225px;
  margin-left: 20px;
  float: left;
}

.footer-panel h4 {
  margin: 10px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #585858;
}

.footer-top .footer-panel:first-child {
  margin-left: 0;
}

.footer {
  background: #151515;
  padding: 8px 0;
}

.footer .left {
  float: left;
}

.footer .right {
  float: right;  
}

.menubar-menu {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000000;
  background: #562051;
  color: #fff;
  border-left: 2px solid #F955BF;
  border-bottom: 2px solid #F955BF;
}

.menubar-menu h3 {
  color: white;
}

.menubar-menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

.menubar-menu ul li a{
  display: block;
  text-decoration: none;
  text-indent: 5px;
  color: #fff;
  padding: 10px 20px;  
  font-family: "Times New Roman",Times,serif;
}

.menubar-menu a:hover{
  background: #A5066D;
}

.anylinkshadow{
  display: none;
}