﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background-color: Teal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.78em;
}
p, ol
{
    padding: 5px 5px 5px 5px;
}
.supplierlogo
{
    vertical-align: middle;
    padding: 10px 10px 10px 5px;
}
.errorMessage
{
    font-size: small;
    color: #990000;
}
.clientlogo
{
    vertical-align: middle;
    padding: 10px 10px 10px 5px;
}
.header
{
    font-size: large;
    font-weight: bold;
}
.disclaimer
{
    padding-top: 25px;
    font-size: x-small;
    font-style: italic;
}
.contact_form
{
    background-color: White;
}
.formlabel
{
    text-align: left;
}
.forminput
{
    text-align: left;
}
.floatRight
{
    float: right;
    clear: right;
    margin: 4px;
}
.floatLeft
{
    float: left;
    margin: 4px;
}
.floatMiddle
{
    padding-left: 50px;
    text-align: center;
}
.leftColumn
{
    width: 70%;
    float: left;
}
.rightColumn
{
    width: 30%;
    float: right;
}
.topContent
{
    margin: 10px 0px 0px 5px;
}

.lowerColumn
{
    width: 100%;
}
.pageHeader
{
    font-size: medium;
    font-weight: bolder;
    text-align: center;
}
.imageMain .caption
{
    font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
.leftEmbroideryColumn
{
    text-align: center;
    width: 50%;
    float: left;
}
.rightEmbroideryColumn
{
    text-align: center;
    width: 50%;
    float: right;
}
.mainCopy
{
    padding: 5px 5px 5px 5px;
}
.samplesLeft
{
    width: 50%;
    float: left;
    text-align: center;
}
.samplesRight
{
    width: 50%;
    float: right;
    text-align: center;
}
.boldCell
{
    font-weight: bold;
}
.apparel
{
    float: left;
    margin-left: 150px;
    text-align: center;
}
.centurylinklogo
{
    width: 100%;
    float: left;
    text-align: center;
}

