﻿a 
{
    color: #990;
}
body 
{
    background-image: url(background.gif);
    background-position: center;
    background-repeat: repeat-y;
    background-color: #fff;
    color: #354D36;
    font-family: Arial, Arial;
    font-size: 90%;
}
div.basket
{
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 20;
}
div#container 
{
    background-color: #fff;
    left: 50%;
    margin-left: -370px;
    position: absolute;
    top: 0px;
    width: 740px;
}
div#content
{
    margin: 0px 370px 0px 0px;
    padding: 40px 0px 30px 40px;
}
div#content2
{
    padding: 40px 40px 30px 40px;
    width: 640px;
    max-width: 640px;
}
div#contentfull
{
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 30px 40px;
}
div#rightpanel
{
    position: absolute;
    top: 145px;
    left:415px;
    width: 295px;
}
div#footer
{
    margin: 20px 0px 30px 0px;
}
div#footer p
{
    font-size: 90%;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
}
div#header
{
    position: absolute;
    top: 0px;
}
div#main
{
    margin-top: 105px;
}
div#main h1
{
    color: #354D36;
    font-size: 180%;    
    font-weight: normal;  
    margin: 0px;  
    padding: 10px 0px 0px 0px;        
}
div#main h2
{
    background-image: url(grey-arrow.gif);
    background-repeat: no-repeat; 
    background-position: left center;   
    color: #666;
    font-size: 130%;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 15px;    
}
div#main h3
{
    color: #000;
    font-size: 120%;
    margin: 0px; 
    text-decoration: underline;
}
.menuitem
{
    height: 100%;
    width: 93px;
    padding: 3px;
    background-image: url('grad1.gif');
    background-position: top left;
    background-repeat: repeat-x;
    text-align: center;
    border-top: solid 1px #D2D33A;
    border-left: solid 1px #999;
    border-right: solid 1px #fff;
}
.menuitem a
{
    color: #333;
    text-decoration: none;
    font-size: 75%;
}
.menuitem:hover
{
    border-top: solid 1px #fff;
}
.menuitem:hover a
{
    color: #fff;
}
form
{
    margin-bottom: 0px;
}
img 
{
    border: none;
    vertical-align: top;
}
p.bold
{
    font-weight: bold;
}
p.center
{
    text-align: center;
}
p.gallery
{
    color: #999;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
p.greycenter
{
    color: #999;
    text-align: center;
}
p.italic
{
    font-style: italic;
}

table 
{
    font-size: 100%;
}
table#gallery tr td
{
    vertical-align: top;
    width: 33%;
}
table.menu
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 740px;
}
table.orderform tr td
{
    vertical-align: top;
}
table.orderform tr td.line1
{
   background-color: #ccc; 
}
table.orderform tr td.line2
{
   background-color: #ececec; 
}
table.orderform tr td.header
{
   background-color: #354D36;
   color: #fff;
}
h3.orderheader
{
    padding-bottom: 5px;
    padding-top: 25px;
}