/* 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 */

.TEXT {
	color:#2E2E2E;
}

/* -------------------------------- */
/* Body Tag */
/* -------------------------------- */
.body {
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	color:#57382D;
	background-color:#C6C7D2;
	width: auto;
	padding-top: 10px;
}
A {
	color:#2E2E2E;  
	  text-decoration: none;
}
A:hover {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:active {
  text-decoration: none;
}

FORM {
  margin:0;
  display:inline;
}
SELECT, INPUT, TEXTAREA {
  font-size:11px;
  color:#333333;
}
.main-table {
	width:970px; /* copy width to header, main and footer */
	margin-left:auto;
	margin-right:auto;

}

/* -------------------------------- */
/* Header */
/* -------------------------------- */
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	padding: 0;
	width: 970px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height: 125px;
}
.menu-top {
	height:30px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	color: #000;
}
.menu-top-site {
	height:30px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	color: #000;
}	
.menu-top-text {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-spacer {
	background-color: #CCCCCC;
	height: 30px;
	width: 400px;
	color: rgb(140,0,211);
	font-size: 18px;
}
.greybar {
	background-color: #CCCCCC;
	height: 24px;
	width: 750px;
	color: rgb(140,0,211);
	font-size: 18px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 2px;
	font-weight: bold;
	margin-left:auto;
    margin-right:auto;
}
/* -------------------------------- */
/* Main (area between header and footer) */
/* -------------------------------- */
.main {
	width:970px; /* minus side-left and side-right*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}
.menu-left {
	width:210px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#E3E3EA;
	vertical-align:top;
	font-size:11px;
}
.menu-right {
  width:160px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:10px;
  text-align:left;
  background-color:#FFFFFF;
  vertical-align:top;
  font-size:12px;
}
.space {
  background-color:#FFFFFF;
}
.page {
	padding-top:10px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	background-color: #FFF;
}

/* -------------------------------- */
/* Content */
/* -------------------------------- */
H1 {
	font-size:16px;
	color: #333;
	margin-bottom: 0;
	margin-top: 0;
}
H2 {
  font-size:16px;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
}
P {
  margin-top: 0;
}.heading {
  font-size:15px;
	color: #333;
  font-weight:bold;
}
.subheading {
	font-size:12px;
	color: #333;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
}
.text_small {
  font-size:11px;
}
.error {
  font-size:11px;
  color:#CC0000;
}
.success {
  font-size:11px;
  color:#009900;
}
.desc {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
/* -------------------------------- */
/* Products */
/* -------------------------------- */
.category {
	text-align:center;
	vertical-align: top;
    padding:50px;
	height:340px;
		border: 1px;
}
.category:hover {
  background-color:#efefef;
}
.categorytext {
	text-align: left;
	bottom: auto;
}
.product {
	text-align: center;
	font-size: 10px;
	vertical-align: top;
	padding: 50px;
	height: 340px;
	text-justify: inter-ideograph;
	border: 1px;
}

.prodtext {
	font-size: 10px;	
}

.product:hover {
  background-color:#efefef;
}
.product-image {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:10px;
}
.product-price {
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
}
.productinfo-image {
}
.productinfo-side {
  vertical-align:top;
  text-align:center;
  width:130px;
  padding-left:10px;
  padding-top:10px;
  font-size:11px;
}
.special {
  color:#FF0000;
}

/* -------------------------------- */
/* Tables */
/* -------------------------------- */
.tableheading {
  font-weight:bold;
  height:25px;
  background-color:#d9dadb;
}
.tablerow {
  padding:15px;
  height:90px;
}
.tablerow:hover {
  padding:15px;
  background-color:#efefef;
}
.tablebuttons {
  border-style:solid;
  border-width:1px;
  border-color:#B5B2BD;
  padding:7px;
}
.form {
  border-style:solid;
  border-width:1px;
  border-color:#d9dadb;
  padding:3px;
}
.form td {
  padding:3px;
}
.box {
  width:100%;
  border-style:solid;
  border-width:1px;
  border-color:#d9dadb;
}
.box-heading {
	width:100%;
	background-color:#0569a7;
	font-weight:bold;
	color:#FFFFFF;
	padding:7px;
}
.box-text {
  text-align:center;
  vertical-align:top;
  padding:20px;
}

/* -------------------------------- */
/* Images/Files */
/* -------------------------------- */
.images-left {
  width:200px;
  text-align:center;
}
.images-right {
  width:200px;
  text-align:center;
}
.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:12px;
}
.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:970px;
  text-align:center;
	background-color:#E3E3EA;
  padding-top:0px;
  padding-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  font-size:10px;
  color:#333333;
}
.footer-spacer {
  width:970px;
  background-image:url(../images/menuback.jpg);
  height:0px;
  text-align:center;
  vertical-align:middle;
  margin-left:auto;
  margin-right:auto;
}
.footer-text {
  font-size:10px;
  color:#333333;
}

/* -------------------------------- */
/* Menu  background-image:url(../images/uploads/m2.jpg);*/ 
/* -------------------------------- */
.menu {
  width:100%;
  border-style:solid;
  border-width:0px;
  border-color:#C6C6C6;
  margin-bottom:25px;
}
.menu-heading {
	height:25px;
	font-weight:bold;
	color:#006;
	padding-left:0px;
	text-transform: uppercase;
}
.menu-heading-text {
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menuback.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.menu-content {
  width:100%;
  color:#2E2E2E;
  height:20px;
  font-size:14px;
  padding-left:0px;
  padding-right:0px;
}
.menu-content-text {
  font-size:14px;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li{
  position: relative;
}
.menu ul li ul{
	position: absolute;
	background-color: #EFEFEF;
	width: 200px;
	top: 0;
	visibility: hidden;
}
.menu ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: 1px 2px;
	line-height:20px;
	vertical-align:middle;
}
.menu ul li a:hover{
  background-color: #efefef;
}
#menuline {
	background-image:url(../images/line.gif);
	height:1px;
	line-height:1px;
	margin-left:0;
	margin-bottom:3px;
	padding: 0;
	list-style-type:none;
	text-align:left;
	font-size:0px;
}

