/**
 * @created on 08/02/2007
 * @author Mike Kelly
 * @contact mike@whatsthat.co.nz
 *
 **/

/* CSS Document */

/* Begin Main Structure */

#page {
	position: relative;
	top: 8px;
	width: 816px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 50;
	background: #FFFFFF repeat-y;
	}

#main {
	position: relative;
	left: 0px;
	top: 27px;
	width: 816px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	z-index: 25;
	background: #FFFFFF repeat-y;
	}

/* Begin Sub Structure */

/* Header */

#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 118px;
	z-index: 1;

	/*background-color: yellow;*/
	}

#header #search {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 200px;
	height: 180px;
	z-index: 1;

	/*background-color: red;*/
	}

#header #nav_alpha {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 100%;
	height: auto;
	z-index: 100;

	/*background-color: black;*/
	}

#header #auth {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 400px;
	height: 50px;
	z-index: 50;

	/*background-color: black;*/
	}

/* Main */

#main #col_left {
	margin-left:8px;
	float: left;
	width: 174px;
	height: 100%;
	margin-top:0px;
	margin-bottom:30px;
	}

html[xmlns] #main #col_left {
padding-bottom:20px;
width:174px;
height: 100%;
margin-left:22px;
}

.col_left_box {
	margin-left:14px;
	background-color:#000000;
	color:#FFFFFF;
	margin-bottom:20px;
	}

html[xmlns] .col_left_box {
	position:relative;
	margin-top:0px;
	}

.search_box a
	{
	margin-left:12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 25px;
	}

.search_box a:hover
	{
	margin-left:12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 25px;
	}

.col_left_box_top
	{
	height:12px;
	background: #000000;
	}

.col_left_box_bottom
	{
	height:12px;
	//background: #000000;
	background-position:left bottom;
	}
	
#main #col_centre {
	width: 553px;
	height: auto;
	margin-left: 212px;
	min-height: 400px;
	padding-bottom:30px;
	}

html[xmlns] #main #col_centre {
	margin-left: 216px;
	width: 553px;
	height: auto;
	margin-right: auto;
	padding-bottom:10px;
	}

#main #col_right {
	float: right;
	width: 224px;
	height: 400px;
	min-height: 400px;
	margin-top:0px;
	margin-right:6px;
	/* background: #E0E0E0 url(images/bg.rightbox.gif) repeat-y 0px 0px; */
	}

html[xmlns] #main #col_right {
	background-color:#E0E0E0;
	height: auto;
	width: 223px;
	margin-right:13px;
	}

#main #footer {
	width: auto;
	height: 135px;
	clear: both;
	margin-left:0px;
	margin-top: 0px;
	}

#logobox
	{
	width:553px;
	height:99px;
	background: #FFFFFF url(images/header_logo.gif) no-repeat;
	background-position:right top;
	}

html[xmlns] #logobox
	{
	float:left;
	}
