﻿/*region image map*/
#regionMap 
{
	float:left;
	display: block; 
	width: 360px; 
	height: 480px; 
	background: url(/ttg/images/uk_no_rolls.jpg) no-repeat; 
	position: relative;
	}
	
#regionMap a {
	color: #F16100; 
	font-weight: bold; 
	font-size: 1em;
	text-decoration: none;
	line-height: 1em;
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	background: no-repeat 190px 200px;
	}

#regionMap a:hover {
	background-position: 0 0;
	overflow: visible;
	}
		
#regionMap #mapLondon {
	width: 40px;
	padding: 30px 0px 0px 0px; 
	left: 247px; 
	top: 360px;
	background-image: url(/ttg/images/london.jpg);
	z-index: 99;
	}
	
#regionMap #mapLondon .london_label {
	position: relative;
	top: -20px;
	left: 90px;
	}
			
#regionMap #mapSouthEast {
	width: 150px; 
	padding: 115px 0px 0px 0px; 
	left: 186px; 
	top: 326px;
	background-image: url(/ttg/images/south_east.jpg);
	}
	
#regionMap #mapSouthEast .southeast_label {
	position: relative;
	top: 10px;
	left: 10px;
	}
	
#regionMap #mapSouthWest {
	width: 195px; 
	padding: 145px 0px 0px 0px; 
	left: 15px; 
	top: 332px;
	background-image: url(/ttg/images/south_west.jpg);
	}
	
#regionMap #mapSouthWest .southwest_label {
	position: relative;
	top: 10px;
	left: 10px;
	}
	
#regionMap #mapYorksHumber {
	width: 115px;
	padding: 95px 0px 0px 0px; 
	left: 162px; 
	top: 160px;
	background-image: url(/ttg/images/yorks_humber.jpg);
	}
	
#regionMap #mapYorksHumber .yorkshumber_label {
	position: relative;
	top: -70px;
	left: 120px;
	}
	
#regionMap #mapEastMids {
	width: 100px; 
	padding: 115px 0px 0px 0px; 
	left: 184px; 
	top: 228px;
	background-image: url(/ttg/images/east_mids.jpg);
	}
	
#regionMap #mapEastMids .eastmids_label {
	position: relative;
	top: -100px;
	left: 110px;
	}
	
#regionMap #mapWestMids {
	width: 90px; 
	padding: 115px 0px 0px 0px; 
	left: 133px;
	top: 238px;
	background-image: url(/ttg/images/west_mids.jpg);
	}
	
#regionMap #mapWestMids .westmids_label {
	position: relative;
	top: -60px;
	left: -85px;
	}
	
#regionMap #mapNorthEast {
	width: 80px; 
	padding: 100px 0px 0px 0px; 
	left: 158px;
	top: 73px;
	background-image: url(/ttg/images/north_east.jpg);
	}
	
#regionMap #mapNorthEast .northeast_label {
	position: relative;
	top: -60px;
	left: 80px;
	}
	
#regionMap #mapNorthWest {
	width: 75px; 
	padding: 135px 0px 0px 0px; 
	left: 119px;
	top: 119px;
	background-image: url(/ttg/images/north_west.jpg);
	}
	
#regionMap #mapNorthWest .northwest_label {
	position: relative;
	top: -75px;
	left: -65px;
	}
	
#regionMap #mapEastEngland {
	width: 105px; 
	padding: 110px 0px 0px 0px; 
	left: 239px;
	top: 269px;
	background-image: url(/ttg/images/east_england.jpg);
	}
	
#regionMap #mapEastEngland .eastengland_label {
	position: relative;
	top: -65px;
	left: 115px;
	}
	
/*region image map ends*/
