html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color:#999999;
	background: #000000;
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image:url(../images/backgrounds/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
	padding:0px;
}
#pagecontainer {
	width:980px;
	height:auto;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: 100%;
	height: 167px;
	background-image:url(../images/backgrounds/bg_header.jpg);
	background-repeat:repeat-x;
}
#header-top {
	width: 960px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:12px;
}
#header-topleft {
	float:left;
	width:380px;
	text-align:left;
		padding-top:3px;
}

#header-topleft h2 {
	padding-top:3px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#header-topright {
	float:right;
	width:380px;
	text-align:right;
		padding-top:3px;
}

#social {
	height:22px;
	float:right;
	}
	
#header-main {
	width:980px;
	height:109px;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	width:980px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
}
#content-container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
}
#content-featured {
	padding-top:30px;
	width:960px;
	padding-bottom:30px;
}
#content-featured-index {
	clear:both;
	height:199px;
	width:960px;
	padding:0px;
	margin:0px;
}
#content-terms {
	width:960px;
	padding-bottom:30px;
	clear:both;
}
#content-subtop {
	width:960px;
	height:26px;
	padding:0px;
	margin:0px;
	clear:both;
}
#content-subbottom {
	width:960px;
	height:36px;
	padding:0px;
	margin:0px;
	clear:both;
}
#content-boxes {
	width:960px;
	clear:both;
}
#content-boxleft {
	width:648px;
	float:left;
	text-align:left;
	padding-right:20px;
	border-right:thin;
	border-right-color:#999999;
	border-right-style:solid;
}
#content-boxright {
	width:270px;
	float:right;
	padding-left:20px;
	text-align:left;
	color:#666666;
}

#news-logo {
	float:right;
	width:auto;
	height:auto;
	}

#news-item {
	width:270px;
	height:auto;
	font-size:12px;
	}

#content-productsleft {
	width:300px;
	float:left;
	text-align:left;
}
#content-productsright {
	width:630px;
	float:left;
	padding-left:20px;
	text-align:left;
}
#content-half1 {
	width: 460px;
	float:left;
	text-align:left;
	padding-right:10px;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#666666;
}
#content-half2 {
	width: 460px;
	float:left;
	text-align:left;
	padding-left:10px;
}
#spacer {
	width:960px;
	height:30px;
	clear:both;
	background-color:#FFFFFF;
}
#footer {
	width:100%;
	height:140px;
	background-image:url(../images/backgrounds/bg_footer.jpg);
	background-repeat:repeat-x;
	clear:both;
}
#footer-container {
	width:960px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}
#footer-left {
	width:285px;
	float:left;
	padding-left:0px;
	text-align: left;
	padding-top: 25px;
	font-size:10px;
	color:#FFFFFF;
}
#footer-middle {
	width:285px;
	float:left;
	text-align: left;
	padding-top: 16px;
	padding-left: 52px;
	font-size:10px;
	color:#FFFFFF;
}
#footer-right {
	width:239px;
	float:left;
	text-align: left;
	padding-top: 5px;
	padding-left: 21px;
	font-size:10px;
	color:#FFFFFF;
}
#footer-links {
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	font-size:10px;
	color:#000000;
	background-color:#ffffff;
}

#footer-links .footerleft{
	float:left;
	width:500px;
	text-align:left;
	padding-left:10px;
	}
	
#footer-links .footerright{
	float:right;
	width:400px;
	text-align:right;
	padding-right:10px;
	}
<!--
#header a:link {
	text-decoration: none;
	color:#FFFFFF
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF
}
#header a:active {
	text-decoration: none
}
#header a:hover {
	text-decoration: underline;
	font-weight:normal;
	color:#FFFFFF
}
-->
<!--
#footer a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none
}
#footer a:hover {
	text-decoration: underline;
	font-weight:normal;
	color:#FFFFFF;
}
-->

<!--
#footer-links a:link {
	text-decoration: none;
	color:#000000
}
#footer-links a:visited {
	text-decoration: none;
	color: #000000
}
#footer-links a:active {
	text-decoration: none
}
#footer-links a:hover {
	text-decoration: underline;
	font-weight:normal;
	color:#FF0000
}
-->
<!--
a:link {
	text-decoration: none;
	color:#FF0000
}
a:visited {
	text-decoration: none;
	color: #FF0000
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	font-weight:normal;
	color:#FF0000
}
-->

.title{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
	
.subtitle{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	}

.heading {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;	color:#000000;
	font-stretch:extra-expanded;
	letter-spacing:1px;
	font-weight:bold;
	}

h1 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:16px;
	color:#000000;
	}
	
h2 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:15px;
	color:#666666;
	}

h3 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	}
	
h4 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:22px;
	color:#000000;
	font-weight:normal;
	}
	
h5 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:16px;
	color:#000000;
	}
	
#content-boxes h4 {
	padding:0;
	margin:0;
	font-family:"Arial", sans-serif;
	font-size:16px;
	color:#000000;
	}
	
#featuredproducts {
	width:648px;
	height:auto;
	padding-top:10px;
	clear:both;
	}
	
#featuredproducts .featureleft {
	width:66%;
	font-size:12px;
	height:auto;
	float:left;
	}
	
.fimage {
	width:125px;
	float:left;
	}
.ftext {
	width:293px;
	float:right;
	}
.ftext h1 {
	font-size:12px;
	}
#featuredproducts .featureright {
	width:209px;
	height:auto;
	float:right;
	font-size:12px;
	}
	
#featuredproducts .featureright h4 {
	font-size:12px;
	color:#FF0000;
	padding-top:4px;
	}
	
#featureboxleft {
	width: 418px;
	padding:5px;
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFFFFF;
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	}
	
#featureboxright {
	width:199px;
	height:auto;
	padding:3px;
		border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFFFFF;
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	}
	
#featureboxspace {
	width:205px;
	height:10px;
	clear:both;
	}

#featureboxspaceleft {
	width:415px;
	height:10px;
	clear:both;
	}
	
.red {
	color:#FF0000;
	font-weight:bold;
	}
.red a:link {
	color:#ff0000;
	font-weight:bold;
	}
	
	
	
	
