﻿body
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    color: #3D0603;
    margin: 0;
    min-height: 870px;
}
/*****************************/
/*  Common Elements         */
/*****************************/
img
{
    border: none;
}

h1
{
    color: #003333;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0;
    padding: 20px 0;
}

h2
{
    color: #003333;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    font-style: italic;
}

h3
{
    font-weight: normal;
    font-size: 1em;
    text-decoration: underline;
}
a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#Wrapper
{
    width: 990px;
    margin: 0 auto;
}

/********* Header Items **********/
#Header #topBar
{
    background-image: url(/images/Firehouse_Brewery_HeaderTopSliver.png);
    background-repeat: repeat-x;
    height: 123px;
    width: 990px;
}

#Header #headerBar
{
    background-image: url(/images/Firehouse_Brewery_HeaderBG.png);
    background-repeat: no-repeat;
    height: 289px;
    width: 990px;
    position: relative;
}

#Header #headerBar img
{
    float: right;
    margin: 10px 10px 0 0;
}

#Header #topBar img
{
    float: left;
    padding: 20px;
    position: relative;
    z-index: 5;
}

#Header h1
{
    font-variant: small-caps;
    font-family: Times New Roman;
    font-size: 2em;
    color: White;
    float: right;
    margin: 25px;
}

#Header
{
    height: 433px;
}

/************ Header Menus ***************/
#menuHolder
{
    border-top: 1px solid #ededed;
    margin-top: 1px;
}

ul#Menu
{
    list-style: none;
    float: left;
    height: 15px;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
}

ul#Menu li
{
    float: left;
    margin: 0 0 0 5px;
    padding-bottom: 3px;
    font-size: .85em;
}

ul#Menu a, ul#topMenu a 
{
    color:Black;    
    padding: 0 10px;
}

ul#Menu li.selected
{
    background-image: url(/images/Firehouse_Menu_Tab_Sliver.png);
    background-repeat: repeat-x;
}

ul#Menu li.selected a
{
    color: White;
    padding: 0 10px;
}

ul#Menu li.selected span.left
{
    width: 4px;
    height: 31px;
    background-image: url(/images/Firehouse_Menu_Tab_Left.png);
    background-repeat: no-repeat;
}

ul#Menu li.selected span.right
{
    width: 4px;
    height: 31px;
    background-image: url(/images/Firehouse_Menu_Tab_Right.png);
    background-repeat: no-repeat;
}

ul#topMenu
{
    list-style: none;
    height: 30px;
    margin: 0;
    padding: 0;
}

ul#topMenu li
{
    float: right;
    padding: 5px 10px;
    font-variant: small-caps;
}

#cartArea
{
    margin: 98px 0px 0pt 121px;
    float: left;
}

#cartArea img
{
    float: left !important;
}

#cartArea span
{
    float: right;
    padding-top: 17px;
}

/************** Content Area *****************/
#contentContainer
{
    width: 990px;
    clear: left;
    margin-top: 10px;
    overflow: auto;
    padding-bottom: 10px;
}

#Content
{
    padding: 0px 10px 0px 10px;
}

/************** Footer Area *****************/
#Footer
{
    background-image: url(/images/Firehouse_Brewery_Footer.png);
    background-repeat: repeat-x;
    width: 990px;
    height: 129px;
}

#footerMenu
{
    height: 43px;
    list-style: none;
}

#footerMenu li
{
    float: left;
    padding: 0 23px 0 23px;
    margin-top: 13px;
    border-right: 1px solid #e7e7e6;
    color: #e7e7e6;
    font-variant: small-caps;
    font-size: .85em;
}

#footerMenu li.last
{
    border-right: none;
}

#footerMenu li a
{
    text-decoration: none;
    color: #e7e7e6;
}

#footerMenu li a:hover
{
    text-decoration: underline;
}

#Footer #Copyright
{
    color: #e7e7e6;
    font-size: .7em;    
    float: right;
    margin: 18px 62px;
}

#Footer #PoweredBy
{
    color: #e7e7e6;
    font-size: .7em;    
    float: left;
    margin: 18px 62px;
}

#Footer #PoweredBy a
{
    text-decoration: none;
    color: #e7e7e6;
}

#Footer #PoweredBy a:hover
{
    text-decoration: underline;
}

#menuCategories
{
    float: left;
}

#menuCategories ul
{
    list-style: none;
}

#menuCategories ul li
{
    padding: 10px;
}

#menuItems
{
    float:left;
    padding: 10px 50px 50px;
    width: 550px;
}

/********* Dinner menu items **********/
#selections
{
    float: left;
}

#selections ul
{
    list-style: none;
}

ul#dinnerList
{
    list-style: none;
    float: right;
    width: 600px;
}
