body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 34px;
	color: #FF0000;
}

h2 {
	font-size: 24px;
	color: #FF0000;
}

h3 {
	font-size: 16px;
	color: #FF0000;
}

h4 {
	font-size: 13px;
	color: #FF0000;
}

hr {
	border: 1px solid #FF0000;
}

#container {
	width: 950px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 189px;
}

#headerLogo {
	float: left;
	width: 320px;
	height: 160px;
}

#headerLogo img {
	display: block;
	border: 0px;
}

#headerNav {
	float: right;
	position: relative;
	top: 159px;
	left: -60px;
	width: 500px;
	height: 30px;
	text-align: center;
}

#headerNav a {
	display: inline-block;
	margin: 0px 12px 0px 12px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B00E0E;
	text-decoration: none;
}

#headerNav a.active {
	color: #000000;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 950px;
}

#contentLeft {
	float: left;
	background-image: url(../images/contentLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 25px;
	width: 253px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

#contentLeft p {
	margin-top: 0px;
}

#contentLeft img {
	margin-bottom: 10px;
	border: 0px;
}

#contentLeft a {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 12px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: 0px;
	left: -10px;
}

#contentLeft a img {
	position: relative;
	top: 0px;
	left: -5px;
}

#contentLeft ul {
	margin-top: 0px;
	list-style-type: none;
}

#contentLeft li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#contentLeft li a {
	display: inline-block;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
}

#contentLeft li a.active {
	color: #000000;
	background-image: url(../images/arrowSmall.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#contentLeft a:hover {
	color: #000000;
}

#contentLeft a.active {
	color: #000000;
	background-image: url(../images/arrowBig.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#contentRight {
	float: right;
	background-image: url(../images/contentRight.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 50px 55px 25px 0px;
	width: 592px;
}

#footer {
	background-color: #000000;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 950px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerTopLeft {
	float: left;
	padding: 2px 0px 0px 20px;
	width: 255px;
	height: 48px;
	font-size: 18px;
	font-weight: bold;
}

#footerTopRight {
	float: right;
	padding: 12px 0px 8px 0px;
	width: 675px;
	height: 30px;
	font-size: 25px;
}

#footerLeft {
	float: left;
	padding: 15px 0px 18px 10px;
	width: 465px;
	font-size: 12px;
}

#footerRight {
	float: right;
	padding: 15px 10px 18px 0px;
	width: 465px;
	text-align: right;
	font-size: 12px;
}

.clear {
	clear: both;
}

.textRight {
	text-align: right;
}

h2.faqSection {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tblThickness {
	margin-left: auto;
	margin-right: auto;
	width: 400px; 
	border-bottom-style: outset; 
	border-color: #FFFFFF; 
	text-align: center;
}

.manufacturersBox {
	float: left; 
	width: 250px; 
	margin: 5px 0px 0px 0px;
}