﻿/** BEGIN PAGE FOOTER ****************************************************************************/
#Footer {
    background: url(/images/footer-tail.gif) top repeat-x;
    height: 51px;
    font-size: 0.833em;
    text-transform: uppercase;
    border: 0px #000 solid;
}

#Footer .left-bg {
    background: url(/images/footer-left-bg.gif) left top no-repeat;
    height: 51px;
    width: 100%;
    overflow: hidden;
}

#Footer .right-bg {
    background: url(/images/footer-right-bg.gif) right top no-repeat;
    height: 51px;
    width: 100%;
    overflow: hidden;
}

#Footer .menu {
    float: right;
    padding: 20px 22px 0 0; /*top,right,bottom,left*/
    border: 0px #000 solid;
}

#Footer .menu li {
    float: left;
    padding-left: 6px;
    border: 0px #000 solid;
}

#Footer .menu a {
    color: #949494;
    display: inline-block;
    margin-right: 6px;
}

#Footer .menu a:hover, #Footer .menu .active {
    color: #010101;
    text-decoration: none;
}

#Footer p {
    padding: 18px 0 0 22px;
    border: 0px #000 solid;
}

#Footer p a {
    color: #949494;
    text-decoration: none;
}

#Footer p a:hover {
    color: #010101;
}
/** END PAGE FOOTER ******************************************************************************/
