﻿body
{
	width: 100%;
	background-color: #000000;
	font-family: verdana, calibra;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

.ie8fix
{
	z-index: 1000;
}
.master
{
	width: 944px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.content
{
	background-color: #ffffff;
	text-align: left;
}

.menuButton
{
	background-color: #FFFFFF;
	border: solid 1px #B90000;
	color: #B90000;
	font-size: 8pt;
	height: 20px;
}

.menuButton:hover
{
	background-color: #B90000;
	border: solid 1px #B90000;
	color: #FFFFFF;
	font-size: 8pt;
	cursor: hand;
	height: 20px;
}

.selectedButton
{
	background-color: #B90000;
	border: solid 1px #B90000;
	color: #FFFFFF;
	font-size: 8pt;
	cursor: hand;
	height: 20px;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 3pt;
	color: #B90000;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #B90000;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #B90000;
}

h4
{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #B90000;
}

.rightColumn
{
	background-image: url(../images/ui/right_column.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left; 
	background-color: #b90000; 
	border: solid 1px #000000;
}

.textbox
{
	border: solid 1px #b90000;
}

A:link
{
	color: #B90000;
    text-decoration: none;
}

A:visited
{
	color: #B90000;
    text-decoration: none;
}

A:active
{
	color: #B90000;
    text-decoration: none;
}

A:hover
{
    text-decoration: none;
    color: #B90000;
}

.productsTable
{
	width: 100%;
	text-align: center;
}

.ProductsTabelCell
{
	border: solid 1px #CCCCCC;
	text-align: center;
	vertical-align: bottom;
}

.DynamicMenuItemStyle
{
    font-size: .8em;
    
    border-right-style: solid;
    border-right-color: #585880;
    border-right-width: 2px; 
       
    border-left-style: solid;
    border-left-color: #585880;
    border-left-width: 2px; 
    z-index: 100;
}

.MenuControlNoHover a:hover
{
    color: #585880;
}