/* -------------------------------------------------------------
	 RESET
------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* -------------------------------------------------------------
	 GLOBALS
------------------------------------------------------------- */
.hidden{display: none !important;}
.hide {display: none;}
a{outline: none;}
.clear:after {
content:".";
display:block;
height: 0;
clear:both;
visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%;}
.clear {display:block;}
/* End hide from IE Mac */
br.brclear {
	clear: both;
	display:block;
	height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* -------------------------------------------------------------
	 STRUCTURE
------------------------------------------------------------- */
body {
	min-width: 980px;
}
#site_wrap{min-width: 960px;}
.wrap{
	width: 940px;
	margin:  0 auto;
	text-align: left;
	position: relative;
}
/* -------------------------------------------------------------
	 STICKY FOOTER
------------------------------------------------------------- */
html, body, #site_wrap {height: 100%;}
body > #site_wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 49px;
	overflow: hidden;
	clear:both;
	background: #000;
}
/* -------------------------------------------------------------
	 TYPOGRAPHY
------------------------------------------------------------- */
body {
	font-family: Georgia, Garamond;
	font-size: 16px;
	color: #3f3d3b;
}
h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
h2 {
	font-size: 24px;
	font-style: italic;
	padding-bottom: 20px;
	font-weight: bold;
}
h2.ul {
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	padding-bottom: 11px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}
.body_content a,
a.bodylink {
	color: #3f3d3b;
	text-decoration: none;
	border-bottom: 1px dashed #a69a87;
	padding-bottom: 1px;
}
.body_content a:hover,
a.bodylink:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
p a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
p a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
strong {
	font-weight: bold;
}
.i {
	font-style: italic;
}

/* -------------------------------------------------------------
	 EAGLE HAMMER
------------------------------------------------------------- */

body {
	background: #000;
}
.pad {
	padding: 20px;
}
.pad10 {
	padding: 10px;
}
.npb {
	padding-bottom: 0;
}
.col4 {
	width: 300px;
	position: relative;
}
.col5 {
	width: 380px;
	position: relative;
}
.col6 {
	width: 460px;
	position: relative;
}
.col6ep {
	width: 440px;
	position: relative;
}
.col7 {
	width: 540px;
	position: relative;
}
.col7ep {
	width: 520px;
	position: relative;
}
.col8 {
	width: 620px;
	position: relative;
}
.mr {
	margin-right: 20px;
}
.ml {
	margin-left: 20px;
}
.mt {
	margin-top: 20px;
}
.mb {
	margin-bottom: 20px;
}
.pr {
	padding-right: 20px;
}
.pl {
	padding-left: 20px;
}
.nmb {
	margin-bottom: 0 !important;
}
.nml {
	margin-left: 0 !important;
}
.nm {
	margin: 0 !important;
}
.section {
	margin-bottom: 40px;
}
.ul {
	border-bottom: 1px solid #b2ada4;
}
.ol {
	border-top: 1px solid #b2ada4;
}
.whitebox {
	background: #fff;
}
div.cfloat {
	float: left;
	position: relative;
	left: 50%;
}

/* HEADER */
#header {
	background: #000;
}
div.banner_header {
	background: url(../images/banner_header.jpg);
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
div.banner_header h1#logo  {
	display: block;
	width: 339px;
	height: 185px;
	position: absolute;
	top: 85px;
}
#logo a {
	display: block;
	width: 339px;
	height: 185px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
}

/* MAIN MENU */
#main_menu {
	border-top: 1px solid #272522;
	border-bottom: 1px solid #272522;
	height: 60px;
}
#main_menu div.wrap {
	overflow: hidden;
	height: 60px;
}
#mm {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
}
#mm li {
	position: relative;
	float: left;
	display: block;
	right: 50%;
	margin-left: 50px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	color: #fff;
	line-height: 63px;
	padding: 0 10px;
	cursor: pointer;
	height: 60px;
	font-weight: bold;
}
#mm li:first-child {
	margin-left: 0;
}
#mm li.inactive {
	color: #84807b;
}
#mm li.inactive:hover {
	color: #f5ead9;
}
#mm li span {
	display: block;
	position: absolute;
	background-color: #fff;
	height: 5px;
	width: 100%;
	bottom:-10px;
	left:0;
}
#mm li.init:hover {
	color: #f5ead9;
}


/* FOOTER */
#body_footer {
	text-align: center;
	padding: 40px 0;
}
a#book_footer {
	position: relative;
	left: -50%;
}
#footer {
	border-top: 1px solid #272522;
}
#footer div.wrap {
	padding-top: 10px;
}
#social {
	float: left;
	list-style: none;
}
#social li {
	display: block;
	float: left;
	margin-left: 40px;
}
#social li:first-child {
	margin-left: 0;
}
#social a {
	display: block;
	float: left;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	color: #a19c93;
}
#social a:hover {
	color: #fff;
}
#social a span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	text-indent: -999px;
}
#social_facebook span {
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px -213px;
}
#social_facebook:hover span {
	background-position: 0px -243px;
}
#social_twitter span {
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -30px -213px;
}
#social_twitter:hover span {
	background-position: -30px -243px;
}
#social_share span {
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -60px -213px;
}
#social_share:hover span {
	background-position: -60px -243px;
}
p.copyright {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #565350;
	line-height: 30px;
}
p.copyright a {
	color: #565350;
}
p.copyright a:hover {
	color: #fff;
}

/* GENERAL BODY STYLES */
.bodyrowa, .bodyrowb, .bodyrowc {
	padding: 40px 0;
}
.bodyrowa {
	background-color: #f5ead9;
	border-bottom: 1px solid #dfd6c7;
}
.bodyrowb {
	background-color: #f4ebde;
	border-bottom: 1px solid #dfd6c7;
	border-top: 1px solid #fff;
}
.bodyrowc {
	background-color: #f5ead9;
	border-bottom: 1px solid #dfd6c7;
	border-top: 1px solid #fff;
}
.bodyrowlast {
	padding-bottom: 80px;
}
img.body_pic {
	border: 10px solid #fff;
}

/* BUTTONS */
a.eagleButt1 {
	text-decoration: none;
	display: block;
	text-align: center;
	cursor: pointer;
}
a.eagleButt1 span.txt {
	display: block;
	float: left;
	padding-left: 20px;
	height: 40px;
	overflow: hidden;
	background-image: url(../images/PNG_sprite.png);
	background-position: 0px -327px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #1b1a19;
	line-height: 41px;
	text-shadow: 0 1px 0 #fff;
}
a.eagleButt1 span.end {
	display: block;
	float: left;
	width: 20px;
	height: 40px;
	overflow: hidden;
	background: url(../images/PNG_sprite.png);
	background-position: right -327px;
	background-repeat: no-repeat;
}
a.eagleButt1:hover span.txt {
	background-position: 0px -367px;
}
a.eagleButt1:hover span.end {
	background-position: right -367px;
}
a.body_butt1 {
	background-color: #e0d6c7;
	padding: 5px 10px;
}
a.bodybutt1 {
	background-color: #605b57;
	padding: 4px 7px;
	color: #f5ead9;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
a.bodybutt1:hover {
	background-color: #89837e;
	color: #fff;
}
a.bodybutt2 {
	display: block;
	background-color: #605b57;
	padding: 5px 10px;
	color: #f5ead9;
	text-decoration: none;
	font-size: 14px;
}
a.bodybutt2:hover {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 14px;
	background-color: #89837e;
	color: #fff;
}
a.bodybutt3 {
	display: block;
	background-color: #e2dbd0;
	padding: 4px 10px;
	color: #3f3d3b;
	text-decoration: none;
	font-size: 14px;
}
a.bodybutt3:hover {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-size: 14px;
	background-color: #89837e;
	color: #fff;	
}
.formsubmit {
	background-color: #605b57;
	padding: 5px 10px;
	color: #f5ead9;
	text-decoration: none;
	font-size: 14px;
	border: none;
	height: 30px;
	font-family: Georgia, Garamond;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
.formsubmit:hover {
	background-color: #89837e;
	color: #fff;
}

/* LISTS */
.body_content ul,
ul.body_list {
	list-style: none;
}
.body_content ul li,
ul.body_list li {
	list-style: none;
	padding-bottom: 13px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: -5px 2px; 
	padding-left: 20px;
	font-size: 16px;
}
.body_content ul a,
ul.body_list a {
	margin-bottom: 3px;
}

/* ROUNDED */
.rounded-sml {
	display: block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.rounded-med {
	display: block;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* -------------------------------------------------------------
	 SECTIONS
------------------------------------------------------------- */

/* -------------------------
	 COTTAGES
------------------------- */
p.intro {
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	color: #645f5a;
	padding-bottom: 0;
}
p#cottages_intro {
	width: 750px;
	margin-bottom: 0;
}
#rating {
	margin-top: 10px;
}
#rating span.stars {
	display: block;
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 132px;
	height: 24px;
	background-position: 0 -189px;
	margin-bottom: 7px;
	text-indent: -9999px;
}
#rating span.txt {
	text-align: center;
	display: block;
	width: 132px;
	color: #c5b194;
	font-size: 18px;
	font-style: italic;
}

/* BIG COLUMN BUTTON */
a.colButt {
	display: block;
	width: 380px;
	height: 48px;
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -340px 0px;
	color: #f4ebde;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	font-style: italic;
	margin-bottom: 20px;
}
a.colButt:hover {
	background-position: -340px -48px;
	color: #fff;
}

/* COLUMN LINK */
a.rounded-med {
	text-decoration: none;
	display: block;
}
a.rounded-med span.link_info {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 22px;
}
a.rounded-med span.link_title {
	font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 7px;
	display: block;
}
a.rounded-med span.link_txt {
	font-style: normal;
}
/* POSTCARDS LINK */
a#pcards_link {
	cursor: pointer;
	padding: 10px;
	color: #3f3d3b;
	background-color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
}
a#pcards_link span.link_info {
	width: 230px;
}
a#pcards_link span#pcimg {
	display: block;
	float: right;
	width: 106px;
	height: 80px;
	overflow: hidden;
	background-image: url(../images/postcards.jpg);
	background-repeat: no-repeat;
}
a#pcards_link:hover {
	background-color: #d1cac0;
}
/* STABLES BLOCK */
#stables {
	padding: 10px;
}
#stablesimg  {
	width: 360px;
	height: 171px;
	background-image: url(../images/stables.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
div.box_wrap {
	padding: 10px;
}
/* GALLERY */
#gallery {
	position: relative;
	height: 360px;
	overflow: hidden;
}
#sshow {
	float: left;
	width: 540px;
	cursor: pointer;
}
#nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 380px;
}
#paused-main, #paused-thumbs {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #c5b194;
}
#paused-main {
	float: left;
	width: 540px;
	display: none;
}
#paused-thumbs {
	float: right;
	width: 380px;
}
#sshow img {
	display: none;
}
#sshow img:first-child {
	display: block;
}
#nav a {
	text-decoration: none;
	display: block;
	float: left;
	height: 60px;
}
#nav img {
	opacity:0.44;
	filter:alpha(opacity=44);
}
#nav img:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nav img.activeSlide {
	opacity:1;
	filter:alpha(opacity=100);
}
#nav h2 {
	display: block;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
}
ul.thumbs {
	list-style: none;
}
ul.thumbs img {
	width: 90px;
	height: 60px;
}
ul.thumbs li {
	float: left;
	margin-left: 6px;
}
ul.thumbs li:first-child {
	margin-left: 0px;
}
#play-show, #pause-show {
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 0;
	width: 540px;
}
.sspp {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #c5b194;
}
.sspp:hover {
	color: #3f3d3b;
}
.ppoff {
	display: none;
}
#paused {
	width: 540px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 370px;
	font-size: 40px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background: #3f3d3b;
	color: #fff;
	z-index: 9999;
	display: none;
}
/* GUESTBOOK */
#quotes {
	position: relative;
	cursor: pointer;
}
div.quote {
	position: relative;
	display: none;
}
#quotes wrap {
	overflow: hidden;
}
.guest-comment {
	display: block;
	float: left;
	color: #a8957b;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	overflow: hidden;
	position: relative;
	margin-left: -7px;
	padding-left: 35px;
	padding-right: 15px;
	margin-bottom: -10px;
}
.bqstart {
	display: block;
	position: absolute;
	left: 0;
	font-size: 300%;
	color: #c5b194;
	margin-right: 20px;
	margin-top: -10px;
}
.bqend {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 25px;
	font-size: 300%;
	color: #c5b194;
}
span.guest {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
	color: #c5b194;
}
#view_guestbook {
	display: block;
	position: relative;
	float: right;
}
/* -------------------------
	 RATES
------------------------- */
#rate_head {
	
}
#rate_head h2 {
	display: block;
	float: right;
	width: 130px;
	text-align: center;
}
div.rate_period {
	position: relative;
}
div.period_label {
	width: 130px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 0;
}
div.period_label h2 {
	display: block;
	width: 130px;
	text-align: right;
	color: #a8957b;
	position: relative;
	float: left;
	top: -50%;
}
div.rates {
	margin-left: 150px;
	width: 780px;
	padding-left: 10px;
	border-left: 1px solid #a8957b;
}
div.rate {
	background: #e2dbd0;
	position: relative;
	padding: 10px;
	padding-right: 0;
	margin-top: 10px;
}
div.rate:hover {
	background: #fff;
}
div.rate:first-child {
	margin-top: 0;
}
div.rate_desc {
	width: 350px;
	padding: 0 10px;
}
div.rate_desc h3 {
	padding-bottom: 0;
}
div.rate_desc span {
	font-size: 14px;
	color: #7f7c78;
	font-style: italic;
}
div.rate_prices {
	width: 390px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
}
div.rate_prices span {
	/* line-height: 40px; */
	display: block;
	width: 130px;
	float: left;
	text-align: center;
	position: relative;
	top: -50%;
}
#accepted {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -141px -189px;
}
#payment_note p {
	margin-top: 10px;
	font-size: 14px;
	line-height: normal;
	font-style: italic;
	text-align: center;
	padding-bottom: 0;
}


/* -------------------------
	 SERVICES
------------------------- */


/* -------------------------
	 ACTIVITIES
------------------------- */
#act_cat {
	position: fixed;
	top: 500px;
	margin-left: 40px;
	list-style: none;
}
#act_cat li {
	margin-bottom: 10px;
}
#act_cat a {
	display: block;
	float: left;
	background-color: #e2dbd0;
	padding: 5px 10px;
	color: #3f3d3b;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#act_cat a:hover {
	display: block;
	float: left;
	background-color: #89837e;
	padding: 5px 10px;
	color: #fff;
}
#act_cat li.current a {
	display: block;
	float: left;
	background-color: #605b57;
	padding: 5px 10px;
	color: #f5ead9;
	text-decoration: none;
	font-size: 18px;

	font-style: italic;
	color: #fff;
}
div.activity {
	padding-bottom: 30px;
}
div.activity p {
	padding-bottom: 10px;
}
div.activity a {
	float: left;
	margin-bottom: 10px;
}
div.cat {
	margin-bottom: 40px;
}
div.activity a.bodybutt3 {
	margin-right: 10px;
}

/* -------------------------
	 LOCATION
------------------------- */

/* DETAILS */
#hosts {
	float: left;
	margin-right: 20px;
}
#contact_header {
	position: relative;
	overflow: hidden;
}
#contact_header h2 {
	padding-bottom: 10px;
}
#contact_methods {
	float: left;
	padding-top: 10px;
}
#contact_details {
	float: left;
	border-top: 1px solid #b2ada4;
	padding-top: 25px;
	padding-right: 20px;
	height: 245px;
}
#hosts h3 {
	color: #a8957b;
	font-style: italic;
	display: block;
	text-align: center;
}
#host_intro {
	padding-bottom: 10px;
}
#host_intro span {
	display: block;
	font-size: 16px;
}
#contact_required {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #b2ada4;
	font-style: italic;
}
#address {
	margin-top: 20px;
}
#contacts {
	line-height: 30px;
}
#contacts span.ctitle {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
	letter-spacing: normal; 
}
#contact_box {
	position: relative;
}
#form {

	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	
	float: left;
	width: 280px;
	min-height: 252px;
	background-color: #b2ada4;
	padding: 10px;
}
#formlinebot {
	height: 1px;
	background: #b2ada4;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
div.input_wrap {
	padding: 5px;
	background-color: #f5ead9;
	margin-bottom: 10px;
}
div.input_wrap input, div.input_wrap textarea {
	outline: none;
	border: 1px solid #f5ead9;
	background-color: #f5ead9;
	padding: 0 2px;
	margin-right: 0 !important;
}
#userdata input, #userdata textarea {
	width: 265px;
	font-family: Georgia, Garamond;
	font-size: 16px;
	font-style: italic;
	color: #b2ada4;
}
#form textarea {
	margin-bottom: 0;
	overflow: hidden;
	resize: none;
	height: 114px;
	display: block;
}
#captcha {
	float: right;
	margin-right: 10px;
}
#captcha span.captcha {
	float: left;
	line-height: 28px;
	color: #f5ead9;
	font-weight: bold;
}
#captcha div.input_wrap {
	float: left;
	margin-left: 10px;
}
#answer {
	width: 30px;
}
#submit {
	display: block;
	float: right;
	cursor: pointer;
	
	/*
height: 21px;
	line-height: 21px;
*/

}
#formresponse {
	color: #f5ead9;
	font-size: 24px;
	font-weight: bold;
	line-height: 250px;
	text-align: center;
	font-style: italic;
}
#formresponsetxt {
	color: #3f3d3b;
}

/* DIRECTIONS */
#directions h2 {
	float: left;
	padding-bottom: 10px;
}
#directions_title {
	overflow: hidden;
}
span.melways {
	float: right;
	margin-top: 5px;
}
#directions_block {
	position: relative;
	border-top: 1px solid #b2ada4;
	border-bottom: 1px solid #b2ada4;
}
#directions_body {
	margin-top: 20px;
}
#directions_map {
	height: 209px;
	background: url(../images/PNG_sprite.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: -340px -108px;
}
span.road {
	font-size: 14px;
	position: absolute;
}
#road1 {
	left: 30px;
	top: 24px;
}
#road2 {
	right:5px;
	top: 60px;
}
#road3 {
	left: 125px;
	top: 170px;
}
#monbulk {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 35px;
	top: 100px;
}
#direction_links {
	margin-top: 10px;
}






















































