/*========================================================

Global CSS file for Fairfield House

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

body {
	background: url('../cssimages/body_bg.jpg');
}

#wrapper {
	width: 952px;
	margin: 10px auto 0 auto;
}

#wrapper a:hover {
	text-decoration: underline
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

/*styles from CMS*/

#cms_content .no_bullets {
	list-style: none;
	margin-left: 0;
}

#cms_content img.image_no_border {
	border: none;
}

/*===================================================================
BRANDING AND CALL TO ACTION
===================================================================*/
#branding {
	text-indent: -9999em;
	width: 174px;
	height: 136px;
	float: left;
}

#branding a {
	display: block;
	width: 174px;
	height: 136px;
	background: url('../cssimages/branding.png') no-repeat;
}

/*---- call to action -----*/

#header_cta {
	position: relative;
	width: 300px;
	float: right;
	color: #fff;
	margin: 10px 0 0 0;
}

#header_cta h2, #header_cta p#header_email {
	font-size: 1.8em;
	margin: 5px 0 5px 0;
	text-align: right;
}

#header_cta a {
	color: #fff;
}

#header_brochure_button {
	float: right;
}

#header_brochure_button a {
	text-align: none;
	text-indent: -9999em;
	display: block;
	width: 178px;
	height: 33px;
	background: url('../cssimages/button_brochure.png') no-repeat;
}

.fb-like {
	top: -2px;
	left: 125px;
}

#google_plus_one {
	position: absolute;
	top: 120px;
	right: 5px;
}

/*===================================================================
NAVIGATION
===================================================================*/

#main_navigation {
	clear: both;
	padding: 20px 0 0px 0;
}

#main_navigation li {
	position: relative;
	float: left;
	font-size: 1.2em;
	margin: 0 3px 0 0;
	padding: 10px 0px 14px 0px;
	font-weight: bold;
}

#main_navigation li a {
	text-align: center;
	color: #fff;
	padding: 10px 10px 14px 10px;
}

#main_navigation li.toplevel a span {
	position: absolute;
	top: 0px;
	right: 0;
	display: block;
	width: 6px;
	height: 29px;
}

#main_navigation li.toplevel a:hover, #main_navigation li.toplevel:hover {
	color: #333;
	background: url('../cssimages/nav_li_left_bg.jpg') no-repeat #fff;
}

#main_navigation li:hover a {
	color: #333;
}

#main_navigation li.toplevel a:hover span, #main_navigation li.toplevel:hover span {
	background: url('../cssimages/nav_li_right_bg.jpg') no-repeat #fff;
}

#main_navigation li:last-child a {
	border: none;
}

#main_navigation li.current a {
	color: #333;
	background: url('../cssimages/nav_li_left_bg.jpg') no-repeat #fff;
}

#main_navigation li.current a span {
	background: url('../cssimages/nav_li_right_bg.jpg') no-repeat #fff;
}

/*===================================================================
SUB NAVIGATION
===================================================================*/
#main_navigation ul {
	position: absolute;
	z-index: 999;
	display: none;
	width: 173px;
	font-size: 0.9em;
	padding: 0px 0 0 0;
	margin: 14px 0 0 0;
}

#main_navigation ul li {
	float: none;
	padding: 3px 0;
	margin: 0;
	border-bottom: solid 1px #ccc;
}

#main_navigation li:hover ul {
	display: block;
	top: 25px;
	left: 0;
	background: #fff;
}

#main_navigation li.toplevel:hover li span, #main_navigation li.current li a {
	background: none;
}

#main_navigation li.toplevel li a:hover {
	background: #ccc;
}

#main_navigation ul li a {
	text-align: left;
	display: block;
	padding: 5px 5px 5px 12px;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
}

/*===================================================================
CONTENT CONTAINER
===================================================================*/

#content_container {
	position: relative;
	border: solid 1px #fff;
	padding: 0 0 0px 0;
	background: #fff;
}

/*===================================================================
HOME PAGE BANNER
===================================================================*/

.banner_home {
	width: 950px;
	height: 371px;
	margin: 0px 0 0 0;
	clear: both;
}

#banner_home {
	background: url('../cssimages/banner_home6.jpg') no-repeat;
}

#banner_home2 {
	background: url('../cssimages/banner_home.jpg') no-repeat;
}

#banner_home3 {
	background: url('../cssimages/banner_home3.jpg') no-repeat;
}

#banner_content {
	width: 330px;
	padding: 30px 0 0 40px;
}

#banner_content h1 {
	font-size: 2.4em;
	font-style: italic;
	font-weight: bold;
}

#banner_content h1 span {
	font-size: 0.6em;
}

#banner_content p {
	font-size: 1.4em;
	line-height: 1.8em;
	letter-spacing: 0.01em;
}

p.banner_buttons {
	position: absolute;
	z-index: 999;
	top: 290px;
	left: 40px;
}

p.banner_buttons.testimonials {
	left: 205px;
}

p.banner_buttons a {
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	width: 150px;
	color: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #5f2a56;
}

/*===================================================================
MAIN CALLS TO ACTION
===================================================================*/

#main_cta {
	margin: 10px 0 10px 0;
	font-style: italic;
}

#main_cta p {
	padding: 20px 20px 0 20px;
}

#main_cta p a {
	color: #000;
}

#main_cta h3 {
	position: absolute;
}

#main_cta h3 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	width: 210px;
	height: 149px;
	padding: 0 0 0 20px;
}

#main_cta li {
	position: relative;
	width: 236px;
	height: 149px;
	float: left;
	margin: 0 0 0 1px;
	padding: 10px 0 0 0px;
}

#main_cta li#cta_philosophy {
	background: url('../cssimages/cta_philosophy.jpg') no-repeat;
}

#main_cta li#cta_gallery {
	background: url('../cssimages/cta_gallery2.jpg') no-repeat;
}

#main_cta li#cta_lyme {
	background: url('../cssimages/cta_services.jpg') no-repeat;
}

#main_cta li#cta_stay {
	background: url('../cssimages/cta_stay2.jpg') no-repeat;
}

li#cta_news, li#cta_about, li#cta_contact {
	font-style: italic;
	float: left;
}

li#cta_news {
	width: 451px;
	height: 50px;
	margin: 0 3px 0 2px;
	padding: 10px 0 0 20px;
	background: url('../cssimages/cta_news.jpg') no-repeat;
}

li#cta_news h3 {
	font-size: 1.5em;
	width: 50px;
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
}

li#cta_news ul {
	width: 250px;
	float: left;
}

li#cta_news ul li {
	font-size: 1.2em;
	list-style: disc;
	margin: 0 0 5px 0;
}

li#cta_about, li#cta_contact {
	font-weight: bold;
	width: 216px;
	height: 50px;
	padding: 10px 0 10px 20px;
	background: url('../cssimages/cta_general.jpg') no-repeat;
}

li#cta_news a {
	color: #333;
}

li#cta_news a:hover {
	color: #040404;
}

li#cta_news a#button_more, li#cta_about a, li#cta_contact a {
	display: block;
	text-align: center;
	font-style: italic;
	width: 90px;
	margin: 10px 0 0 0;
	color: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #5f2a56;
}

li#cta_about p, li#cta_contact p, li#cta_news p {
	font-weight: bold;
	margin: 0;
	width: 90px;
	float: left;
}

li#cta_news a#button_more {
	margin-left: 10px;
}

/*===================================================================
GALLERY
===================================================================*/
#gallery {
	padding: 20px;
}

#gallery h2 {
	margin: 10px 0 10px 0;
}

.album {
	width: 840px;
	margin: 0 auto 20px auto;
}

.album h4 span {
	font-weight: bold;
	font-size: 1.4em;
}

.album h4 {
	margin: 10px 0 10px 0;
}

.album a {
	margin: 0 10px 0 0;
}

/*===================================================================
CONTACT FORM
===================================================================*/
#contact_form input[type="text"],#contact_form textarea {
	border:solid 1px #969696;
}

#contact_form label {
	font-size: 1.2em;
	color:#333333;
	display:block;
/*	font-family:Arial,Helvetica,sans-serif;*/
	height:16px;
	margin:0 10px 10px;	
}

#contact_form input{
	float:right;
}

#contact_form textarea, select  {
	float:right;
	width:180px;
}

#contact_form {
	clear: left;
	margin-left:15px;
	margin-top: 20px;
	text-align:left;
	width:410px;
	padding: 0 0 30px 0;
}

.warning{
	font-size:0.9em;
	color:#ff0000;
}

#relatives {
	display:block;
}

.check {
	padding-left:220px;
	width:80px;
}

.details {
	width:176px;
}


/*===================================================================
FOOTER
===================================================================*/
#footer {
	clear: both;
	font-size: 1.2em;
	text-align: center;
	background: #5f2a56;
	padding: 10px;
	color: #fff;
}

#footer p a {
	color: #fff;
}

#footer p {
	margin: 0;
}

#gallery h2 {
	font-size:2.4em;
	font-style:italic;
	font-weight:bold;
}












































































































