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

body {
	margin:0;
 	padding:0;
 	background:#E6E6E6 url(../../nzh_img/background1000.gif) repeat-y center;
}

.bg
{
	width: expression(document.body.clientWidth < 962? "960px" : document.body.clientWidth > 1002? "1000px" : "auto");
	max-width: 1000px;
	min-width: 960px;
	margin:0 auto; 
	position: relative; 
	overflow: hidden; 
	background: #FFF;
}

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

.wrapper
{	
	text-align:left;
}

.nopad
{
	padding: 0 !important;
}

.nomargin
{
	margin: 0 !important;
}
.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 !important;
}
.right
{
	float:right !important;
}
.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;
}