/* PLAN YOUR VISIT
- - - - - - - - - - - - - - - */



/* VISIT HATFIELD HOUSE
- - - - - - - - - - - - - - - */

body#visitHatfield {
	background-color: #d2d8bc;
}

body#visitHatfield #featuredItems li, body#visitHatfield #subNavList a:hover {
	background-color: #889a3d;
}

body#visitHatfield #featuredItems li a:hover {
	color: #e9eed3;
}

body#visitHatfield #alertSubmit, body#visitHatfield .sideGeneric {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-visit.png) center center no-repeat;
}

body#visitHatfield .genericButton, body#visitHatfield .readMore {
	background: url(/wp-content/themes/hatfield/images/buttons/button-content-visit.png) center center no-repeat;
	width: 101px;
	height: 19px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

body#visitHatfield #didYouKnow #knowInner {
	background: #e3e5d5;
}


/* WHAT'S ON
- - - - - - - - - - - - - - - */
body#whatsOn {
	background-color: #c2c3ad;
}

body#whatsOn #featuredItems li, body#whatsOn #subNavList a:hover {
	background-color: #937319;
}

body#whatsOn #featuredItems li a:hover {
	color: #ebe3cd;
}

body#whatsOn #alertSubmit, body#whatsOn .sideGeneric {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-whatson.png) center center no-repeat;
}

body#whatsOn .genericButton, body#whatsOn .readMore {
	background: url(/wp-content/themes/hatfield/images/buttons/button-content-whatson.png) center center no-repeat;
	width: 101px;
	height: 19px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

body#whatsOn #didYouKnow #knowInner {
	background: #e5e1d4;
}


/* RENT PROPERTY
- - - - - - - - - - - - - - - */
body#rentProperty {
	background-color: #b7c5cb;
}

body#rentProperty #featuredItems li, body#rentProperty #subNavList a:hover {
	background-color: #006485;
}

body#rentProperty #featuredItems li a:hover {
	color: #d5ebf2;
}

body#rentProperty #alertSubmit {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-property.png) center center no-repeat;
}

body#rentProperty .genericButton, body#rentProperty .readMore {
	background: url(/wp-content/themes/hatfield/images/buttons/button-content-property.png) center center no-repeat;
	width: 101px;
	height: 19px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

body#rentProperty #didYouKnow #knowInner {
	background: #dce6e9;
}

/* HOSPITALITY
- - - - - - - - - - - - - - - */
body#hospitality {
	background-color: #c7c3cc;
}

body#hospitality #featuredItems li, body#hospitality #subNavList a:hover {
	background-color: #7c0049;
}

body#hospitality #featuredItems li a:hover {
	color: #f0dfe9;
}

body#hospitality #alertSubmit {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-hospitatlity.png) center center no-repeat;
}

body#hospitality .genericButton, body#hospitality .readMore {
	background: url(/wp-content/themes/hatfield/images/buttons/button-content-hospitatlity.png) center center no-repeat;
	width: 101px;
	height: 19px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

body#hospitality #didYouKnow #knowInner {
	background: #e9e1e6;
}

/* SHOP
- - - - - - - - - - - - - - - */
body#shopOnline {
	background-color: #d6cbbd;
}

body#shopOnline #featuredItems li, body#shopOnline #subNavList a:hover {
	background-color: #ab3038;
}

body#shopOnline #featuredItems li a:hover {
	color: #f1e3e4;
}

body#shopOnline #alertSubmit {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-shop.png) center center no-repeat;
}

body#shopOnline .genericButton {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-shop.png) center center no-repeat;
	width: 145px;	
	height: 22px;
	line-height: 1em;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

body#shopOnline .genericButtonGrey {
	background: url(/wp-content/themes/hatfield/images/buttons/button-side-generic.png) center center no-repeat;
	width: 145px;	
	height: 22px;
	line-height: 1em;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	margin: 0 0 -10px 0;
}

body#shopOnline #didYouKnow #knowInner {
	background: #eed5d7;
}

/* CONTACT US
- - - - - - - - - - - - - - - */
body#contactUs {
	background-color: #cac9d0;
}

body#contactUs #featuredItems li, body#contactUs #subNavList a:hover {
	background-color: #8d9295;
}

body#contactUs #featuredItems li a:hover {
	color: #e9f1f6;
}

body#contactUs #didYouKnow #knowInner {
	background: #dce2e4;
}

