﻿body
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F2F1DF;
    font: normal 14px Verdana;
    text-align: center;
}
h4
{
    text-align: center;
}
ul
{
    list-style: none;
    font-size: small;
    padding: 0;
    margin: 0;
}
#container
{
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFBF8;
    text-align: left;
}
#header
{
    width: 100%;
    height: 160px;
    vertical-align: top;
    margin-bottom: 15px;
    clear: both;
}
#logo
{
    float: left;
    width: 350px;
    height: 145px;
    vertical-align: bottom;
    text-align: left;
    padding-left: 4px;
}
#location
{
    padding: 8px 0 8px 8px;
    font-size: small;
}
#pizza
{
    float: right;
    width: 440px;
    height: 150px;
    background: url(images/pizza.jpg) no-repeat center;
}
#navigation
{
    clear: both;
    background: #f00;
    border-top: 1px solid #9CC;
    font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content
{
    width: 100%;
    clear: both;
    padding-bottom: 10px;
}
#footer
{
    clear: both;
    width: 100%;
    margin: 0;
    padding: 5px 0 5px 0;
    border-top: solid 1px rgb(125,125,125);
    background-color: #f00;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
}
#copyRight
{
    font-size: x-small;
    padding: 16x 0 4px 0;
}
#content-primary
{
    float: left;
    width: 618px;
}
#content-secondary
{
    float: right;
    width: 180px;
}
#dvMap2
{
    height: 300px;
    width: 350px;
    position: relative;
}
.clear
{
    clear: both;
}
.top
{
    vertical-align: top;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.superscript
{
    font-size: x-small;
    vertical-align: super;
}

.hilite
{
    font-family: "Impact";
    color: #000;
    font-size: 1.5em;
}
.delivery
{
    color: #f00;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 1.5;
}
.disclaim
{
    color: #f00;
    font-size: small;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: 0;
}

.subTitle
{
    clear: both;
    text-align: center;
    padding: 2.5ex 0 2.5ex 0;
    font-size: medium;
    width: 100%;
}
.subTitleBox
{
    background: #900;
    border: 1px solid #FFF;
    bottom: 2px;
    color: #FFF;
    cursor: pointer;
    display: inline;
    height: 1em;
    margin: 0;
    padding: 6px 10px 6px 10px;
    right: 2px;
    text-decoration: none;
}

.infoBox
{
    font-size: small;
}

.menuList
{
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}
.menuItem
{
    width: 100%;
    padding-top: 16px;
    clear: both;
}
.menuTitle
{
    font-weight: bold;
}
.menuDetail
{
    font-size: smaller;
    color: Gray;
    padding: 4px 0 4px 2em;
}
.menuPricing
{
    font-size: smaller;
    white-space: nowrap;
    padding-left: 0.5em;
    vertical-align: middle;
}
.priceLabel
{
    padding-left: 1em;
    padding-right: 0.5em;
}
.price
{
}

.specialBox
{
    text-align: left;
    margin: 0;
    background: #F2F1DF;
    border: 1px solid DarkGray;
    color: #000;
    height: 100px;
    width: 18em;
}
.specialTitle
{
    font-weight: bold;
    text-align: center;
    padding: 4px 0 4px 0;
}
.specialBox ul
{
    padding: 10px 0 6px 10px;
    text-align: left;
}
.special
{
    font-size: small;
}
.specialPrice
{
    padding-left: 1em;
    font-size: small;
}
.outer
{
    float: left;
    margin: 15px;
    background: #f00;
    padding: 8px;
    width: 18em;
}
.noticeBox
{
    padding: 1ex 10px .5ex 10px;
    text-align: left;
}

