﻿/* location map */

h2{
	margin-bottom: 10px;
	margin-top: 20px;
}

#location_map{
	padding: 0;
	margin: 0;
	width: 590px;
	height: 471px;
	position: relative;
	background: url(location_map.jpg) no-repeat 0 0;
	border-top: 3px solid #504943;
	border-bottom: 2px solid #d0c9b5;
	display: block;
	list-style: none;
}

#location_map li{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;	
	z-index: 120;
}

#location_map li a{
	background: url(location.a.png) no-repeat 0 -25px;
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
}

#location_map li a:hover{
	background: url(location.a.png) no-repeat 0 0px;
}

* html #location_map li a:hover{
	background: url(location.a.png) no-repeat 0 -25px;
}

#location_map li.parent strong{
	width: 40px;
	height: 40px;
	background: url(location.parent.png) no-repeat 0 -40px;
	text-transform: uppercase;
	text-indent: -9000px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 110;
}

#location_map li ul{
	text-transform: none;
	text-indent: 0;
	position: absolute;
	top: 20px;
	z-index: 100;
	padding: 5px 10px 10px 10px;
	margin: 0;
	border-top: 2px solid #921b0b;
	background-repeat: no-repeat;
	background-image: url(location.li.ul.jpg);
	display: none;
}

#location_map li ul li{
	position: relative;
	display: block;
	height: auto;
	font-size: 11px;
	line-height: 20px;
	background: url(location.li.ul.li.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	width: auto;
}

#location_map li ul li a{
	position: relative;
	display: inline;
	height: auto;
	background: none;
	text-transform: none;
	text-indent: 0;
}

#location_map li ul li a:hover{
	background: none;
}

/* locations */

#loc_tauranga{ left: 328px; top: 130px; }
#loc_hamilton{ left: 305px; top: 133px; }
#loc_rotorua{ left: 333px; top: 150px; }
#loc_newplymouth{ left: 265px; top: 168px; }
#loc_gisborne{ left: 378px; top: 165px; }
#loc_napier{ left: 339px; top: 192px; }
#loc_palmerstonnorth{ left: 302px; top: 210px; }
#loc_nelson{ left: 239px; top: 240px; }
#loc_wanaka{ left: 141px; top: 341px; }
#loc_dunedin{ left: 154px; top: 388px; }
#loc_queenstown{ left: 123px; top: 355px; }
#loc_invercargill{ left: 101px; top: 401px; }
#loc_auckland-region{ left:284px; top: 87px; }
#loc_auckland-region ul{ width: 195px; left: -195px; background-position: 0 0; }
#loc_wellington-region{ left: 271px; top: 239px; }
#loc_wellington-region ul{ width: 130px; left: 20px; background-position: right 0; padding: 5px 10px 10px 55px !important;}
#loc_chch-region{ left: 209px; top: 310px; }
#loc_chch-region ul{ width: 130px; left: 20px; background-position: right 0; padding: 5px 10px 10px 55px !important; }

/* #nz_locations{
	margin: 0 -20px 0 0;
	padding: 15px 0 0;
	list-style: none;
	min-height: 1px;
}

#nz_locations li{
	margin: 0 30px 20px 0;
	padding: 0;
	list-style: none;
	width: 273px;
	padding: 0px;
	float: left;
}

#nz_locations a{
	display: block;
	float: left;
	position: relative;
	min-height: 30px;
	text-align: center;
	color: #fff;
	padding: 1px 5px 5px;
	background: #282723;
}

#nz_locations a .location_name{
	background: #282723;
	display: block;
	padding: 5px;
}

#nz_locations a .img{
	display: block;
}

#nz_locations a:hover,
#nz_locations a:hover span{
	background: #000;
	border: none;
	text-decoration: none;
}

*/