﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    font-family: Verdana, Arial;
    font-size: 15px;
}

a
{
    color: #AA0000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}


.content
{
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/content.png);
    background-position: center top;
    background-repeat: repeat-y;
    overflow: auto;
}

.content_noscroll
{
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/content.png);
    background-position: center top;
    background-repeat: repeat-y;
    /*overflow: auto; */
}
.content_top
{
    width: 928px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/content_top.png);
    background-position: center top;
}

.content_bottom
{
    width: 928px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/content_bottom.png);
    background-position: center top;
}

.spacer
{
    height: 10px;
}

.logo_full_container
{
    width: 905px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.logo_full
{
    margin-top: 5px;
}

#header table
{
    width: 890px;
    border-collapse: collapse;
}

.colorbar
{
    background-image: url(graphics/colorbar.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 28px;
}

.logo
{
    margin: 15px 25px 0px 30px;
}

.tagline
{
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
}

.menu
{
    font-size: 18px;
    color: #CCCCCC;
    text-align: right;
    margin-top: 15px;
}

.primary1
{
    float: left;
    width: 880px;
    margin-left: 20px;
}

.primary
{
    float: left;
    width: 610px;
    margin-left: 20px;
}

.secondary
{
    margin-left: 650px;
    border-left: solid 3px #CCCCCC;
    padding-left: 20px;
}

.single_column
{
    margin-left: 20px;
    margin-right: 20px;
}

h1
{
    margin: 0px;
    color: #AA0000;
    font-size: 20px;
}

h2
{
    margin: 0px;
    font-size: 18px;
}

.bold
{
    font-weight: bold;
}

.shade
{
    background: #EEEEEE;
}

.product_table
{
    border-collapse: collapse;
    margin: auto;
    background: #EEEEEE;
}

.product_table td
{
    border: solid 1px #999;
    padding: 2px 5px;
    text-align: center;
}

.order_button
{
    display: block;
    text-align: center;
    width: 150px;
    margin: 20px auto;
    padding: 8px;
    background: #A11;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.center
{
    text-align: center;
}

#footer
{
    color: #CCCCCC;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.document
{
    background: #FFF;
    padding: 10px;
}
