﻿body
{
    font-family: Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
    background: #F8E9B9;
    margin: 0;
    padding: 0;
}
#main
{
    width: 760px;
    margin: 0 auto;
}
a img
{
    border: 0;
}
.imgright
{
    float:right;
    margin-right:-10%;
    margin-top:15%;
}
#topbar
{
    width: 760px;
    height: 183px;
    margin: 0 auto;
    background: url(img/logo_right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    z-index: 100;
}
#content
{
    width: 750px;
    margin: 0 auto;
    background-color: White;
    padding: 5px;
    border: 2px solid #555;
}
#footer
{
    width: 100%;
    padding: 5px;
    font-size: .75em;
}
#footer div
{
    margin: 0 auto;
    width: 750px;
    text-align: center;
    padding-bottom: .5em;
}
#nav
{
    z-index: 100;
    text-align: right;
    line-height: 46px;
    top: 126px;
    position: relative;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-shadow: .1em .1em 3px #444;
    /*filter: Shadow(Color=#666666, Direction=135, Strength=5);*/
    text-transform: uppercase;
    font-family: Verdana;
    text-decoration: none;
    padding-right: 25px;
    color: #FBF3D9;
}
#nav a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #FBF3D9;
    text-shadow: .1em .1em 3px #444;
    text-transform: uppercase;
    font-family: Verdana;
    text-decoration: none;
    padding: 0 5px;
}
#nav a:hover
{
    color: #FBD367;
}
.shadow
{
    color: #FBD367;
}

.logo
{
    float: left;
    z-index: 200;
}
h1, h2
{
    color: #660033;
    font-family: Candara, Lucida Grande, Trebuchet MS, Sans-Serif;
    text-align: center;
    margin: 0;
}
h1
{
    font-size: 20pt;
}
h2
{
    font-size: 16pt;
    margin-top: 15px;
    text-align: left;
}
#side
{
    float: left;
}
.recom
{
    background-color: White;
    width: 167px;
    font-size: .75em;
    line-height: 1.5em;
    padding: 2px;
    border-right: 2px solid #C08A82;
}
.recom br
{
    margin-bottom: .5em;
}
.view
{
    background-color: #FBF3D9;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom: 2px solid #C08A82;
    padding-bottom: 10px;
}
h3
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: .9em;
    font-weight: bold;
}
.left
{
    width: 48%;
    float: left;
}
.right
{
    width: 48%;
    float: right;
}
.rightI
{
    float: left;
}
.dot
{
    position: relative;
    margin-bottom: -1px;
    line-height: 1.3em;
    padding: 2px;
    text-align: left;
    border: 1px solid #ccc;
}
.headerdot
{
    background-color: Black;
    color: White;
    font-weight: bold;
}
.headerdot div
{
    border-left: 1px solid white;
    margin-left: -3px;
}
.leftI
{
    width: 55px;
    text-align: center;
    float: right;
}
.small, .sub
{
    font-size: .75em;
    line-height: 1em;
}
.sub
{
    clear: both;
}
.clear
{
    clear: both;
}

.catList
{
    margin: 0;
    padding: 0;
}
.catList li
{
    display: block;
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #00443D;
    border: 2px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.catList li a
{
    display: block;
    clear: both;
    text-decoration: none;
    border: 1px solid #DDB152;
    margin: 0 -1px 0 0;
    width: 157px;
    padding: 3px;
    color: black;
    background-color: #B3885C;
    text-align: center;
    font-size: .9em;
    color: White;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.catList li a:hover
{
    background-color: #555;
    color: White;
    border-color: White;
}

.shead
{
    font-size: 12pt;
}
p, ul, ol
{
    font-size: .9em;
    line-height: 1.4em;
    margin: 0 0 .75em 0;
}
.hr
{
    width: 100%;
    border-bottom: 1px solid black;
}
.pad
{
    padding: 5px;
}
.MealOptions
{
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #FBF3D9;
}
.MealOptions h3
{
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
}
.MealOptions ul
{
    position: relative;
    margin-bottom: 10px;
}
.MealOptions li
{
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
    font-size: .9em;
}
.MenuImage
{
    text-align: center;
}
.padimg
{
    margin-left:90px;
}
.padimg .sub
{
    clear:right;
}
.floatimg
{
    float: left;
    z-index: 99;
}
.clear
{
    clear:both;
}
.footer
{
	font-size: 8pt;
}