/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */
html {
  overflow: -moz-scrollbars-vertical; margin: 0; padding: 0;
}

body {
	margin: 20px 0 0 0;
	padding: 0px;
	background-color: #FFF;
	font: normal 12px arial, verdana, helvetica;
	color: #000;
}

p, td, li {
	font: normal 12px arial, verdana, helvetica;
	color: #000;
}

a {
	color: #461208;
}

a:hover {
	color: #010000;
	text-decoration: none;
}

h1 {
	font: bold 16px arial, verdana, helvetica;
	color: #000;
}

h2 {
	font: bold 14px arial, verdana, helvetica;
	color: #000;
}

.clear { clear: both; line-height: 0; margin: 0; padding: 0; }

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
  width: 100%;
	border-bottom: 20px solid #565555;
}

#topwrap {
	margin: 0;
	padding: 0;
	text-align:left;
	background: url('http://images.melbourneitwebsites.com/affiliate/templateimages/arch02/topbg.gif') bottom repeat-x;
}

#logo {
	left: 0; margin: 0; padding: 0; 
}

#topR {
	margin-top: 3px;
	border-top: 15px solid #333;
	margin-right: 40px;
}

#bodywrap {
  clear: both;
	text-align:left;
	vertical-align:top;
}

#lhs {
  float: left;
	width: 192px;
}

#hia {
	width: 187px;
	text-align: right;
	margin-top: 40px;
	padding-right: 5px;
}

ul#navmenu {
	position: relative;
	top: 15px;
	left: 20px;
  width: 162px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 2px solid #bcbab4;
}

ul#navmenu li {
  width: 162px;
	height: auto;
	margin: 0;
	padding: 10px 0;
	display: block;
	border-top: 2px solid #bcbab4;
}

ul#navmenu li a {
	font: bold 14px arial, verdana, helvetica;
	text-decoration: none;
	padding-left: 20px;
	display: block;
}

.menu_off {
  color: #000;
	background: url('http://images.melbourneitwebsites.com/affiliate/templateimages/arch02/arrow.gif') no-repeat 0 50%;
}

.menu_off:hover {
  color: #461208;
	background: url('http://images.melbourneitwebsites.com/affiliate/templateimages/arch02/arrow_on.gif') no-repeat 0 50%;
}

.menu_on {
  color: #461208;
	background: url('http://images.melbourneitwebsites.com/affiliate/templateimages/arch02/arrow_on.gif') no-repeat 0 50%;
}

.menu_on:hover {
  color: #461208;
	background: url('http://images.melbourneitwebsites.com/affiliate/templateimages/arch02/arrow_on.gif') no-repeat 0 50%;
}

#rhs {
  margin: 20px 20px 20px 192px;
	border-left: 2px solid #bcbab4;
}

#contents {
  min-height: 250px;
	height: auto;
	padding: 20px;
	text-align:left;
	vertical-align:top;
}
*html #contents { height: 250px; }