* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #fff;
}

#Header {
	width: 100%;
	height: 57px;
	background: #8c8c8c url(../images/nzialogo.jpg) top left scroll no-repeat;
}

#Wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
	padding-top: 60px;
}

#Media {
	float: left;
	width: 750px;
	clear: both;
}
#Media.fullwidth {
	width: 1000px;
	position: relative;
}
#Media.fullwidth #Pagetitle {
	position: absolute;
	top: -55px;
	left: 10px;
}
	#Media img {
		float: left;
	}
	
	#Media .child {
		float: left;
		width: 150px;
		height: 150px;
		padding: 0px 5px;
		background: #FFF;
		text-align: center;
		cursor: pointer;
	}
		
	.child a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #333333;
	}
	
	.child a:hover .title {
		color: #3E91C4;
	}
	
	.child .feature {
		color: #CC0000;
		font-weight: bold;
	}

	.child a:hover img {
		opacity:0.7;
		filter:alpha(opacity=70);
		
	}
	
	.child .title{
		text-transform: uppercase;
		display: block;
		height: 50px;
		font-size: 10px;	
	}
	
	#Media .child a img {
		border: 0px;
		vertical-align: bottom;
		margin: 0px auto;
		float: none;
	}
	
#Content {
	width: 240px;
	height: 500px;
	color: #555555;
	float: right;
}

#Footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #000;
	background: url(../images/logo.jpg) 100% 100% no-repeat scroll;
}
/*------- Navigation
------*/
#Navigation ul {
	list-style: none;
}

	#Navigation li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#Navigation li a
	{	display: block;
		background: #f9f9f9;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 200px;
		color: #444444;
		white-space: nowrap}

	#Navigation li a:hover
	{	background: #ebebeb}
		
		#Navigation li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#Navigation li ul li
			{	float: none;
				display: inline}
			
			#Navigation li ul li a
			{	width: 200px;
				background: #f9f9f9;
				color: #444444}
			
			#Navigation li ul li a:hover
			{	background: #ebebeb}
