﻿@import "reset.css";

body
{
    background-color: white;
    margin-top:0;
    margin-left:0;
}

body a
{
    color: #7C96CB;
    font-weight: bold;
    font-size: 8pt;
}

div#page
{
    width: 748px;
    margin: 0 auto;
}


div#page-wrapper
{
    float: left;
}


div#header-wrapper
{
    height: 87px;
    width: 748px;
    background-image: url('../images/banner.gif');
    display:none;
}

div#header-wrapper h1
{
    font-weight: bold;
    color: black;
    text-align: right;
}

span.topmenu
{
    display:none;
}

div#main-wrapper
{
}

div#sidenav
{
    display:none;
}

div#content-wrapper
{
}

div.class6
{
    text-align: center;
    border-top: solid 2px #FBA672;
    padding: 10px;
    line-height: 15px;
}
span.quote
{
    color: #5C7DBE;
    font-style: italic;
}

span.quote-author
{
    color: #5C7DBE;
    font-style: italic;
    font-weight: bold;
}

div.class7
{
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
    background-color: #7C96CB;
    color: White;
}
div.class7 p
{
    padding-top: 10px;
}
div.class7 ul
{
    list-style-type: none;
}

div.content2
{
    background-color: white;
    color: black;
    text-align: left;
    width: 374px;
    padding-left: 23px;
    padding-right: 10px;
    padding-bottom: 20px;
    float: left;
}
div.content2 p, div.content2 div
{
    padding-top: 15px;
}
div.content2 ul
{
    list-style-position: inside;
}

div.content2 p img
{
    float: right;
}

/* for 2 column right column */
div.content3
{
    background-color: White;
    float: right;
    text-align: right;
    width: 187px;
    border-left: solid 1px #CAD6F2;
    border-bottom: solid 1px #7C96CB;
    border-top: solid 1px #7C96CB;
}


/* for 1 column content */
div.content
{
    background-color: white;
    color: black;
    width: 700px;
    text-align: left;
    float: left;
}
div.content p, div.content div
{
    padding-top: 15px;
}
div.content ul
{
    list-style-position: inside;
}
div.content p img
{
    float: right;
}


/** prices **/
div.price
{
    padding-left: 70px;
    padding-top: 30px;
}

div.price div
{
    color: black;
    font-size: 10pt;
    font-weight: bold;
    float: left;
    text-align: right;
    padding-right: 10px;
}


p.content-caption
{
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

p.content-caption2
{
    color:black;
    font-weight: bold;
    font-size: 10pt;
}




div#prefooter
{
    float: right;
    color: black;
    height: 75px;
    width: 700px;
    background-color: #7C96CB;
    border-bottom: solid 1px white;
    padding-left: 18px;
    padding-top: 14px;
}

div#prefooter p
{
    padding-bottom: 10px;
}

div#footer-wrapper
{}
div#footer-wrapper h1
{
    display:none;
}


table.largedata tr td
{
    padding: 5px;
}
