﻿body {
	background-color:black;
}

/* REMOVE THAT STUPID BORDER ON ACTIVE LINKS IN FIREFOX */
a:active, a:focus {outline: 0;}
/* Layout Stlyes Start */

#container {
	width:100%;
}

h3 {
	display:none;
}
#main {
	width:928px;
	margin:48px auto;
}

#inHeader {
	float:left;
	width:928px;
	height:136px;
	background:url('../images/inHeader.jpg');
}

#inHeader a {
	display:block;
	height:136px;
	width:232px;
}

#mainContent {
	float:left;
	width:928px;
	background:url('../images/rborder.jpg') repeat-y white;
	background-position:right;
}

#inContent {
	float:left;
	width:673px;
	padding:10px;
	background:url('../images/inContent.jpg') no-repeat;
	font-family:Arial, Tahoma, Sans-serif;
	font-size:10pt;
}

#inContent p {
	font-size:10pt;
}

#inContent a {
	font-size:10pt;
	color:black;
}

#inContent a:hover {
	text-decoration:none;
}

#prodDesc {
	float:left;
	font-family:Arial, Tahoma, Sans-serif;
	font-size:10pt;
	width:400px;
}

#prodImg {
	float:right;
	margin-top:20px;
	margin-left:10px;
	text-align:right;
	width:253px;
}

#prodImg img {
	border:1px black solid;
	
}

#left {
	float:left;
	font-family:Arial, Tahoma, Sans-serif;
	font-size:10pt;
	width:400px;
}

#right {
	float:left;
	margin-left:10px;
	text-align:right;
	width:203px;
	font-size:8pt;
}

#right img {
	border:1px black solid;
}

#inMenu {
	float:left;
	width:235px;
	height:400px;
	background:url('../images/inMenu.jpg');
}

#inMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#inMenu a {
	display:block;
	width:235px;
}

.home {
	width:232px;
	height:65px;
	background:url('../images/home-m.jpg') no-repeat;
	background-position:3px 0;
}

.home:hover {
	background-position:3px -65px;
}

.products {
	width:232px;
	height:68px;
	background:url('../images/products-m.jpg') no-repeat;
	background-position:3px 0;
}

.products:hover {
	background-position:3px -68px;
}

.affiliations {
	width:232px;
	height:67px;
	background:url('../images/affiliations-m.jpg') no-repeat;
	background-position:3px 0;
}

.affiliations:hover {
	background-position:3px -67px;
}

.quality {
	width:232px;
	height:67px;
	background:url('../images/quality-m.jpg') no-repeat;
	background-position:3px 0;
}

.quality:hover {
	background-position:3px -67px;
}

.pricing {
	width:232px;
	height:67px;
	background:url('../images/pricing-m.jpg') no-repeat;
	background-position:3px 0;
}

.pricing:hover {
	background-position:3px -67px;
}

.contact {
	width:232px;
	height:66px;
	background:url('../images/contact-m.jpg') no-repeat;
	background-position:3px 0;
}

.contact:hover {
	background-position:3px -66px;
}

#inBNav {
	float:left;
	width:928px;
	height:136px;
	background:url('../images/inBNav.jpg');
	font-family:Arial, Tahoma, Sans-serif;
	font-size:10pt;
}

#inBNav .active {
	color:#ffde00;
	font-weight:bold;
}

#lcol, #rcol {
	margin:20px;
	float:left;
	width:220px;
	line-height:25px;
}

#lcol a, #rcol a {
	color:white;
}

#lcol a:hover, #rcol a:hover {
	text-decoration:none;
}

#inFoot {
	float:left;
	width:928px;
	height:50px;
	color:white;
	text-align:right;
	font-family:Arial, Tahoma, sans-serif;
	font-size:9pt;
}

#inFoot p {
	margin-right:50px;
	margin-top:10px;
}