﻿@charset 'utf-8';

#footer {
    background: #dedede;
    border-top: 1px solid #d1d1d1;
    color: #767676;
    height: 100px;
    padding-top: 29px;
}

    #footer .logo_company, #footer .other1, #footer .other2, #footer .other3, #footer .other4, #footer .other5 {
        background: url(../../images/footer/footer_gray.png) no-repeat;
    }

    #footer a {
        color: #767676;
    }

    #footer .footer_wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 1020px;
    }

    #footer .logo_company, #footer .copyright, #footer .other {
        height: 75px;
        overflow: hidden;
    }

    #footer .logo_company {
        background-position: 0 7px;
        border-right: 1px solid #c3c3c3;
        width: 218px;
    }

    #footer .copyright {
        border-left: 1px solid white;
        border-right: 1px solid #c3c3c3;
        line-height: 18px;
        padding-left: 16px;
        width: 410px;
    }

    #footer .other {
        border-left: 1px solid white;
        padding-left: 24px;
    }

        #footer .other li {
            height: 65px;
            margin: 5px 5px 0 0;
            width: 65px;
        }

    #footer .other1 {
        background-position: -20px -65px;
    }

    #footer .other2 {
        background-position: -125px -63px;
    }

    #footer .other3 {
        background-position: -20px -145px;
    }

    #footer .other .other4 {
        background-position: 0 -280px;
        height: 52px;
        margin-top: 11px;
        width: 150px;
    }

    #footer .other5 {
        background-position: -18px -214px;
    }

    #footer .other a {
        height: 100%;
    }

    #footer .other .other6 {
        background: url(../../images/footer/footer_gray.png) no-repeat 0px -332px;
        width: 121px;
        height: 52px;
        margin-top: 15px;
        margin-right: 0;
    }
