/* header  */
#header {
    clear: both
}
.logo {
    cursor: pointer;
    display: block;
    width: 400px;
    background: url(/static/images/index/logo.jpg) 3px 3px no-repeat;
    height: 65px;
}
.logo span {
    display: none;
}

#header .menu {
    height: 40px;
    background-color: #558F09;
    position: relative;
    z-index: 10;
}
#header .menu a {
    cursor: pointer;
    color: #333;
}
#header .menu a:hover {
    text-decoration: none;
    color: #369;
}
#header .top_nav_bg {
    height: 30px;
}
#header .top_nav {
    height: 29px;
    line-height: 29px;
}
#header .top-nav-lvye {
    float: left;
}
#header .top-nav-lvye span {
    padding: 0 6px;
}
#header .top_nav .user-info {
    float: right;
}
#header .user-channel {
    float: right;
    width: 100px;
    position: relative;
    z-index: 30;
}
#header .user-channel:hover {
    background-color: white;
    border: 1px solid gray;
    border-bottom: none;
}
#header .user-channel .title {
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
}
#header .user-channel .user-channel-items {
    text-align: center;
    position: absolute;
    z-index: 100;
    border: 1px solid gray;
    border-top: none;
    top: 29px;
    left: -1px;
    background-color: white;
    width: 100px;
}
#navbar{
    width: 720px;
    position: relative;
    z-index: 100;
    float: left;
    text-align: center;
}
#navbar a.red{
    color: #CC3300;
}
#navbar a.orange{
    color: #dc9822;
}
#navbar a.green{
    color: #009900;
}
#navbar a.bold{
    font-weight: bold;
}
#navbar span {
    float: left;
    width: 75px;
    height: 100%;
    position: relative;
}
#navbar h3 {
    line-height: 33px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#navbar span a.sub-menu-link{
    display: block;
    height: 34px;
    width: 75px;
    border: 3px solid #558F09;
}
#navbar span.sub-menu:hover a.sub-menu-link{
    height: 36px;
    border: 3px solid #316B00;
    border-bottom: none;
    position: relative;
    z-index: 150;
    background-color: white;
}
#navbar span.sub-menu:hover h3{
    color: #333;
}
#navbar span.sub-menu:hover .icon-navbar-arrow{
    visibility: hidden;
    display: none;
}
#navbar .icon-navbar-arrow{
    width: 8px;
    height: 10px;
    background: transparent url(/static/sixfoot/images/header/green_arrow.png) no-repeat center center;
    font-style: normal;
    display: inline-block;
    _display: inline;
}
#navbar span .navbar-items {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 100;
    float: left;
    top: 36px;
    left: 0;
}
#navbar .navbar-items-menu {
    background-color: white;
    text-align: left;
    border: 3px solid #316b00;
    width: 600px;
}
#navbar .navbar-items-menu i{
    font-style: normal;
}
#navbar .navbar-items-menu-row{
    display: table;
    width: 100%;
}
#navbar .navbar-items-menu-row .title{
    float: left;
    width: 90px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 35px;
}
#navbar .navbar-items-menu-row .content{
    margin-left: 110px;
    border-bottom: dotted 1px #B2B2B2;
    line-height: 22px;
    padding: 7px 0;
    margin: 0 40px 0 100px;
}   
#header .navbtn{
    float: right;
    width: 240px;
    height: 30px;
    background: transparent url(/static/sixfoot/images/header/mountain.png) no-repeat;
    display: table;
    position: absolute;
    top: -30px;
    right: 0;
    overflow: visible;
    padding-left: 5px;
}
#header .navbtn img{
    margin-left: 2px;
}
#footer {
    text-align: center;
    width: 880px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 10px;
    margin-top: 10px;
    border-top: solid 1px #ccc;
    _position: absolute;
    _left: 50%;
    _margin-left: -440px;
}
#footer .fnav {
    width: 100%;
    float: left;
    margin-right: 25px;
    font-size: 14px;
}
#footer .fnav li {
    display: inline;
    padding: 0 10px;
}
#footer .fnav li a {
    color: #639805;
}
#footer .copyright {
    margin: 5px;
    font-family: Arial, "MS Trebuchet", sans-serif;
}
#footer .copyright a {
    color: #bbb;
    padding-right: 10px;
}
#footer .copyright em {
    font-style: normal;
    color: #639805;
    font-weight: bold;
}
#topfriend {
    width: 960px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 30px;
}
#friendlink {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 25px;
    text-align: left;
    color: #000000;
    border-top: 1px #639805 solid;
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 10px;
}
#friendlink a {
    text-decoration: none;
}
