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


/* Background Colors */
.bg {
background-image:url(images/bgcg.jpg);
}

.bg-header {
background-color:#FFFFFF;
}

.bg-menu {
background-color:#EDEDED;
}

.bg-text {
background-color:#FFFFFF;
background-image:url(images/fern.gif);
}

.bg-footer {
background-color:#FFFFFF;
height:20px;
}


/* CSS Document */

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

BODY {
margin-left:0;
margin-bottom:0;
margin-right:0;
margin-top:0;
}

.menu {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#FFFFFF;
  height:25px;
  line-height:20px;
}

.menu2 {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#000000;
}

.menu3 {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#1A498F;
  line-height:20px;
  font-weight:bold;
}

.heading {
  font-family: Arial, Verdana, sans-serif;
  font-size:15px;
  color:#333333;
  font-weight:bold;
}

.text {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.back {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#000099;
  font-weight:bold;
}

.categories {
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
  color:#333333;
  font-weight:bold;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size:10px;
  color:#FFFFFF;
  background-color:
}

.style1 {
	color: #0000ff;
	font-family:"Trebuchet MS", Verdana;
  font-weight : bolder;
  font-style: italic;
	font-size:16pt;
}
.style2 {
	color: #999999;
	font-family:"Trebuchet MS", Verdana;
	font-size:13pt;
  font-style:italic;
}

.style3 {
	color: #999999;
	font-family:"Trebuchet MS", Verdana;
	font-size: 11pt;
}

/*Menu Stylesheet */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#000000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility:visible;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background: #EDEDED;
padding: 1px 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#000000;
}

.suckerdiv ul li a:hover{
background-color: #F8F8F8;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
