﻿body
{
    background: #366599;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    margin: 20px 0px 0px 0px;
}

table, th, td
{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
}

.menu
{
    position: relative;
    top: 71px;
    left: 85px;
}

    .menu td
    {
        padding-right: 12px;
    }

    .menu a
    {
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        .menu a:hover
        {
            color: #366599;
        }

.masterMenu
{
    position: relative;
    top: 94px;
    left: 85px;
}

    .masterMenu td
    {
        padding-right: 12px;
    }

    .masterMenu a
    {
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        .masterMenu a:hover
        {
            color: #366599;
        }

.linkDivider
{
    border-right: 1px solid #5ea9ad;
    width: 1px;
    height: 33px;
    position: relative;
    top: 1px;
}

.masterLinkDivider
{
    border-right: 1px solid #5ea9ad;
    width: 1px;
    height: 33px;
}

.interiorContent
{
    color: #4F4F4F;
}

.content
{
    background: url('../img/homePageBgLarge.png') no-repeat;
    height: 690px;
    width: 1050px;
}

.masterContent
{
    background: url('../img/masterBg.png') no-repeat;
    height: 690px;
    width: 1050px;
}

.requestQuote
{
    background: url('../img/requestQuoteBg.png') no-repeat bottom center;
    height: 145px;
    width: 282px;
    position: relative;
    bottom: 1px;
    left: -5px;
}

.contactInfo
{
    background: url('../img/contactInfoBg.png') no-repeat bottom center;
    height: 185px;
    width: 342px;
}

.trackShipping
{
    background: url('../img/trackBg.png') no-repeat bottom center;
    height: 146px;
    width: 283px;
    position: relative;
    bottom: 1px;
    right: -5px;
}

.dataLabel
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.dataValue
{
    color: Black;
    font-size: 12px;
    font-weight: normal;
}

.emailNotificationLargeHeader
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
}

.emailNotificationHeader
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.emailNotificationTable
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

.emailNotificationTableRowOdd
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #CCCCCC;
    text-align: center;
}

.emailNotificationTableRowEven
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #AAAAAA;
    text-align: center;
}

.textbox
{
    border: 1px solid #284A6f;
    background: #369399;
    width: 200px;
    color: #ffffff;
}

.buttonReset
{
    background: url('../img/reset.jpg') no-repeat;
    border: none;
    height: 25px;
    width: 65px;
    cursor: pointer;
}

.buttonSend
{
    background: url('../img/sendtocopp.jpg') no-repeat;
    border: none;
    height: 25px;
    width: 117px;
    cursor: pointer;
}
