﻿body
{
	background-color: #262427;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 10pt;
	color: #b2b2b2;
	margin: 0px;
}

h1
{
	font-size: 16pt;
	color: white;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
}

h1 a:link
{
	text-decoration: none;
	color: White;
}

h1 a:visited
{
	color: White;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
	color: #DDDDDD;
}

h2
{
	font-size: 12pt;
	color: #b2b2b2;
	margin: 0px;
	text-transform: uppercase;
}

h3
{
	font-size: 12pt;
	color: #b2b2b2;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

#PageLayout
{
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: Black;
}

.PageContent:after
{
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

.PageContent
{
	padding: 25px;
}

.SiteHeader
{
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
	height: 20px;
}

.SiteFooter
{
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}


.ProductMainDiv
{
	background:transparent url(/_images/Background.jpg) repeat-x 0 6px;
}

.ProductMainDiv h2
{
	color: White;
}

.ProductMainDiv:after
{
    content: "."; 
    height: 0;
    clear: both; 
    visibility: hidden;
}


.ProductImageRight
{
	float: right; 
	margin: 0px 25px 0px 15px;
}

.ProductImageLeft
{
	float: left; 
	margin: 0px 15px 0px 25px;
}

.ProductDescription
{
	padding: 15px;
}

.ProductDescription a:link
{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

.ProductDescription a:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.ProductDescription a:hover
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

#navcontainer
{
	padding-bottom: 30px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #333333;
	border: 1px solid #666666;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #369;
}


#active
{
	background-color: #666666;
	width: 9em;
	padding: .2em;
	text-decoration: none;
	font-weight: bold;
}

.Note
{
	padding: .5em;
	background-color: #222;
	font-style: italic;
	border: 1px dotted #555;
	margin: 5px;
	width: 475px;
}