@charset "UTF-8";
html {
	font-size: 14px;
}
body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #737373;
	overflow-y: scroll;
	background-color: #ebebeb;
	}
a img { 
	border: none; 
}
h1, h2, h3, h4, h5, h6 {
	color:#6fb54d;
	margin: 0px;
}
h1 {
	font-size: 145%;
	margin-bottom: 25px;
}
h2 {
	font-size: 120%;
}
h5 {
	font-size: 120%;
}
a:link {
	color:#6fb54d;
	text-decoration: none;
}
a:visited {
	color:#6fb54d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a7e888;
}
.notext {
	position: absolute;
	left: -8888px;
}
.wrapper {
	margin: auto;
	width: 900px;
	background-color: #FFF;
}
.wrapper .header {
	width:900px;
	height:316px;
}
.wrapper .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wrapper .menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu a {
	outline:none;
}
.menu .home a {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/home.jpg);
	background-repeat: no-repeat;
}
.menu .home a:hover {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/home-on.jpg);
	background-repeat: no-repeat;
}
.menu .about a {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/about-us.jpg);
	background-repeat: no-repeat;
}
.menu .about a:hover {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/about-us-on.jpg);
	background-repeat: no-repeat;
}
.menu .cottages a {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/holiday-cottages.jpg);
	background-repeat: no-repeat;
}
.menu .cottages a:hover {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/holiday-cottages-on.jpg);
	background-repeat: no-repeat;
}
.menu .contact a {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/contact-us.jpg);
	background-repeat: no-repeat;
}
.menu .contact a:hover {
	height: 31px;
	width: 225px;
	display: block;
	background-image: url(/global/images/contact-us-on.jpg);
	background-repeat: no-repeat;
}
.content .left, .right {
	float: left;
	width: 215px;
	text-align: left;
}
.content .center {
	float: left;
	width: 425px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.wrapper .content {
	background-color: #FFF;
	background-image: url(/global/images/content-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 10px;
}
.wrapper .content .left .news-input {
	width: 132px;
	margin-top: 89px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 13px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.content .nav-tabs {
	float: right;
	width: 580px;
	padding-top: 7px;
	height: 20px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-bottom: 15px;
	background-image: url(/global/images/dots-trans.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.content .nav-tabs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content .nav-tabs ul li {
	display: inline;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.footer {
	font-size: 10px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.wrapper .content .cottages {
	width: 210px;
	text-align: center;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}
.wrapper .content .cottages .text {
	text-align: left;
	padding: 3px;
}
.chart {
	width: 350px;
	float: right;
}
.comments {
	width: 500px;
	float: left;
	clear: left;
}	
#vTours {
	height: 300px;
	border: 1px solid #ccc;
	clear: left;
	margin: auto;
	width: 700px;
}
#vToursContainer {
	width: 450px;
	height: 300px;
	float: left;
}
#vTours ul {
	float: right;
	width: 248px;
	list-style-type: none;
	margin:0px;
	padding:0px;
}	
#vTours ul li {
	border-bottom: 1px solid #ccc;
	margin:0px;
}
#vTours ul li a {
	padding: 5px 10px;
	display: block;
}
#vTours ul li a.selectedTour {
	color: #fff;
	background-color: #ACCF4D;
}

.pureLinks {
	height:83px;
	width:250px;
	margin:10px;
	display:block;
	float:left;
	
}
