@charset "UTF-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important;
	height:100%;
 }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
textarea {
	 width:200px;
}


body {
	line-height: 1;
	font: 75% gill sans, tahoma, arial;
	font-size:12px;
	height:100%;
	background-color:#e4e4e4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#63524A;
	width:100%;


}

td {
	padding:5px;	
}

th {
	color:#002b5a;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:left;
			
}

p {
	 margin-bottom:15px;	
	 line-height:15px;
	 color:#63524a;	
	 font-weight:400;
	
}

label {
 	 margin-bottom:15px;	
	 line-height:15px;
	 color:#63524a;	
	 font-weight:400;
	 width:280px;
	 display:block;
	 float:left;
}

input {
	float:left;	
	margin-right:10px;
}



h2 {
	text-transform:uppercase;
	color:#002b5a;
	font-weight:normal;
	font-size:140%;
	margin-bottom:10px;
	
}

h3 {
	color:#794c35;
	text-transform:uppercase;
	font-weight:500;
	font-size:100%;
	margin-bottom:10px;	
}

h4 {
	color:#002b5a;
	font-size:120%;
}

h5 {
	color:#63524a;
	float:left;
	font-weight:400;
	width:130px;
}


a {
	color:#06aea8;
	text-transform:uppercase;
	
		
}

.bolded {
	font-weight:bold;	
	
}

b,strong,.errorText p {
	color:#06aea8;
	font-weight:normal;
	
}

#wrapper {
	width:911px;
	margin: 0px auto;
	background-color:#FFF;
	padding:0px 15px;
	overflow:hidden;

}

#logo {
	float:left;	
}

#logo a{
	width:309px;
	height:79px;
	text-indent:-9999px;
	background-image:url(/img/logo.png);
	display:block;
	margin:20px 0px;
	
}

#number {
	color:#002b5a;
	font-size:140%;
	text-align:right;
	float:right;
	margin-top:40px;
}

#menu {
	height:50px;
	width:100%;
	/*background-image:url(/img/top.jpg);
	background-repeat:repeat-x;
	padding-top:13px;*/
}

#menu li {
	float:left;
	padding-right:2px;
}


#menu li a {
	
	display:table-cell;
	width:112px;
	height:37px;
	background-image:url(/img/button.png);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:95%;
	font-style:normal;
	
}

#oldie #menu li a {
	display:block;
}

#menu li a:hover {

	background-image:url(/img/hover.png);
}

#mainBanner {
	height:400px;
	width:100%;
	
}

#orangeBox {
	width:308px;
	height:400px;
	background-image:url(/img/orange-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}


#orangeMenu {
	height:33px;
	width:100%
}

#orangeMenu li {
	float:left;
	margin-right:1px;
}


#orangeMenu li a {
	
	display:table-cell;
	width:100px;
	height:33px;
	background-image:url(/img/second-button.png);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:95%;
	padding:1px;
	font-style:normal
	
}

#orangeMenu li #selectedTab {
	
	background-image:url(/img/second-hover.png);

}

#orangeMenu li a:hover {

	background-image:url(/img/second-hover.png);
}


#orangeInner {
	background-image:url(img/orange.jpg);
	background-repeat:repeat;
	height:290px;
	padding:30px 20px;
	font-size:120%;
}

#orangeInner p {
	color:#FFF;
}

#orangeInner h2 {
	font-weight:bold;
	font-size:130%;
	margin-bottom:5px;
	color:#FFF;
}


.redButton {
	
	background-image:url(/img/red-button.png);
	width:124px;
	height:23px;
	padding-top:8px;
	display:block;
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:95%;
	font-style:normal;
	float:left;
	margin-right:10px;

	
}


#dvdLink {
	
	background-image:url(/img/dvd.png);
	width:400px;
	height:100px;
	display:block;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:relative;
	float:left;
	margin:2px 0px 0px 2px;
	
}

#tour {
	
	background-image:url(/img/tour.png);
	width:199px;
	height:100px;
	display:block;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:relative;
	float:right;
	margin:2px 0px 0px 1px;
	
}



#content {
	overflow:hidden;
	width:100%;
	padding:30px 0px;
	clear:both;
}


#contentMain {
	width:535px;
	border-right: 3px dotted #e1e1e1;
	padding:0px 30px 0px 0px;
	float:left;
	
}

#contentRight {
	width:315px;
	float:right;
}

.box {
	width:298px;	
}


.boxTop {
	background-image:url(/img/box-top.png);
	background-repeat:no-repeat;
	padding-top:16px;
}

.boxBottom {
	background-image:url(/img/box-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:13px;
}

.boxContent {
	background-image:url(/img/box-content.png);
	background-repeat:repeat;
	padding:0px 13px;
	overflow:hidden;
}

.oBox {
	width:308px;
	float:left;
}


.oBoxTop {
	background-image:url(/img/top.png);
	background-repeat:no-repeat;
	padding-top:15px;
}

.oBoxBottom {
	background-image:url(/img/orange-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:13px;
}

.oBoxTopb {
	background-image:url(/img/top-four.png);
	background-repeat:no-repeat;
	padding-top:15px;
}

.oBoxBottomb {
	background-image:url(/img/orange-bottom-four.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:13px;
}

.oBoxContent {
	background-image:url(/img/orange.jpg);
	background-repeat:repeat;
	padding:0px 13px;
	overflow:hidden;
	height:100%;
	color:#FFF;
}

.oBoxContent h2 {
	font-weight:bold;
	font-size:130%;
	margin-bottom:5px;
	color:#FFF;	
}

.oBoxContent p {
	color:#FFF;	
	font-size:120%;
}


.holidayPhoto {
	
	display:block;
	text-indent:-9999px;
	width:150px;
	height:130px;
	border: 1px solid #696969;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
}

.holidayPhotoLarge {
	
	display:block;
	text-indent:-9999px;
	width:190px;
	height:135px;
	border: 1px solid #696969;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:15px;
}

.holidayDetails {
	width:115px;
	float:right;
}

.detailsButton {
	
	background-image:url(/img/details.png);
	width:102px;
	height:27px;
	display:table-cell;
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:95%;
	font-style:normal;
	
}

#credits {

	font-size:100%;
	float:left;
	margin-bottom:20px;
	height:50px;

}

hr {
	margin-top:20px;
	border:#696969 1px solid;
		
}

#caravans {
	float:left;
	background:url(/img/caravans.png);
	height:300px;
	width:454px;
	text-indent:-9999px;
	display:block;
}

#lodges {
	float:right;
	background:url(/img/lodges.png);
	height:300px;
	width:454px;
	text-indent:-9999px;
	dsplay:block;
}


hr {
	border:none;
	border-top: 3px dotted #818080;
	clear:both;
	width:100%;
	display:block;
}

/*Sales Page*/

.homeDetailsRight {
	float:right; 
	width:120px; 
	text-align:right;
}

.homeDetailsLeft {
	float:left; 
	width:450px; 
	margin-left:20px;
}

.numbers {
	margin-bottom:20px;	
	font-style:normal;

}

.numbers a {
	font-style:normal;

}

.selectedNumber {
 	color:#63524a;	
}

/*News
*/



#newsticker-demo ul li {  
margin-bottom:10px;
}

/*
.newsticker-jcarousellite { width:300px; }  
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }  
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }  
.newsticker-jcarousellite .info { float:rightright; width:190px; }  
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }  

*/


/*View Home Page*/

#viewDetails {
	float:left;
	width:500px;
	clear:left;
}

#viewDetails p {
	margin-bottom:5px;
	font-size:120%;
	
}

.propertyPhotos {
	float:right;
	overflow:hidden;
	width: 380px;
}

.propertyPhotoLoading {
	width: 380px;
	height: 270px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/loading.gif);
	float: left;
}

.propertyPhotoPreview {
	width: 380px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
}

.propertyPhotoThumbs {
	width: 380px;
	height: 100px;
	overflow-y: auto;
	float: right;
	clear:left;
}

.propertyPhotoThumb {
	width: 110px;
	height: 80px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:7px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ccc;
}


/*Tours*/

#propertyVirtual {
	height: 300px;
	margin-top:50px;

}	

#propertyVirtualContainer {
	width: 450px;
	height: 300px;
	float: left;
}

#propertyVirtual ul {
	float: left;
	list-style-type: none;
	margin: 0px 10px!important;
	
}	

#propertyVirtual ul li {
	background:url(/img/line.png) no-repeat bottom left;
	margin: 0px!important;
	min-width:163x;
}

#propertyVirtual ul li a {
	padding: 5px 0px;
	display: block;
	font-style:normal;
	color:#63524A;
}

#propertyVirtual ul li a.selectedTour {
	color: #002b5a;
/*	font-style:normal;
*/}

/*Grey Rounded Corner*/

.grey {
   background: #efefef;
}
.greyTop div {
   background: url(/img/grey-tl.png) no-repeat top left;
}
.greyTop {
   background: url(/img/grey-tr.png) no-repeat top right;
}
.greyBottom div {
   background: url(/img/grey-bl.png) no-repeat bottom left;
}
.greyBottom {
   background: url(/img/grey-br.png) no-repeat bottom right;
}

.greyTop div, .greyTop, 
.greyBottom div, .greyBottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.greyContent { margin: 0 20px; overflow:hidden; }


.greyContent ul {
	list-style-type:none;	
}

.greyContent ul li {
	float:left;
	width:170px;
}

#beestonTeam li {
	float:left;
	width:200px;
	margin-right:35px;
}


.teamMember {
	background-repeat:no-repeat;
	height:200px;
	width:200px;
	text-indent:-9999px;
	background-position:center center;
}

.linksTable tr td a {
	color:#63524A;
	text-transform:none;
	font-style:normal;
}

.linksTable tr td {

	padding-right:10px;
}

#propertyMap {
	height:300px;
	width:500px;
	float:right;
}

.niceLink {
	text-transform:none;
	font-style:normal;
}


.formSubmitRow {
	
	clear:both;	
	overflow:hidden;
}

#formLog label {
	width:80px;
	color:#FFF;
	
}

#formLog {
	padding:15px;
	
}

#formLog .formRow {
	clear:both;

}

#enquiryForm .formRow {
	clear:both;
}



#homeshow {
	
	width:600px;
	height:300px;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	display:block;

}

#homeshow .homeImage {
	display:none;
    position:absolute;
	top:0;
    left:0;
}

.homeImage {
	
    z-index:8;
	width:600px;
	height:300px;
	text-indent:-9999px;

}


.frameImage {
	width:600px;
	height:300px;	
}



#homeshow div.active {
    z-index:10;
	display:block;
	}

#homeshow div.last-active {
    z-index:9;
}

.typeBox {
	display:block;
	height:120px;
	width:280px;
	text-indent:-9999px;
	margin-bottom:5px;
	float:left;
}

.typeBoxa {
	display:block;
	height:120px;
	width:280px;
	text-indent:-9999px;
	margin: 0px 35px 5px 0px;
	float:left;
}

#features {
	float:right;
	font-size:110%;
	 color:#63524a;	
}

#features p {
	margin:0px;
}

#features ul {
	list-style-type:disc;
}

#oldie .frameImage {
	behavior:url(/js/iepngfix.htc);	
}

.status {
	display:block;
	text-indent:-9999px;
	width:190px;
	height:135px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.statusLarge {
	width: 380px;
	height: 270px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
}
#social-bar {
	width:100%;
	height: 27px;
	padding: 3px 0;
	text-align: right;
	background-color: #002b5a;
}
.addthis_toolbox {
	width: 400px !important;
	float: right;
	position: relative;
	top: 3px;
}

.side {
	position: fixed;
	z-index: 1000001;
}
#s-call {
	width: 333px;
	height: 210px;
	top: 194px;
	right: -280px;
}
#s-call-form {
	width: 260px;
	height: 95px;
	float: right;
	background-color: #2b4f75;
	padding: 50px 10px;
	color: #fff;
	margin-top: 1px;
}
#s-call-handle {
	width: 53px;
	height: 196px;
	float: left;
}
#sidecallback label {
	color: #fff;
	display: inline;
	float: left;
	line-height: normal;
	margin-bottom: 0;
}
