/* 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:#57382D;
	font-family: Calibri;
	font-size:14px;
}

/* -------------------------------- */
/* Body Tag 	background-image:url(../images/bg.gif);*/
/* -------------------------------- */
.body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
  margin-left:auto;
  margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	background-color: #ABABAB;
}
A {
  text-decoration: none;
  color:#333333;
}
A:hover {
  text-decoration: underline;
}
FORM {
  margin:0;
  display:inline;
}
SELECT, INPUT, TEXTAREA {
  font-size:11px;
  color:#333333;
}
.main-table {
  width:920px; /* copy width to header, main and footer */
  margin-left:auto;
  margin-right:auto;
}
/*
.side-left {
  width:20px;
  height:1px;
  background-image:url(../images/leftside.png);
  background-repeat:repeat-y;
  vertical-align:bottom;
}
.side-right {
  width:20px;
  height:1px;
  background-image: url(../images/rightside.png);
  background-repeat:repeat-y;
  vertical-align:bottom;
}*/

/* -------------------------------- */
/* Header */
/* -------------------------------- */
.header {
  width: auto;
  text-align:center;
  padding-top:0px;
  margin-left:auto;
  margin-right:auto;
}
.menu-top {
  background-image:url(../images/menutop.jpg);
  height:30px;
  text-align:center;
  vertical-align:middle;
}
.menu-top-text {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	padding-left:0px;
	vertical-align:middle;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.header-spacer {
  background-color:#ED1C2E;
  height:0px;
}

/* -------------------------------- */
/* Main (area between header and footer) */
/* -------------------------------- */
.main {
  width:920px; /* minus side-left and side-right*/
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.menu-left {
	width:210px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#E9E9E9;
	vertical-align:top;
	font-size:14px;
}
.menu-right {
  width:5px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:0px;
  padding-right:0px;
  text-align:center;
	background-color:#E9E9E9;
  vertical-align:top;
  font-size:11px;
}
.space {
  background-color:#FFFFFF;
}
.page {
  padding-top:30px;
  padding-bottom:30px;
  padding-left:35px;
  padding-right:20px;
  text-align:left;
  vertical-align:top;
}

/* -------------------------------- */
/* Content */
/* -------------------------------- */
H1 {
  font-size:18px;
  color:#A50000;
  font-weight:bold;
  margin-bottom: 0;
  margin-top: 0;
}
H2 {
  font-size:16px;
  color:#333333;
  font-weight:bold;
  margin-bottom: 0;
  margin-top: 0;
}
P {
  margin-top: 0;
}.heading {
  font-size:15px;
  font-weight:bold;
}
.subheading {
  font-size:13px;
  font-weight:bold;
}
.text_small {
  font-size:11px;
}
.error {
  font-size:11px;
  color:#CC0000;
}
.success {
  font-size:11px;
  color:#009900;
}

/* -------------------------------- */
/* Products */
/* -------------------------------- */
.category {
  text-align:center;
  padding:20px;
}
.category:hover {
  background-color:#efefef;
}
.product {
  text-align:center;
  padding:20px;
}
.product:hover {
  background-color:#efefef;
}
.product-image {
}
.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:#d9dadb;
  font-weight:bold;
  padding:7px;
}
.box-text {
  text-align:center;
  background-color: white;
  vertical-align:top;
  padding:20px;
  color:#FFFFFF;
}

/* -------------------------------- */
/* 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: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  #A50000*/
/* -------------------------------- */
.footer {
  width:920px;
  	background-color:#E9E9E9;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  font-size:10px;
  color:#333333;
}
.footer-spacer {
  width:920px;
  background-color:#A50000;
  margin-left:auto;
  margin-right:auto;
  height:5px;
}
.footer-text {
  font-size:10px;
  color:#333333;
}

/* -------------------------------- */
/* Menu */
/* -------------------------------- */
.menu {
  width:100%;
  border-style:solid;
  border-width:0px;
  border-color:#C6C6C6;
  margin-bottom:25px;
}
.menu-heading {
  height:30px;
  background-image:url(../images/menu.png);
  background-repeat:no-repeat;
  vertical-align:left;
  background-position:center;
  font-weight:bold;
  color:#FFFFFF;
  padding-left:40px;
}
.menu-heading-text {
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	padding-left:0px;
	vertical-align:middle;
}
.menu-content {
  background-color:#A50000;
  color: white;
  width:100%;
  font-size:12px;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}
.menu-content-text {
  color:#A50000;
  font-size:14px;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image:url(../images/menu.png);}
.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: #FFFFFF;
  padding: 1px 5px;
  line-height:25px;
  vertical-align:middle;
}
.menu ul li a:hover{
  background-color: #efefef;
}
#menuline {
  background-image:url(../images/line.gif);
  height:1px;
  line-height:1px;
  margin: 0;
  padding: 0;
  list-style-type:none;
  font-size:0px;
}







.suckertreemenu { TEXT-ALIGN:center; }

.suckertreemenu UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px 0px 0px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; HEIGHT: 30px; BACKGROUND-IMAGE: url(../images/menutop.jpg); 
}
.suckertreemenu UL LI {
	POSITION: relative; FLOAT: left; TEXT-ALIGN: center; TEXT-TRANSFORM: uppercase; FONT-FAMILY: Arial, Helvetica, sans-serif;  COLOR: #ffffff; FONT-SIZE: 13px; VERTICAL-ALIGN: middle; font-weight:bold; HEIGHT: 30px; BACKGROUND-IMAGE: url(../images/menutop.jpg); 
}
.suckertreemenu UL LI A {
	TEXT-ALIGN: center; TEXT-TRANSFORM: uppercase; FONT-FAMILY: Arial, Helvetica, sans-serif;  COLOR: #ffffff; FONT-SIZE: 13px; VERTICAL-ALIGN: middle; font-weight:bold;
}
.suckertreemenu UL LI UL {
	POSITION: absolute; DISPLAY: block; VISIBILITY: hidden; TOP: 1em; LEFT: 0px
}
.suckertreemenu UL LI UL LI {
	DISPLAY: list-item; FLOAT: none
}
.suckertreemenu UL LI UL LI UL {
	TOP: 0px; LEFT: 0px
}
.suckertreemenu UL LI UL LI A {
	BACKGROUND-COLOR:#A50000; TEXT-ALIGN: left; PADDING-BOTTOM: 1px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; WIDTH: 220px; DISPLAY: block; HEIGHT: 23px; COLOR: white; VERTICAL-ALIGN: bottom; TEXT-DECORATION: none; PADDING-TOP: 1px
}
.suckertreemenu UL LI A:hover {
	BACKGROUND-COLOR: black; COLOR: white
}
Background IMG for top level MENU list links .suckertreemenu .mainfoldericon {
	BACKGROUND: url(../images/arrow-down.gif) #ffffff no-repeat right center
}
* HTML .suckertreemenu UL LI {
	FLOAT: left; HEIGHT: 1%
}
* HTML .suckertreemenu UL LI A {
	HEIGHT: 1%
}
* HTML .suckertreemenu UL LI UL LI {
	FLOAT: left
}
/* END CSS Document */
