﻿#Footer
{
    font-size: 12px;
    color: #747474;
    border-top: solid 1px #414141;
    text-align: center;
}

#Footer ul
{
    margin: 5px 0 3px 0;
    padding-left: 0;
    list-style-type: none;
    color: #747474;
}
#Footer li
{
    display: inline;
    padding: 0 10px;
    border-right: solid 1px white;
}
#Footer li.first
{
    padding-left: 0px;
}
#Footer li.last
{
    padding-right: 0;
    border-right: none;
}
#Footer a:link, #Footer a:visited, #Footer a:active
{
    color: #747474;
}
#Footer a:hover
{
    color: White;
}

#Footer .searles a:link, #Footer .searles a:visited, #Footer .searles a:active
{
    color: #a4a4a4;
}

#Footer .searles a:hover
{ color: White
}
