/* -----------------------------------------------
Feature Stylesheet
PixelGood®
http://www.pixelgood.com
----------------------------------------------- */

a:link.pg_mast_feature, a:visited.pg_mast_feature {
	background: transparent url("/assets/images/feature/pg_mast_feature.png") no-repeat 0 0;
	border: none;	
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 46px;
	padding: 0;
	text-decoration: none;
	width: 224px;
	}
a:hover.pg_mast_feature, a:active.pg_mast_feature {
	background: transparent url("/assets/images/feature/pg_mast_feature.png") no-repeat -224px 0;
	margin: 0;
	width: 270px;
	}
#pg_wrapper {
	background: #000 url("/assets/images/bkgds/bg_body.gif") repeat 0 0;
	border-bottom: 5px solid #fb9212;
	clear: both;
	display: block;
	float: left;
	height: 30px;
	left: 0;
	margin: 0;
	padding: 7px 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
	}
#pg_feature {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 1024px;
	}
#pg_feature h1 {	
	background: none;
	clear: none;
	display: inline;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	visibility: visible;
	width: 895px;
	}
h2.pg_tagline_feature {
	background: transparent url("/assets/images/feature/tagline.png") no-repeat 0 0;
	border: none;
	clear: none;
	display: inline;
	float: left;
	height: 11px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	width: 129px;
	}
.hide {
	display: none;
	visibility: hidden;
	}