/* Header and Title styles *//* ----- Header - Top Level styles ----- */	#top-level #header {	float: left;	width: 924px;	height: 350px;
	position: relative;	padding: 0;	}	#top-level #header  .arrow-left {	width: 66px;	height: 63px;	position: absolute;	left: 37px;	top: 143px;
}		#top-level #header .arrow-left a {	width: 66px;	height: 63px;	display: block;
	background-image: url(img/spacer.gif);
}

	#top-level #header  .arrow-right {	width: 66px;	height: 63px;	position: absolute;	right: 37px;	top: 143px;	}		#top-level #header .arrow-right a {	width: 66px;	height: 63px;	display: block;
	background-image: url(img/spacer.gif);	}				

#top-level #header.home .arrow-left {
	left: 230px;
}
#top-level #header.home .arrow-right {
	right: 230px;
}	
/* ----- Title - Top Level styles ----- */	#top-level #title {	float: left;	width: 924px;	background: #69be28 url(../img/logo-nzwood-large.gif) no-repeat 688px 100%;	}	#top-level #title #title-text {	float: left;	width: 601px; /* FF */	margin: 0 0 0 57px;	}			#top-level #title #title-text p {	font-size: 2.2em;	color: #fff;	margin: 0;	padding: 22px 0 0 0;	text-transform: uppercase;	font-weight: bold;	}							#top-level #title #logo {		float: right;	display: block;	width: 179px;	height: 90px;	margin: 0 57px 0 0;	}		#top-level #title #logo a {		display: block;	width: 179px;	height: 90px;	}		
