body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#map, #mapNorth, #mapSouth
{
	position: absolute;
}

/* All maps with their size and position */

#map
{
	background-image: url( "../images/map/map_nieuwzeeland.png" );
	width: 244px;
	height: 187px;
	left: 80px;
	top: 80px;

}

#mapNorth
{
	background-image: url( "../images/map/map_north.png" );
	width: 346px;
	height: 407px;
	left: 25px;
}

#mapSouth
{
	background-image: url( "../images/map/map_south.png" );
	width: 403px;
	height: 383px;
	left: 5px;
}

#mapItems a
{
   position: absolute;
   text-decoration: none;
   font-size: 9px;
}

#mapItems a i { visibility: hidden; }

/* All items with coordinates on the map-image.
 * 
 * NOTE: left and top have to be -1 pixel of where you want it to be.
 * TEMPLATE:
 * a# { width: px; height: 14px; left: px; top: px; border: none; }
 */

/* Nieuw-zeeland */
a#north { width: 106px; height: 16px; left: 137px; top: 3px; border: none; }
a#south { width: 94px; height: 17px; left: 95px; top: 146px; border: none; }
a#auckland { width: 54px; height: 16px; left: 63px; top: 32px; border: none; }

/* North */
a#site_auporipeninsula { width: 72px; height: 27px; left: -1px; top: -1px; border: none; }
a#site_bayofislands { width: 71px; height: 16px; left: 139px; top: 36px; border: none; }
a#site_coromandelpeninsula { width: 73px; height: 27px; left: 212px; top: 108px; border: none; }
a#site_waitomocaves { width: 82px; height: 13px; left: 42px; top: 177px; border: none; }
a#site_tongariro { width: 73px; height: 16px; left: 254px; top: 290px; border: none; }

a#region_northland { width: 38px; height: 28px; left: 89px; top: 60px; border: none; }
a#region_auckland { width: 53px; height: 27px; left: 112px; top: 105px; border: none; }
a#region_eastcape { width: 32px; height: 30px; left: 263px; top: 192px; border: none; }
a#region_central { width: 72px; height: 28px; left: 151px; top: 239px; border: none; }
a#region_taranaki { width: 47px; height: 13px; left: 113px; top: 269px; border: none; }
a#region_wellington { width: 57px; height: 30px; left: 153px; top: 352px; border: none; }
a#region_bayofplenty { width: 37px; height: 29px; left: 222px; top: 201px; border: none; }

a#city_auckland { width: 54px; height: 17px; left: 78px; top: 141px; border: none; }
a#city_wellington { width: 60px; height: 17px; left: 85px; top: 388px; border: none; }
a#city_gisborne { width: 52px; height: 14px; left: 293px; top: 235px; border: none; }
a#city_napier { width: 40px; height: 17px; left: 196px; top: 292px; border: none; }
a#city_rotorua { width: 45px; height: 13px; left: 165px; top: 194px; border: none; }
a#city_taupo { width: 37px; height: 15px; left: 165px; top: 217px; border: none; }

/* South */
a#site_abeltasman { width: 87px; height: 13px; left: 149px; top: 22px; border: none; }
a#site_farewellspit { width: 68px; height: 15px; left: 266px; top: 0px; border: none; }
a#site_marlboroughsounds { width: 77px; height: 27px; left: 325px; top: 24px; border: none; }
a#site_tranzalpinerailway { width: 62px; height: 30px; left: 317px; top: 131px; border: none; }
a#site_bankspeninsula { width: 87px; height: 13px; left: 282px; top: 196px; border: none; }
a#site_stewartisland { width: 51px; height: 27px; left: 34px; top: 355px; border: none; }
a#site_fiordland { width: 51px; height: 27px; left: 0px; top: 253px; border: none; }
a#site_queenstown { width: 68px; height: 13px; left: 12px; top: 212px; border: none; }
a#site_westland { width: 71px; height: 13px; left: 57px; top: 162px; border: none; }
a#site_mountcook { width: 66px; height: 13px; left: 80px; top: 138px; border: none; }

/*
a#region_nelson { width: 39px; height: 14px; left: 244px; top: 66px; border: none; }
a#region_marlborough { width: 46px; height: 30px; left: 269px; top: 74px; border: none; }
*/
a#region_nelsonmarlborough { width: 72px; height: 32px; left: 242px; top: 69px; border: none; }

a#region_westcoast { width: 35px; height: 27px; left: 214px; top: 111px; border: none; }
a#region_canterbury { width: 41px; height: 29px; left: 212px; top: 166px; border: none; }
a#region_otago { width: 35px; height: 15px; left: 136px; top: 253px; border: none; }
a#region_southland { width: 55px; height: 13px; left: 105px; top: 303px; border: none; }

a#city_queenstown { width: 70px; height: 13px; left: 90px; top: 271px; border: none; }
a#city_dunedin { width: 48px; height: 13px; left: 202px; top: 278px; border: none; }
a#city_christchurch { width: 69px; height: 13px; left: 274px; top: 162px; border: none; }
a#city_kaikoura { width: 51px; height: 13px; left: 316px; top: 103px; border: none; }
a#city_nelson { width: 40px; height: 13px; left: 299px; top: 58px; border: none; }

/* All hover items. A simple border around the defined area.
 *
 * NOTE: By default all borders are orange, black, white, etc must be defined seperatly.
 */

/* All orange-lined items (most)*/
#mapItems a:hover { border: 1px solid #FA8C10; }

/* All other colored items (override black) */

/* Nieuwzeeland */
a#north:hover { border: 1px solid black; }
a#south:hover { border: 1px solid black; }
a#auckland:hover { border: 1px solid black; }

/* North */
a#region_northland:hover { border: 1px solid #F7BF0F; }
a#region_auckland:hover { border: 1px solid #F7BF0F; }
a#region_eastcape:hover { border: 1px solid #F7BF0F; }
a#region_central:hover { border: 1px solid #F7BF0F; }
a#region_taranaki:hover { border: 1px solid #F7BF0F; }
a#region_wellington:hover { border: 1px solid #F7BF0F; }
a#region_bayofplenty:hover { border: 1px solid #F7BF0F; }

a#city_auckland:hover { border: 1px solid black; }
a#city_wellington:hover { border: 1px solid black; }
a#city_gisborne:hover { border: 1px solid black; }

a#city_napier:hover { border: 1px solid white; }
a#city_rotorua:hover { border: 1px solid white; }
a#city_taupo:hover { border: 1px solid white; }

/* South */
/*
a#region_nelson:hover { border: 1px solid #F7BF0F; }
a#region_marlborough:hover { border: 1px solid #F7BF0F; }
*/
a#region_nelsonmarlborough:hover { border: 1px solid #F7BF0F; }

a#region_westcoast:hover { border: 1px solid #F7BF0F; }
a#region_canterbury:hover { border: 1px solid #F7BF0F; }
a#region_otago:hover { border: 1px solid #F7BF0F; }
a#region_southland:hover { border: 1px solid #F7BF0F; }

a#city_queenstown:hover { border: 1px solid white; }

a#city_dunedin:hover { border: 1px solid black; }
a#city_christchurch:hover { border: 1px solid black; }
a#city_kaikoura:hover { border: 1px solid black; }
a#city_nelson:hover { border: 1px solid black; }

