
.contact_details {
	text-align: right;
}

.region_map {
	width: 504px;
	height: 543px;
	position: absolute;
	top: -40px;
	left: 40px;
}

.region_map img#map {
}

.region_map img { border: 0; }



.select_your_region {
	position: absolute;
	right: 30px;
	top: 80px;
	width: 470px;
	text-align: right;
	font-size: 0.9em;
	color: #999;
}


.region {
	position: absolute;
}

#region-south_east {
	top: 400px;
	left: 300px;
}
#region-london {
	top: 385px;
	left: 365px;
}
#region-yorkshire_humberside {
	top: 140px;
	left: 220px;
}
#region-north_east {
	top: 55px;
	left: 145px;
}
#region-north_west {
	top: 125px;
	left: 115px;
}
#region-east_midlands {
	left: 270px;
	top: 240px;
}
#region-east {
	left: 400px;
	top: 320px;
}
#region-south_west{
	left: 120px;
	top: 420px;
}
#region-midlands {
	left: 190px;
	top: 280px;
}


.region_dot {
	position: absolute;
	left: 4px;
	top: 3px;
}

.region_name {
	border-top: 1px solid #F04D11;
	border-bottom: 1px solid #F04D11;
	background-color: white;
	margin-left: 14px;
	margin-right: 14px;
	height: 26px;
	color: #000;
	padding: 3px 0 0 25px;
	font-size: 1.2em;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
	position: relative;
}
img.region_name_left {
	position: absolute;
	left: 0px;
	top: 0;
	border: 0;
}
img.region_name_right {
	position: absolute;
	right: 0px;
	top: 0;
	border: 0;
}