/* @group search */
#search .section form {
	height: 7em;
}
/* @end */
/* @group homepage map */
#map {
	position: relative;
	background: transparent url(/images/homepage/map_bkgrd.jpg) repeat-x;
	height: 477px;
}
#map ul {
	margin: 0;
}
#map li {
	position: absolute;
	list-style-type: none;
	display: block;
}
#farewell_spit {
	z-index: 104;
	top: 70px;
	left: 240px;
}
#west_coast {
	z-index: 103;
	top: 140px;
	left: 30px;
}
#collingwood {
	z-index: 102;
	top: 206px;
	left: 80px;
}
#takaka {
	z-index: 101;
	top: 295px;
	left: 240px;
}
#abel_tasman {
	z-index: 100;
	top: 320px;
	left: 400px;
}
#takaka_valley {
	z-index: 100;
	top: 405px;
	left: 300px;
}
#map a.hasmenu {
	display: block;
	float: left;
	border: 1px solid #4D4D4D;
	background: #00a url(/images/global/button_bk.gif) repeat-x;
	height: 20px;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
#map a.hasmenu:hover {
	background: #b00 url(/images/global/button_bk_over.gif) repeat-x;
}
#map .pop {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 22px;
	z-index: 150;
	width: 200px;
	background-color: #fff;
	border: 1px solid #4D4D4D;
	padding: 3px;
}
#map li.flip .pop {
	top: auto;
	bottom: 0;
	margin-bottom: 22px;
}
#map .pop a {
	white-space: nowrap;
	font-size: 80%;
	float: left;
	display: inline;
	position: relative;
	padding: .3em;
}
/* @end */
