footer {
    background: #F7F7F7 url(../../img/footer/footer.jpg) repeat-x top;
	margin-top:30px;
}

div#footer {
    background: none transparent;
    padding: 20px 0 11px;
    width: 1050px;
	margin:0 auto;
}

.logoGallery {
    padding-bottom: 30px;
}

#footer .logoGallery li, #footer .footerLink li {
    display: inline-block;
    float: left;
    padding-right: 22px;
}


#footer .logoGallery li.last {
    padding-right: 0;
}

.logoGallery li a {
    color: #000000;
    display: block;
    font-weight: bold;
    text-align: center;
}

.footerLink li a {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.footerLink li a:hover {color:#c50050;text-decoration:none !important}

#footer .social {
    width: 90px;
}
#footer .social li {
    display: inline-block;
    float: left;
    padding-left: 6px;
}
.social li a {
    background: url(../../img/footer/social-icons.jpg) no-repeat 0 0;
    display: block;
    height: 24px;
    text-indent: -99999px;
    width: 24px;
}
.social li a.xing {
    background-position: -48px 0;
}

.social li a.xing:hover {
    background-position: -48px -24px;
}

.social li a.tumblr {
    background-position: -24px 0;
}

.social li a.tumblr:hover {
    background-position: -24px -24px;
}

.social li a.facebook {
    background-position: 0 0;
}

.social li a.facebook:hover {
    background-position: 0 -24px;
}
