.footer {
    height: 90px;
}

.footerGradient {
    background-image: url("../img/Footer_gradients.png");
    width: 100%;
    height: 90px;
    position: absolute;
    border-style: solid;
    border-color: #B7B7B7;
    bottom: -2px;
    z-index: -1;
}

.mainFooter {
    padding: 5px 5px 5px 15px;
}

.mainFooter a {
    padding: 4px;
    font-weight: normal;
}

.footerLnbTitle {
    float: left;
    font-weight: bold;
    padding-top: 1px;
}

.footerLnbTitleIcon {
    position: relative;
    top: 4px;
}

.footerRightMenu {
    float: right;
}

.footerLogo {
    width: 250px;
    padding-top: 8px;
    margin: 0 auto;
    padding-right: 50px;
}

.footerLogoImg {
    margin: 0 2px 4px 2px;
}

.footerLogoImgTitle {
    font-weight: bold;
}
