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

HTML {
  overflow:scroll;
  overflow: -moz-scrollbars-vertical;
}
.body {
  text-align:center;
  background-color:#000000;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  margin:0;
  padding:0;
  color:#EBEBEB;
  overflow:hidden;
  float:none;
  position:relative;
  top:0;
}
A {
  text-decoration: none;
  color:#EBEBEB;
}
A:hover {
  text-decoration: underline;
}
FORM {
  margin:0;
  display:inline;
}
SELECT, INPUT, TEXTAREA {
  font-size:11px;
  color:#333333;
}
.main-table {
  width:980px; /* copy width to header, main and footer */
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  margin-top:0;
  display:block;
  float:none;
}
.side-left {
  width:10px;
  height:1px;
}
.side-right {
  width:10px;
  height:1px;
}

/* -------------------------------- */
/* Header */
/* -------------------------------- */
.header {
  width:auto;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.menu-top {
  height:23px;
}
.menu-top-text {
  color:#EBEBEB;
  font-size:12px;
  line-height:23px;
  text-align:center;
  text-transform:uppercase;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:10px;
  margin-left:2px;
  margin-right:2px;
  background-image:url(../images/menu_top.gif);
}
.header-spacer {
  background-color:#191919;
  height:2px;
  font-size:0px;
}

/* -------------------------------- */
/* Main (area between header and footer) */
/* -------------------------------- */
.main {
  width:980px; /* minus side-left and side-right*/
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  margin-bottom:0;
  border-top:solid #333333 22px;
  border-left:solid #333333 22px;
  border-bottom:solid #333333 22px;
  border-right:0;
  background-color:#333333;
}
.menu-left {
  width:170px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:0px;
  text-align:left;
  background-image:url(../images/menu_bg.gif);
  vertical-align:top;
  font-size:11px;
}
.menu-right {
  margin-left:auto;
  margin-right:auto;
  width:160px;
  padding-top:10px;
  padding-bottom:0px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
  background-image:url(../images/menu_bg.gif);
  vertical-align:top;
  font-size:11px;
}
.space {
  padding-top:0px;
  padding-bottom:0px;
  padding-left:22px;
  padding-right:22px;
}
.page {
  text-align:left;
  vertical-align:top;
  padding:0;
}

/* -------------------------------- */
/* Content */
/* -------------------------------- */
H1 {
  font-size:18px;
  color:#ef4035;
  margin-bottom: 0;
  margin-top: 0;
  text-transform:uppercase;
}
H2 {
  font-size:16px;
  color:#EBEBEB;
  margin-bottom: 0;
  margin-top: 0;
}
P {
  margin-top: 0;
}
HR {
  color:#CCCCCC;
  border:0px;
  height:1px;
  background-color:#CCCCCC;
}
.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:10px;
  vertical-align:top;
}
.category:hover {
  background-color:#3e3e3e;
  vertical-align:top;
}
.product {
  text-align:center;
  padding:10px;
  vertical-align:top;
}
.product:hover {
  background-color:#3e3e3e;
  vertical-align:top;
}
.product-image {
  vertical-align:top;
}
.productinfo-image {
}
.productinfo-side {
  vertical-align:top;
  text-align:center;
  width:130px;
  padding-left:10px;
  padding-top:10px;
  font-size:11px;
}
.special {
  color:#EBEBEB;
}

/* -------------------------------- */
/* Tables */
/* -------------------------------- */
.tableheading {
  font-weight:bold;
  height:25px;
  background-image:url(../images/menu_bg.gif);
  color:#ef4035;
}
.tablerow {
  padding:15px;
  height:90px;
}
.tablerow:hover {
  padding:15px;
  background-color:#3e3e3e;
}
.tablebuttons {
  border-style:solid;
  border-width:0px;
  background-image:url(../images/menu_bg.gif);
  padding:7px;
}
.form {
  border-style:solid;
  border-width:1px;
  border-color:#666666;
  padding:3px;
}
.form td {
  padding:3px;
}
.box {
  width:100%;
  border-style:solid;
  border-width:0px;
  border-color:#666666;
}
.box-heading {
  width:100%;
  background-image:url(../images/menu_bg.gif);
  font-weight:bold;
  padding:7px;
  color:#ef4035;
}
.box-text {
  text-align:center;
  vertical-align:top;
  padding:20px;
}
.box-text:hover {
  background-color:#3e3e3e;
}

/* -------------------------------- */
/* Images/Files */
/* -------------------------------- */
.images-left {
  width:200px;
  text-align:left;
}
.images-right {
  width:200px;
  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:960px;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  font-size:10px;
  color:#EBEBEB;
}
.footer-spacer {
  width:100%;
  background-color:#333333;
  height:1px;
}
.footer-text {
  font-size:10px;
  color:#EBEBEB;
}

/* -------------------------------- */
/* Menu */
/* -------------------------------- */
.menu {
  width:100%;
  border-bottom:solid 1px #666666;
  margin-bottom:15px;
}
.menu-heading {
  height:20px;
  width:170px;
  font-weight:bold;
  color:#ef4035;
  padding-left:0px;
  text-transform:uppercase;
  font-size:12px;
}
.menu-content {
  width:100%;
  font-size:11px;
  padding-top:0px;
  padding-left:0px;
  padding-right:10px;
  padding-bottom:10px;
}
.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;
  background-color: #222222;
}
.menu ul li a{
  display: block;
  overflow: auto;
  text-decoration: none;
  padding: 1px 5px;
  line-height:20px;
  vertical-align:middle;
  color:#EBEBEB;
}
.menu ul li a:hover{
  background-color: #3e3e3e;
}
.menuline {
  background-image:url(../images/line.gif);
  height:1px;
  line-height:1px;
  margin: 0;
  padding: 0;
  list-style-type:none;
  font-size:0px;
}

/* END CSS Document */
