﻿body {
}

.wrapper {
    width: 950px;
    min-height: 1000px;
    height: auto;background-color: #E1E1E1;
    margin: 0 auto;
}

.abtImg {
    width: 950px;
    height: 236px;
    margin: 0 auto;
    background-color: black;
    border-bottom: solid 2px #019DDD;
    background: url(../Image/TechBanner.jpg) no-repeat;
}

.content {
    background: url(../Image/back3.jpg) no-repeat;
    width: 950px;
    margin: 0 auto;
    min-height: 1000px;
    background-color: #E1E1E1;
    height: auto;
}




.topSlide {
    background-color: #019DDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}

.dlDiv {
    margin: 30px  auto 0 auto;
    width: 850px;
    height: 130px;
    background-color: white;
    border: solid 1px #B0B0B0;
    border-radius: 5px;
}

.content h1 {
    vertical-align: middle;
    font: bold 16px arial;
    display: block;
    text-align: center;
    color: #019ddd;
}


.dlDetail {
    padding-top: 20px;
    width: 550px;
    float: left;
    direction: ltr;
    height: 110px;
    margin-right: 20px;
}

    .dlDetail h1 {
        float: left;
        direction: ltr;
        font-family: tahoma;
        font-size: 21px;    
        font-weight: normal;
        color: #019ddd;
    }

    .dlDetail h2 {
        float: left;
        font-family: tahoma;
        font-size: 18px;   
        font-weight: normal;
        color: black;
    }

    .dlDetail p {
        float: left;
        font: normal 15px tahoma;
        color: gray;
    }

.dlImg {
    margin-top: 10px;
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 3px;
    margin-right: 10px;
    padding-left: 10px;
}



.dlLink {
    float: right;
    width: 42px;
    height: 100%;

    background-color: #198DC2;
}


    .dlLink p {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        font-family: arial;
        margin-top: 70px;
        font-weight: normal;
        font-size: 20px;
        color: white;
    }
