@charset "utf-8";
/* CSS Document */

body { background:url(splash-bg.png) 0 0 repeat-x #000000;  font-family: 'Open Sans', sans-serif; margin:0; padding:0; }

#logo-background { background:url(logobox.png) 0 0 no-repeat; height:703px; width:980px; margin:0 auto; margin-top:30px; color:#fff; position:relative; }
#logo-background h1,
	#logo-background h4 { display:none; margin:0; }
#logo-background h2 { margin:0; position:absolute; top:90px; right:0; text-indent:-9999px; background:url(tagline.png) 0 0 no-repeat; width:285px; height:42px; }

#choose-location { width:385px; position:absolute; top:320px; left:80px; }
#choose-location h3 { font-size:164%; margin:0; }
#choose-location p { font-size:84%; }

#postcode-search { margin:30px 0; position:relative; }
.search-input { width:225px; height:38px; border:none; }
#postcode-search .search-button {  font-family: 'Open Sans', sans-serif; font-weight:bold; position:absolute; top:0; right:20px; background-color:#2cacba; height:38px; border:none; color:#fff; cursor:pointer; text-transform:uppercase; }
#postcode-search .search-button:hover { background-color:#39bdcc; }
#postcode-search input.search-input { font-size:131%; padding:0 10px; }

#placesmap { width:463px; height:568px; float:right; position:relative; margin-top:135px; background:url(map.png) 38px 47px no-repeat; }
#placesmap .region { width:85px; height:44px; position:absolute; background:url(placessprite.png) no-repeat; text-indent:-9999px; }
#placesmap #scotland { background-position:0 0; top:97px; left:217px; }
#placesmap #scotland:hover { background-position: -102px 0 ; }
#placesmap #northwest { background-position:0 -56px;  top:304px; left:199px;  }
#placesmap #northwest:hover { background-position: -101px -56px; }
#placesmap #southwest { background-position: 0 -120px; bottom:90px; left:181px;  }
#placesmap #southwest:hover { background-position: -102px -120px; }
#placesmap #northeast { background-position:0 -184px; top:221px; left:292px; }
#placesmap #northeast:hover { background-position: -103px -184px; }
#placesmap #midlands { background-position: 0 -248px; bottom:183px; right:77px; }
#placesmap #midlands:hover { background-position: -102px -248px; }
#placesmap #southeast { width:153px; background-position: 0 -547px; bottom:106px; right:9px; }
#placesmap #southeast:hover { background-position: 0 -603px; }

#placesmap #ireland { background-position:0 -312px; top:315px; left:86px; }
#placesmap #ireland:hover { background-position:-102px -312px; }
#placesmap #restofworld { width:153px; background-position: 0 -371px; bottom:10px; right:10px; }
#placesmap #restofworld:hover { background-position: 0 -427px; }
#placesmap #wales { background-position: 0 -483px; bottom:154px; left:152px; }
#placesmap #wales:hover { background-position:-101px -483px; }

#redirect-hint { background-color:#000; color:#fff; text-align:center; padding:20px 0; font-size:123.1%; }
#redirect-hint strong { font-size:138.5%; }