/* CSS Document */
/*
File	 			css/common.css
Version				1.00
Description			Common CSS Elements
URL					www.biltonbarns.com
Copyright Notice	Copyright Lazy Grace Ltd.
*/

/* Common */
body {
	padding: 0;
	margin: 0;
	background-color: #d7d2b2;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
}
div#container {
	padding: 0;
	margin: 0px auto 0px auto;
	width: 876px;
	height: auto;
	background: transparent;
}
div#header {
	padding: 0;
	margin: 0;
	width: 876px;
	height: 165px;
	background: transparent;
}
div#nav {
	padding: 0px 20px 0px 20px;
	margin: 0;
	width: 876px;
	height: 42px;
	background: transparent;
}
div#logo {
	padding: 0;
	margin: 0;
	width: 876px;
	height: 123px;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
}
div#logo2 {
	padding: 0;
	margin: 0;
	width: 876px;
	height: 123px;
	background-image: url(../images/common/logo2.gif);
	background-repeat: no-repeat;
}
div#feature {
	padding: 6px 19px 6px 19px;
	margin: 0;
	/*width: 876px; */
	width: 838px;
	/* height: 256px; */
	height: 256px;
	background-image: url(../images/common/feature_bg.gif);
	background-repeat: no-repeat;
}
div#feature2 {
	padding: 0px 0px 0px 0px;
	margin: 0;
	/*width: 876px; */
	width: 876px;
	/* height: 256px; */
	height: 268px;
	background: transparent;
}
div#content {
	padding: 0;
	margin: 0;
	width: 876px;
	height: auto;
	background-image: url(../images/common/content_bg.gif);
	background-repeat: repeat-y;
}
div#content_left {
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 0px 0px;
	/* Width: 538px; */
	width: 505px;
	height: auto;
	background: transparent;
	clear: left;
	float: left;
}
div#content_right {
	padding: 0px 33px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* Width: 338px; */
	width: 305px;
	height: auto;
	background: transparent;
	float: left;
}
.clear_both {
	padding: 0;
	margin: 0;
	clear: both;
}
.gallery {
	padding: 10px 0px 0px 26px;
	margin: 0;
	width: 279px;
	height: auto;
	background: transparent;
}
.gallery_thumb_left {
	padding: 0;
	margin: 3px 0px 0px 0px;
	width: 123px;
	height: 123px;
	background: transparent;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.gallery_thumb_right {
	padding: 0;
	margin: 3px 0px 0px 0px;
	width: 123px;
	height: 123px;
	background: transparent;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.gallery_sep {
	padding: 0;
	margin: 0;
	width: 3px;
	height: 100px;
	background: transparent;
	float: left;
}
div#footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 876px;
	height: 82px;
	background-image: url(../images/common/footer.gif);
	background-repeat: no-repeat;
}
div#footer_link_butt{
	padding: 6px 42px 0px 546px;
	width: 286px;
	height: 24px;
}
div#footer_links {
	padding: 25px 0px 0px 33px;
	margin: 0px 0px 0px 0px;
	/* width: 663px; */
	width: 630px;
	/* height: 52px; */
	height: 10px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #494424;
	clear: left;
	float: left;
}
div#footer_links a:link, div#footer_links a:active, div#footer_links a:visited {
	text-decoration: underline;
	color: #494424;
}
div#footer_links a:hover {
	text-decoration: none;
	color: #494424;
}
.a_lazy_grace_production {
	padding: 0;
	margin: 16px 0px 0px 0px;
	width: 180px;
	height: 36px;
	background: url('../images/common/lazygrace.gif') 0 -36px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.a_lazy_grace_production a {
	margin: 0;
	padding: 0;
	display: block;
	width: 180px;
	height: 36px;
	background: url('../images/common/lazygrace.gif') top left no-repeat;
}
.a_lazy_grace_production span {
	display: block;
	margin: 0;
	padding: 0;
}
.a_lazy_grace_production a:hover {
	background-image: none;
}
.a_lazy_grace_production a:active {
	color: black;
}

.home {
	padding: 0;
	margin: 0;
	width: 64px;
	height: 42px;
	background: url('../images/nav/home.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.home a {
	margin: 0;
	padding: 0;
	display: block;
	width: 64px;
	height: 42px;
	background: url('../images/nav/home.jpg') top left no-repeat;
}
.home span {
	display: block;
	margin: 0;
	padding: 0;
}
.home a:hover {
	background-image: none;
}
.home a:active {
	color: black;
}
.home_off {
	padding: 0;
	margin: 0;
	width: 64px;
	height: 42px;
	background: url('../images/nav/home.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.about {
	padding: 0;
	margin: 0;
	width: 74px;
	height: 42px;
	background: url('../images/nav/about.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.about a {
	margin: 0;
	padding: 0;
	display: block;
	width: 74px;
	height: 42px;
	background: url('../images/nav/about.jpg') top left no-repeat;
}
.about span {
	display: block;
	margin: 0;
	padding: 0;
}
.about a:hover {
	background-image: none;
}
.about a:active {
	color: black;
}
.about_off {
	padding: 0;
	margin: 0;
	width: 74px;
	height: 42px;
	background: url('../images/nav/about.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.accommodation {
	padding: 0;
	margin: 0;
	width: 153px;
	height: 42px;
	background: url('../images/nav/accommodation.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.accommodation a {
	margin: 0;
	padding: 0;
	display: block;
	width: 153px;
	height: 42px;
	background: url('../images/nav/accommodation.jpg') top left no-repeat;
}
.accommodation span {
	display: block;
	margin: 0;
	padding: 0;
}
.accommodation a:hover {
	background-image: none;
}
.accommodation a:active {
	color: black;
}
.accommodation_off {
	padding: 0;
	margin: 0;
	width: 153px;
	height: 42px;
	background: url('../images/nav/accommodation.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.rates {
	padding: 0;
	margin: 0;
	width: 184px;
	height: 42px;
	background: url('../images/nav/rates.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.rates a {
	margin: 0;
	padding: 0;
	display: block;
	width: 184px;
	height: 42px;
	background: url('../images/nav/rates.jpg') top left no-repeat;
}
.rates span {
	display: block;
	margin: 0;
	padding: 0;
}
.rates a:hover {
	background-image: none;
}
.rates a:active {
	color: black;
}
.rates_off {
	padding: 0;
	margin: 0;
	width: 184px;
	height: 42px;
	background: url('../images/nav/rates.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.getting_here {
	padding: 0;
	margin: 0;
	width: 133px;
	height: 42px;
	background: url('../images/nav/getting_here.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.getting_here a {
	margin: 0;
	padding: 0;
	display: block;
	width: 133px;
	height: 42px;
	background: url('../images/nav/getting_here.jpg') top left no-repeat;
}
.getting_here span {
	display: block;
	margin: 0;
	padding: 0;
}
.getting_here a:hover {
	background-image: none;
}
.getting_here a:active {
	color: black;
}
.getting_here_off {
	padding: 0;
	margin: 0;
	width: 133px;
	height: 42px;
	background: url('../images/nav/getting_here.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.region {
	padding: 0;
	margin: 0;
	width: 112px;
	height: 42px;
	background: url('../images/nav/region.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.region a {
	margin: 0;
	padding: 0;
	display: block;
	width: 112px;
	height: 42px;
	background: url('../images/nav/region.jpg') top left no-repeat;
}
.region span {
	display: block;
	margin: 0;
	padding: 0;
}
.region a:hover {
	background-image: none;
}
.region a:active {
	color: black;
}
.region_off {
	padding: 0;
	margin: 0;
	width: 112px;
	height: 42px;
	background: url('../images/nav/region.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.contact {
	padding: 0;
	margin: 0;
	width: 116px;
	height: 42px;
	background: url('../images/nav/contact.jpg') 0 -42px no-repeat;
	float: left;
	list-style: none;
	display: block;
}
.contact a {
	margin: 0;
	padding: 0;
	display: block;
	width: 116px;
	height: 42px;
	background: url('../images/nav/contact.jpg') top left no-repeat;
}
.contact span {
	display: block;
	margin: 0;
	padding: 0;
}
.contact a:hover {
	background-image: none;
}
.region a:active {
	color: black;
}
.contact_off {
	padding: 0;
	margin: 0;
	width: 116px;
	height: 42px;
	background: url('../images/nav/contact.jpg') 0 -84px no-repeat;
	float: left;
	list-style: none;
}

.text {
	padding: 10px 0px 0px 26px;
	margin: 0px 0px 0px 0px;
	width: 450px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}
.text a:link, .text a:active, .text a:visited {
	text-decoration: underline;
	color: #000000;
}
.text a:hover {
	text-decoration: none;
	color: #000000
}
.sub_text {
	padding: 10px 26px 0px 26px;
	margin: 0px 0px 0px 0px;
	width: 253px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.5em;
	text-align: right;
}
. sub_text a:link, . sub_text a:active, . sub_text a:visited {
	text-decoration: underline;
	color: #000000;
}
. sub_text a:hover {
	text-decoration: none;
	color: #000000
}




.accommodation_button_outer_box {
	padding: 2px 2px 2px 2px;
	margin: 10px 0px 0px 26px;
	width: 448px;
	height: auto;
	background-color: #EDEBDF
}
.accommodation_button_inner_box {
	padding: 0;
	margin: 0;
	width: 448px;
	heigh: auto;
	background-color: #DAD6B6;
}
.accommodation_button_text {
	padding: 0px 10px 10px 10px;
	margin: 0;
	width: 428px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #494424;
	line-height: 1.5em;
	text-align: left;
}
.accommodation_button_text a:link, .accommodation_button_text a:active, .accommodation_button_text a:visited {
	text-decoration: underline;
	color: #494424;
}
.accommodation_button_text a:hover {
	text-decoration: none;
	color: #494424;
}



.text {
	padding: 10px 0px 0px 26px;
	margin: 0px 0px 0px 0px;
	width: 450px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}


/* Feedback Request */
#feedback_form {
	padding: 10px 0px 0px 26px;
	margin: 0;
	width: 440px;
	height: auto;
	border: 0;
	background: transparent;
}
#fieldset {
	padding: 0;
	margin: 0;
	width: 440px;
	height: auto;
	background: transparent;
	border: 0;
}
.fieldset_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 440px;
	height: 18px;
	background: transparent;
}
.label {
	padding: 0px 0px 0px 17px;
	margin: 0;
	width: 100px;
	height: 20px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	clear: left;
	float: left;
}
.field {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 18px;
	float: left;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background: #FFFFFF;
}
.fieldset_large_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 350px;
	height: 100px;
	background: transparent;
}
.large_label {
	padding: 0px 0px 0px 17px;
	margin: 0;
	width: 100px;
	height: 20px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	clear: left;
	float: left;
}
.large_field {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 100px;
	float: left;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background: #FFFFFF;
}
div#button_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 20px 0px;
	width: 317px;
	height: 20px;
	background: transparent;
	text-align: right;
}
.submit_button {
	padding: 0;
	margin: 0;
	width: 100px;
	height: 20px;
	background-color: #5c562e;
	border-style: solid;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ddd9b7;
}

.news{
	text-align: left;
	padding: 0;
	margin: 0;
}
.news a, .news a:link, .news a:visited, .news a:active {
	color: #d7d2b2;
	text-decoration: none;

}
.news a:hover{
	color: #ccc690;
	text-decoration: underline;
	
}
.news_txt{
	text-align: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}
.news_date{
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
}
.news_img{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc690;
	float:left;
	margin: 0px 5px 5px 0px;
}
.link{
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}
h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}

#lan_select{
	margin: 90px 0px 0px 680px;
	color: #000000;
	position: absolute;
	font-size: 11px;
}
#lan_select a{
	color: #000000;
	font-family: arial;
}
#lan_select img{
	border: 0;
}