﻿body 
{
    background-color: #501a61;
    font-family: Arial;
    font-size: .95em;
}

p
{    
    font-size: 1.1em;
}

.header
{
    font-size: x-large;
    font-weight: bold;
    font-family: Arial;
}

div#banner 
{
    text-align: center;
}

div#productMenu
{
    text-align: left;
    position: absolute;
    float: left;
    background-color: #dee4e7;
    font-size: medium;
    padding: 5px;
    border-style: outset;
    border-width: 3px;
    visibility: hidden;
}

div#navigation 
{
    text-align: center;
    margin: 35px;    
}

ul#navigation li.main
{
    margin-left: 2px;
    padding: 3px;
    list-style: none;
    display: inline;
    background: url("../images/nav.gif") repeat-x;
    background-position: 0px 0px;
    font-size: large;
    border-style: outset;
    border-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
}

ul#navigation li a
{
    color: Black;
}

ul#navigation li a:hover
{
    color: #555;
    text-decoration: none;
}

div.content
{
    background-color: White;
    margin: 20px;
    padding: 20px;
    
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.footer 
{
    text-align: center;
    color: #ccc;
}

.footer a:link
{
    color: Yellow;
}

.footer a:hover
{
    color: #dd0;
}

.footer a:active
{
    color: #aa0;
}

.footer a:visited
{
    color: #aa0;
}