@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	letter-spacing: .05em;
}

h1 {
	font-size: 2.1em;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	
}
h2 {
	font-size: 1.2em;
	color: #000000;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.6em;
}
p, ul, ol {
	font-size: 1em;
}
p {
	margin: 3px 0px;
}
p.dotted {
	margin: auto;
	margin-top: 20px;
	width: 75%;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

ul ul, ol ol {
	font-size: 1em;
}
ul, ol {
	margin: 0px;
	padding: 0px;
} 
ul.links {
	list-style: none;
}
ul.links li {
	margin-bottom: 10px;
}
/* links */
a {
	text-decoration: none;
}
a:link, a:visited {	
	color: #5A93C9;
	background: inherit;
	
}
a:hover {
	color: #88ac0b;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus {
       outline:none
}

/*forms*/
.label {
	width: 80px;
	text-align: right;
	padding: 2px 10px;
	float: left;
	font-size: .9em;
}
.label_short {
	width: auto;
	text-align: right;
	padding: 2px 10px;
	font-size: 1em;
}
input {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*tables*/
table {
	border-collapse: collapse;
}
table#cottage_list p {
	margin: 0;
}
#tariff table {
	width: auto;
	border: solid 1px #DDDDDD;
}
#tariff tr.cats {
	background-color: #99A67B;
}
#tariff td {
	padding: 2px 10px;
	border: #DDDDDD solid 1px;
}
#tariff td.booked {
	background-color:#D9AFAF;
	color: #666666;
}
/*divs*/
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
}
#header {
	width: 790px;
	height: 83px;
	padding: 0;
	color: #FFF;
	background-image: url(../images/printable-form/logo-w.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header img {
	display: none;
}
#header_photo {
	margin-top: 5px;
	display: none
}

#content_wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 790px;
	background-color: #FFFFFF;
}
#content {
	width: 790px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#text {
	margin: 10px;
}
#text h1 {
	color: #7C9A8E;
}
#text p {
	line-height: 1.8em;
	color: #000000;
}
#text ul, #text ol {
	color: #000000;
}
#text li {
	margin-left: 30px;
}
#navbar {
	display: none;
	background-color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navbar ul {
	list-style: none;
}
#navbar h3 {
	padding: 0px;
	font: 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	margin: 0px;
	}
#navbar ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/template/dots.jpg) repeat-x left top;
}
#navbar ul li {
	list-style: none;
	background: url(../images/template/dots.jpg) repeat-x left bottom;
	padding: 6px 0 6px 0px;
	margin: 0 2px;
}
* html body #navbar ul li {
	height: 1%;
}
#navbar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#navbar ul li a:hover {
	color: #A5B694;
}
#home #navbar ul li.homelink a,
#history #navbar ul li.historylink a,
#cottages #navbar ul li.cottageslink a,
#tariff #navbar ul li.tarifflink a,
#enquiries #navbar ul li.enquirieslink a,
#terms #navbar ul li.termslink a,
#promotions #navbar ul li.promotionslink a,
#pilates #navbar ul li.pilateslink a,
#activities #navbar ul li.activitieslink a,
#findus #navbar ul li.finduslink a,
#oldkennels #navbar ul li.oldkennelslink a,
#diary #navbar ul li.diarylink a,
#green #navbar ul li.greenlink a,
#testimonials #navbar ul li.testimonialslink a,
#gallery #navbar ul li.gallerylink a,
#sitemap #navbar ul li.sitemaplink a {
	color: black;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
}
#footer p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited {	
	color: #FFFFFF;
	font-weight: bold;
	
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#credits {
	display: none;
}
#credits p {
	font-size: 1em;
	color: #666666;
}
#credits a:link, #credits a:visited {
	color: #003366;
}
#credits a:hover {
	color: #333333;
	text-decoration: underline;
}
/*float & clear*/
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearleft {
	clear: left;
	margin-top: 10px;
}
.clearright {
	clear: right;
	margin-top: 10px;
}
.clear {
	clear: both;
	margin-top: 10px;
}
/*margins*/
.margin50 {
	margin-left: 50px;
}
/*boxes - columns*/
.columnright {
	width: 300px;
	float: right;
}
.columnleft {
	width: 400px;
	float: left;
}

.error {
	color:#990000
}
.knownas {
	display: none;
}
.highslide-caption p {
	font-size: .8em;
	text-align: center;
	margin: 0;
	font-style: italic;
	
}
.pointer {
	cursor: pointer;
}
