﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: 15px;
    font-family: "Segoe UI";
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    line-height: 160%;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #0093DD;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    width: 1000px;
    min-height: 600px; 
    margin-left: auto;
    margin-right: auto;
}

.header
{
    padding: 0px;
    margin: 0px;
    margin-bottom: -6px;
}

.footer
{
    border-top: 1px solid #0093DD;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

/* Menu */
.menu { height: 60px; background-color: #0093DD; line-height: 1.5;}
.menu ul { padding: 0px; margin: 0px;}
.menu ul li { list-style-type: none; font-size: 25px; color: #FFFFFF; float: left; margin-top: 10px; margin-left: 25px; }

.right
{
    float:right;
}

.left
{
    float:left;
}

.clear
{
    clear: both;
}

/*Table*/
td
{
    padding-top: 15px;
    vertical-align:top;
}

.important
{
    font-size:20px;
}

#priceList strong
{
    font-size: 18px;
    color: #0093DD;
    font-weight: normal;
}