/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size: 18px;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-top: 2px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.3em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}



html{
	background-color: #fdffc6;
	background-image: url(../images/header-repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #024812;
}

a:hover {
	color: #006b19;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h2.welcome, h3.contact, h3.sale {
	color: #075719;
	font-size: 25px;
}

h4.location {
	color: #075719;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

.underline {
	background: url(../images/text-underline.gif) repeat-x;
	height: 2px;
	margin: 10px 0 20px;
	text-indent: -9999px;
}

#headerimage {
	margin: 0 auto;
	/*background-image: url(../images/bluebell-head.jpg);*/
	background-repeat: no-repeat;
	
	margin-top: 2px;
	width: 950px;
}

#headerimage img.bluebell {
	position: absolute;
}

.imgNote {
    clear: right;
    float: right;
    font-size: 11px;
    font-style: italic;
    margin-right: 131px;
}
.awards {
	color: #FFF;
	text-indent: -9999px;
	height: 139px;
	width: 290px;
	margin-left: 600px;
	top: 0;
	position: absolute;
	background: url(../images/awards.png) no-repeat top;
}

#mainwrapper {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#topwrapper {
	width: 930px;
	margin: 0 auto;
	height: 270px;
}



h1.logo {
	background: url(../images/logo.png) no-repeat bottom;
	padding-left: 133px;
	padding-top: 155px;
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 581px;
	height: 86px;
	z-index: 80;
    position: absolute;
}

/*.logo img.logo {
	position: absolute;
}*/

#navwrapper {
	float: left;
	width: 930px;
	margin: 0 auto;
	height: 48px;
}

#nav, #nav ul {
	float: left;
	margin: 8px 0 0 10px;
	list-style-type: none;
	line-height: 18px;
}

#nav ul {
	padding-top: 0;
}

#nav a {
	display: block;
	width: 10em;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: transparent url(../images/navigation.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 43px;
	margin-right:16px;
	text-indent: -9999px;
}

#nav li a.home { background-position: 0 -42px; width: 65px;}
#nav li a.home:hover { background-position: 0 0;}

#nav li a.about { background-position: -67px -42px; width: 128px;}
#nav li a.about:hover { background-position: -67px 0;}

#nav li a.caravans { background-position: -199px -42px; width: 129px;}
#nav li a.caravans:hover { background-position: -199px 0;}

#nav li a.findus { background-position: -331px -42px; width: 73px;}
#nav li a.findus:hover { background-position: -331px 0;}

#nav li a.gallery { background-position: -409px -42px; width: 69px;}
#nav li a.gallery:hover { background-position: -409px 0;}

#nav li a.facilities { background-position: -484px -42px; width: 76px;}
#nav li a.facilities:hover { background-position: -484px 0;}

#nav li a.choose { background-position: -583px -42px; width: 148px;}
#nav li a.choose:hover { background-position: -583px 0;}

#nav li a.attractions { background-position: -584px -42px; width: 97px;}
#nav li a.attractions:hover { background-position: -584px 0;}

#nav li a.contact { background-position: -732px -42px; margin-right:0; width: 97px;}
#nav li a.contact:hover { background-position: -732px 0;}

#nav li a.links { background-position: -844px -42px; width: 52px;}
#nav li a.links:hover { background-position: -844px 0;}

#nav li a.payment { background-position: -912px -42px; width: 74px;}
#nav li a.payment:hover { background-position: -912px 0;}


#contact li {
	list-style-type: none;
}



.mainwrapper {
	float: left;
	width: 930px;
}

.hometext {
	float: left;
	width: 430px;
	margin-top: 10px;
	padding: 15px;
}
	.fullWidth {
		width:100%!important;
	}

.hometext p {
	line-height: 22px;
	margin-bottom: 20px;
}

#rotator {
	float: right;
	width: 444px;
	background: url(../images/rotator.png) no-repeat;
	height: 391px;
	margin-top: 30px;
	overflow: hidden;
	display: block;
	margin-left: 20px;
}
	.fullWidth #rotator {
		margin-top:0!important;
	}

#rotator img {
	width: 404px;
	height: 359px;
	margin: 14px 0 0 8px;
}


.full-text {
	float: left;
	width: 900px;
	padding: 15px;
	margin-top: 10px;
}

.choose-text {
	float: left;
	width: 900px;
	padding: 0 15px 15px 15px;
	margin-top: 0;
}

.full-text p {
	line-height: 22px;
	margin-bottom: 20px;
}

.signpost {
	float: right;
	margin-left: 20px;
}

.home-bottom {
	float: left;
	width: 930px;
}

.contact-form {
	float: left;
	width: 470px;
	padding: 15px;
}

#contactform {
	width: 444px;
	margin-top: 24px;
}

#contactform label {
	display: inline-block;
	width: 135px;
	vertical-align: top;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

#contactform input {
	width: 278px;
	padding: 5px 5px 6px;
	background: url(../images/formfield.jpg);
	border: none;
	height: 17px;
}

#contactform textarea {
	width: 278px;
	padding: 5px 5px 6px;
	background: url(../images/formfield-large.jpg);
	border: none;
	height: 85px;
}

#contactform button {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:18px;
}

.refunds {
	clear:both;
	font-size:11px;
	text-align:center;
	font-style:italic;
}
.refunds strong {
	font-weight:bold;
}

.forsale {
	float: left;
	width: 370px;
	padding: 15px;
	margin-left: 20px;
}

.forsale p {
	line-height: 22px;
	margin-bottom: 30px;
}

.forsale a.caravan-button {
	text-indent: -9999px;
	width: 267px;
	height: 37px;
	background: url(../images/forsale-button.jpg) no-repeat top;
	display: block;
	margin-left: 50px;
}

.forsale a.caravan-button:hover {
	background-position: 0 -37px;
}

.footer {
	float: left;
	width: 930px;
}

.footer-address {
	float: right;
	width: 340px;
	margin-top: 25px;
}

.footer-logo {
	/*background: url(../images/footer-logo.jpg) no-repeat top;*/
	width: 266px;
	height: 29px;
	/*text-indent: -9999px;*/
	margin: 10px 0;
	background-repeat: no-repeat;
}

.footer-logo img.footerlogo {
	position: absolute;
}

.footer-phone {
	float: left;
	background: url(../images/footer-phone.jpg) no-repeat top;
	width: 315px;
	height: 125px;
}

.phone-number {
	float: left;
	margin: 30px 0 0 75px;
	/*text-indent: -9999px;*/
	/*background: url(../images/number.gif) no-repeat;*/
	width: 193px;
	height: 22px;
	background-repeat: no-repeat;
}

.phone-number img.phonenumber {
	position: absolute;
}

.footer-phone a {
	float: left;
	margin: 18px 0 0 78px;
	font-size: 12px;
	color: #2b2b2b;
}

.footer-phone a:hover {
	text-decoration: none;
	color: #075719;
}

#bottom-banner {
	float: left;
	width: 100%;
	height: 102px;
	background: url(../images/footer.gif) repeat-x bottom;
	margin-top: 20px;
	overflow: auto;
	clear: both;
}

	#bottom-banner ul {
		font-size:11px;
		margin:0 auto;
		width:930px;
	}
	#bottom-banner ul li {
		float:left;
		list-style:none;
		margin-right:20px;
		padding-top:15px;
	}
		#bottom-banner ul li a {
			color:#FFF;
			text-decoration:none;
		}

ul.choose li {
	margin-bottom: 10px;
	line-height: 22px;
}

ul.links {
	float: left;
	width: 300px;
	margin-left: 100px;
}

ul.links li {
		list-style-type: none;
		line-height: 22px;
}

ul.links p.location {
	display: inline-block;
	width: 170px;
	background-color: #d2cfb3;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	height: 25px;
	padding-left: 8px;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.links p.time {
	display: inline-block;
	width: 100px;
	background-color: #2b2b2b;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	height: 25px;
	padding-left: 8px;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;

}

.map-wrapper {
	float: left;
	margin: 0 0 20px 0;
	width: 900px;
	height: 374px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-color: #fff;
	border: 1px solid #DEDABC;
	display: block;
}

#map {
	width: 871px;
	height: 350px;
	margin: 12px 0 0 15px;
}

table.gallery {
	float: left;
	margin-left: 140px;
}

table.gallery img {
	border: 2px solid #fff;
}

/* -- For Sale Page -- */

.sale-full {
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
}

.sale-block {
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border: 1px solid #D2CFB3;
display: block;
margin-bottom: 10px;
width: 783px;
float: left;
margin: 10px 55px 0;
}

.sale-inner {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
background-color:#ECEAD3;
border:1px solid #FFFFFF;
display:block;
padding:10px;
width:761px;
float: left;
}

.sale-info h4 {
border-bottom:1px solid #DFDCBC;
clear:both;
color:#075719;
display:block;
font-family:lucida sans,arial,sans-serif;
font-size:22px;
letter-spacing:-2px;
padding-bottom:10px;
padding-top:5px;
width:429px;
}

.sale-info .map {
	background:url(/images/map-ico.png) right center no-repeat;
	padding-right:20px;
}
.sale-image {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 322px;
}

.sale-info {
display:block;
float:left;
width: 420px;
}

.sale-image img {
background-color:#FFFFFF;
border:1px solid #DAD8BB;
margin-bottom:7px;
padding:10px;
width:300px;
}

.sale-info ul li.alt-1 {
background-color:#DDDBC1;
}

.sale-info ul li.alt-2 {
background-color:#D1CFAF;
}

.sale-info li {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
display:block;
font-size:11px;
margin-bottom:5px;
padding:5px;
}

.sale-info ul li em {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#FFFFFF;
	color:#08230e;
	display:inline-block;
	font-style:normal;
	font-weight:bold;
	margin-right:6px;
	padding:4px 4px 4px 7px;
	width:85px;
	vertical-align: top;
}

.sale-info ul li em.info {
	display:inline-block;
	font-style:normal;
	font-weight:bold;
	margin-right:6px;
	padding:4px 4px 4px 7px;
	width:245px;
	background-color: transparent;
	font-weight: normal;
}

.amenities {
	margin-bottom:3em;
}
.amenities td {
	border-bottom:1px solid #E1E1DC;
	padding:0.5em 0.25em;
}
	.amenities strong {
		color:#075719;
		font-weight:bold;
	}

/* -- Designed By Footer Link -- */

p#bf {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	margin: 0 auto 0.5em auto;
	padding-top: 45px;
	text-align: right;
/*--- Set this width to match your wrapper ---*/
	width: 930px;
}
	
p#bf a {
	border-bottom: none;
	font-weight: bold;
	text-decoration: none;
}
	
p#bf a:hover {
	color: #fff;
	text-decoration: underline;
}
	
p#bf span a,#bf span a:hover {
	font-weight: normal;
	text-decoration: none;
}
	
p#bf, p#bf a, #bf span a:hover {
/*---- Change this colour to suit your page ---*/
	color: #fff;
}

/* jqzoom */

.zoom {
	float:left;
}

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
