/*
-- CSS Document by Lester Dong [7 July 2006] --
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.

::Caveat Pre Emptor (General Warnings)::
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Any piece of CSS that is deemed experimental (i.e. CSS3) is NOT allowed.
3. Any piece of CSS that is relatively new to Digitise needs to go through a review and vetting process before it can be used or released.
4. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: HTML Tag CSS
Section 2: Default Typography CSS
Section 3: Extra Typography CSS
Section 4: Structural CSS
*/

/* Section 1: HTML Tags : START */
body {
	margin: 0 0 0 0;
	padding: 0;
	background: url(/images/bg-main.gif) #6A807E;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
form {
	padding: 0;
	margin: 0;
}
hr {
	color: #006EB6;
	background-color: #006EB6 !important; 
	border: 1px solid #006EB6;
}

/* Section 1: HTML Tags : END */


/* Section 2: Default Typography CSS : START */
h1 {
	font-size: 14px;
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif; 
	/*margin-bottom: 5px;*/
}
h2 {
	font-size: 13px;
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif; 
	margin-bottom: 5px;
	Display: inline;
}

h3 {
	font-size: 12px;
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	margin-bottom: 5px;
	Display: inline;
}

td, div {  
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	font-size: 12px; 
	line-height: 16px;
	color: #000000;
}

input, textarea, select {
	font-family: MS Sans Serif; 
	font-size: 12px;
}

a {
	color: #006EB6;
	text-decoration: none;
}

a:hover {
	color: #FC9602;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}

td.imagecolumn {  
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	font-size: 11px; 
	line-height: 16px;
	vertical-align: top
}

td.imagecolumn a {
	color: #006EB6;
	text-decoration: none;
}

td.imagecolumn a:hover {
	color: #FC9602;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}

.address {  
	padding: 10px 0 10px 0;
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	font-size: 10px; 
	color: #ffffff;
	line-height: 16px;
}

.address a {
	color: #ffffff;
	text-decoration: none;
}

.address a:hover {
	color: #FC9602;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}
/* Section 2: Default Typography CSS : END */


/* Section 3: Extra Typography CSS : START */

ul {
	margin-top: 8px;
	margin-bottom: 20px;
}

li {
	list-style: square;
	list-style-image: url(/images/li.gif);
	padding: -5px;
}

/* <------- Site Map Styles STARTS -------> */
.SiteMap {
	margin-top: 4px;
	margin-bottom: 10px;
}

.SiteMap li {
	list-style-image: url(/images/li-bullet.gif);
}

.SiteMapParent {
	font-weight: bold;
}

.SiteMapChild {
	font-size: 11px;
}

.SiteBg {
	background: url(/images/sitemap-sep.gif) repeat-y top center;
}

/* <------- Site Map Styles ENDS -------> */

.navmenuNZ {
	background-image: url(/images/bg-nav-menu-bottom-nz.gif); 
	background-position: bottom;
	background-color: #006EB6;
}

.navmenuAU {
	background-image: url(/images/bg-nav-menu-bottom-au.gif); 
	background-position: bottom;
	background-color: #BF4807;
}


.menu {
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #ffffff;
	/*background: #FC9602;*/
	background: #000000;
	margin:0;
	padding:0;
	border:0;
}
.menu a { 
	color: #ffffff;
}
.menu a:hover {
	color: #000000;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}
.menu ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu ul li {
	margin-left:-10px;
}

strong {
	color: #006EB6;
}

/* Section 3: Extra Typography CSS : END */

.font11px {
	font-size: 11px;
}

.font10px {
	font-size: 10px;
}

/* Section 4: Structural CSS : START */
/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/

td.footer {  
	padding: 10px 0 10px 0;
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	font-size: 11px; 
	color: #ffffff;
	line-height: 19px;
	text-align: center;
	background: url(/images/bg-footer.gif) top left no-repeat #41474B; 
}

td.footer a { 
	color: #ffffff;
	text-decoration: none;
}

td.footer a:hover {
	color: #FC9602;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}

td.footer1 {  
	font-family: arial, verdana, Trebuchet MS, Trebuchet,sans-serif;
	font-size: 11px; 
	color: #ffffff;
	line-height: 19px;
	text-align: center;
}

td.footer1 a { 
	color: #ffffff;
	text-decoration: none;
}

td.footer1 a:hover {
	color: #FC9602;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px dotted #FC9602;*/
}

.br5px {
	line-height: 5px;
}

.br25px {
	line-height: 25px;
}

td.news {
	background-position: top;
	background-repeat: repeat-x;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	/*padding-right: 2px;*/
}

.news {
	font-size: 11px;
}

ul.news {
	/*margin-left: -10px;*/
	margin-left: 25px;
}

/* Section 4: Structural CSS : END */