﻿body
{
    background-color: #F6F1E6;
    padding: 0px;
    margin: 0px;
    font: 11px Tahoma, Geneva, sans-serif;
    color: #FFF6ED;
}

#main
{
    position: absolute;
    height: 480px;
    width: 790px;
    margin: -240px 0px 0px -395px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    background-color: #B84344;
    border: 1px solid #A16E14;
}

#content
{
    overflow: auto;
    height: 350px;
    padding: 0 20px 0 0;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#menu
{
    float: left;
    width: 190px;
    height: 350px;
    padding-top: 5px;
}

.menuitem
{
    margin: 8px 0 0 0;
}

.activemenuitem
{
    margin: 8px 0 0 0;
}

.menuitem a
{
    text-decoration: none;
    font-weight: bold;
    color: #9B421F;
    display: block;
    width: 150px;
    padding: 2px 10px 2px 10px;
    background-image: url(link-bg.jpg);
    background-repeat: no-repeat;
    line-height: 14px;
}

.menuitem a:hover
{
    background-color: #EDD8B4;
    color: #840000;
}

.activemenuitem a
{
    text-decoration: none;
    font-weight: bold;
    color: #840000;
    display: block;
    width: 150px;
    padding: 2px 10px 2px 10px;
    background-image: url(link-bg-active.jpg);
    background-repeat: no-repeat;
    line-height: 14px;
}

.submenuitem
{
    margin: 0;
}

.activesubmenuitem
{
    margin: 0;
}

.submenuitem a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #9E5B3C;
    display: block;
    width: 130px;
    padding: 2px 20px 2px 20px;
    background-color: #EFCF94;
}

.activesubmenuitem a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #840000;
    display: block;
    width: 130px;
    padding: 2px 20px 2px 20px;
    background-color: #EFCF94;
}

.submenuitem a:hover
{
    color: #840000;
}

h1
{
    font-size: 15px;
}
h2
{
    font-size: 13px;
}
h3
{
    font-size: 12px;
    font-weight: bold;
}

.tablesubheader
{
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 12px;
}

.tableprice
{
    width: 15%;
    padding-top: 12px;
    font-weight: bold;
    vertical-align: bottom;
}

.tablesmallprice
{
    width: 15%;
    vertical-align: bottom;
}

a
{
    color: #FFF6ED;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #840000;
}
