﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: .80em;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../images/background-simple.png'); 
    background-repeat: repeat-x;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.bold
{
   font-weight: bold;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{    
    /*color: #496077;*/
    color: #3a3a3a;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0px;
}

h1
{
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 26px;
    font-weight: 500;
}

h3
{
    font-size: 1.em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #2A2A2A no-repeat left top;
    top: 0px;
    left: 0px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.sitemap
{
    width: 960px;
    margin: 20px auto 0px auto;
}

.footer
{
    background-image: url('../images/background-simple-footer.png');     
    background-repeat: repeat-x;
    background-color: #c0c0c0;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.0em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.0e;
    color: Red;
}

.formEntry
{
    width: 250px;
}

.thumb
{
    border-color: White;
    height: 132px;
    width: 176px;
}

.featureYes, .featureNo
{
    background-repeat:no-repeat;
    vertical-align: middle;
    background-position: center;
}

.featureYes
{
    background-image: url(../images/plus_16.png);
}

.featureNo
{
   background-image: url(../images/minus_16.png);
}

.orderHeading
{
    font-size: medium;
    font-weight: 700;
}
