﻿
/*************************/
#Footer {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/images/Web/footer_bg.gif) repeat-x scroll center center;
    height: 100px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    position: relative;
    width: 972px;
}
#Footer ul {
    display: block;
    float: left;
    line-height: 20px;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
}
#Footer ul li {
    padding-right: 50px;
}
#Footer ul li a {
    color: #666666;
    font-size: 1.0em;
    text-decoration: none;
}
#Footer ul li a:hover {
    color: #ED0677;
}
#Footer .social {
    float: right;
    margin: 10px 30px 0 0;
}
#Footer .social img {
    margin-top: 15px;
    padding: 0 0 0 20px;
}
/*************************/

