body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family: Arial;
	font-size:small;
	color: #2F294F;
}

a {
	font-weight: bold;
	color: #2F294F;
}
INPUT, TEXTAREA{

	font-family:Arial;
	border:solid 1px #2F294F;
}

/* The wrapper contains ll page code, centers on the page with an auto margin */
#Wrapper {
	width:1000px;
	margin:0px auto 0px auto;
	background:url("../pics/wrapperBg.gif") repeat-y top center;
	padding-bottom:10px;
}
#cmsWrapper{
	width:980px;
	margin:10px auto 0px auto;
	padding-top:10px;
	background:#FFFFFF;
}
#Wrapper #Header {
	width:980px;
	height:113px;
	margin:0px 10px;
	padding:0px;
}
#Wrapper #Header #Menu {
	float:right;
	width:772px;
	height:113px;
	background:#ffffff url('../pics/headerBg.gif') repeat-x bottom left;
}
#Wrapper #Header #Menu #MenuItem {
	float:right;
	width:227px;
	height:65px;
	padding:26px 0px 0px 30px;
	margin:0px;
}
#Wrapper #Header #Menu #MenuItem a {
	font-weight:bold;
	font-size:medium;
	color:#769480;
	text-decoration:none;
}

#Wrapper #Content {
	float:right;
	width:772px;
	padding:0px 10px 0px 0px;
}
#Wrapper #Content #Banner{
	width:772px;
	height: 350px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#Wrapper #Content #Banner li {
	list-style: none;
	margin-left: -40px;
	margin-top: 111px;
}
#Wrapper #Content #contentArea { margin:6px 10px 0px 10px; }
#Wrapper #Content #contentArea h1,
#Wrapper #Content #contentArea h2,
#Wrapper #Content #contentArea h3,
#Wrapper #Content #contentArea p { margin-top:0px; }
#Wrapper #Content #contentArea h1 {
	font-size:large;
	color:#2F294F;
}
#Wrapper #Content #contentArea h2 {
	font-size:medium;
	color:#027788;
}
#Wrapper #Content #contentArea h3 {
	font-size:medium;
	font-weight:normal;
}
#Wrapper #Content #siteSearch {
	float:right; 
	padding:6px 10px 0px 0px;
}
#Wrapper #Content #siteSearch input { font-size:x-small; }
#Wrapper #Content #siteSearch .button {
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	background:#769480;
	text-decoration:none;
}
#Wrapper #Content #contactForm .button {
	display:block;
	padding:4px;
	width:95px;
	height:20px;
	border:solid 1px #2F294F;
	background-color:#fff;
}
#Wrapper #Content #contactForm .button:hover{
	display:block;
	background-color:#8CADCF;
	
}
#Wrapper #Content #contactForm .button a{
	text-decoration:none;
}
#Wrapper #Content #breadcrumbs {
	float:left;
	padding:6px 0px 0px 10px;
}

#Wrapper #Content #contentArea #homepageLinks {
	float: right;
	text-align: center;
}
#Wrapper #Content #contentArea #homepageLinks a {
	text-decoration: none;
}
#Wrapper #Content #contentArea #homepageLinks img {
	margin-bottom: 30px;
}

#Wrapper #Content #contentArea table#tblAvail { float:right; }
#Wrapper #Content #contentArea table#tblAvail td {
	border:1px solid #ADC3B3;
	background:#B6CACD;
}
#Wrapper #Content #contentArea table#tblAvail td { vertical-align:top; }

#Wrapper #LeftMenu {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:208px;
}

#Wrapper #LeftMenu a.button, #Wrapper #LeftMenu a.buttonSubMenu {
	display:block;
	padding:4px 18px 4px 10px;
	border-bottom:1px solid #ffffff;
	color:#2F294F;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
#Wrapper #LeftMenu a.button:hover, #Wrapper #LeftMenu a.buttonSubMenu:hover {
	color:#769480;
	text-decoration:underline;
}
#Wrapper #LeftMenu a.buttonSubMenu {
	padding:1px 18px 1px 10px;
	margin-left:10px;
	font-size:x-small;
}

#Wrapper p.btnBookOnline {
	margin-top: 20px;
	margin-left: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: medium;
}

#Wrapper p.btnBookOnline a{
	text-decoration: none;
}

#Wrapper img.logoAA {
	padding:32px 18px 0px 50px;
	float: left;
}

#Wrapper img.logo1rosette {
	padding-left: 54px;
	padding-top: 20px;
	float: left;
}

#Wrapper img.logoTasteInnWales {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#Wrapper img.logoPeterstoneCourt {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#FooterLinks {
	margin:10px auto 10px auto;
	text-align:center;
	width:980px;
}
#FooterLinks a{
	margin-left: 25px;
	margin-right: 25px;
	width:70px;
	color:#2F294F;
	text-decoration:none;
}
#FooterLinks a:hover{
	color:#769480;
	text-decoration:underline;
}

/* Standard Application Styles */
table #tblForm td.label {
	font-weight:bold;
	vertical-align:top;
}
table#tblAvailability {
	vertical-align: left;
}
table#tblAvailability td.label {
	font-weight: bold;
}

/* Items to deal with the Highslide graphics on the Rooms and Rates page*/

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #999999;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(../highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


table.siteSearchResults {
	width: 100%;	
}
table.siteSearchResults th {
	text-align: left;
	padding: 3px;
	color:#027788;
	font-size: medium;
}
table.siteSearchResults th.siteSearchRank {
	width: 50px;
}
table.siteSearchResults td {
	border-bottom: #8CADCF 1px solid;
	padding: 3px;
}
table#tblNav {
	margin-top: 20px;
	background: #8CADCF;
	padding: 3px;
	width: 100%;
}

span.highlight {
	background: #D8C977;
}

ul.lbGallery {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.lbGallery li{
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}

ul.lbGallery li a{
	margin: 0px;
	padding: 0px;
}

ul.lbGallery li.end{
	margin-right: 0px;
}

.hidden {
	display:none;
}

a img {
	border: 0px;
}
/* ----------------------------------------------------------- */
/* B3. Promo                                                   */
/* ----------------------------------------------------------- */
#Wrapper #LeftMenu #promo INPUT
{
	width:120px;
}
#Wrapper #LeftMenu #promo .subscribe {
	width: 182px;
	background: transparent url('../pics/subscribe-main.gif') repeat-y top left;
	padding: 12px 10px 0px 10px;
	margin:0px;
	min-height:50px;
}
#Wrapper #LeftMenu #promo .subscribe a.button {
	display:inline;
	padding:2px 2px 0px 2px;
	height:15px;
	font-size:8pt;
	border:solid 1px #2F294F;
	background-color:#fff;
}
#Wrapper #LeftMenu #promo .subscribe a:hover.button {
	background:#B5C7D9;
	text-decoration:none;
	color:  #FFFFFF;
}
#Wrapper #LeftMenu #promo .subscribeFoot {
	width: 202px;
	background: transparent url('../pics/subscribe-foot.gif') no-repeat top left;
	height: 17px;
}