/* Copyright © 2006. NZDH Ltd. All Rights Reserved. */
/* All source code remains the property of NZDH Ltd. */
/* For any questions/comments, please email info@nzdh.co.nz. */

/* START CSS Document */

/* -------------------------------- */
/* Body Tag */
/* -------------------------------- 	background-color:#FFFFFF;*/
.body {
	text-align: center;	
	background-image: url(images/bg.gif);
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 20px;
	color: #333333;

}

A {
	text-decoration: none;
	color:#333333;
}
A:hover {
  text-decoration: underline;
}
SELECT, INPUT, TEXTAREA {
  font-size:11px;
  color:#333333;
}
.main-table {
	width: 770px; /* copy width to header and footer */
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.side-left {
/*  width:0px;
  background-image:url(images/leftside.png);
  background-repeat:repeat-y;
  vertical-align:bottom;
  height:1px;
}
.side-right {
  width:0px;
  background-image:url(images/rightside.png);
  background-repeat:repeat-y;
  vertical-align:bottom;
  height:1px;
*/}

/* -------------------------------- */
/* Header */
/* -------------------------------- */
.header {
  width: 770px;
  text-align:center;
  padding-top:0px;
    margin-left:auto;
  margin-right:auto;
}
.menu-top {
  background-color:#2E67B2;
  height:22px;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold;
}
.header-spacer {
	background-color: #F7931E;
	height: 4px;
}

/* -------------------------------- */
/* Main (area between header and footer) */
/* -------------------------------- */
.main {
  width:770px;
  text-align:center;
}

.menu-left {
	width: 145px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 2px;
	text-align: left;
	background-color: #f5f6f6;
	vertical-align: top;
	font-size: 11px;
}
.menu-right {
	width: 145px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-color: #F5F6F6;
	vertical-align: top;
	font-size: 11px;
}
.space {
	background-color: #FFFFFF;
}
.page {
  padding-top:30px;
  padding-bottom:30px;
  padding-left:20px;
  padding-right:20px;
  text-align:left;
}

/* -------------------------------- */
/* Content */
/* -------------------------------- */
H1 {
	font-size:17px;
	color:#F7931E;
	font-weight:bold;
}
.heading {
  font-size:15px;
  font-weight:bold;
}
.subheading {
  font-size:13px;
  font-weight:bold;
  color:#333333
}
.text_small {
  font-size:11px;
}
.error {
  font-size:11px;
  color:#CC0000;
}
.success {
  font-size:11px;
  color:#009900;
}

/* -------------------------------- */
/* Products */
/* -------------------------------- */
.category {
  text-align:center;
  vertical-align: bottom;
  padding-bottom:45px;
  padding-top:30px;
  padding-left:10px;
  padding-right:20px;
  background-image:url(images/productback.jpg);
  width:150px;
  height:165px;
  background-repeat:no-repeat;
}
.category:hover {
}
.product {
  text-align:center;
  vertical-align: bottom;
  padding-bottom:45px;
  padding-top:7px;
  padding-left:10px;
  padding-right:25px;
  background-image:url(images/productback.jpg);
  width:150px;
  height:215px;
  background-repeat:no-repeat;
}
.product:hover {
}
.product-image {
padding-bottom:5px;
}
.productinfo-image {
}
.productinfo-side {
  vertical-align:top;
  text-align:center;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  width:150px;
  height:210px;
  background-repeat:no-repeat;
  font-size:11px;
}
.special {
  color:#FF0000;
}

/* -------------------------------- */
/* Tables */
/* -------------------------------- */
.tableheading {
  font-weight:bold;
  padding:5px;
  background-color:#3D3A51;
}
.tablerow {
  padding:5px;
}
.tablerow:hover {
  background-color:#efefef;
}
.tablebuttons {
  border-style:solid;
  border-width:1px;
  border-color:#D3DCC5;
  padding:7px;
}
.form {
  border-style:solid;
  border-width:1px;
  border-color:#D3DCC5;
  padding:5px;
}
.box {
  width:100%;
  border-style:solid;
  border-width:1px;
  border-color:#D3DCC5;
}
.box-heading {
  width:100%;
  background-color:#F7931E;
  font-weight:bold;
  padding:7px;
}
.box-text {
  text-align:center;
  vertical-align:top;
  padding:20px;
}

/* -------------------------------- */
/* Images/Files */
/* -------------------------------- */
.images-left {
  width:180px;
  text-align:left;
}
.images-right {
  width:180px;
  text-align:right;
}
.images-top {
  width:100%;
  text-align:center;
  vertical-align:top;
}
.images-bottom {
  width:100%;
  text-align:center;
  vertical-align:top;
}
.images-caption {
  font-style:italic;
  font-size:11px;
}
.files-top {
  width:100%;
  text-align:left;
}
.files-bottom {
  width:100%;
  text-align:left;
}
.files-icon {
  width:80px;
  text-align:center;
  vertical-align:middle;
}
.files-name {
  font-size:13px;
  font-weight:bold;
  font-style:normal;
}
.files-description {
  font-style:italic;
}

/* -------------------------------- */
/* Footer */
/* -------------------------------- */
.footer {
	width: 770px;
	text-align: center;
	margin-left:0;
	margin-right:0;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #333333;
	background-color:#f5f6f6;
	}
.footer-spacer {
  background-color:#f5f6f6;
  height:5px;
}
.footer-text {
  font-size:10px;
  color:#000000;
}
/* -------------------------------- */
/* Menu */
/* -------------------------------- */
.menu {
  width:100%;
  margin-bottom:10px;
}
.menu-heading {
	height:20px;
	font-weight:bold;
	padding-left:5px;
	color:#FFFFFF;
	background-color: #F7931E;
}
.menu-content {
	background-color: #F5F6F6;
	color:#3D3A51;
	width: 100%;
	font-size: 11px;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li{
  position: relative;
}
.menu ul li ul{
  position: absolute;
  width: 135px;
  top: 0;
  visibility: hidden;
}
.menu ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	background-color: #F1F1F1;
	background-image:url(images/m2.jpg);
	padding: 3px;
}
.menu ul li a:hover{
  background-color: #D3DCC5;
}
.menuline {
  background-image:url(images/line.gif);
  height:1px;
  line-height:1px;
  margin: 0;
  padding: 0;
  list-style-type:none;
  font-size:0px;
}
* html .menu ul li {
  float: left; height: 1%;
}
* html .menu ul li a {
  height: 1%;
}
/* END CSS Document */
