.title-text {
    color: #202020;
    font-size: 19px;
    letter-spacing: -0.3px;
    margin: 3px 0 0;
    text-shadow: 1px 1px #CCCCCC;
    text-transform: uppercase;
}
.grey-div {
    background: none repeat scroll 0 0 #9D9C9C;
    font-size: 1px;
    height: 4px;
    margin: 5px 0 10px;
    width: 100%;
}
.footer-channels-wrapper {
    background: none repeat scroll 0 0 #E2E2E2;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #006699;
    padding:10px 5px 5px;
}
.footer-channels ul {
    display: inline-block;
    list-style-type: none;
}
.footer-channels ul li {
    float: left;
    margin-bottom: 15px;
    width: 187px;
}
.channel-title {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
}
.channel-title a {
    color: #202020;
    outline: medium none;
    text-decoration: none;
}
.footer-channels img{
    padding:2px;
    background-color:#FFFFFF;
    border:1px solid #888888;
    height:95px;
    width:160px;
}


