#page_header {
  height: 200px;
}

#breadcrumb {
	display: none;
	}

#sidebar {
	float: right;
	}
	
* html #sidebar {
	height: 1px;
	}
	
#sub_menu_container {
	display: none;
	}
	
#content {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
	}
	
#promos {
	height: 200px;
	min-height: 1px;
	margin: -5px -5px 15px;
	position: relative;
	}
	
* html #promos {
	height: 1px;
	margin-bottom: 0;
	}
	
#promos:after {
	content: ".";
	height: 0;
	display:block;
	clear: both;
	visibility: hidden;
	}
	
.promo
 {
	height: 198px;
	width: 263px;
	float: left;
	background: #fff url(promo.gif) no-repeat top left;
	margin: 0;
	padding: 6px;
	}

.promo img {
	display: block;
	}
	
.promo .links {
  position: absolute;
  bottom: 5px;
  left: 15px;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
}

* html .promo .links {
	bottom: 10px;
	}

.promo .links a {
  margin: 0 5px;
  color: #777;
}

.promo .links strong {
  color: #8a720a;
}

#content .panel {
	width: 265px;
	float: left;
	}
	
* html #content .panel {
	margin-top: 0px;
	}

#content .panel h3 {
	background: url(panel_h3.png);
	}


	#content #services h3 {
		background: url(panel_services_h3.png);
		}
	
	* html #content .panel h3 {
		background: url(panel_h3.gif);
		}
	
#content .panel .content{
	background: url(panel.png) no-repeat left bottom;
	min-height: 270px;
	margin-bottom: 0;
	}
	
* html #content .panel .content {
	height: 270px;
	background-image: url(panel.gif);
	}
	
.home_panel {
	min-height: 1px;
	padding: 0 20px 25px;
	margin: 5px -5px 10px;
	background: #fff url(home_panel.gif) no-repeat bottom;
	color: #777;
	}
	
* html .home_panel {
	height: 1px;
	}
	
.home_panel:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
	}
	
.home_panel h1 {
	background: url(home_panel_h1.gif) no-repeat left top;
	padding: 20px 20px 0;
	margin: -5px -20px 0px;
	}
	
#welcome {
	clear: both;
	}
	
* html #welcome {
	}

	
#welcome h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #666;
	}
	
#welcome .content {
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	color: #555;
	}

#services {
	margin-right: 10px;
	font-size: 11px;
	}
	
#services p {
	line-height: normal;
	margin: 10px 0;
	}
	
#services ul {
	margin: 10px 0 20px;
	min-height: 1px;
	font-size: 12px;
	}
	
* html #services ul {
	height: 1px;
	}
	
#services ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	}

	
#services li {
	float: left;
	width: 220px;
	margin: 5px 0;
	}
	
	
/*** Kiwisaver ***/

#kiwisaver_link {
	height: 160px;
	width: 210px;
	background: url(kiwisaver.gif);
	display: block;
	margin: -10px -5px 5px -5px;
	}
	
#kiwisaver_link * {
	display: none;
	}
	
#kiwisaver_link:hover {
	background-position: 0 -160px;
	}	
	
/*** Market */


	


#market .content {
  padding: 0 6px 0;
  height: 180px;
  margin-bottom: 5px;
}

* html #market .content {

	}

#share_price {
	padding: 5px;
	margin: 0 5px 0;
	background: #ddd;
	color: #555;
	border: 1px solid #aaa;
	text-align: center;
	}
	
#share_price .date {
	color: #046bfd;
	font-size: 10px;
	margin-left: 10px;
	}
	
#share_price .price {
	color: #333;
	font-weight: bold;
	}
	
	
#news .content {
	min-height: 270px;
	}
	
* html #news .content {
	height: 270px;
	}
	
	
#nzx_copyright {
  font-size: 10px;
  color: #999;
  line-height: 11px;
  margin: 5px 0 0;
}