﻿#footer{
    width:100%;
    background-color:#333;
    padding:5px 0;
    color:#979797;
    font-weight:bold;
}

#footer #content table{
    border:none !important;
    margin:30px auto 0 auto;
    border-collapse:separate;
    border-spacing:50px 0;
}

#footer #content table p{
    color:inherit;
    font-weight:inherit;
}

#footer #content table td{
    vertical-align:top;
    margin:0 100px;
    text-align:left;
}

#footer #content table td ul{
    list-style:none;
    margin-top:4px;
}

#footer #content table td li{
    
}

/* IE 8*/
html.ie8 #footer #content table td{
    text-transform:uppercase;
}
