﻿.footer_base
{
    background: url("../../../Images/footer.gif") no-repeat;
    height: 140px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 950px;
}

.footer_body
{
    text-align: center;
    width: 950px;
}

.footer_body ul
{
    left: 200px;
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 10px;
}

.footer_body ul li
{
    display: inline;
}

.footer_body .li_mid
{
    background: url("../../../Images/separator_bk.jpg") no-repeat left center;
    padding-left: 8px;
}

.footer_body address
{
    font-size: small !important;
    font-style: normal;
    left: 200px;
    position: absolute;
    text-align: left;
    top: 30px;
}

.footer_body .footer_tel
{
    font-size: small !important;
    font-style: normal;
    left: 200px;
    position: absolute;
    text-align: left;
    top: 50px;
}

.footer_body .footer_work
{
    font-size: small !important;
    font-style: normal;
    left: 200px;
    position: absolute;
    text-align: left;
    top: 70px;
}

.footer_body address a,
.footer_body .footer_tel a
{
    padding:0px 10px;
}

.footer_copy
{
    font-size: small !important;
    left: 300px;
    position: absolute;
    top: 115px;
}