﻿*
{
    margin: 0;
    padding: 0;
}
html
{
    width: 100%;
    background-image: url(images/bg.jpg);
	background-repeat: repeat-x repeat-y;
}
body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000000;
	min-width: 980px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
.tail-content
{
    border-top: solid 8px #990000;
}
.main
{
	width: 980px; 	
	padding:0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
}
.clear
{
    width: 100%;
    overflow: hidden;
}
/*********************************header*************************************/
#header
{
    height: 130px;
}
.row-logo
{
	position: relative;
	margin: 0px 0 0;
	top: auto;
	outline-color: #ffffff;
}
#contentwrapper
{
    float: left;
    width: 980px;
}
/*********************************content*************************************/
#content
{
	padding: 7px 0px 29px 5px;
}
.content1
{
    padding: 0 0 29px 0 !important;
}

.img-right
{
    float: left;
    margin: 0 20px 0 0;
}

#content h3
{
	color: #990000;
	font-size: 22px;
	text-transform: uppercase;
	padding: 6 6 7px 25;
	line-height: 24px;  
}
h3
{
	color: #cc0000;
	font-size: 26px;
	text-transform: uppercase;
	font-family: calibri;
	padding: 5 5 5 5;
	line-height: 30px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
}
h2
{
	color: #cc0000;
	font-size: 26px;
	text-transform: uppercase;
	font-family: calibri;
	padding: 5 5 5 5;
	line-height: 30px;
	height: 20px;
	text-align: left;
	margin-top: 10px;
}
h4
{
	color: #cc0000;
	font-size: 26px;
	font-family: Tahoma;
	font-weight: 200;
	font-style: italic;
	padding: 5 5 5 5;
	line-height: 30px;
	height: 20px;
	text-align: left;
}
.subcontent
{
    background: #ffffff;
    background-color: #ffffff;
    height: auto;
}
.purchleftcontent
{
    float: left;
	width: 130px; /*Width of left column*/
	margin-left: 10px;
	background: #FFF;
	margin-top: 20px;
}
.purchmidcontent
{
    background-color:#ffffff;
	width: 610px;
	border-right:1px;
	border-color:#999999;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}
.purchrightcontent
{
    float: right;
	width: 200px; /*Width of right column*/
	margin-left: 0px; /*Set left marginto -(RightColumnWidth)*/
	background: #FFF;
	padding-right: 0px;
	margin-right: 10px;
	margin-top: 20px;
}
.tableBoxRed
{
    border: solid 1px #cc0000;
    font-size: 11px;
    margin-top: 10px;
}
.tableInnerInfo
{
    width: 100%;
    margin: 5px 5px 5px 5px;
    border-collapse: separate;
    font-size: 11px;
}
.labelWhiteHeader
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
.lightrow
{
    background-color: #CD907E;
    height: 24px;
    vertical-align: middle;
}
.darkrow
{
    background-color: #EDD9D0;
    height: 24px;
    vertical-align: middle;
}
.hdrRow
{
    background-color: #990000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.lightRow2 {
    background-color: #FFEBC6;
    height: 24px;
    vertical-align: middle;
}
.darkRow2 {
    background-color: #FFD284;
    height: 24px;
    vertical-align: middle;
}
.lightRow3 {
    background-color: #D1DBE4;
    height: 24px;
    vertical-align: middle;
}
.darkRow3 {
    background-color: #A5B3D0;
    height: 24px;
    vertical-align: middle;
}
.lightRow4 {
    background-color: #c5f7dd;
    height: 24px;
    vertical-align: middle;
}
.darkRow4 {
    background-color: #78ca9f;
    height: 24px;
    vertical-align: middle;
}
.lightRow5 {
    background-color: #e0e0e0;
    height: 24px;
    vertical-align: middle;
}
.darkRow5 {
    background-color: #c3c3c3;
    height: 24px;
    vertical-align: middle;
}
.lightRow6 {
    background-color: #d2c7f3;
    height: 24px;
    vertical-align: middle;
}
.darkRow6 {
    background-color: #9e92c2;
    height: 24px;
    vertical-align: middle;
}
.lightRow7 {
    background-color: #f1e5be;
    height: 24px;
    vertical-align: middle;
}
.darkRow7 {
    background-color: #c8bb90;
    height: 24px;
    vertical-align: middle;
}
.labelred
{
    color: #990000;
    font-size: 13px;
}

#footer
{
	text-align: center;
	color: #000066;
	font-size: 12px;
	line-height: 14px;
	padding: 15px 0;
	margin: 10px 10px 10px 10px;
}
#footer a
{
    color: #FFF;
    text-decoration: none;
}
#footer a:hover
{
    color: #990000;
    text-decoration: underline;
}