@charset "utf-8";
/* 
= CSS Document  ==========================
	
	Site: 			Parkdean Holidays
						Structure Elements

	Author: 		Jon Park | Union Room
	Created: 		July 17th, 2008
	Updated: 		
	
	Version: 		1.0.0
	Copyright: 	(c) 2008, Parkdean Holidays
	
=======================================
*/


/* --- UK Locations --- */
div.locations div#countryMap { width: 221px; margin-bottom: -70px; float: right; position: relative; top: -70px; }
div.locations div#regionInfo { width: 258px; height: 400px; overflow: hidden; float: left; position: relative; z-index: 25; }

div.locations div.region { width: 258px; height: 400px; background: #FFF url(../../images/bg/divRegion.gif) repeat-x 0px 121px; position: absolute; }
div.locations div.region div.inner { height: 230px; margin: -3px 0 0 0; padding: 10px 20px 0 20px; background: url(../../images/bg/divRegionInner.gif) repeat-y; }
div.locations div.region div.btm { width: 258px; height: 26px; background: url(../../images/bg/divRegionBtm.gif) no-repeat bottom; }

div.locations div#region-home { z-index: 7; visibility: hidden; }
div.locations div#region-scotland { z-index: 6; visibility: hidden; }
div.locations div#region-wales { z-index: 5; visibility: hidden; }
div.locations div#region-norfolk { z-index: 4; visibility: hidden; }
div.locations div#region-cornwall { z-index: 3; visibility: hidden; }
div.locations div#region-devon { z-index: 2; visibility: hidden; }
div.locations div#region-dorset { z-index: 1; visibility: hidden; }
div.locations div#region-hampshire { z-index: 0; visibility: hidden; }

div.locations div.transition { z-index: 23; visibility: visible !important; }
div.locations div.active { z-index: 24; visibility: visible !important; }
