@import url("reset.css");

/* Colour Scheme
 *
 * green:  #9fe722
 * blue 0: #0a396d
 * blue 1: #3b618a
 * blue 2: #6c88a7
 * blue 3: #9db0c5
 * blue 4: #ced7e2
 */

html
{
    min-width: 980px;
}

body
{
    font-family: "Lucida Grande", "Verdana", sans-serif;
    font-size: small;
    background: #0a396d url("../images/ocean6.jpg") repeat-x top center;
}

strong
{
    font-weight: bold;
}

#main
{
    width: 960px;
    margin: 0 auto;
}

#banner
{
    margin-top: 80px;
    text-indent: -5000px;
    background: url('../images/logo7.png');
    height: 72px;
}

#nav
{
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

#nav li
{
    float: right;
    margin-left: 20px;
}

#nav li a
{
    display: block;
    padding: 12px 0 12px 2px; /* the 2px on the left is to compensate for letter-spacing */
    text-decoration: none;
    font-family: "Georgia", serif;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2px;
}

#nav li a:link { color: #9db0c5; }
#nav li a:visited { color: #9db0c5; }
#nav li a:hover
{
    color: #fff;
    border-bottom: 2px solid #9db0c5;
    padding-bottom: 10px; /* original minus border-bottom */
}
#nav li a:active { color: #fff }

#nav li.active a
{
    color: #fff;
}

#content
{
    float: left;
    width: 100%;
    /* color: #90b0d2; This is more saturated, and MIGHT be better. */
    color: #9db0c5;
}

#content a
{
    text-decoration: none;
    border-bottom: 1px solid #1f4a7a;
}

#content a:link { color: #9fe722; }
#content a:visited { color: #9fe722; }
#content a:hover
{
    color: #fff;
    border-color: #b8cade;
}
#content a:active { color: #9fe722; }

h2
{
    margin-top: 2.5em;
    font-family: "Georgia", sans-serif;
    font-size: 160%;
    letter-spacing: 3px;
    color: #fff;
}

p
{
    line-height: 1.5em;
    text-align: justify;
    margin: 1em 0;
}

cite
{
    font-style: italic;
}

dl.product
{
    border: 2px solid #6c88a7;
    background: #3b618a;
    margin: 1em 0;
}

dl.product dt,
dl.product dd
{
    margin: 1em 10px;
}

dl.product dt
{
    font-family: "Georgia", serif;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

dl.product dd
{
    color: #ced7e2;
    line-height: 1.5em;
    text-align: justify;
}

#content ul
{
    margin-bottom: 1em;
}

#content li
{
    line-height: 1.5em;
    list-style: disc;
    margin-left: 2em;
}
