

/* UNIVERSAL SELECTOR --------------- */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	}

img {
border: 0;
display: block;
}
	
/* BODY --------------- */
	
body {
	color: #323A4D;
	font: small "Lucida Grand", "Lucida Sans Unicode", Helvetica, verdana, arial, sans-serif;
	background: #FFFFFF url(images/body-background.gif) repeat-x left top;
	}
	
/* HTML ELEMENTS --------------- */

acronym {
	cursor: help;
	}
	
p {
	line-height: 150%;
	margin-bottom: 15px;
	}
	
h2 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
	height: 20px;
	}
	
body.home #sidebar h2,
body.thehouse #sidebar h2,
body.contact #sidebar h2
 
{
	background: url(images/rates-heading.gif);
	width: 225px;
	}
body.walking #sidebar h2
 
{
	background: url(images/rates-heading.gif) no-repeat;
	width: 225px;
	}


body.home #sidebar h2#offers,
body.thehouse #sidebar h2#offers,
body.contact #sidebar h2#offers {
	background: url(images/home/offers-heading.jpg);
	width: 250px;
	}		
	
body.home h2 {
	background: url(images/welcome-heading.gif);
	width: 385px;
	}
	
body.thehouse h2 {
	background: url(images/house.gif);
	width: 260px;
	}
	
body.location h2 {
	background: url(images/location.jpg);
	width: 305px;
	}
	
body.location #sidebar h2 {
	background: url(images/area.jpg);
	width: 308px;
	}
			
body.castles h2 {
	background: url(images/castles.gif);
	width: 290px;
	}
	
body.castles #sidebar h2 {
	background: url(images/castles2.gif) no-repeat;
	width: 250px;
	}
		
body.golf h2 {
	background: url(images/golf.gif);
	width: 270px;
	}
	
body.golf h2 {
	background: url(images/golf.gif);
	width: 270px;
	}

body.thanks h2# {
	background: url(images/sent.jpg) no-repeat;
	width: 400px;
	}
	
body.golf #sidebar h2 {
	background: url(images/golf/courses-further-away-heading.gif);
	width: 280px;
	}
	
body.walking h2 {
	background: url(images/walking.gif) no-repeat;
	width: 400px;
	}
	
body.walking #sidebar h2 {
	background: url(images/walking-and-wildlife/wildlife-attractions-heading.gif);
	width: 270px;
	}
	
body.map h2 {
	background: url(images/tmap.gif);
	width: 335px;
	}
	
body.map #sidebar h2 {
	background: url(images/area.jpg) no-repeat;
	width: 255px;
	}
	
body.contact h2 {
	background: url(images/contop.jpg);
	width: 280px;
	}
	
body.accessibility h2 {
	background: url(images/accessibility/accessibility-statement-heading.gif);
	width: 240px;
	}	
	
body.accessibility #sidebar h2 {
	background: url(images/accessibility/help-us-heading.gif);
	width: 205px;
	}
	
h3, h4 {
	font-size: 100%;
	color: #663300;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
a:link {
	color: #663300;
	text-decoration: underline;
	}
	
a:visited {
	color: #663300;
	text-decoration: underline;
	}	
	
a:hover {
	color: #663300;
	text-decoration: none;
	}
	
/* CLASSES --------------- */	

.clear {
	clear: both;
	}
	
dl.rates {
	background: url(images/horizontal-divide.gif) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
	
dl.access-keys dt,
dl.rates dt {
	float: left;
	color: #663300;
	margin-right: 10px;
	text-transform: uppercase;
	}
	
dl.access-keys dd,
dl.rates dd {
	margin-bottom: 10px;
	}
	
dl.rates dt.no-float {
	float: none;
	margin-bottom: 8px;
	}

/* ACCESSIBILITY-FEATURES --------------- */

#accessibility {
	position: absolute;
	width: 0;
	left: -9999px;
	overflow: hidden;
	}
	
/* WRAPPER --------------- */
	
#wrapper {
	width: 760px;
	font-size: 90%;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	}
	
/* HEADER --------------- */
	
#header {
	margin: 65px 0 20px;
	width: 760px;
	float: left;
	}
	
#header h1 a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 300px;
	height: 40px;
	background: url(images/logo.gif) no-repeat 0 0;
	float: left;
	margin: 0 0 20px 0;
	}
	
#header h1 a:hover {
	background-position: 0 -40px;
	}
	
p#call-to-action {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 195px;
	height: 40px;
	background: url(images/telephone.gif) no-repeat 0 0;
	float: left;
	position: absolute;
	left: 565px;
	top: 0;
	}
	
#header img {
	position: absolute;
	right: 0;
	top: 50px;
	margin: 0 0 40px 0;
	}

/* NAVIGATION --------------- */

#navigation ul {
	float: left;
	width: 760px;
	clear: both;
	margin: 0 0 20px 0;
	}
	
#navigation ul li {
	float: left;
	}
	
#navigation ul li a {
	float: left;
	background-image: url(images/navigation-bar2.gif);
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 12px;
	}
	
ul li#t-1 a {
	width: 50px;
	background-position: 0 0;
	}
	
ul li#t-1 a:hover {
	background-position: 0 -12px;
	}
	
body.home ul li#t-1 a.selected {
	background-position: 0 -24px;
	}
	
ul li#t-2 a {
	width: 115px;
	background-position: -50px 0;
	}
	
ul li#t-2 a:hover {
	background-position: -50px -12px;
	}
	
body.thehouse ul li#t-2 a.selected {
	background-position: -50px -24px;
	}
	
ul li#t-3 a {
	width: 105px;
	background-position: -165px 0;
	}
	
ul li#t-3 a:hover {
	background-position: -165px -12px;
	}
	
body.location ul li#t-3 a.selected {
	background-position: -165px -24px;
	}
	
ul li#t-4 a {
	width: 77px;
	background-position: -270px 0;
	}
	
ul li#t-4 a:hover {
	background-position: -270px -12px;
	}
	
body.contact ul li#t-4 a.selected {
	background-position: -270px -12px;
	}
	
ul li#t-5 a {
	width: 120px;
	background-position: -347px 0;
	}
	
ul li#t-5 a:hover {
	background-position: -347px -12px;
	}
	
body.castles ul li#t-5 a.selected {
	background-position: -347px -24px;
	}
	
ul li#t-6 a {
	width: 165px;
	background-position: -460px 0;
	}
	
ul li#t-6 a:hover {
	background-position: -460px -12px;
	}
	
body.walking ul li#t-6 a.selected {
	background-position: -460px -24px;
	}
	
ul li#t-7 a {
	width: 110px;
	background-position: -630px 0;
	}
	
ul li#t-7 a:hover {
	background-position: -630px -12px;
	}
	
body.map ul li#t-7 a.selected {
	background-position: -630px -24px;
	}
	

	

	
/* CONTENT --------------- */

#content {
	width: 420px;
	float: right;
	}
	
#content ul {
	margin: 0 0 20px 0;
	}
	
#content ul li {
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding-left: 12px;
	margin-bottom: 5px;
	}
	
/* COTTAGE-FEATURES --------------- */

#featurettes dl {
	padding: 10px;
	margin-bottom: 5px;
	float: left;
	background: #F1F1F1 url(images/cottage-feature-bg.jpg) repeat-x left top;
	display: inline;
	width: 400px;
	}
	
#featurettes dl dt {
	color: #663300;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 270px;
	float: right;
	}

#featurettes2 dl dt {
	color: #663300;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 400px;
	float: right;
	}
	
#featurettes dl dd {
	margin: 0 0 0 130px;
	line-height: 150%;
	}
	
#featurettes dl dd.img {
	margin: 0 0 0 0;
	}
		
#featurettes dl dd.img img {
	padding: 3px;
	border: 1px solid #E1E1E1;
	margin-right: 10px;
	background: #FFFFFF;
	float: left;
	}
	
/* flip-reverse-it */

#featurettes dl.alt {
	background: #F4E9EE url(images/flip-cottage-feature-bg.jpg) repeat-x left top;
	}

#featurettes .alt dt {
	float: left;
	}
	
#featurettes .alt dd {
	margin: 0 130px 0 0;
	}
	
#featurettes .alt dd.img img {
	margin: 0 0 0 10px;
	float: right;
	}

/* SIDEBAR --------------- */

#sidebar {
	width: 310px;
	float: left;
	}
	
#images {
	float: left;
	padding-bottom: 8px;
	background: url(images/image-footer.gif) no-repeat center bottom;
	}	

#images img {
	float: left;
	}
	
#images img.first {
	padding: 0 0 2px 0;
	}
	
#images img.end {
	padding: 0 0 0 2px;
	}
	
#sidebar h2 {
	clear: both;
	float: left;
	margin-top: 15px;
	}
	
#sidebar ul {
	margin-bottom: 15px;
	}
	
#sidebar li {
	margin-bottom: 5px;
	font-size: 95%;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	}
	
/* FOOTER --------------- */

#footer {
	float: left;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	width: 760px;
	padding-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	}
	
#footer-left {
	float: left;
	width: 450px;
	}
	
#footer-left img {

img {
border: none;
}

a img {
border: 0;
}

a img {
border: 0px;
}

a img {
border: none;
}


	float: left;
	margin-right: 10px;
	}
	
#footer-right {
	float: right;
	}
	
#footer p {
	margin-bottom: 0;
	font-size: 100%;
	}
	
/* FOOTER-NAVIGATION --------------- */	

ul#footer-nav li {
	float: left;
	padding: 0 8px 2px;
	border-right: 1px solid #CCC;
	line-height: 85%;
	}

ul#footer-nav li.end {
	border: none;
	padding-right: 0;
	}
	
ul#footer-nav li a {
	display: block;
	float: left;
	}
