@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:center;
}

form {padding:0;margin:0}

div.header {
	width:100%;
	height:76px;
	background:#2e3235 url(/images/page/headerbg.jpg) repeat-x bottom;
	text-align:center;
	padding-top:7px;
}

div.logo {
width:946px;
margin:0 auto;
}

div.navigation {
float:right;
height:33px;
margin-top:42px;
}

div.navigation ul {margin:0;padding:0;float:left}
div.navigation ul li {margin:0;padding:0;list-style:none;display:inline}

div.navigation a {
/*background:url(/images/page/navbg2.gif) #000000;*/
color:#ffffff;
font-family:Georgia, Times New Roman, Times, serif;
font-size:16px;
padding:6px 23px 0 23px;
margin:0 3px 0 0;
height:28px;
display:inline-block;
text-decoration:none;
/*width:20px;*/
}
div.navigation a:hover {text-decoration:underline;background:url(/images/page/navbgonpink2.gif) #000000;}

div.content {
width:946px;
margin:7px auto;
text-align:left;
}

div.formflash {position:relative;height:440px;width:946px;}
div.formflash div {
	background:url(/images/page/whitetransbg.png);
	padding:0px;
	width:243px;
	height:342px;
	position:absolute;
	top:6px;
	left:6px;
	border:1px solid #cccccc;  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/page/whitetransbg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
div.formflash[class] div {
  background-image:url(/images/page/whitetransbg.png);
}
div.formflash span {font-family:Georgia, 'Times New Roman', Times, serif;font-size:18px;display:block;background:#242527;color:#ffffff;padding:10px}
div.formflash table {margin:15px 10px 10px 10px}
div.formflash marquee {margin:10px;display:block;width:223px;height:53px}
div.formflash marquee img {margin-right:15px}

div.greyline {height:1px;margin-bottom:7px;border-bottom:#d1d1d1 1px solid;width:637px}

div.bottomnav {width:946px;margin:0 auto 7px;text-align:left;}
div.bottomnav td {font-size:10px;line-height:18px}
div.bottomnav input {margin:0 7px 7px 0;width:163px;height:20px;padding:3px;border:1px solid #d1d1d1;font-size:16px}
div.bottomnav a {text-decoration:none;color:#666666}
div.bottomnav a:hover {text-decoration:underline}


div.resources {
	width:710px;
	height:40px;
	float:right;
	margin:20px 8px 0px 8px
}


h2, h1 {color:#000000;font-size:22px;margin:10px 0 10px 0; font-family:Georgia, "Times New Roman", Times, serif; font-weight:400}

h3 {color:#000000;font-size:14px;margin:10px 0 10px 0px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold}

p.breadcrumbs {margin:0 0 7px 0;font-size:10px;font-weight:bold}
p.breadcrumbs a {font-weight:normal}

/*self-catering*/
#scmap {
 width: 206px;
 height: 346px;
 background: url(/images/selfcatering/map.png);
 margin: 20px 10px 10px 20px; padding: 0;
 position: relative;
 z-index:1;
}
#scmap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
 
#scmap a {display: block;}
 
#scotland {left:0px;top:0px;width:116px;height:158px;}
#north {left:76px;top:117px;width:86px;height:97px;}
#wales {left:28px;top:211px;width:66px;height:82px;}
#midlands {left:78px;top:208px;width:90px;height:100px;}
#east {left:138px;top:198px;width:70px;height:88px;}
#peakdistrict {left:109px;top:207px;width:23px;height:31px;}
#southwest {left:14px;top:289px;width:92px;height:57px;}
#southeast {left:85px;top:281px;width:115px;height:45px;}
#cotswolds {left:96px;top:269px;width:23px;height:21px;}

#scotland a {height: 160px;}
#north a {height: 97px;}
#wales a {height: 82px;}
#midlands a {height: 100px;}
#east a {height: 88px;}
#peakdistrict a {height: 31px;}
#southwest a {height: 57px;}
#southeast a {height: 45px;}
#cotswolds a {height: 21px;}
 
#scotland a:hover {background: url(/images/selfcatering/map.png) -210px 0px no-repeat;}
#north a:hover {background: url(/images/selfcatering/map.png) -493px -117px no-repeat;}
#wales a:hover {background: url(/images/selfcatering/map.png) -238px -211px no-repeat;}
#midlands a:hover {background: url(/images/selfcatering/map.png) -700px -208px no-repeat;}
#east a:hover {background: url(/images/selfcatering/map.png) -348px -198px no-repeat;}
#peakdistrict a:hover {background: url(/images/selfcatering/map.png) -319px -207px no-repeat;}
#southwest a:hover {background: url(/images/selfcatering/map.png) -758px -10px no-repeat;}
#southeast a:hover {background: url(/images/selfcatering/map.png) -502px -281px no-repeat;}
#cotswolds a:hover {background: url(/images/selfcatering/map.png) -553px -2px no-repeat;}

ul.sclist {list-style-type:disc;position:absolute;top:60px;left:150px;margin-left:10px;padding-left:10px;margin-top:0;padding-top:0;z-index:2}
ul.sclist a {color:#000000;text-decoration:none}
ul.sclist a:hover {text-decoration:underline}

