﻿

.header {
    float: left;
    height: 163px;
    width: 1003px;
    position: relative;
}

    .header a#aLogo, .header a#aTitle {
        position: absolute;
        display: block;
    }

    .header a#aLogo {
        width: 270px;
        height: 88px;
        background: url(../images/logo.png) 0 0 no-repeat;
        top: 20px;
        left: 67px;
    }

    .header .titleBox {
        width: 440px;
        height: 116px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .header a#aTitle {
        width: 520px;
        height: 53px;
        background: url(../images/title.png) 0 0 no-repeat;
        top: 50px;
        left: 33%;
        margin-left: -248px;
    }

    .header ul {
        position: absolute;
        width: 900px;
        height: 45px; 
        left: 0px;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
       /* padding: 0px 80px;*/
		padding-right:0px; padding-left:80px;
    }

    .header li {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 207px;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }

        .header li em {
            width: 2px;
            height: 35px;
            background: url(../images/ico.png) -78px -0px no-repeat;
            overflow: hidden;
            display: block;
            float: left;
            margin-top: 3px;
        }

        .header li a {
            color: #FFF;
            font-size: 16px;
            float: left;
            width: 207px;
            height: 45px;
            display: block;
            background: url(../images/nvl.png) -17px 14px no-repeat;
        }

            .header li a#link1 {
                background-position: 12px 14px; 
            }

            .header li a#link2 {
                background-position: -198px 14px;
            }

            .header li a#link3 {
                background-position: -412px 14px;
            }

            .header li a#link4 {
                background-position: -622px 14px;
            }

            .header li a#link5 {
                background-position: -560px 18px;
            }

            .header li a#link6 {
                background-position: -694px 18px;
            }

            .header li a#link7 {
                background-position: -868px 18px;
            }

            .header li a#link8 {
                background-position: -840px 15px;
            }

        .header li.setOn {
			background:url(../images/nvl-bg.png) 15px -4px;;
        } 

            .header li.setOn a {
                background: url(../images/nvlSetOn.png) -17px 16px no-repeat;
            }

            .header li.last em {
                display: none;
            }


.content {
    float: left;
    height: 570px;
    width: 1003px;
}

.footer {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 1003px;
    color: #FFF;
    font-family: '宋体';
    letter-spacing: 1px;
    background:url(../images/footer-bg.png) 0px 0px no-repeat;
}
