﻿html
{
    overflow: scroll;
    overflow-x: hidden;
}

body
{
    font-size: 68.75%;
    margin: 0px;
    background-image: url(/Img/page-background.gif);
    background-position: right;
    background-repeat: repeat-y;
    overflow: scroll;
    overflow-x: hidden;
}

h1, h2, h3, p, span, ul, li, ol, a
{
    font-size: 1em;
    font-family: Arial, Verdana;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
h1
{
    line-height: 15px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #B57C38;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
h2
{
    line-height: 15px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
h3
{
    color: #B57C38;
    font-size: 0.9em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* menu styles */
#mainmenu ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainmenu li 
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 25px;
    margin-left: 0px;
    float: left;

    font-size: 1.1em;
    color: #868380;
    text-transform: uppercase;
    text-decoration: none;
}

#mainmenu li.first
{
    margin-left: 0px;
}

#mainmenu li a
{
    font-size: 0.9em;
    margin: 0;
    color: #868380;
    text-transform: uppercase;
    text-decoration: none;
}

#mainmenu a:hover
{
    color: #AA7851;
}

#mainmenu .selected
{
    color: #AA7851;
}



a.splashmail
{
    color: #868380;
}

a.splashmail:hover
{
    color: #AA7851;
}

a.splashmail:selected
{
    color: #AA7851;
}
