@charset "utf-8";
/*Contains all the parts for the layout and Grid */
/*******************************************
/			General						   /
*******************************************/
html, body
{
	margin:0;
	padding:0;	
	background-color:#E6E6E6;
	color:#000;
}

body {
	margin:0;
	padding:0;
}

.bg
{
	background:#E6E6E6 url(../nzh_img/background.gif) repeat-y center;
}

.rootContainer
{
	margin:0 auto;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
	text-align:left;
}

.wrapper
{
	text-align:left;
}
.noBorder
{
	margin:0;
	padding:0;
	border:0;
}
.contentContainer img
{
	float:left;
}
a.image
{
	float:left;
	position:relative;
}
.button
{
	border:none;
	height:20px;
	background:url(../nzh_img/buttonBg.gif) left center no-repeat;
	font:12px Arial, sans-serif;

}
.buttonSpan
{
	float:left;
	display:inline;
	padding-right:3px;
	padding-left:5px;
	height:20px;
	border:none;
	background:url(../nzh_img/buttonEndBg.gif) right center no-repeat;
}

/*****************************************

*      P A R E N T C O N T A I N E R     *

*****************************************/

.contentContainer

{
	padding:0px 10px;
	margin-bottom:20px;
	float:left;
	display:inline;
	font-size:12px;
	text-align:left;
	overflow:hidden;
}

.contentContainer *
{	
	margin:0;
	padding:0;
}

/*****************************************
*            P L A C E M E N T           *
*****************************************/
.left
{
	float:left;
}
.right
{
	float:right;
}
.alpha
{
	clear:left;
}
.omega
{
	clear:right;
	width:320px;
}
.clearBoth
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:1px;
	display:block;
	overflow:hidden;
}

/*****************************************
*           S I Z E   W I D T H          *
*****************************************/
.one
{
	width:60px;
}
.two
{
	width:140px;
}
.three
{
	width:220px;
}
.four
{
	width:300px;
}
.five
{
	width:380px;
}
.six
{	
	width:460px;
}
.seven
{
	width:540px;
}
.eight
{
	width:620px;
}
.nine
{
	width:700px;
}
.ten
{
	width:780px;
}
.eleven
{
	width:860px;
}
.twelve
{
	width:940px;
}