﻿body {
    background: url('images/background.jpg') no-repeat top center;
    font-size: 12px;
    font-family: Arial;
    color: white;
}

#wrapper {
    width: 800px;
    height: 535px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

#logo {
    width: 108px;
    height: 99px;
    float: left;
    margin: 9px 0px 0px 22px;
}

#infor {
    width: 666px;
    height: 99px;
    float: left;
}

    #infor .com_name {
        font-size: 21px;
        color: #2375c2;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 17px;
        float: left;
    }

    #infor p {
        margin: 14px 0px 0px 20px;
        padding: 0px;
        color: #2274bf;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
    }

    #infor .address {
        float: left;
        width: 575px;
    }

    #infor .lang {
        float: right;
        width: 90px;
        height: 100px;
        text-align: right;
    }

        #infor .lang img {
            border: 0px;
            margin-top: 49px;
        }

#body {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

#leftslide {
    width: 197px;
    float: left;
    height: 400px;
    margin-left: 51px;
}

#content {
    width: 339px;
    float: left;
    height: 360px;
    margin-left: 15px;
}

#rightslide {
    width: 174px;
    float: left;
    height: 360px;
    margin-left: 12px;
}

#left_slide_box {
    width: 197px;
    float: left;
    height: 133px;
    margin-top: 226px;
}

#content_box {
    width: 338px;
    float: left;
    height: 203px;
    margin-top: 112px;
}

#right_slide_box {
    width: 148px;
    float: left;
    height: 100px;
    margin-top: 102px;
    margin-left: 12px;
}

#left_slide_box img {
    height: 133px;
    width: 197px;
}

#right_slide_box img {
    height: 100px;
    width: 148px;
}

#left_slide_box img,
#right_slide_box img {
    z-index: 8;
    float: left;
    position: absolute;
    opacity: 0.0;
}

    #left_slide_box img.active,
    #right_slide_box img.active {
        z-index: 10;
        opacity: 1.0;
    }

    #left_slide_box img.last-active,
    #right_slide_box img.last-active {
        z-index: 9;
    }

#left_content span{    
    display:none ;
}
#right_content span{
    display: none;
}
#left_content{
    width: 320px;
    height: 92px;
    float:left;
    color:#fff;
    text-align:justify;
    padding:5px;
    line-height:20px;    
}
#right_content {
    width: 328px;
    height: 92px;
    float: left;
    color: #fff;
    text-align: right;
    padding: 5px;
    line-height: 20px;
}