@import url("fonts/fonts.css");

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.5em;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide {
	display: none;
	}
	
:active, :focus {
	outline: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 1em 0;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
ul li {
	list-style: none;
	background: url(li.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin: 0 0 .5em 0;
	}
	
.footnote {
	font-size: .75em;
	border-top: 1px solid #ccc;
	width: 50%;
	line-height: 1.25em;
	margin: 1em 0 0;
	padding: 1em 0 0;
	}

/*  links */

a {
	color: #55a51c;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a.pdf {
	background: url(pdf.gif) no-repeat left 5px;
	padding-left: 12px;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 26px;
	line-height: 36px;
	margin: .5em 0 .25em;
	font-weight: normal;
	text-transform: uppercase;
	font-family:'DIN1451StdMittelschrift';
	}
	
h2 {
	font-size: 20px;
	line-height: 1.25em;
	margin: 2em 0 .25em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:'DIN1451StdMittelschrift';
	}
	
h3{
	font-size: 16px;
	margin: 18px 0 0 0;
	font-weight: bold;
	letter-spacing: 1px;
	}

h4 {
	font-size: 12px;
	margin: 1em 0;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	}	

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	width: 950px;
	}

	
/* [ Masthead ] */

#masthead {
	position: relative;
	height: 70px;
	margin: 0;
	background: #fff;
	}
	
	#masthead .logo {
		position: absolute;
		top: 15px;
		left: 0;
		}
		
		#masthead .logo a {
			display: block;
			width: 290px;
			height: 35px;
			background: url(masthead.logo.gif) no-repeat 0 0;
			}

		#masthead .logo a strong {
			display: none;
			}
			
	
/* [ Page ] */
#page {
	min-height: 1px;
	background: url(page-general.gif) no-repeat right bottom;
	}
	
	* html #page {height: 1px;}
	#page:after {content:".";height: 0;display:block;clear:both;visibility:hidden;}
	
	
/* [ Main ] */
#main {
	width: 710px;
	float: left;
	padding: 0 10px 20px 0;
	border-right: 1px solid #bac3bf;
	}
	
/* [ Content ] */

#content {
	min-height: 1px;
	padding: 10px 0;
	}
	
	* html #content {height: 1px;}
	#content:after {content:".";height:0;clear:both;visibility:hidden;display:block;}
	
/* [ Page Header ] */
#page-header {
	position: relative;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #919b9c;
	min-height: 1px;
	z-index: 1000;
	}
	
	* html #page-header {
		height: 1px;
		}
		
#page-header-overlay {
	background: url(page-header-overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 710px;
	height: 200px;
	}		
	
#breadcrumb {
	height: 25px;
	border-bottom: 1px solid #eee;
	line-height: 25px;
	font-size: 10px;
	}
	
	#breadcrumb a {
		color: #777;
		}
	
/* [ Sidebar ] */
#sidebar {
	width: 220px;
	padding: 0 0 70px 0;
	float: right;
	}
	
	#nzwood-logo {
		display: block;
		margin: 0 0 1em 0;
		}

	

/* [ Footer ] */

#footer {
	font-size: 11px;
	color: #717d80;
	border-top: 1px solid #919b9c;
	padding: 0;
	margin: 20px 0;
	min-height: 1px;
	}
		
	* html #footer {height: 1px;}
	#footer:after {content:".";visibility:hidden;display:block;height:0;clear:both;}
	
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #919b9c;
	}
	
	#footer a:hover {
		color: #55a51c;
		}
	
#footer-copyright {
	float: left;
	}	
		
#footer-links {
	float: left;
	margin: 0 0 0 20px;
	}
	
#site-credit {
	float: right;
	}
	
/* [ Generic vCard ] */

.vcard {
	padding: 10px 0;
	font-size: 11px;
	line-height: 14px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		color: #333;
		}
		
	.adr {
		margin: 1em 0;
		}
		
	.contact-numbers {
		margin: 1em 0;
		}
		
/* [ Quicklinks ] */

#sidebar .quicklinks {
	padding: 0 0 20px;
	border-bottom: 1px solid #bac3bf;
	font-size: 11px;
	height: 162px;
	}

#sidebar .quicklinks h3 {
	margin: 0 0 .25em 0;
	font-size: 14px;
	line-height: 1.25em;
	color: #919b9c;
	font-weight: normal;
	}
	
#sidebar .quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#sidebar .quicklinks ul li {
		margin: 0;
		padding: 0 0 0 16px;
		background: url(quicklinks_li.gif) no-repeat left 4px;
		}
		
	#sidebar .quicklinks ul li a {
		color: #333;
		}
		
	#sidebar .quicklinks ul li a:hover {
		color: #55a51c;
		}
		
/* [ Footer Quicklinks ] */

#footer .quicklinks {
	padding: 10px 0 20px;
	margin: 0 0 20px 0;
	min-height: 1px;
	border-bottom: 1px solid #919b9c;
	}
	
	#footer .quicklinks a {
		color: #6c6e6f;
		}
	
	* html .quicklinks {height: 1px;}
	#footer .quicklinks:after {content:".";visibility:hidden;display:block;height:0;clear:both;}
	
	#footer .quicklinks .set {
		width: 170px;
		padding: 0 10px;
		float: left;
		min-height: 1px;
		}
		
		* html #footer {height: 1px;}
		#footer .quicklinks .set:after {content:".";visibility:hidden;display:block;height:0;clear:both;}
		
	
	#footer .quicklinks h4 {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0;
		text-transform: none;
		color: #333;
		}
	
	#footer .quicklinks ul {
		margin: 0;
		padding: 0 20px 0 0;
		list-style: none;
		}
		
	#footer .quicklinks ul li {
		margin: 0;
		font-size: 11px;
		background: url(quicklinks_li.gif) no-repeat left 5px;	
		padding: 0 0 0 15px;	
		}
		
	#footer .quicklinks ul a {
		}		
		
		
/** [ Brochure Download ] **/

#brochure-download {
	margin: 10px 0;
	border-bottom: 1px solid #bac3bf;
	padding: 8px 0 14px;
	}
	
	#brochure-download img {
		display: block;
		margin: -5px 10px 10px 5px;
		float: left;
		}
	
	#brochure-download strong {
		font-size: 11px;
		display: block;
		line-height: 1.25em;
		font-weight: normal;
		}
		

		
	#brochure-download a.pdf {
		background: none;
		padding: 0;
		}
		
	#brochure-download a.button {
		display: block;
		width: 145px;
		height: 35px;
		background: url(brochure-download.button.gif) no-repeat 0 0;
		text-indent: -9000px;
		margin: 5px -5px 0;
		clear: both;
		}
		
	#brochure-download .button:hover {
		background-position: 0 -35px;
		}	
		
	#brochure-download a.button {
		display: block;
		width: 145px;
		height: 35px;
		background: url(brochure-download.button.gif) no-repeat 0 0;
		text-indent: -9000px;
		margin: 5px -5px 0;
		}
		
	#brochure-download .button:hover {
		background-position: 0 -35px;
		}
		
a.booklet-download-button {
		display: block;
		width: 205px;
		height: 50px;
		background: url(booklet-download.button.gif) no-repeat 0 0;
		text-indent: -9000px;
		margin: 5px -5px 0;
		}
		
	a.booklet-download-button:hover {
			background-position: 0 -50px;
			}				
		
/* [ Find out more button ] */
.find-out-more-button {
		background: none;
		padding: 0;
		}
		
.find-out-more-button {
		display: block;
		width: 125px;
		height: 35px;
		background: url(find-out-more.button.gif) no-repeat 0 0 !important;
		text-indent: -9000px;
		margin: 5px -5px 0;
		}
		
	.find-out-more-button:hover {
		background-position: 0 -35px !important;
		}				
		
		
/* [ Related Links ] */

.related-links {
	padding: 20px 0;
	}
	
	.related-links h3 {
		color:#919B9C;
		font-size:14px;
		font-weight:normal;
		line-height:1.25em;
		margin:0 0 0.25em;
		}
		
	.related-links ul {
		margin: 1em 0;
		padding: 0;
		list-style: none;
		}
		
	.related-links li {
		margin: 0 0 5px 0;
		list-style: none;
		line-height: 1.25em;
		}
		
		
/* [ Lightbox ] */

.lightbox-thumbs {
	margin: 0 -10px;
	}
	
/* [ Membership ] */

#membership {
	min-height: 1px;
	}
	
	#membership:after {content:".";height: 0;visibility: hidden; display: block; clear: both; }
	* html #membership {height: 1px;}
	
	#membership .section {
		width: 300px;
		float: left;
		margin: 0 50px 0 0;
		}	
		
	
#membership h3 {
	padding: 5px;
	background: #f9f9f9;
	border-bottom: 2px solid #eee;
	font-size: 12px;
	margin: 0 -5px;
	}
	
#membership .vcard {
	background: none;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 0 0 1em;
	margin: 1em 0;
	}
	
	#membership .vcard .fn {
		color: #333;
		font-size: 14px;
		margin: 0 0 2px 0;
		display: block;
		font-weight: normal;
		}
		
		
/* [ Asset List ] */

#asset-list {
	}
	
#asset-list ul {
	margin: .5em 0 2em 0;
	font-size: 12px;
	color: #555;
	line-height: 1.25em;
	}
	
	#asset-list li {
		margin: 0 0 1em 0;
		padding-bottom: 1em;
		border-bottom: 1px solid #eee;
		background-position: 0 5px;
		}
	
#asset-list h3 {
	padding: 5px;
	background: #f9f9f9;
	border-bottom: 2px solid #eee;
	font-size: 12px;
	margin: 0 -5px;
	}
	
#asset-list h3 em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #777;
	}
	
	
/* [ Tables ] */

table {
	background: #eee;
	width: 100%;
	font-size: 11px;
	margin: 2em 0;
	}
	
	table th {
		text-align: left;
		padding: 5px;
		border-bottom: 1px solid #aaa;
		}
		
	table td {
		border-bottom: 1px solid #ccc;
		padding: 5px;
		background: #f9f9f9;
		vertical-align: top;
		}
