body {
    color: black;
    background: black url("../images/bgd_wrapper_repeat_y.jpg") repeat-y center 0;
}
#wrapperIn {
    overflow:hidden;
    background: url("../images/bgd_wrapper.png") no-repeat center 0;
    position: relative;
}
#wrapper {
    overflow:hidden;
    background: url("../images/bgd_wrapper_footer.jpg") no-repeat center 100%;
    position: relative;
}
#header {
    z-index: 100;
    width: 1000px;
    height: 826px;
    position: relative;
    margin: 0 auto;
}
.logo {
	background: url("../images/logo.png") no-repeat;
    display: block;
    position: absolute;
    left: 140px;
    top: 8px;
    z-index: 100;
    width: 217px;
    height: 166px;
    text-indent: -9999px;
}
.TopLink {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 32px;
    text-align: center;
}
.TopLink li {
    display: inline-block;
    font-size: 11px;
    list-style-type: none;
    color: white;

}

.TopLink li a:link, .TopLink li a:visited {
    font-size: 12px;
    font-weight: bolder;
    color: white;
    text-decoration: none;
    padding: 0 3px 0 1px;
}
.TopLink li a:hover {
    color: white;
    text-decoration: underline;

}

#nav {
    display: block;
    position: absolute;
    top: 211px;
    left: 471px;
    z-index: 100;
}

#nav li a {
    display: block;
    text-indent: -9999px;
    background: url("../images/nav-nor.png") 0 0 no-repeat;
    position: absolute;
    width: 182px;
    height: 273px;
}
#nav li a.nav01 {
    background-position: -4px 0;
    top: 0;
    left: 0;
}
#nav li a.nav02 {
    background-position: -321px 0;
    top: 24px;
    height: 266px;
    left: 190px;
}
#nav li a.nav03 {
    background-position: -590px -370px;
    top: 228px;
    left: 217px;
    height: 305px;
}
#nav li a.nav04 {
    background-position: -309px -382px;
    top: 288px;
    left: 57px;
    height: 287px;
}
#nav li a.nav05 {
    background-position: 0 -354px;
    top: 264px;
    left: -127px;
}
#nav li a:hover, #nav li.Hilite a {
    background-image: url("../images/nav-hov.png");
    -webkit-animation: nav-swing 1s;
    -moz-animation: nav-swing 1s;
    animation: nav-swing 1s;
}
#nav li.Off a, #nav li.Off a:hover {
	 background-image: url("../images/nav-off.png");
    cursor: default;
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
@-webkit-keyframes nav-swing
{
    0%  {-webkit-transform: rotate(0);}
    33% {-webkit-transform: rotate(10deg);}
    66% {-webkit-transform: rotate(-10deg);}
    100% {-webkit-transform: rotate(0);}
}
@-moz-keyframes nav-swing
{
    0%  {-moz-transform: rotate(0);}
    33% {-moz-transform: rotate(10deg);}
    66% {-moz-transform: rotate(-10deg);}
    100% {-moz-transform: rotate(0);}
}

@keyframes nav-swing
{
    0%  {transform: rotate(0);}
    33% {transform: rotate(10deg);}
    66% {transform: rotate(-10deg);}
    100% {transform: rotate(0);}
}
/*nav-content*/
#nav-content {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 100;
}
#nav-content li {
    float: left;
}

#nav-content li a {
    display: block;
    text-indent: -9999px;
    background: url("../images/nav-fixed-nor.png") no-repeat;
    float: left;
    width: 143px;
    height: 87px;
}
#nav-content li a.nav01 {
    background-position: 0 0;

    width: 158px;
}
#nav-content li a.nav02 {
    background-position: -158px 0;

    width: 141px;
}
#nav-content li a.nav03 {
    background-position: -299px 0;
    width: 166px;
}
#nav-content li a.nav04 {
    background-position: -465px 0;
    width: 135px;
}
#nav-content li a.nav05 {
    background-position: -600px 0;

    width: 156px;
}
#nav-content li a:hover, #nav-content li.Hilite a {
    background-image: url("../images/nav-fixed-hov.png");

}
#nav-content li.Off a:hover, #nav-content li.Off a {
	 background-image: url("../images/nav-fixed-off.png");
    cursor: default;
}
.scroll-down{
    background: url("../images/scroll-down.png") no-repeat;
    height: 96px;
    width: 121px;
    text-indent: -9999px;
    position: absolute;
    z-index:100;
    left: 520px;
    top: 482px;
    -webkit-animation: scroll-down 1.5s infinite;
    -moz-animation: scroll-down 1.5s infinite;
    animation: scroll-down 1.5s infinite;
}
.scroll-down:hover {
    background-position: -160px 0;
    margin-top: 5px;
}

@-webkit-keyframes scroll-down
{
    0%   {margin-top:0;}
    50% {margin-top: 10px;}
    100% {margin-top: 0;}
}
@-moz-keyframes scroll-down
{
    0%   {margin-top:0;}
    50% {margin-top: 10px;}
    100% {margin-top: 0;}
}

@keyframes scroll-down
{
    0%   {margin-top:0;}
    50% {margin-top: 10px;}
    100% {margin-top: 0;}
}

/*Begin Btn*/
input.BtnReset {
    width: auto;
    margin: 10px 10px 0 0;
}
textarea {
    resize: none
}
/*End Btn*/

#top{
    background: url("../images/top.png") no-repeat;
    height: 52px;
    width: 53px;
    text-indent: -9999px;
    position: absolute;
    z-index:100;
}
#top:hover {
    background-position: -80px 0;
}


#Footer {
    padding: 19px 0 22px;
    width: 800px;
    margin: 0 auto;
}
#Footer .inner{ width: 884px; margin:0 auto; overflow:hidden}
#Footer p {
    overflow: hidden;
    font: 12px/21px Tahoma;
    color: #989898;
    padding-top: 5px;
    position:relative;
    z-index:10;
}
.vng {
    background: url("../images/vng.png") no-repeat;
    height: 53px;
    width: 35px;
    float: left;
    margin: 0 30px 0 48px;
    text-indent: -9999px;
}
.kingsoft {
    background: url("../images/kingsoft.png") no-repeat;
    height: 17px;
    float: right;
    margin: 12px 46px 18px 0;
    text-indent: -10000px;
    width: 85px;
}

#link-function {
    background: #7d0404 url("../images/icon_function.gif") no-repeat 93% center;
    float: right;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0 22px 0 11px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
#list-function {
    position: absolute;
    z-index: 100;
    width: 185px;
    overflow: hidden;
    background: #e6e6e6;
    border: 1px solid #9d9d9d;
    padding: 3px 0 8px;
    display: none;
}
#list-function.active {
    display: block
}
#list-function li {
    margin-left: 10px;
    text-align: left;
    line-height: 18px;
    padding: 2px 3px;
    overflow: hidden;
}
#list-function li a {
    text-decoration: none;
    color: black;
    background: url("../images/icon-1.gif") no-repeat 0 center;
    padding-left: 13px;
}
#list-function a:hover {
    color: #7d0404;
    text-decoration: underline;
}
#list-function li.Off a:hover, #list-function li.Off a {
    color: #aaa;
    cursor: default;
    text-decoration: none
}

#linkfunction {
    cursor: pointer;
}
#flashContent {
	width: 100%;
	height: 791px;
	position: absolute;
	top: 0px;
	z-index: 10;
}