/*pengywerddyn*/
/* format css */

html, body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
p {
	margin: 0;
	padding: 8px 7px 0 10px;
	font-size: 80%;
	line-height: 115%;
}
.sidemenu a {
	width: 100px;
	padding: 2px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.sidebuttons1 a {
	text-decoration: none;
	margin-left: 7px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #a9ba55;
	border-right-color: #a9ba55;
	border-bottom-color: #a9ba55;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebuttons1 a:link {
color: #990000; text-decoration: none;}
.sidebuttons1 a:visited {
color: #CC0000; text-decoration: none;}
.sidebuttons1 a:hover {
	color: #CC3300;
	text-decoration: underline;

	
}
#demotext {
	margin: 0px 0px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative;
	background-color: #FFFFFF;
	background-image: none;
} /*** for IE6 ***/
	#demotext a:link, #demotext a:visited {
	text-decoration: underline;
	padding-top: 0;
	color: #006666;
	}
 #demotext a:hover {
	color: #0099FF;
	text-decoration: underline;
	padding-top: 0;
	list-style-type: square;
}
a:link {color: #006666; text-decoration: underline; padding: 1px; }
a:visited {color: #333333; text-decoration: underline; padding: 1px; }
a:hover {color: #FFFFFF; text-decoration: underline; padding: 1px; }
.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #eef7e2; padding: 1px; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/
.right a:hover strong, .right a:hover {color: #000; background: #f4e6ef; padding: 1px; }
#contents a:link, #contents a:visited {
	color: #000;
	text-decoration: underline;
	padding-top: 0;
	list-style-type: square;
}
#contents a:hover {color: #0099FF; padding-top: 0; }
#footer a:link, #footer a:visited {color: #666666; }
#footer a:hover {color: #CC3300; }
strong {
	font-weight: bolder;
	color: #CC3300;
}
.alignright  {
	margin: 0;
	padding: 1em 10px 2.5em 0;
	text-align: right;
	text-decoration: none;
}
.alignright strong {color: #771464; font-weight: bold; }
.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/
html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/
#header {
	margin: 0;
	padding: 0;
	height: 124px;
	background-color: #DADFAC;
	background-image: url(../images/head.gif);
	background-repeat: repeat-x;
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 
#leftbox {
	position: absolute;
	left: 0px;
	width: 115px;
	background-color: #ced89e;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bgtree.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;


}
#container {
	margin-left: 115px;
	background: #ffffff ;
	 }
/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	width: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 35%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 35%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

#contents {
	background-color: #73873e;
	margin: 8px 149px 5px 10px;
	color: #333333;
	padding: 3px 3px 15px 3px;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-weight: bold;

} /*** IE6 needs this to display the div ***/

#footer {
	background: #ced89e;
	margin-top: 1.5em;
	margin-right: 0px;
	border-top: 1px dashed #888; }
.tdbg {
	background-color: #FFFFFF;
	background-image: url(../images/tdbg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 35px;
	width: 360px;
	font-size: 85%;
	line-height: 100%;



}

h1 {
	font-size: 80%;
	color: #594D57;
	font-weight: bold;
	padding: 5px 15px 0px;
	vertical-align: top;
	line-height: 140%;




}
.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/
.decoration2 {
	float: right;
	margin: 0.5em 1em 3px 3px;
	position: relative;
	background-color: #f8f2e6;
	font-size: 12px;
	text-align: center;
	border-top: 1px inset #666666;
	border-right: 1px outset #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px inset #666666;
} /*** for IE6 ***/
.alignleft {
	text-align: left;
}
.tableone {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/treebg.jpg);
	background-repeat: no-repeat;
	background-position: center right;


	}
.orange {
	background-color: #CC3300;
	color: #FFFFFF;
	font-weight: bold;

}
.green {
	background-color: #ced89e;
	color: #FFFFFF;
}
.green2 {
	background-color: #a9ba55;
	color: #FFFFFF;
}
.green3 {
	background-color: #9cad5c;
	color: #FFFFFF;
}
.green4 {
	background-color: #CCCC99;
	color: #FFFFFF;
}
.montage {
	float: left;
}
.bigpic {
	margin: 4px;
	float: right;
	border: none;

}
.golf {
	float: right;
}
.enquiry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #E4EBCD;
}
.enquirybox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;

}
.printform {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 10px;

}
.newhead {
	background-attachment: scroll;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-color: #DADFAC;
	height: 124px;
	width: 1000px;
	padding-top: 15px;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;


}
.curl {
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.active {
	background-attachment: scroll;
	background-image: url(../images/bigbgcurl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;

}
.centrebothways {
	text-align: center;
	vertical-align: middle;
	margin: 15px;
}
.smallfont {
	font-size: 10px;
}
.cottagetd {
	width: 50%;
}
.cottagesp {
	font-size: 13px;
}
.tariff {
	border: thin solid #CCCC99;
	font-size: 12px;

}
.yellow {
	background-color: #efeed1;
}
.yellow2 {
	background-color: #e1dea6;
}
.floatleft {
	float: left;
	padding: 10px 10px 3px 5px;
}
.cottage a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
.cottage a:link {
color: #990000; text-decoration: none;}
.cottage a:visited {
color: #CC0000; text-decoration: none;}
.cottage a:hover {
	color: #CC3300;
	text-decoration: underline;}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-size: 80%;
	line-height: 135%;
	list-style-position: outside;
}
.printbold {
	font-weight: bold;
}
