/* =Menu Styles
___________________________________________________________________________*/

html, body {
       background: #F98C16 url(http://www.snowcitycafe.com/images/graphics/menu-bg.gif) repeat-x top left;
}
#menu {
        position: absolute;
        height: 104px;
        width: 204px;
        left: 500px;
        top: 148px;
        z-index: 100;
        }

img {float: left; margin-top: -7px; margin-bottom: -10px; padding: 0 5px 0 0;}




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

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

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


.footer-title { 
        font: 16px normal "Century Gothic", "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-serif; 
        color: #FE7018; 
        }
