/* =Catering Styles
___________________________________________________________________________*/

html, body {
       background: #F7C60F url(http://www.snowcitycafe.com/images/graphics/merchandise-bg.gif) repeat-x top left;
}
#merchandise{
        position: absolute;
        height: 104px;
        width: 204px;
        left: 500px;
        top: 136px;
        z-index: 100;
        }
.footer-title { 
        font: 16px normal "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-serif; 
        color: #fac70c; 
        }

select, input, option {
        background: #FAC70C;
        color: #000;
        border: 2px solid #DFB20C;
        font-size : 10px;
        }
.checkbox {
        background-color:  transparent;
        margin:  0;
        padding: 0;
        border: 0;
        }

textarea {
        margin-left: 0;
        padding-left: 0;
        padding-right: 70px;
        background: #FAC70C;
        color: #000; 
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        border: 5px solid #DFB20C;
        }

textarea:focus { background-color: #fff;}
input:focus { background-color: #fff; }
checkbox:focus { background-color: #fff; }

.main-content img {border-left: 6px solid #E6B605;border-top: 6px solid #E6B605; border-right: 6px solid #FFD53A; border-bottom: 6px solid #FFD53A;}