﻿/* -- generic -- */
body 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 68%;
	height: 100%;
	color: #666666;
}

h1
{
    font-family: Arial;
    font-size: 1.8em;
    font-weight: bold;
}

.brandName
{
    color: #DE183B;
    font-family: Arial;
    font-size: 3.9em;
    font-weight: bold;
}

.brandStrapLine
{
    color: #666666;
    font-family: Arial;
    font-size: 3.4em;
    font-weight: bold;
}

.siteContainer
{
    width: 900px;
    margin: 0px auto;
}

.clearFix { clear: both; }

/* -- site top -- */
.siteTop
{
    background: url(px_dots.gif) bottom repeat-x;
    padding-bottom: 10px;
}

.buyOnline
{
    text-transform: capitalize;
    font-weight: bold;
    text-align: right;
    font-size: 1.2em;
    background: url(/images/px_dots.gif) bottom repeat-x;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 330px;
}

.buyOnline_Number
{
    color: #E02747;
}

/* -- i'm looking for -- */
.imLookingFor
{
    text-align: right;
}

.imLookingFor input
{
    border: solid 1px #636363;
    background: #EBEBEB;
    margin-right: 10px;
    margin-left: 10px;
}

.imLookingFor img
{
    border: 0px;
}

/* -- site menu -- */
.siteMenu
{
    background: url(px_dots.gif) bottom repeat-x;
    padding-bottom: 10px;
    padding-top: 10px;
}

.siteMenu a
{
    color: #717171;
    text-decoration: none;
}

.siteMenu a:hover
{
    color: #DE183B;
}

.siteMenu_rightLinks
{
    float: right;
    font-size: 0.8em;
}

/* -- site content -- */
.siteContent
{
    margin-top: 10px;
}

.col1, .col2
{
    background: url(px_dots.gif) right repeat-y;
}

.col1
{
    padding-right: 10px;
}

.col2 
{
    width: 100px;
    padding: 10px;
    padding-right: 8px;
}

.col2 a 
{
    padding-bottom: 12px;
}

.col2 a img { border: 0px; }

.feature
{
    color: #DE183B;
}

/* -- site footer -- */
.siteFooter
{
    background: url(px_dots.gif) top repeat-x;
    padding-top: 10px;
    color: #DE183B;
}

.siteFooter a
{
    color: #717171;
    text-decoration: none;
    margin-left: 15px;
}

.siteFooter a:hover
{
    color: #DE183B;
}

.emailLink { color: #E0173B; }

.pdfLinks a { display: block; background: url(file_pdf.gif) no-repeat; color: #E0173B;
    padding: 4px 4px 4px 20px;}