﻿html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    /*font-size: 1.3em;*/
    color: #333;
}

a {
    text-decoration: none;
    outline: none;
    color: #353535;
}
    /*a:visited {} */
    a:hover {
        text-decoration: none;
        color: #cc3300;
    }
    /*a:active {}*/
    a img {
        border: none;
    }

input, select, textarea {
    outline: none;
    font-family: Arial;
}

.pagewrapper {
    clear: both;
    margin: 0 auto;
    width: 980px;
    background-color: #FFFFFF;
}

.pageheader {
    clear: both;
    font-size: 13px;
}

.pagefooter {
    clear: both;
    color: #353535;
    font-size: 13px;
}

.pagesitepath, .pagepath {
    clear: both;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 13px;
}

.pageslider {
    clear: both;
    margin: 0 auto;
    width: 980px;
    padding: 0 0 10px 0;
    position: relative;
    z-index: 0;
}

.sitepath {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.homepage {
    clear: both;
    margin: 0 auto;
    width: 980px;
    font-size: 13px;
}

.homepage-t {
    clear: both;
    padding-bottom: 15px;
}

.homepage-tl {
    float: left;
    width: 400px;
    min-height: 200px;
    padding-right: 15px;
}

.homepage-tr {
    float: right;
    width: 240px;
    min-height: 200px;
}

.homepage-c {
    clear: both;
}

.homepage-l {
    width: 660px;
    float: left;
    min-height: 200px;
}

.homepage-r {
    width: 300px;
    float: right;
    min-height: 200px;
}

.zonepage {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.zonepage-l {
    float: left;
    min-height: 200px;
    width: 660px;
    padding: 0 0;
    background-color: #FFFFFF;
}

.zonepage-r {
    width: 300px;
    float: right;
    min-height: 200px;
}

.docpage {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.docpage-l {
    float: left;
    min-height: 200px;
    width: 660px;
    padding: 0 0;
    background-color: #FFFFFF;
}

.docpage-r {
    width: 300px;
    float: right;
    min-height: 200px;
}

.contentpage {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.contentpage-c {
    clear: both;
    min-height: 200px;
    background-color: #FFFFFF;
}

.gallerypage {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.gallerypage-c {
    clear: both;
    min-height: 200px;
    background-color: #FFFFFF;
}

.header-inner {
    clear: both;
    margin: 0 auto;
    width: 980px;
    height: 120px;
    position: relative;
    z-index: 0;
    background: url(../images/header-bg.png) no-repeat left bottom;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}

.header-logo {
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 20px;
    width: 80px;
    height: 80px;
    background: url(../images/logo.png) no-repeat center center;
}

    .header-logo a {
        float: left;
        width: 100%;
        height: 100%;
    }

.header-text {
    position: absolute;
    z-index: 0;
    left: 115px;
    top: 25px;
    width: 400px;
    height: 64px;
    background: url(../images/header-text.png) no-repeat left top;
}

.header-overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 600px;
    height: 120px;
    background: url(../images/header-bg.png) no-repeat left top;
}

.header-banner {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 600px;
    height: 120px;
}

    .header-banner a {
        position: absolute;
        right: 0;
        top: 0;
        width: 600px;
        height: 120px;
        overflow: hidden;
    }

        .header-banner a img {
            position: absolute;
            width: 600px;
            height: 120px;
        }

.pagenav {
    clear: both;
    width: 980px;
    margin: 0 auto;
}

.nav {
    clear: both;
    background: url(../images/navbar-bg.png) repeat left top;
    /*height: 40px;*/
    padding: 0 0;
    position: relative;
    z-index: 1000;
}

.nav-home {
    display: none;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-home-24.png) no-repeat center center;
    cursor: pointer;
}

.nav-option {
    display: none;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-option.png) no-repeat center center;
    cursor: pointer;
}

.navbar-i {
    clear: both;
    padding: 5px 5px;
    background: url(../images/navbar-bg.png) repeat left top;
}

.navbar {
    display: block;
    clear: both;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    font-size: 13px;
    padding-left: 35px;
}

    .navbar:after {
        clear: both;
    }

    .navbar .first {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 35px;
        background: url(../images/navbar-home.png) #F07539 no-repeat center center;
    }

        .navbar .first a {
            float: left;
            width: 100%;
            height: 100%;
        }

    .navbar ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .navbar ul li {
            float: left;
        }

            .navbar ul li.last {
                margin-right: 0;
            }

            .navbar ul li a {
                display: block;
                clear: both;
                color: #FFFFFF;
                font-weight: bold;
                /*text-transform: uppercase;*/
            }

            .navbar ul li span {
                display: block;
                padding: 5px 5px 5px 5px;
                white-space: nowrap;
                font-size: 13px;
            }

    .navbar li.active > a, .navbar li:hover > a {
        /*background: url(../images/navbar-active.png) repeat-x left top;*/
        color: #FFF;
        background-color: #f26522;
    }

    .navbar li ul {
        display: none;
        position: absolute;
        z-index: 10;
        width: 180px;
        height: auto;
        /*padding: 1px 1px 2px 1px;*/
    }

    .navbar li:hover ul {
        display: block;
        background: none;
        background-color: #ed1c24;
        width: 180px;
    }

    .navbar li li {
        display: block;
        width: 100%;
        clear: both;
        background: none;
    }

        .navbar li li a {
            display: block;
            text-transform: none;
            font-weight: bold;
            background: none;
            margin: 0;
            padding: 0;
            color: #FFF;
        }

        .navbar li li span {
            display: block;
            padding: 6px 10px 6px 10px;
            margin: 0;
            background: none;
            font-weight: bold;
        }

        .navbar li li:hover > a {
            color: #FFF;
            background-color: #f26522;
            text-transform: none;
        }

            .navbar li li:hover > a span {
                background: none;
            }

.hotbar {
    clear: both;
    padding: 0 10px;
    height: 40px;
    position: relative;
    z-index: 0;
    background-color: #F1F1F1;
}

.today {
    padding: 8px 0;
    width: 195px;
    float: left;
    color: #353535;
}

    .today span {
        float: left;
        padding: 5px 0;
        white-space: nowrap;
    }

.hotline {
    position: absolute;
    z-index: 0;
    top: 13px;
    right: 230px;
    color: #353535;
    padding-left: 16px;
    background: url(../images/tel-icon.png) no-repeat left center;
}

    .hotline b {
        color: #353535;
    }

.searchbox {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 0;
    width: 202px;
    height: 24px;
    border: #CCCCCC 1px solid;
    background-color: #FFF;
}

    .searchbox .sbinput {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 24px;
        padding: 3px;
    }

        .searchbox .sbinput input {
            width: 100%;
            height: 18px;
            border: 0;
            background: none;
            color: #666666;
        }

    .searchbox a {
        float: right;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: url(../images/searchbox-btn.png) no-repeat center center;
    }

.pagefootnav {
    clear: both;
    width: 980px;
    margin: 0 auto;
}

.footbar {
    clear: both;
    padding: 0 0;
    color: #FFFFFF;
    background-color: #ed1c24;
    font-size: 13px;
}

    .footbar a {
        margin-left: 250px;
        float: left;
        padding: 10px 0 10px 0;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
    }

    .footbar span {
        margin-left: 50px;
        float: left;
        padding: 10px 0 10px 0;
        color: #FFF;
        font-weight: bold;
    }

    .footbar a.gotop {
        margin: 0 10px 0;
        float: right;
        padding: 10px 32px 10px 0;
        background: url(../images/gotop.png) no-repeat right center;
    }

.footnavbar {
    clear: both;
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #E3E3E3;
    font-size: 13px;
}

    .footnavbar a {
        float: left;
        padding: 5px 0 5px 0;
        color: #000000;
    }

    .footnavbar span {
        float: left;
        padding: 5px 5px 5px 5px;
        color: #000000;
    }

.footer-inner {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.footer-c {
    clear: both;
    padding: 10px 10px;
    line-height: 1.5;
    text-align: center;
}

.dialog {
    display: none;
    position: absolute;
    z-index: 100;
    width: 640px;
    height: 480px;
    background-color: #FFFFFF;
    color: #000000;
    border: #D1D1D1 5px solid;
}

.dialog-t {
    clear: both;
    height: 30px;
    background-color: #ed1c24;
}

    .dialog-t span {
        float: left;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
    }

    .dialog-t a {
        float: right;
        width: 16px;
        height: 16px;
        margin: 7px;
        background: url(../images/close.png) no-repeat center center;
    }

.dialog-i {
    clear: both;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
}

.datapager {
    clear: both;
    margin: 10px 0;
    line-height: 25px;
    text-align: center;
}

    .datapager a:hover {
        background: #ed1c24;
        color: #fff;
    }

    .datapager a:link, .datapager a:visited, .datapager a:hover, .datapager a:active {
        text-decoration: none;
        color: #fff;
        background: #353535;
        font-size: 13px;
        padding: 4px 7px;
        cursor: pointer;
    }

    .datapager span {
        color: #353535;
        font-size: 13px;
        padding: 4px 7px;
    }

        .datapager span.active {
            background: #ed1c24;
            color: #fff;
        }

    .datapager a.prev {
    }

    .datapager a.next {
    }

.hr {
    clear: both;
    font-size: 1px;
    height: 15px;
}

.sepline {
    font-size: 1px;
    height: 30px;
    background: url(../images/dashdot-grey.png) repeat-x left center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.aspNetHidden {
    display: none;
}

.popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 660px;
    height: 530px;
    background-color: #FFFFFF;
    border: #D1D1D1 5px solid;
}

.popup-t {
    clear: both;
    height: 30px;
    background-color: #048a40;
}

    .popup-t span {
        float: left;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 8px 10px;
    }

    .popup-t a {
        float: right;
        width: 16px;
        height: 16px;
        margin: 7px;
        background: url(../images/close.png) no-repeat center center;
    }

.popup-i {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .popup-i iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }

/*ADSECTION*/
.adsection {
    clear: both;
}

    .adsection a {
        clear: both;
        float: left;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        .adsection a img {
            float: left;
            width: 100%;
        }

.adsection-i {
    clear: both;
}

/*SITEMAP*/
.sitemap {
    clear: both;
    padding: 0 15px;
    padding-bottom: 11px;
}

    .sitemap h3 {
        clear: both;
        display: block;
        padding: 0 0 10px 0;
        background: url(../images/dot-grey.png) repeat-x left bottom;
    }

        .sitemap h3 a, .sitemap h3 span {
            font-size: 16px;
            color: #FF6248;
            font-weight: bold;
            text-transform: uppercase;
        }

    .sitemap ul {
        clear: both;
        display: block;
        list-style: none;
    }

        .sitemap ul li {
            display: block;
            clear: both;
            padding: 5px 0;
        }

            .sitemap ul li > a {
                font-weight: bold;
                color: #0072bc;
                padding-left: 25px;
                background: url(../images/arrow-black.png) no-repeat 10px center;
            }

        .sitemap ul ul {
            padding-left: 20px;
            padding: 5px 0;
        }

    .sitemap li li {
        clear: both;
        padding: 5px 0;
    }

        .sitemap li li a {
            font-weight: normal;
            color: #353535;
            background: no-repeat;
        }

.leftsidebar {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 180px;
    margin-left: -620px;
    width: 120px;
    min-height: 20px;
    display: none;
}

    .leftsidebar.fixed {
        position: fixed;
        top: 0;
    }

.rightsidebar {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 180px;
    margin-left: 500px;
    width: 120px;
    min-height: 20px;
    display: none;
}

    .rightsidebar.fixed {
        position: fixed;
        top: 0;
    }

@media (min-width:1281px) {
    .leftsidebar, .rightsidebar {
        display: block;
    }
}

/* Clearfix */
* html .clearfix {
    height: 1%; /* IE5-6 */
}

.clearfix {
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
    display: block; /* O */
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}
