html, body
{
    margin: 0;
    padding: 0; /*background: #F2C337 url(../images/base_bg.png) top repeat-x;*/
    background-color: #E0E0E0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 12px;
    font-family: tahoma;
}

.HideElement
{
    display: none;
}

.ShowElement
{
    display: block;
}

#menu
{
    margin-bottom: 2px;
}

#menu td
{
    font-size: 15px;
    white-space: nowrap;
    color: #F3F3F2;
    background-color: #322518;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

#menu td:hover
{
    color: #322518;
    background-color: #F5D73F;
    cursor: pointer;
}

#menu td:active
{
    position: relative;
    top: 1px;
}



#body_txt
{
    color: #000;
    text-align: justify;
    padding: 10px;
    vertical-align: top;
}

#login_form
{
    background-image: url(../images/login-form-bg.gif);
    background-repeat: repeat-x;
    height: 20px;
    width: 110px;
    border-width: 1px;
    border-style: solid;
    font-size: 11px;
    padding-top: 3px;
    padding-left: 1px;
}

#wrap
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
}

#page
{
    width: 1024px;
    margin: 0 auto;
    border-bottom-width: thick;
    border-bottom-color: Orange;
    height: 768px;
    background-color: #E0E0E0;
}

#top
{
    margin-bottom: 2px;
    padding-top: 10px;
    background-image: url(../images/Title.jpg);
    height: 336px;
}


#tmenu
{
    position: absolute;
    margin: 65px 0 0 620px;
    list-style: none;
    display: block;
}

#tmenu li
{
    float: left;
    margin: 0 10px;
}

#content
{
    margin: 0 0 2px 0;
    color: #000;
    padding: 15px;
}

#footer
{
    font-family: tahoma;
    background-color: #322518;
    border: 1px solid #302A24;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 15px;
}

#header_menu
{
    margin-bottom: 2px;
}

#header_menu div
{
    position: absolute;
    margin: 263px 0 0 45px;
    width: 192px;
    font-size: 19px;
}

#company_name
{
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    font-family: tahoma;
    position: absolute;
    margin: 24px 0 0 70px;
}

.CategoryButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #FFE773;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #A68900;
    font-family: tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    width: 250px;
}
/*
.CategoryButton:hover 
{
	background-color:#f09809;
	color:#FFE773;
}

.CategoryButton:active 
{
	position:relative;
	top:1px;
}
*/

.CategoryLink
{
    display: inline-block;
    font-family: tahoma; /*font-family:Verdana;*/
    font-size: 13px;
    font-weight: bold;
    width: 250px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #322518;
}


.CategoryLink:hover, .CategoryLinkHighlighted
{
    color: #F1F2EC;
    cursor: pointer;
    text-decoration: underline; /*background-color:#C9254F;*/
    background-color: #322518;
}

.CategoryLink:active
{
    position: relative;
    top: 1px;
}

#menuitemdetails td
{
    padding-top: 4px; /*font-family:Courier New;*/
    font-family: tahoma;
    font-size: 12px; /*font-weight:bold;*/
    color: #322518;
    border-bottom-width: thin;
    border-bottom-color: Black;
    border-bottom-style: solid;
    padding-left: 10px;
}

.MenuItemDescription
{
    font-family: tahoma;
    font-size: 13px; /*font-weight:bold;*/
    color: #322518;
}

.MenuItem
{
    text-align: right;
    font-size: 11px;
}

.MenuItemName
{
    font-size: 12px;
}

.MenuItemPrice
{
    text-align: right;
    vertical-align: bottom;
}

.SpecialOfferHeader
{
    font-size: large;
    font-weight: bold;
    padding-left: 28px;
    color: #322518;
}

.SubHeader
{
    font-size: large;
    font-weight: bold;
    color: #322518;
}