﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}
/*
#header a:link, a:visited  {
	color: #B51032;
}
*/
/* Fotter */
#footer 
{
    clear: both;
/*    width: 100%;    */
    text-align: center;
    font-size: 10px;
    padding: 3px;    
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 13em;	
	position:absolute;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;*/
}

/* Main Content */

#content 
{
	top: 5em;
	margin-top:2em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
/*
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}
*/

/* other */

.what
{
    font-size: 75%;
    color: #7d7d7d;
    padding: 5px 0 0 0;
}

.productList
{
    font-size: 80%;
    margin-left: 25px;
    margin-top: 5px;
}

.listHead
{
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    padding: 0 0px 0 0px;
}

.PartnerStyle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: medium;
}

.Normal { font-family: Trebuchet MS, Tahoma, Verdana; font-size: 26ptx; }

.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	font-weight: normal;
}

.style2
{
    height: 225px;
}
.style3
{
    color: #FF3300;
    font-weight: bold;
}
.style4
{
    font-size: large;
}

