﻿footer {
    max-width: 1150px;
    margin: 0 auto;
}

#innerFooter {
    width: 960px;
    margin: 10px auto;
    background-image: url("../Images/stainless steel header background.png");
    background-repeat: no-repeat;
    font-family: 'QuestrialRegular';
    font-size: 10pt;
}

    #innerFooter p {
        clear: both;
        width: 100%;
        padding-right: 20px;
        text-align: center;
    }

        #innerFooter p#contact {
            color: #FFF;
        }

        #innerFooter p#copyright {
            color: #545454;
        }

#footerPromos {
    width: 1010px;
    margin: 12px auto 12px auto;
}

#footerIconsContainer {
    position: relative;
    width: 505px;
    height: 56px;
    margin: 24px auto 6px;
}

#footerIcons {
    position: absolute;
    width: 505px;
    height: 50px;
    margin: 0 auto;
}

    #footerIcons li {
        position: relative;
        display: inline;
        float: left;
        margin: 0 5px;
        list-style-type: none;
    }
#footerLinks {
    width: 975px;
    height: 25px;
    margin: 10px auto 0 auto;
}

    #footerLinks li {
        float: left;
        padding: 0 6px;
        list-style-type: none;
        text-align: center;
        border-right: 1px solid #BD2025;
    }

        #footerLinks li#giftcards {
            border-right: none !important;
        }

        #footerLinks li a {
            text-decoration: none;
            color: #FFF;
        }

.fsl {
    font-size: 9pt !important;
}