﻿body
{
	background-color: #cdcdcd;
	color: #000;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

h2, h3, .contactUsInput
{
	color: #D92824;
}

img.logo
{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	position: fixed;
}

#content
{
	background-color: #fff;
	float: right; /*height: 470px;*/
	margin-top: 80px;
	width: 79%;
}

.ContentInner
{
	padding: 15px;
	padding-top: 5px;
	overflow-y: auto;
	overflow-x: hidden; /*height: 307px;*/
	font-size: 9pt;
}

#header
{
	background-color: #CDCDCD;
	font-weight: bold;
	height: 35px;
	padding-top: 20px;
	position: fixed;
	margin-left: 192px;
	vertical-align: text-bottom;
	width: 100%;
	z-index: 10;
}

#header a:hover
{
	background-color: #cdcdcd;
}

#header a
{
	background: #fff;
	border: solid 1px #D92824;
	color: #D92824;
	margin-right: 10px;
	margin-left: 3px;
	font-size: 9pt;
	padding: 10px;
	text-decoration: none;
}


#leftnav
{
	background-color: #D92824;
	color: #808080;
	position: fixed;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	margin: 150px 10px 0px 5px; /*width: 18%;*/
	height: 375px;
	padding: 5px;
}

#leftnav div
{
	padding: 9px 4px 4px 10px;
	width: 100%;
	outline: none;
}

#leftnav div a
{
	color: #000;
	text-decoration: none;
	outline: none;
}

#leftnav span.sectionTitle
{
	width: 100%;
	color: #eee;
	text-align: left;
	background: #555;
	padding: 3px;
	display: inline-block;
	margin-left: -3px;
}

.productTitleOuter
{
	border-collapse: separate;
	color: #fff;
	font-family: Times New Roman;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: normal;
	orphans: 2;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 2;
	word-spacing: 0px;
}

.productTitleOuter a
{
	color: #fff;
}

.productTitleInner
{
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	text-align: left;
}

.SelectedCategory
{
	color: #fff !important;
	text-decoration: none;
}

#wrapper
{
	/*background-image: url( '/images/PEwaves-gif.gif' ); 	background-repeat: no-repeat;*/
	background-color: #cdcdcd;
	margin: 0 auto;
	overflow: hidden;
	width: 933px;
}

