
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	font-family: verdana;
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	padding-top: 20px;
	background-color: #fff;
	
/*	background-image: url(images/bg-bodyliquid.gif);	*/		/* for Liquid layouts - to give appearance of left column extending to page base */
/*	background-position: top left;	*/							/* for Liquid layouts */
/*	background-repeat: repeat-y;  	*/							/* for Liquid layouts */

	background-position: top center;						/* for Fixed-Width Centered layouts */
	background-repeat: repeat-z;							/* for Fixed-Width Centered layouts */
	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerdiv {						/* DIV based header  */
	width: 948px;
	background-image: url(http://www.v3wood.co.nz/templateimages/header-bar.gif);
	background-repeat: repeat-z; 
	position: relative;
	text-align: left;
	}

#content {
	vertical-align: top;
	width: 955px;
	background-color: #fff;
	padding-top: 0px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #000;
	}

h3 {
	color: #bec5c2;
	font-size: 0.8em;
	font-weight: normal;
	}

h4 {
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
	}


h6 {
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
	}
	

p {
	color: #4d5357;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}

#poweredby {
	margin: 5px 10px 0 10px;
	}

.small {
	font-size: x-small;
	color: #bec5c2;
	padding-left: 300px;
	}
	
#splatbuttons {
	width: 949px;
	text-align: center;
	border-bottom: solid #fff 1px;
	}
	
#baseline {
	text-align: left;
	}

.headtext {
	padding-bottom: 2px;
	}
	
.printimg {
	padding-left: 305px;
	padding-bottom: 5px;
	}
	
#sitemap {
	text-align: left;
	padding-left: 10px;
	}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #000;
	text-decoration: underline;
	}

a:hover	{
	color: #d5dcd9;
	}

.subnav {
	color: #ccc;
	font-size: x-small;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #e9e9e9;
	padding: 3px 20px 5px 20px;
	text-align: center;
	}

#navcolumn, #navcolbase {
	background-color: #fead00;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #ffeb79;
	background-image: url(images/bg-nav.gif);
	}

#navigator {
	width: 150px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	border-bottom: solid #feb900 1px;
	color: #000000;
	}

.currentpage a {
	color: #cc0000;
	background-color: #fff;
	border-bottom: solid #cc0000 1px;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #f18800;
	background-color: #fff4b8;
	border-bottom: solid #feb900 1px;
	}

.submen a {
	font-weight: normal;
	}