/* @override 
	http://lesgrandesvignes/style.css
	http://lesgrandesvignes/css/style.css
*/

/* @group General */

html {
	font-size: 16px;
}

body {
	margin: 0;
	font: 0.7em/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #719A4E url(../images/global/tree.jpg) repeat center top;
	color: #161B21;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 3em 30px 0 30px;
	overflow: hidden;
	background: #BBDB90 url(../images/global/bg.gif) repeat-y left top;
	min-height: 100%;
	/*border-left: solid 6px #fff;
	border-right: solid 6px #fff;*/
}

body.wide #container {
	background-image: url(../images/global/bg_wide.gif);
}

#main_column {
	float: left;
	width: 464px;
	background: #fff;
	padding: 0 30px;
}

body.wide #main_column {
	width: 740px;
}

a.navigation_button {
	margin-bottom: 2em;
}

blockquote {
	text-align: center;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 30px;
	font: italic bold 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
}

a,
a:hover,
a:visited,
a:active {
	color: #2C6798;
	text-decoration: none;
	border-bottom: solid 1px;
}

img#logo {
	display: block;
	margin: 40px auto 1em auto;
}

h1 {
	margin: 30px 0 25px 0;
	color: #719A4E;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

h2 {
	float: none;
	clear: both;
	width: 100%;
	margin: 1.618em 0em 1em 0em;
	padding: 0;
	padding-bottom: 0.618em;
	color: #4a711a;
	border-bottom: 2px solid #BBDB90;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.618em 0em 1.23em 0em;
	clear: both;
}

h4 {
	margin: 1.618em 0em 1.23em 0em;
	font-size: 1em;
}

p {
	margin: 1em 0em;
}

em {

}

strong {
	font-weight: bold;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

input.text, textarea {
	font: 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4a711a;
	padding: 0.2em;
	margin: 0;
}

.clear { clear: both; }
.hidden { display: none; }

img { border: none; }

div.titled_list { 
	clear: both;
	overflow: hidden;
}

div.titled_list div { 
	clear: both; 
	float: left; 
	width: 100%; 
}

div.titled_list strong { 
	font-weight: bold; 
	float: left; 
}

div.titled_list p {
	margin: 0;
	float: right;
	clear: right;
	width: 50%;
}

.section_note { 
	padding: 0 0em; 
	line-height: 1.5em;
}

.section_note h4 { 
	font-weight: bold; 
	color: #3c5c16; 
	margin-bottom: 0.618em; 
}

.section_note p { 
	margin-top: 0; 
	color: #5c5c5c; 
}

.section_note p:last-child {
	margin-bottom: 0;
}

ul span.item_note {
	font-size: 0.9em;
	color: #90ac71;
}

a.navigation_button {
	display: block;
	text-align: center;
	border: 2px solid #BBDB90;
	background-color: #eefee5;
	font: 1.2em/3em Georgia, "Times New Roman", Times, serif;
	padding: 0 1.2em;
}

a.navigation_button span {
	border-bottom: solid 1px;
}

a.navigation_button:hover {
	background-color: #e2fdd0;
}

img.bordered_image {
	border: solid 3px #BBDB90;
}

.booking_options {
	margin-top: 1em;
	padding-left: 20px;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

.booking_options li {
	padding: 0 20px 0 60px;
	line-height: 50px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
}

.booking_options li.book_online {
	background-image: url(../images/global/booking.png);
}

.booking_options li.book_call {
	background-image: url(../images/global/call.png);
	padding-right: 0px;
}

body.nojs .jsonly {
	display: none;
}

a.email {
	white-space: nowrap;
}

p.tabs {
	line-height: 1em;
	margin: 0;
	overflow: hidden;
}

p.tabs a {
	position: relative;
	z-index: 4;
	float: left;
	margin-right: -2px;
	padding: 0.7em 1.5em 1em 1.3em;
	background-color: #fcfef0;
	border: 2px solid #d1f6a3;
	border-bottom: none;
	-webkit-border-top-left-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-moz-border-radius-topleft: 0.7em;
	-moz-border-radius-topright: 0.7em;
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	font-weight: bold;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

p.tabs a span {
	border-bottom: solid 1px;
}

p.tabs a.selected {
	z-index: 6;
	border-color: #BBDB90;
	background-color: #eefee5;
}

div.message {
	clear: both;
	display: block;
	margin-top: 2em;
	margin-bottom: 0em;	
	padding: 1em;
	color: #4a711a;
	border: 2px solid #BBDB90;
	background-color: #eefee5;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
}

div.message h2 {
	margin-top: 0;
	margin-bottom: 0.61em;
}

div.message p {
	font-size: 1.2em;
	margin: 0;
}

.inline_block {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

ul.tick_list {

}

ul.tick_list li {
	background: url(../images/global/tick.gif) no-repeat left 0.22em;
	padding-left: 20px;
	list-style-type: none;
}

/* @end */

/* @group Navigation */

#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 40;
}

#navigation ul {
	width: 860px;
	margin: 0 auto;
	background: #4A711A;
	border-bottom: solid 6px #fff;
	text-align: center;
}

#navigation li {
	padding: 0 0.6em;
	border-right: solid 0px #fff;
	background-color: #4A711A;
}

#navigation li a {
	font: bold 1.0em/3em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	color: #fff;
}

#navigation li a span {
	border-bottom: solid 1px;
}

/* @end */

/* @group Sections */

div.section {
	float: left;
	clear: both;
	width: 100%;
}

/* @group General Info */

#general_information div.titled_list p {
	width: 70%;
}

/* @end */

/* @group Barn & Gite Properties */



#properties .barn,
#properties .gite {
	width: 217px;
	float: left;
}

#properties .barn img,
#properties .gite img {
	width: 205px;
	border-width: 6px;
}

#properties .barn {
	margin-right: 30px;
}

#properties .barn p,
#properties .gite p {
	margin-top: 0.5em;
}

#properties h3 {
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0.618em;
	border-bottom: 1px solid #c0c0c0;
}

/* @end */


/* @group Amenities & Facilties */

#amenities_facilities li {

}

#amenities_facilities #facility_list_left {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
}

#amenities_facilities #facility_list_right {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
}

body.nojs #amenities_facilities .tabs,
body.js #amenities_facilities h3 {
	display: none;
}

#amenities_facilities h2 {
	margin-bottom: 0;
}

#amenities_facilities h3 {
	border-bottom: 1px solid #c3c3c3;
	margin-top: 1em;
	padding-bottom: 0.5em;
	clear: both;
	display: block;
}

#amenities_facilities div.titled_list p {
	width: 70%;
}

#amenities_facilities p.tabs {
	margin-top: 1.5em;
	clear: both;
}

#amenities_facilities div.titled_list {
	position: relative;
	z-index: 5;
	margin-top: -2px;
	border: 2px solid #BBDB90;
	background-color: #eefee5;
	padding: 2em;
	width: auto;
	-webkit-border-top-right-radius: 0.7em;
	-webkit-border-bottom-right-radius: 0.7em;
	-webkit-border-bottom-left-radius: 0.7em;
	-moz-border-radius-topright: 0.7em;
	-moz-border-radius-bottomright: 0.7em;
	-moz-border-radius-bottomleft: 0.7em;
	border-top-right-radius: 0.7em;
	border-bottom-right-radius: 0.7em;
	border-bottom-left-radius: 0.7em;
}

#amenities_facilities div.titled_list div {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #bbdb90;
}

#amenities_facilities div.titled_list div:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group Local Area */

#local_area {
	margin-bottom: -2em;
}

/* @group Local Area */

#local_area #local_list {
	float: left;
	width: 100%;
}

#local_area ul {
	float: left;
	width: 30%;
	margin-bottom: 2em;
}

#local_area ul.left {
	width: 60%;
}

#local_area ul.right {
	width: 40%;
}

#local_area ul li {
}

/* @end */

/* @group Places of Interest */

#local_area h3 {
	clear: both;
}

#local_area .place_of_interest {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

#local_area .place_of_interest img {
	float: left;
	margin: 0.5em 12px 0 0;
}

#local_area .place_of_interest p {
	margin-top: 0.5em;
}

#local_area .place_of_interest h3 {
	margin: 0;
	clear: none;
}

#local_area .place_of_interest h3, 
#local_area .place_of_interest p {
	margin-left: 124px;
}

#local_area div.no_image h3, 
#local_area div.no_image p {
	margin-left: 0px;
	margin-right: 0px;
}

/* @end */

/* @end */

/* @group Travel */

#travel #map {
	border-width: 6px;
	margin-bottom: 1em;
}

.transport_method {
	position: relative;
}

.transport_method img {
	float: left;
	position: relative;
	top: 0.3em;
}

.transport_method h3 {
	margin-left: 60px;
	margin-top: 0.5em;
	clear: none;
	margin-bottom: 0.5em;
}

.transport_method p {
	margin-left: 60px;
	margin-top: 0;
}

/* @end */

/* @group Pricing */

#pricing #pricing_periods {
	margin-top: 1em;
	border: 2px solid #BBDB90;
}

#pricing div.price_period {
	padding: 0.7em 1em;
	overflow: hidden;
}

#pricing div.high {	background-color: #cfdec2; }
#pricing div.mid  {	background-color: #e1f1d3; }
#pricing div.low  {	background-color: #ebffeb; }

#pricing div.price_period p {
	margin: 0;
}

#pricing div.price_period .dates {
	font-weight: bold;
}

#pricing div.price_period .type {
	color: #4a711a;
}

#pricing div.price_period .type strong {
	display: block;
}

#pricing div.price_period .changeover {
	color: #4a711a;
	float: right;
	clear: right;
}

#pricing div.price_period .price {
	float: right;
	text-align: right;
}

#pricing div.price_period .price span {
	font-weight: bold;	
}

#pricing div.price_period .price span.old {
	font-weight: bold;	
	text-decoration: line-through;
}

#pricing div.price_period .price span.deal,
#pricing div.price_period span.deal {
	color: #e9323f;
}

/* @group Curves */

#pricing #pricing_periods {
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
}

#pricing #pricing_periods div:first-child {
	-webkit-border-top-left-radius: 0.6em;
	-webkit-border-top-right-radius: 0.6em;
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em;
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
}

#pricing #pricing_periods div:last-child {
	-webkit-border-bottom-left-radius: 0.6em;
	-webkit-border-bottom-right-radius: 0.6em;
	-moz-border-radius-bottomleft: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
	border-bottom-left-radius: 0.6em;
	border-bottom-right-radius: 0.6em;
}

/* @end */

/* @end */

/* @group Availability */

#availability {
	
}

#availability .calendar {
	margin: 0 auto;
	padding: 0;
	width: 464px;
	clear: both;
	float: left;
}

#availability .month {
	margin: 10px 14px 0px 14px;
}

/* @end */

/* @group Booking */

#booking .section_note {
	clear: both;
	margin: 2em 0em 0em 0em;
}

/* @end */

/* @group Further Enquiries */

#further_enquiries p {
	margin-bottom: 0;
}

/* @end */

/* @group Web */

#web ul.tick_list li {

	margin-right: 1em;
	padding-left: 22px;
}

#web #holidaylettings { background-image: url(../images/global/holidaylettings.gif); }
#web #holidayrentals { background-image: url(../images/global/holidayrentals.gif); }
#web #ownersdirect { background-image: url(../images/global/ownersdirect.gif); }
#web #cheznous { background-image: url(../images/global/cheznous.gif); }
#web #twitter { background-image: url(http://files.michaelwaterfall.com/icon/twitter-16x16.gif); }

/* @end */



/* @end */

/* @group Sidebar */
	
#sidebar {
	float: right;
	width: 246px;
	background: transparent;
	padding-top: 30px;
	padding-left: 30px;
}

#sidebar h2 {
	float: none;
	width: auto;
	margin: 0px 0px 30px 0px;
	border: none;
	padding: 0;
	font-size: 1.5em;
	color: #718759;
	text-align: center;
}

#sidebar .booking_options {
	margin-bottom: 30px;
	margin-top: 0;
}

#sidebar .booking_options li {
	padding-right: 0;
}

#sidebar .booking_options li.book_online {
	margin-bottom: 10px;
}

#sidebar .sidebar_image {
	width: 234px;
	margin: 30px auto;
	line-height: 0px;
	position: relative;
	background: #fff;
	padding: 6px;
}

#sidebar .sidebar_image a {
	text-decoration: none;
	border: none;
}

#sidebar .sidebar_image a:hover span {
	display: block;
}

#sidebar .sidebar_image span {
	display: none;
	margin: 0;
	padding: 6px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 222px;
	text-align: center;
	background-color: #000;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	text-align: center;
	color: #5c5c5c;
	padding: 30px 0;
	width: 524px;
}

body.wide #footer {
	width: 800px;
}

#footer p {
	margin: 0;
}

/* @end */

/* @group Booking Form */

#booking_form h2 {
	margin-top: 0.5em;
}

#booking_form form {
	margin: 0;
	padding: 0;
}

#booking_form fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
	margin: 0 0 1.62em 0;
	padding: 0;
}

#booking_form h3 {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #b0d28a;
}

#booking_form table {
	width: 100%;
	table-layout: fixed;
}

#booking_form table td {
	padding-bottom: 5px;
}

#booking_form table td.label {
	width: 140px;
	vertical-align: top;
}

#booking_form table td.field {
	width: 325px;
}

#booking_form table td.male { width: 80px; }
#booking_form table td.female { width: 250px; }

#booking_form table td.label label {
	float: none;
}

#booking_form label .required {
	color: #c56b6e;
	font-size: 1.5em;
	line-height: 0.8em;
	position: relative;
	top: 0.2em;
	left: -0.2em;
	display: none;
}

#booking_form table td.male,
#booking_form table td.female {
	font-weight: bold;
}

#booking_form table td.field .form_field {
	margin-right: 2px;
	line-height: 0;
}

#booking_form table td.field .form_field p {
	color: #4a711a;
	margin: 0;
	line-height: 1.8em;
	width: 100%;
}

#booking_form input.text {
	height: 1.5em;
}

#booking_form input.text,
#booking_form textarea {
	width: 317px;
	border: solid 1px #9a9a9a;
	padding: 3px;
	margin: 0;
}

#booking_form #leader_address {
	height: 6em;
}

#booking_form #leader_postcode {
	width: 8em;
	text-transform: uppercase;
}

/*#booking_form #num_adults_m,
#booking_form #num_adults_f,
#booking_form #num_children_m,
#booking_form #num_children_f {
	width: 4em;
}*/

#booking_form select {
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

#booking_form #leader_dob_day,
#booking_form #arrival_day,
#booking_form #departure_day,
#booking_form #num_adults_m,
#booking_form #num_adults_f,
#booking_form #num_children_m,
#booking_form #num_children_f {
	width: 45px;
}

#booking_form div.error {
	clear: both;
	text-align: center;
	background: #ffc5b6;
	border: 1px solid #8d2b24;
	color: #8d2b24;
	margin: 0;
	padding: 0;
}

#booking_form div.main_error {
	margin: 0 0 1em 0;
	padding: 5px;
}

body.nojs #booking_form #toggle_tac {
	display: none;
}

#booking_form #toggle_tac {
	margin-bottom: 0;
}

#terms_and_conditions {
	margin-bottom: 2em;
	border: 1px solid #bbdb90;
	padding: 1em 1em 1em 0.5em;
}

/* @group Rental Agreement */

#rental_agreement {
	text-align: justify;
	font-size: 0.9em;
	color: #4a711a;
	background: #ffffff;
	width: auto;
	height: 200px;
	padding-right: 20px;
	overflow: auto;
}

#rental_agreement h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0.5em;
}

#rental_agreement h5 {
	text-align: center;
	margin-bottom: 2em;
}

#rental_agreement ol {
	list-style-type: decimal;
}

#rental_agreement ol li {
	margin-left: 3em;
}

#rental_agreement ol li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */

#booking_form #accepted {
	float: left;
}

#booking_form #accepted_label {
	margin-left: 0.5em;
}

#booking_form #book_button {
	margin-top: 1em;
}

#booking_form #book_link {
	margin-top: 1em;
}

body.nojs #book_link { display: none; }
body.js #book_button { display: none; }

/* Thank You */ 

#thank_you {
}

#thank_you .received {
	color: #849d67;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#thank_you .navigation_button {
	margin: 3em 0 7em 0;	
}

/* @end */

/* @group Barn & Gite Previews */



/* @end */

/* @group Home */

body#home h2 {
	/*margin-top: 0.5em;*/
}

body#home #navigation {
	position: fixed;
}

/* @group Barn & Gite Previews */

#previews {
}

#previews .preview_half {
	width: 350px;
	float: left;
	clear: none;
}

#previews .preview_alt {
	margin-left: 34px;
}

#previews .preview_half .images {
	float: left;
	width: 336px;
	clear: both;
	padding: 6px 6px 0 6px;
	margin-top: 0.3em;
	margin-bottom: 1em;
	
	background: #BBDB90;
}

#previews .preview_half img {
	height: 168px;
	float: right;
	margin-bottom: 6px;
}

#previews .preview_alt img {
	float: left;
}

#previews .preview_half img.thumb {
	float: left;
	height: 52px;
	margin: 0 0 6px 0;
}

#previews .preview_alt img.thumb {
	float: right;
}

#previews p {
	clear: both;
}

#previews ul {
	clear: both;
	width: 100%;
	margin-bottom: 2em;
}

#previews ul li {
	list-style-type: disc;
	margin-left: 2.5em;
}

#previews a.find_out_more {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: -3.5em;
	line-height: 1.5em;
}

#barn_find_out_more,
#gite_find_out_more {
	width: 348px;
	float: left;
	margin-left: 2px;
}

#gite_find_out_more {
	margin-left: 34px;
}

/* @end */

body#home #book_both img {
	float: left;
	margin-right: 1em;
	border-width: 6px;
}

body#home #book_both a.navigation_button {
	margin-left: 256px;
}

/* @end */














