/* http://visitlincolnshire.clikpages.co.uk/visitors-guide-2009/index.php?action=submit */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%; /* sets all fonts to 10px to help with em styling*/
	font-family: trebuchet MS, helvetica, sans-serif
}

.clear {
	clear: both;
}

.textreplace {
	position: absolute;
	left: -5000px;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ ^ General styles for site _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

#container {
	width: 1003px;
	background: url(../images/layout/containerbg.jpg) repeat-y;
	margin: 0 auto;
	padding-bottom: 5px;
}

#header {
	width: 976px;
	height: 173px;
	background: url(../images/layout/headerbg.jpg) no-repeat;
	margin: 0 auto;
}

#header h1{
	width: 256px;
	height: 158px;
	margin-left: 15px;
	float: left;
}

#header img {
	border: none;
	float: right
}

/*_-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_  navigation styles _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

ul.nav {
	clear: right;
	float: right;
	margin-top: 3px;
	list-style: none;
	height: 33px;
	width: 644px;
	background: url(../images/layout/navbg.jpg) repeat-x;
	text-align: center;

	display: block;
}

ul.nav li {
	float: left;
	font-size: 1.1em;
	height: 33px;
}

ul.nav li a {
	text-decoration: none;
	color: #FFF;
	padding: 8px 8px 8px 8px;
	display: block;
}

ul.nav li a:hover {
	background: url(../images/layout/navbgalt.jpg) repeat-x;
}

ul.nav li#selected  a{
	background: url(../images/layout/navbgalt.jpg) repeat-x;
}

/*_-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ main content styles _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ */

#contenthome {
	width: 976px;
	height: 550px;
	background: url(../images/layout/homebg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contentarea{
	width: 976px;
	background: url(../images/layout/areabg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contentholiday {
	width: 976px;
	background: url(../images/layout/holidaybg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contentfishing {
	width: 976px;
	background: url(../images/layout/fishingbg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contentpark {
	width: 976px;
	background: url(../images/layout/parkbg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contenteating {
	width: 976px;
	height: 600px;
	background: url(../images/layout/eatingbg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#contentcottage {
	width: 976px;
	background: url(../images/layout/contactbg.jpg) no-repeat bottom;
	margin: 0 auto;
	height: 600px;
}

#contentcontact {
	width: 976px;
	background: url(../images/layout/cottagebg.jpg) no-repeat bottom;
	margin: 0 auto;
}

#left {
	float: left;
	width: 215px;
	margin-top: 6px;
	margin-bottom: 100px;
}

.left {
	width: 215px;
	/*background: url(../images/layout/white.png) repeat;*/
}

.gallery {
	width: 215px;
	/*background: url(../images/layout/white.png) repeat;*/

}

.gallery img, .left img, #right img {
	border: none;
	padding-left: 6px;
	padding-bottom: 3px;
}

.gallerymain {
	padding-top: 6px;
	padding-bottom: 6px;
}

.gallery p, .left p, #right p {
	padding: 0px 10px 5px 10px;
	font-size: 1.1em;
}

#right {
	float: left;
	width: 215px;
	/*background: url(../images/layout/white.png) repeat;*/
	margin-top: 6px;
	margin-bottom: 100px;
}

#right .vantitle {
	font-size: 2.1em;
	font-weight: bold;
}

.price {
	font-size: 2em;
	font-weight: bold;
	margin-left: 5px;
}

#right .vandescription {
	font-size: 1.3em;
	margin-top: 0px;
}

#center {
	float: left;
	width: 546px;
	margin-top: 6px;
}

#centertext {
	/*background: url(../images/layout/white.png) repeat;*/
	width: 500px;
	margin: 0 auto;
	margin-bottom: 150px;
}

#centertextfood {
	background: url(../images/layout/white2.png) repeat;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 260px;
}


#lightbackground {
	background: url(../images/layout/white2.png) repeat;
}

#centertexthome {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 200px;
}

#centertext a, #centertexthome a, #centertextfood a {
	color: #3399cc;
	text-decoration: none;
}

#centertext a:hover, #centertexthome a:hover, #centertextfood a:hover {
	color: #669966;
	
}

#centertext h3, #centertexthome h3, #centertextfood h3 {
	font-size: 1.6em;
	text-transform: uppercase;
}

#centertext h4, #centertexthome h4 , #centertextfood h4{
	font-size: 1.4em;
	padding: 5px 20px 5px 20px;
}

#centertext p, #centertexthome p, #centertextfood p {
	padding: 0px 20px 10px 20px;
	font-size: 1.1em;
	line-height: 170%;
}

.holhometext {
	text-align: left;
}




/* _-_-_-__-_-_-__-_-_-__-_-_-_ titles _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

.bartitle {
	background: url(../images/content/bartitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.holidaytitle {
	background: url(../images/content/holidaytitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.homestitle {
	background: url(../images/content/homestitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.welcometitle {
	background: url(../images/content/welcome.jpg) no-repeat;
	width: 437px;
	height: 53px;
}

.holidayhomespagetitle {
	background: url(../images/content/holidayhomespage.jpg) no-repeat;
	width: 437px;
	height: 73px;
}

.cottagepagetitle {
	background: url(../images/content/cottagepage.jpg) no-repeat;
	width: 470px;
	height: 93px;
}

.foodpagetitle {
	background: url(../images/content/foodpage.jpg) no-repeat;
	width: 437px;
	height: 53px;
}

.areapagetitle {
	background: url(../images/content/areapage.jpg) no-repeat;
	width: 437px;
	height: 70px;
}

.fishingpagetitle {
	background: url(../images/content/fishingpage.jpg) no-repeat;
	width: 437px;
	height: 73px;
}

.parkpagetitle {
	background: url(../images/content/parkpage.jpg) no-repeat;
	width: 437px;
	height: 53px;
}

.directionspagetitle {
	background: url(../images/content/directionspage.jpg) no-repeat;
	width: 437px;
	height: 53px;
}

.gallerytitle {
	background: url(../images/content/gallerytitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
	margin-bottom: 6px;
}

.tarifftitle {
	background: url(../images/content/tarifftitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.contactformtitle {
	background: url(../images/content/contactform.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.linktitle {
	background: url(../images/content/linktitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.menutitle {
	background: url(../images/content/menutitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.tackletitle {
	background: url(../images/content/tackletitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
}

.contacttitle {
	background: url(../images/content/contacttitle.jpg) no-repeat;
	width: 215px;
	height: 33px;
	margin-bottom: 6px;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ footer _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ */

#footer {
	width: 1003px;
	height: 94px;
	background: url(../images/layout/footerbg.jpg) no-repeat;
	margin: 0 auto;
}

#footercontent {
	width: 976px;
	margin: 0 auto;
	color: #FFF;
}

#footeraddress {
	float: left;
}

#footerlinks {
	float: right;
	margin: 7px 10px 0px 0px;
}

#footerlinks img {
	border: none;
	margin-left: 10px;
}

.address {	
	padding: 15px 0px 0px 15px;
	font-size: 1.4em;
	clear: left;
}

.address span {
	font-size: 0.8em;
}

.telephone {	
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.6em;
}

.telephone a {
	text-decoration: none;
	color: white;
}

.telephone a:hover {
	text-decoration: underline;
	color: white;
}

.galleryinfo {
	float: right;
	font-weight: bold;
}

#right .toptext {
	padding-top: 6px;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-_  flash table _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

#fishing {
	width: 203px;
	margin-left: 6px;
	margin-bottom: 6px;
	color: white;
	border-collapse: collapse;
}

#fishing th {
	font-size: 1.2em;
	background: url(../images/content/tableheadbg.jpg) repeat-x;
	padding: 5px;
}

#fishing td {
	font-size: 1.2em;
	background: url(../images/content/tabledatabg.jpg) repeat-x;
	height: 15px;
	padding: 5px;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-_  holidayhomes table _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

#holidayhomestable {
	width: 203px;
	margin-left: 6px;
	margin-bottom: 6px;
	color: white;
	border-collapse: collapse;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-_  prices table _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

#prices {
	width: 395px;
	margin: 0px 0px 5px 20px;
	text-align: left;
	background: #c3e1f4;
	padding: 5px;
}

#prices th {
	font-size: 1.2em;
}

#prices td {
	font-size: 1.2em;
}

/* _-_-_-__-_-_-__-_-_-__-_-_-_ tariff table_-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/

#tariffwrap {
	float: left;
	background: #f5f5f4;
	margin-left: 5px;
}

table#tariff  {
	margin: 10px;
	border-collapse: collapse;
}

table#key  {
	margin: 10px 0px 10px 16px;
	border-collapse: collapse;
	width: 180px;
	font-weight: bold;
	text-transform: uppercase;
}

#tariff td, #tariff th, #key td, #key th {
	padding: 5px;
	font-size: 1.3em;
}

#tariff tr{
	border: 2px solid #f5f5f4;
}

#key tr{
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.low {
	background: #ffeb00;
}

.med {
	background: #ef8420;
}

.high {
	background: #e42a31;
}

.prev {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
}

.next {
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
}

#tariffwrap .tariffdate {
	font-size: 1.6em;
	font-weight: bold;
}

#right .bookings {
	font-size: 1.6em;
	margin: 10px 0px 0px 0px;
	width: 180px;
}

#right .bookings a {
	color: #3399cc;
	text-decoration: none;
}

#right .bookings a:hover {
	color: #669966;
	
}

#mapfield {
	font-size: 1.3em;
	color: white;
	width: 458px;
	height: 300px;
	padding: 10px;
	background: white;
	}
	
#map {
	overflow: hidden;
	width: 458px;
	height: 300px;
	color: black;
	}

#map a {
	color: black;
	}

.submit {
	margin-top: 10px;
}

h3.blurb {
	font-weight: normal;
	padding: 0px 0px 10px 20px;
}

#message, #email2, #phone, #name {
	width: 190px;
}

#right a {
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
}

#right a:hover {
	text-decoration: underline;
	color: #2daddd;
}

#popupgallerytextleft a {
	float: right;
	padding-right: 8px;
}

.flash span {
	font-size: 1.6em;
	color: #2daddd;
}

