@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #696647;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #CCB982;
	color: #696647;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	clear: none;
	padding: 0px;
}
.shooting-fishing-gallery {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #CCB982;
	height: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCB982;
	float: none;
	clear: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02477E;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background-color: #CCB982;
	height: 0px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
	float: none;
	clear: none;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #FFF;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:active {
	color: #FFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCB982;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style2 {font-family: "Times New Roman", Times, serif}
.menusmaincontent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCB982;
	float: none;
	clear: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
}
.bedroomstoptext {
	line-height: 18px;
	text-align: left;
}

.menusmaincontent a:link {
	color: #696647;
	text-decoration: none;
}
.menusmaincontent a:visited {
	color: #696647;
	text-decoration: none;
}
.menusmaincontent a:hover {
	color: #454330;
	text-decoration: underline;
}
.menusmaincontent a:active {
	color: #454330;
	text-decoration: none;
}
.openingtimes {
	background-color: #696647;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.menusrestaurant {
	background-image: url(images/woolpacklogobackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 45px;
	background-color: #D4C697;
	text-align: center;
}
.menusrestaurant-steak-cuts {
	background-image: url(images/woolpacklogobackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 35px;
	background-color: #D4C697;
	text-align: center;
}
.restaurantmenusundayroast {
	background-color: #CCB982;
}
.menuwrap {
	background-color: #D3C392;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/woolpacklogobackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: normal;
}
.restaurantmenustarters {
	line-height: 16px;
}
.bedrooms {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
.frontpagetext {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	float: none;
}
.frontpagetext a:link {
	color: #026FC8;
	text-decoration: none;
}
.frontpagetext a:visited {
	color: #026FC8;
	text-decoration: none;
}
.frontpagetext a:hover {
	color: #026FC8;
	text-decoration: underline;
}
.frontpagetext a:active {
	color: #026FC8;
	text-decoration: none;
}
.bookingform {
	float: none;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.eviivobookingform {
	background-color: #D3C392;
	padding: 3px;
	border: 1px solid #696647;
}
.winemenubulk {
	font-size: 12px;
	color: #00447B;
	text-decoration: none;
	text-align: left;
}
.winemenuheaders {
	font-size: 14px;
	color: #00447B;
	font-weight: bold;
	text-align: left;
}
.winemenuglassbottle {
	font-size: 10px;
	color: #00447B;
}
.wrap-the-gallery {
	text-align: center;
	padding: 0px;
	vertical-align: top;
}

.menuwineprices {
	font-size: 12px;
	text-align: right;
	color: #00447B;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #mainContent #IDmenurestaurant table tr .style21 p span {
	font-family:'sans-serif', sans-serif;
	font-weight:normal;
	color:#002E5E;
}
.oneColFixCtrHdr #container #mainContent #IDmenurestaurant table tr .style21 p span {
	font-family:'sans-serif', sans-serif;
	font-weight:normal;
	color:#002E5E;
}
.oneColFixCtrHdr #container #mainContent #IDmenurestaurant table tr .style21 p span {
	font-family:'sans-serif', sans-serif;
	font-weight:normal;
	color:#002E5E;
}
.oneColFixCtrHdr #container #mainContent #IDmenurestaurant table tr .style21 p span {
	font-family:'sans-serif', sans-serif;
	font-size:6pt;
	font-weight:normal;
	color:#002E5E;
}
.oneColFixCtrHdr #container #mainContent #IDmenurestaurant table tr .style21 span {
	margin-bottom:0px;
	line-height:34px;
	color: #00447B;
}
.menusrestaurant-wine {
	background-image: url(images/woolpacklogobackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 45px;
	background-color: #D4C697;
	padding-top: 5px;
}
.hampers {
	padding: 5px;
	float: right;
	width: 260px;
	border: 3px solid #FFF;
	clear: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #696647;
	color: #FFF;
}
.breadcrumbs {
	font-size: 8px;
	color: #696647;
	text-align: left;
	margin-top: 9px;
	margin-right: 30px;
	margin-left: 15px;
	padding-left: 30px;
}
.breadcrumbs a:link {
	color: #696647;
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #696647;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a:active {
	text-decoration: none;
}
.menusrestaurant-breakfast {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 45px;
	text-align: center;
	font-weight: bold;
}
.christmas-day-header {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.christmas-headers {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.christmas-text {
	font-size: 12px;
	line-height: 20px;
}
.christmas-home-page {
	color: #F00;
}
h1 {
	font-size: 16px;
}
.bedrooms-photo-gallery-link {
	font-size: 10px;
}
.xmas-links {
	text-align: right;
}
.bread-water {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
 
