/* - Homepage CSS File - The Willows - */
/* - Copyright 2008 Lazy Grace Ltd - */
/* - 22nd October 2008 - */

/* Common Elements */
body{
	margin: 0 ;
	padding: 0;
	width: auto;
	height: auto;
	background: #710000 url(../images/common/vertical_bg.gif) repeat-x top center;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	color: #574438;
	font-size: 15px;

}
img{
	margin: 0;
	padding: 0;
}
 h1{
	display: none;
 }
 h2{
	display: none;
 }
 h3{
	display: none;
 }
 h4{
	display: none;
 }
 h5{
	margin: 0;
	padding: 0 0 5px 0;
 	color: #574438;
	font-size: 0.5em;
 }
 
 ul{
	margin: 0;
	padding: 0;
 }
 li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
 }
 
 a:link, a:visited, a:active{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #a66e4a;
 }
 a:hover{
	text-decoration: underline;
	color: #9d613a;
 }
.lrg{
	margin: 0;
	padding: 0 20px 20px 0;
	font-size: 1.0em;
	line-height: 1.5em;
}

.norm, .med{
	margin: 0;
	padding: 0 30px 20px 0;
	font-size: 0.8em;
	line-height: 1.8em;
}
.uppertitle{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000000;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0;
	margin: 0;
}
.clear{
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
	width: auto;
	font-size: 0em;
}
.grad_clear{
	margin: 0;
	padding: 0;
	clear: both;
	height: 27px;
	width: auto;
	font-size: 0em;
	background: url(../images/common/grad_clear.gif) top left no-repeat;
}
 .nav_text{
	display: none;
 }
 .right_side_img{
	float: right;
 }
#full_container{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 850px;
	height: auto;
	background: url(../images/common/content_bg.gif) top left repeat-y ;
}
#container{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 850px;
	height: auto;
	background: url(../images/common/top_bg.jpg) no-repeat top center;
}

#header {
	margin: 0 auto;
	padding: 0 30px 0 30px;
	width: 790px;
	height: 152px;
	background: url(../images/common/header_bg.gif) no-repeat top center;
}
#nav{
	margin: 0 auto;
	padding: 0;
	width: 790px;
	height: 32px;
	background: url(../images/common/nav/nav_bg.gif) top left repeat-x;
}
#nav_ul{
	margin: 0 auto;
	padding: 0;
	width: 658px;
	height: 32px;
}
#content{
	margin: 0;
	padding: 0 30px 0 30px;
	clear: both;
	width: 790px;
	height: auto;
}

#footer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 850px;
	height: 85px;
	background: #710000 url(../images/common/footer_bg.gif) top center no-repeat ;
}
#footer_nav {
	margin: 0 0 0 30px;
	padding: 1px 0 0 0;
	width: 462px;
	height: 27px;
	float: left;
	display: inline;
}
#footer_contact{
	margin: 0;
	padding: 33px 0 0 445px;
	width: 385px;
	height: 45px;
}

#footer_notice_right{
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 0 133px;
	width: 130px;
	height: 10px;
	background: url(../images/common/footer_right.gif) top right no-repeat; 
	opacity: 0.29;
	filter: alpha(opacity=29);
	display: inline;
}
.nav_home{
	display: block;
	padding: 0;
	margin: 0;
	width: 72px;
	height: 32px;
	background: url(../images/common/nav/home.gif) 0 0 no-repeat;

}
.nav_home:hover{
	display: block;
	width: 72px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/home.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_home_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 72px;
	height: 32px;
	background: url(../images/common/nav/home.gif) 0 0 no-repeat;
}
.nav_about{
	display: block;
	padding: 0;
	margin: 0;
	width: 78px;
	height: 32px;
	background: url(../images/common/nav/about.gif) 0 0 no-repeat;

}
.nav_about:hover{
	display: block;
	width: 78px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/about.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_about_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 78px;
	height: 32px;
	background: url(../images/common/nav/about.gif) 0 0 no-repeat;
}
.nav_cottages{
	display: block;
	padding: 0;
	margin: 0;
	width: 133px;
	height: 32px;
	background: url(../images/common/nav/cottages.gif) 0 0 no-repeat;

}
.nav_cottages:hover{
	display: block;
	width: 133px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/cottages.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_cottages_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 122px;
	height: 32px;
	background: url(../images/common/nav/cottages.gif) 0 0 no-repeat;
}
.nav_outandabout{
	display: block;
	padding: 0;
	margin: 0;
	width: 143px;
	height: 32px;
	background: url(../images/common/nav/out_and_about.gif) 0 0 no-repeat;

}
.nav_outandabout:hover{
	display: block;
	width: 143px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/out_and_about.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_outandabout_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 143px;
	height: 32px;
	background: url(../images/common/nav/out_and_about.gif) 0 0 no-repeat;
}
.nav_theregion{
	display: block;
	padding: 0;
	margin: 0;
	width: 115px;
	height: 32px;
	background: url(../images/common/nav/region.gif) 0 0 no-repeat;

}
.nav_theregion:hover{
	display: block;
	width: 115px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/region.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_theregion_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 115px;
	height: 32px;
	background: url(../images/common/nav/region.gif) 0 0 no-repeat;
}
.nav_contact{
	display: block;
	padding: 0;
	margin: 0;
	width: 117px;
	height: 32px;
	background: url(../images/common/nav/contact.gif) 0 0 no-repeat;
}
.nav_contact:hover{
	display: block;
	width: 117px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/nav/contact.gif) 0 -32px no-repeat;
	cursor: pointer;
}
.nav_contact_on{
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 117px;
	height: 32px;
	background: url(../images/common/nav/contact.gif) 0 0 no-repeat;
}

/* Footer Nav */
.footer_home{
	display: block;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 10px;
	background: url(../images/common/nav/footer_home.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_home:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.footer_about{
	display: block;
	padding: 0;
	margin: 0;
	width: 55px;
	height: 10px;
	background: url(../images/common/nav/footer_about.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_about:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.footer_cottages{
	display: block;
	padding: 0;
	margin: 0;
	width: 97px;
	height: 10px;
	background: url(../images/common/nav/footer_thecottages.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_cottages:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.footer_outandabout{
	display: block;
	padding: 0;
	margin: 0;
	width: 108px;
	height: 10px;
	background: url(../images/common/nav/footer_outandabout.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_outandabout:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.footer_theregion{
	display: block;
	padding: 0;
	margin: 0;
	width: 83px;
	height: 10px;
	background: url(../images/common/nav/footer_region.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_theregion:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.footer_contact{
	display: block;
	padding: 0;
	margin: 0;
	width: 78px;
	height: 10px;
	background: url(../images/common/nav/footer_contact.gif) 0 0 no-repeat;
	opacity: 0.29;
	filter: alpha(opacity=29);
}
.footer_contact:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* Form */
fieldset{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}
.form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px #000 solid;
}
.form_field{
	padding: 5px 0 5px 0;
	margin: 0;
	width: auto;
	height: auto;
	background: transparent;
	clear:both;
}
.form_label {
	padding: 5px 10px 0px 0px;
	margin: 0;
	width: 50px;
	height: auto;
	background: transparent;
	clear: left;
	float: left;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	font-size: 0.8em;
	text-align: left;
	color: #666666;
}
.form_input {
	padding: 2px 2px 2px 2px;
	margin: 0;
	width: 200px;
	height: 16px;
	background-color: #e5e5e5;
	background: url(../images/common/input_bg.gif) bottom left repeat-x;
	border-style: solid;
	border-color: #dadada;
	border-width: 1px;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	font-size: 0.8em;
	color: #333;
}
.form_big_input {
	padding: 2px 2px 2px 2px;
	margin: 0;
	width: 200px;
	height: 75px;
	background-color: #e5e5e5;
	background: url(../images/common/input_bg.gif) bottom left repeat-x;
	border-style: solid;
	border-color: #dadada;
	border-width: 1px;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	font-size: 0.8em;
	color: #333;
}
.form_select{
	padding: 0;
	margin: 0;
	width: 200px;
	height: 22px;
	background-color: #fff;
	background: url(../images/common/input_bg.gif) bottom left repeat-x;
	border-style: solid;
	border-color: #dadada;
	border-width: 1px;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	font-size: 0.8em;
	color: #333;
}

.form_butt {
	margin: 0;
	padding: 2px 8px 2px 8px;
	background-color: #483224;
	border: 1px #fff solid;
	font-family: "Georgia", Times, "Times New Roman", Serif ;
	font-size: 0.8em;
	color: #fff;
	cursor: pointer;
	width: auto;
}
#banner{
	margin: 0;
	padding: 0 30px 0 30px;
	width: 790px;
	height: 216px;
}
#content_container{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #fceee1;
}
#left_side{
	margin: 0;
	padding: 50px 0 0 11px;
	float: left;
	width: 216px;
	height: auto;
	background: #fceee1 url(../images/common/side_thecottages.gif) top left no-repeat;
}
#left_side_contact{
	margin: 0;
	padding: 50px 0 0 11px;
	float: left;
	width: 216px;
	height: 300px;
	background: #fceee1 url(../images/common/side_contact.gif) top left no-repeat;
}
.butt_thesmithy{
	display: block;
	padding: 0;
	margin: 0;
	width: 214px;
	height: 103px;
	background: url(../images/common/side_butt_thesmithy.jpg) 0 0 no-repeat;

}
.butt_thesmithy:hover{
	background: url(../images/common/side_butt_thesmithy.jpg) 0 -103px no-repeat;
	cursor: pointer;
}
.butt_turvey{
	display: block;
	padding: 0;
	margin: 0;
	width: 214px;
	height: 103px;
	background: url(../images/common/side_butt_turveycottage.jpg) 0 0 no-repeat;

}
.butt_turvey:hover{
	background: url(../images/common/side_butt_turveycottage.jpg) 0 -103px no-repeat;
	cursor: pointer;
}
.butt_dovecot{
	display: block;
	padding: 0;
	margin: 0;
	width: 214px;
	height: 103px;
	background: url(../images/common/side_butt_dovecot.jpg) 0 0 no-repeat;

}
.butt_dovecot:hover{
	background: url(../images/common/side_butt_dovecot.jpg) 0 -103px no-repeat;
	cursor: pointer;
}
.butt_availability{
	display: block;
	padding: 0;
	margin: 0;
	width: 185px;
	height: 72px;
	background: url(../images/common/butt_avalibility.gif) 0 0 no-repeat;	
}
.butt_availability2{
	display: block;
	padding: 0;
	margin: 0;
	width: 185px;
	height: 72px;
	background: url(../images/common/butt_avalibility2.gif) 0 0 no-repeat;	
}
.butt_availability:hover{
	background: url(../images/common/butt_avalibility.gif) 0 -72px no-repeat;
	cursor: pointer;
}
.butt_availability_off{
	display: block;
	padding: 0;
	margin: 0;
	width: 185px;
	height: 72px;
	background: url(../images/cottages/ava_soon.gif) 0 0 no-repeat;	
}
.butt_availability_off:hover{
	background: url(../images/cottages/ava_soon.gif) 0 0 no-repeat;	
	cursor: pointer;
}
#right_side{
	margin: 0;
	padding: 0;
	float: left;
	width: 563px;
	height: auto;
	background: #fceee1;
}
#right_side_content{
	margin: 0;
	padding: 10px 3px 0 8px;
	width: auto;
	height: auto;
}
#right_side_content_slim{
	margin: 0;
	padding: 10px 0px 0 8px;
	width: 317px;
	height: auto;
}
#right_side_two{
	margin: 0;
	padding: 14px 0 0 11px;
	width: 218px;
	height: auto;
	float: right;
	background: url(../images/common/side_right_bg.gif) top left no-repeat;
}
#right_side_two_gallery{
	margin: 0;
	padding: 23px 0 0 1px;
	width: auto;
	height: auto;
}
.right_side_thumb{
	margin:0;
	padding: 0px 21px 16px 0;
	float: left;
	width: 81px;
	height: 53px;
}
#map {
	padding: 0px;
	margin: 0px;
	width: 395px;
	height: 255px;
	border: 1px solid #800040;
}

/* Homepage */
#homepage{
	margin: 0;
	padding: 15px 40px 15px 40px;
	width: auto;
	height: 115px;
	background: url(../images/homepage/bg.gif) top left repeat-x;
	text-align: center;
	color: #000;
}
#homepage p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
/* Contact Page */
#right_side_content_contact{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: right;
	width: 150px;
	height: auto;
}
#right_side_content_map{
	margin: 0;
	padding: 0;
	float: left;
	width: 412px;
	height: 300px;
}
#contact_form{
	margin: 0;
	padding: 16px 0 0 14px;
	width: auto;
	height: 300px;
	background: url(../images/common/contact_form_bg.gif) top left no-repeat;
}
#contact_form form{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#contact_form fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
.contact_form_div{
	margin: 0;
	padding: 0 0 3px 0;
	clear: both;
	width: 182px;
	height: 22px;
	color: #000;
}
.contact_form_div_big{
	margin: 0;
	padding: 0 0 3px 0;
	clear: both;
	width: auto;
	height: 145px;
	color: #000;
}
#contact_form label{
	margin: 0;
	padding: 0;
	display: none;
}
.input_text {
	margin: 0;
	padding: 5px 3px 0px 3px;
	clear: both;
	width: 182px;
	height: 24px;
	color: #803800;
	font-size: .7em;
	font-family: Georgia, Times, Times New Roman, Serif;
	border: none;
	display: block;
	background: transparent;
}
.input_butt {
	margin: 0px 0 0 97px;
	padding: 0;
	clear: both;
	width: 90px;
	height: 22px;
	color: #a1a1a1;
	font-weight: bold;
	font-family: Times, Times New Roman, Serif;
	font-size: .6em;
	border: none;
	background: transparent;
	cursor: pointer;
}
#contact_form textarea {
	margin: 0;
	padding: 2px 3px 0 3px;
	clear: both;
	width: 182px;
	height: 143px;
	color: #803800;
	font-size: .7em;
	font-family: Georgia, Times, Times New Roman, Serif;
	border: none;
	background: transparent;
}



/* Fixes */
.cottages_images_working {
	float: left; padding: 0px 21px 16px 0px;
}
.contact_form_div_fix {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 187px;
	height: 27px;
}
.contact_form_big_div_fix {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 187px;
	height: 153px;
}
.contact_form_field_fix {
	padding: 3px 3px 0px 3px;
	width: 181px;
	height: 19px;
	background: #666666;
	border-style: none;
	border-width: 0px;
	background: transparent;
	font-family: Georgia, Times, Times New Roman, Serif;
	color: #803800;
	font-size: .7em;
}















