﻿body 
{
    font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

#header
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 150px;
    background-image: url('images/background-header-slice.gif');
    background-repeat: repeat-x;
}

#header2
{
    background-image: url('images/peak-header.gif');
    width: 800px;
    background-repeat: no-repeat;
    height: 100px;
}

#headerLoginView
{
    position: absolute;
    top: 106px;
    color: #000000;
    left: 700px;
    font-size: 12pt;
}

#headerMenu
{
    position: absolute;
    top: 111px;
    left: 20px;
}

#headerBreadcrumbs
{
    position: absolute;
    top: 155px;
    left: 20px;
}

#homePageTagLine
{
	color: #6644c8;
	font-family: 'Cooper Black';
	font-size: 36px;
	text-align: center;
}

#underConstructionNew
{
    background-position: center 50%;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 12pt;
    font-family: 'Arial';
    text-align: center;
}

#underConstruction
{
    background-position: center 50%;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 12pt;
    vertical-align: text-bottom;
    font-family: 'Arial';
    text-align: center;
    color: #000000;
}

#underConstructionOld
{
    background-position: center 50%;
    background-image: url('images/under_construction.jpg');
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16pt;
    vertical-align: text-bottom;
    font-family: 'Cooper Black';
    text-align: center;
    color: #000000;
}

#content
{
    background-image: url('images/whitespacer.gif');
    width: 100%;
    font-weight: normal;
    font-size: 12pt;
    font-family: 'Arial';
    background-repeat: repeat;
    text-indent: 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

#footer
{
    padding: 0px;
    margin: 20px;
    left: 20px;
    width: 100%;
    height: 40px;
    background-image: url('images/background-footer-slice.gif');
    background-repeat: repeat-x;
    visibility: visible;
}

.style1 {
	color: #6644c8;
	font-family: "Cooper Blk BT";
	font-size: 36px;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: #995117;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.producttitle
{
   font-size: 18px;
   font-weight: bold;
   color: #6644c8;
   text-decoration: none;
}

.sectiontitle
{
   font-size: 18px;
   font-weight: bold;
    color: #6644c8;
   text-decoration: none;
}

.headermenulink
{
    font-size: 14pt;
    color: #6644c8;
}


