/*****************************************************************
	Description: Master stylesheet for Project Wildfire
	Author: 420 Creative - http://420creative.com
	Version: August 2009
*****************************************************************/

@import url(/css/reset.css);
@import url(/css/typography.css);






/*	Global
-------------------------------------------------------------------*/
body {
	background: #fff;
	font: 14px/24px Helvetica, Arial, sans-serif;
	color: #000;
}

#wrapper {
	width: 800px;
	margin: 55px auto 0;
	background: url(/images/global_pw/bg_wrapper.jpg) repeat-y left top;
}

#container {
	width: 760px;
	margin: 0 auto;
	background: url(/images/global_pw/bg_content.jpg) repeat-y right top
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}







/*	Header & Navigation
-------------------------------------------------------------------*/
#header {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(/images/global_pw/bg_wrappertop.jpg) no-repeat center top;
}

#header img {
	display: block;
	margin: 0 auto;
}

ul#nav {
	width: 760px;
	height: 27px;
	background: url(/images/global_pw/bg_nav.jpg) repeat-x left top;
	list-style: none;
	margin: 5px auto 6px;
}

ul#nav li {
	display: block;
	float: left;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	background: url(/images/global_pw/bg_navdivider.jpg) no-repeat left top;
	height: 27px;
}

ul#nav li.first {
	margin-left: 10px;
}

ul#nav li.active {
	background: url(/images/global_pw/bg_navactive.jpg) repeat-x left top;
}

ul#nav li a {
	color: #37424a;
	text-decoration: none;
	border: 0;
}

ul#nav li.active a,
ul#nav li a:hover {
	color: #fff;
}
ul#nav li#firefree {
	text-transform: none;
}







/*	Content
-------------------------------------------------------------------*/
#primarycol {
	width: 520px;
	float: left;
	padding-top: 25px;
}

#secondarycol {
	width: 200px;
	float: right;
	padding: 5px 10px;
}








/*	Footer
-------------------------------------------------------------------*/
#footer {
	width: 800px;
	margin: 0 auto;
	background: url(/images/global_pw/bg_wrapperbottom.jpg) no-repeat center bottom;
	padding-bottom: 4px;
}

#footer p {
	background: url(/images/global_pw/footer.jpg) no-repeat center top;
	margin-top: 5px;
	padding: 3px 35px 5px;
	font-size: 11px;
	color: #fff;
}