@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../image/fcbackgroundimg.jpg);
	background-repeat: repeat-x;
	background-color: #b9d7ef;
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	color: #535353;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	color: #5F4B50;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
h2 {
	font-size: 1.1em;
	color: #5F4B50;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	background-color: #FFF;
}
h3 {
	margin: 0px;
	padding-bottom: 7px;
	font-size: .9em;
}
h4 {
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {
	padding-bottom: 15px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: -10px;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #5E4A4F;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	color: #F60;
	text-decoration: none;
}
/*------------------Main Width Control---------------*/
div#w {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
/*------------------Now become Header, contains only an image----------------*/
div#t {
	height: 223px;
	width: 900px;
}
/*-------------------Main Navigation--------------------------*/
div#n {
	padding-top: 6px;
	padding-bottom: 7px;
	background-color: #A58F95;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
div#n ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
}
div#n li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
/*--------------------------Additional control for border left on Home button------------------*/
.hbut {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #5F4B50;
	border-right-color: #5F4B50;
	border-bottom-color: #5F4B50;
	border-left-color: #5F4B50;
	
}
div#n a{
	padding-right: 16px;
	padding-left: 16px;
	background-color: #A58F95;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #715B60;
	border-right-color: #715B60;
	border-bottom-color: #715B60;
	border-left-color: #715B60;
	font-weight: bold;
	float: left;
}
div#n a:active {
}
div#n a:hover {
	
	background-color: #5F4B50;
	color: #FFF;
}
/*------------------------------Second level Nav-----------------------*/
div.n2 {
	background-color: #FFF;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
div.n2 h2 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin: 0px;
	background-color: #A58F95;
}
div.n2 a {
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
div.n2 a:active {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 a:hover {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 a:focus {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 h2 a {
	color: #FFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
div.n2 h2 a:active {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 h2 a:hover {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 h2 a:focus {
	color: #FFF;
	background-color: #5F4B50;
}
div.n2 h2 a:visited {
	color: #cccccc;
	
}
/*-----------------------------Main box controller------------------------*/
div.b {
	background-color: #FFF;
	font-size: .9em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	
}
div.b p {
	font-size: 1.05em;
}
div.b img {
	float: left;
	margin-bottom: 20px;
	clear: left;
	display: block;
	width: 220px;
	padding: 5px;
	border: 1px solid #715B60;
	margin-right: 15px;
}
div.b h2 {
	background-color: #E9E9E9;
	padding: 5px;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
div.b h2 span {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}
/*-----------------------Left Column on home page----------------------*/
div#lc {
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #333;
}
div#lc h3 {
	color: #FFF;
	background-color: #A58F95;
	width: 191px;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
/*-----------------------Left column wide-------------------------*/
div#lcw {
	width: 650px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #333;
}
div#lcw .n2 {
	background-color: #A58F95;
	font-size: .75em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
div#lcw ol {
	font-size: .95em;
}
div#lcw ul {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
div#lcw li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
}
div#lcw p {
	padding-left: 10px;
	font-size: 0.95em;
}

/*-----------------------------Middle column Home page----------------------*/
div#midcb {
	float: left;
	width: 430px;
	margin-left: 5px;
}
div#midcb h1 {
	background-color: #FFF;
	font-size: 1.9em;
}
div#midcb h2 {
	background-color: #FFF;
	font-size: 1.1em;
}
div#midcb p {
	font-size: .9em;
}
/*-----------------------------Right Coloumn Home page-----------------------*/
div#rc {
	float: right;
	width: 202px;
	padding: 0px;
	clear: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 0.6em;
}
div#rc h2 {
	font-size: 1.6em;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #E9E9E9;
}
div#rc img {
	padding: 5px;
	border: 1px solid #A58F95;
	width: 190px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #FFF;
	float: right;
	clear: right;
	margin-right: 0px;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
}
div#rc2 {
	float: right;
	width: 202px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFF;
}
div#rc2 h2 {
	margin-bottom: -5px;
	margin-top: 0px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	color: #8D7279;
}
/*div#rc2 img {
	padding: 0px;
	background-color: #FFF;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 98px;
	width: 202px;
}*/
div.ulinks1, .ulinks2, .ulinks3, .ulinks4, .ulinks5, .ulinks6 {
}
div.ulinks1 a, .ulinks2 a, .ulinks3 a, .ulinks4 a, .ulinks5 a, .ulinks6 a {
	font-size: 0.8em;
	width: 127px;
	padding-bottom: 15px;
	display: block;
	vertical-align: text-bottom;
	padding-top: 15px;
	color: #999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 75px;
}
div.ulinks1 a:hover, .ulinks2 a:hover, .ulinks3 a:hover, .ulinks4 a:hover, .ulinks5 a:hover, .ulinks6 a:hover {
	color: #333;
}
div.ulinks1 a {
	background-image: url(../image/CottageGradingnorm.jpg);
}
div.ulinks1 a:hover {
	background-image: url(../image/CottageGradingrollover.jpg);
}
div.ulinks2 a {
	background-image: url(../image/metofficnorm.jpg);
}
div.ulinks2 a:hover {
	background-image: url(../image/metofficrollover.jpg);
}
div.ulinks3 a {
	background-image: url(../image/trafficwalesnorm.jpg);
}
div.ulinks3 a:hover {
	background-image: url(../image/trafficwalesrollover.jpg);
}
div.ulinks4 a {
	background-image: url(../image/railnorm1.jpg);
}
div.ulinks4 a:hover {
	background-image: url(../image/railnorm.jpg);
}
div.ulinks5 a {
	background-image: url(../image/carmsnorm.jpg);
}
div.ulinks5 a:hover {
	background-image: url(../image/carmsrollover.jpg);
}
div.ulinks6 a {
	background-image: url(../image/countyguidenorm.jpg);
}
div.ulinks6 a:hover {
	background-image: url(../image/countyguiderollover.jpg);
}
/*------------------------------Footer------------------------------------*/
div#f {
	text-align: center;
	font-size: .9em;
	margin-top: 15px;
}
div#f img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

div.clearer {
	clear: both;
}
/*----------------------------Controlls quick search on home page--------------------*/
#quicksearchcontainer {
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border: 2px solid #A58F95;
	width: 197px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-size: .9em;
	background-color: #F0F0F0;
	text-align: left;
	margin-top: 0px;
	
}
*html #quicksearchcontainer {
	width: 177px;
	padding-right: 10px;
	padding-left: 10px;
}
#lc h3 {
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
}
#quicksearch {
	border: none;
}
.selector {
	border: 2px solid #666;
	padding: 3px;
	width: 175px;
}
.selector2 {
	border: 2px solid #666;
	padding: 3px;
	width: 50px;
}
#searchSubmit {
	background-color: #597286;
	font-weight: bold;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	margin-top: -30px;
	cursor: pointer;
	margin-left: -50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*-----------------------------Quicksearch on resultspages-----------*/
#qks {
	width: 288px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 2px solid #A58F95;
	background-color: #F0F0F0;
	padding: 10px;
	margin-top: 15px;
	clear: right;
	float: right;
	margin-right: 5px;
}
#qks h3 {
	background-color: #A58F95;
	color: #FFF;
	padding: 10px;
}
/*-----------------------------Left column boxes------------------*/
div.lcb {
	width: 179px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	margin-top: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #A58F95;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEE;
}
div.lcb2 {
	width: 179px;
	margin-left: 0px;
	margin-top: 15px;
	border: 1px solid #A58F95;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEE;
	color: #555;
	font-weight: bold;
	font-size: 1em;
}
.nrmltxt {
	font-style: normal;
	font-size: 0.8em;
	line-height: 1em;
}
.telephone {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	line-height: 1.2em;
}
.help {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
}
.address {
	background-color: #96C05E;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
}
/*---------------------Controls sub footer layout including w3c images-------------------*/
div.by {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: .65em;
	font-weight: normal;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.by img {
	width: 95px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.valid {
	width: 95px;
	margin-right: 15px;
}
/*----------------------------Snail Trail and Bookmarks--------------------------*/
div#stbm {
	font-size: 0.6em;
	position: absolute;
	top: 5px;
	width: 890px;
	color: #EAEAEA;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: -3px;
	background-color: #82A7C4;
}
div#stbm a {
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div#stbm a:active {
	color: #FFF;
	background-color: #333;
}
div#stbm a:hover {
	color: #FFF;
	background-color: #333;
}
div#stbm a:focus {
	color: #FFF;
	background-color: #333;
}

div#st {
	float: left;
	width: 50%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#bm {
	float: right;
	width: 11%;
	text-align: right;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	background-color: #D0DFEA;
	padding-left: 10px;
	color: #333;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1.4em;
}
/*------------------------Bottom navigation in footer-------------------*/
.smallprint {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .8em;
}
/*-------Booking form debit card box with images-------------*/

	div.bbooking {
		background-color:#ffffee;
		border:1px solid #F00;
		text-align:center;
		padding:10px;
		margin-bottom:10px;
	}

	div.bbooking img {
		display:inline-block;
		border-top-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
		border-left-width:0px;
		border-top-style:none;
		border-right-style:none;
		border-bottom-style:none;
		border-left-style:none;
		margin-left:10px;
		height:34px;
		width:50px;
	}

	/* ------------------------------ Forms CSS ----------------------------------------------- */

	/*Form Left */

	.fl {
	float:left;
	width:650px;
	margin-top:0px;
	margin-left:15px;
	vertical-align:top;
	font-size: .8em;
	}
#flbform {
	float:left;
	width:487px;
	margin-top:0px;
	vertical-align:top;
	font-size: 1em;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #F0F0F0;
	}
#flbform h4 {
	color: #FFF;
	background-color: #A58F95;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 5px;
}
#flbform ul {
	margin-left: 15px;	
	}
#flbform li {
	
	}

	/* Font Size Large for Tel No */

	#fs250 {
	font-size:250%;
	font-weight:500;
	color:#665358;
	background-color:transparent;
	text-align:left;
	font-style:normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	}

	/* Font Size Standard */

	div.fl p {
	font-size:1.1em;
	padding-left:0px;
	}

	form div {
		padding-top:10px;
		
	}

	form div label {
	float:left;
	width:350px;
	font-size:100%;
	font-weight:500;
	}

	#Comments {
		margin-top:10px;
		width:400px;
	}

	#time {
		text-align:left;
		font-size:90%;
		font-style:italic;
		color:maroon;
		background-color:transparent;
		margin:0 0 20px 0px;
	}

	form div input, form div textarea {
	background-color:#f7f7f7;
	border:2px solid silver;
	padding:3px;
	}

	form div input:focus {
		border:solid 2px #000000;
		background-color:#ffffff;
	}

	/* textarea.highlight */

	textarea:focus {
		border:solid 2px #000000;
		background-color:#ffffff;
	}

	/*Form Small Text */

	p.st {
		font-size:100%;
		text-align:left;
		font-style:italic;
	}

	#button {
	margin-bottom:20px;
	color:#ffffff;
	background-color:#597286;
	cursor: pointer;
	margin-top: 10px;
	}

	div span.maroon {
	display:inline;
	color:maroon;
	background-color:transparent;
	font-weight:900;
	text-align:left;
	}
	/*Form Right */

	#fr {
	float:right;
	width:150px;
	margin-top:8px;
	margin-right:10px;
	vertical-align:top;
		
	}

	/*Form Picture */

	#fr img {
	border:1px solid #735B62;
	margin:10px 5px 0 0;
	width:145px;
	height:200px;
	}
	
/*--------------------------results control-------------------------*/

.shortlist {
			color:maroon;
			font-size:120%;
			font-weight:700;
			margin-left:10px;
			}
			
.shortlist1 {
			color:maroon;
			font-size:120%;
			font-weight:700;
			margin-left:0;
			}
	 
button {
	background-color: #DCD3D6;
	font-weight: 700;
	color:#333;
	font-size:104.8%;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 50px;
	}
	
* html button {
	margin-right: 3px;
	margin-left: 3px;
}

.results {
}
.results a {
	padding-right: 3px;
	padding-left: 3px;
	
	color: #80504A;
}
.results a:active {
}
.results a:hover {
}
.results a:focus {
}
.results a:visited {
}

	
	
/*---------------calendar box----------------*/
div#calendar {
	clear:both;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:488px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #A58F95;
}
div#calendarleft {
	float: left;
	width: 80px;
	margin-top: 3px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #A58F95;
	border: 1px solid #666;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
}
div#calendarright {
	float: right;
	width: 358px;
	margin-left: 20px;
	margin-top: -5px;
}


/*---------------Shortlist---------------------*/
.shortlist1 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	background-color: #A58F95;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
/*-----------------Slider boxes under month avialability---------------------*/
div#jan, div#feb, div#mar, div#apr, div#may, div#jun, div#jul, div#aug, div#sep, div#oct, div#nov, div#dec {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 300px;
	margin-left: 3px;
	background-color: #F0F0F0;
	margin-bottom: 15px;
}

.booknow {
	background-color:#A58F95;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	float: right;
	margin-top: 10px;
	width: 290px;
}
div.empty {
	height: 20px;
	width: 100%;
	background-color: #B8D6EE;
}
/* Photo Right & Photo Left (pr & pl) - controls standard (400px 266px) horizontal pictures on image only pages*/
	 div.pl, div.pr {
	display:block;
	width:300px;
	margin-top:0px;
	margin-bottom:0px;
	}
	div.pl {
	float:left;
	margin-right:0px;
	}

	div.pr {
		float:right;
		margin-right:15px;
		margin-left:0px;
	}
	div.pl img, div.pr img {
	display: block;
	width: 300px;
	border: 1px solid #CCC;
	}
	
	

/* controls large vertical pictures and text*/

	div.bpvlg {
		width:810px;
		margin-right:auto;
		margin-left:auto;
	}

	div.bpvlg p {
		
		margin-bottom:15px;
	}
/* Large Vertical Picture adjacent to text */

	div.lgvl, div.lgvr {
		padding:10px;
		border:1px solid #999;
		display:block;
		height:616px;
		width:400px;
	}

	div.lgvl {
		float:left;
		margin-right:15px;
	}

	div.lgvr {
		float:right;
		margin-left:15px;
	}
.cr {
	font-size: .6em;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.bktop a {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../image/bktopnorm.jpg);
	text-decoration: none;
	margin-top: 5px;
	background-position: 0px -4px;
	color: #999;
	border: 1px solid #CCC;
	font-size: 0.8em;
}
.bktop a:hover {
	background-image: url(../image/bktoprollover.jpg);
	color: #333;
}
/* Large Horizontal Photo - with text=tlg, without text=lg */

	div.lg, div.tlg {
		width:654px;
		margin-right:auto;
		margin-left:auto;
		}

	div.lg {
		
		
	}
	div.lg img {
	width: 654px;
	display: block;
	height: 400px;
	margin-top: 5px;
	}

	div.tlg {
		margin-bottom:20px;
	}
	/* Vertical Photos - No Text - Controls Standard (266px X 400px) vertical pictures */

/* Controlling Photo Box Vertical (pbv) */
	div.pbv {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	}
	
	div.pvl, div.pvr {
		padding:5px;
		width:266px;
		display:block;
		margin-bottom:10px;
	}

	div.pvl {
		float:left;
		margin-right:20px;
	}
	div.pvl img {
		height: 400px;
	width: 266px;
	display: block;
	}
	
	

	div.pvr {
		float:right;
		margin-left:20px;
	}
/* controls large vertical pictures and text*/

	div.bpvlg {
		width:650px;
		margin-right:auto;
		margin-left:auto;
	}

	div.bpvlg p {
		
		margin-bottom:15px;
	}
/* Large Vertical Picture adjacent to text */

	div.lgvl, div.lgvr {
		height:616px;
		width:400px;
	}

	div.lgvl {
	float:left;
	margin-right:15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	div.lgvl img {
	height: 616px;
	width: 400px;
	display: block;
	}

	div.lgvr {
		float:right;
		margin-left:15px;
	}	
/*----------L2 Nav-----------*/
div#l2nav {
	margin-top: -10px;
}
div#l2nav a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #A58F95;
	font-size: 1.5em;
	margin-bottom: 1px;
	text-decoration: none;
	color: #FFF;
}
div#l2nav a:hover {
	background-color: #5f4b50;
}
.mainPhoto2 {
	margin-top: -205px;
}
/*----------------------Booking form--------------*/
div.booking img {
	height: auto;
	width: auto;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.b.booking ul {
	line-height: 1.2em;
	margin-top: 0px;
	width: 800px;
	}
	div.b.booking li {
	margin-bottom: 3px;
	line-height: 1.2em;
	width: 800px;
	}
div#notice {
	border: 1px solid #666;
	background-color: #FFC;
	margin-bottom: 10px;
	width: 815px;
	font-size: 0.9em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left: 10px;
	}
div.b.booking fieldset {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 1px solid #a58f95;
	margin-bottom: 5px;
	width: 840px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-left: 10px;
	}
	div.b.booking fieldset#contform {
	width: 670px;
	margin-left: 10px;
	padding-top: 10px;
	}
	div.paymentbutton {
	margin-left: 20px;
	width: 450px;
	}
/*---------Div b company------------*/
.company ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.company li {
}
----------------------------------
	div.imagepiece {
	
    width: 310px;
    margin-left:0;
}
div.imagepiece div.images {
	width: 315px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	}  
* html div.imagepiece div.images {
	width: 306px;
	}
div.imagepiece img {
	float: right;
	display:block;
	border: 1px solid #CCC;
	cursor: pointer;
	width: 98px;
	margin-top: 3px;
	margin-bottom: 0;
	padding: 1px;
	clear: none;
	margin-right: 0px;
	margin-left: 3px;
	background-image: url(http://wales-photos.co.uk/photos/sorry.jpg);
	height: 68px;
	}
* html div.imagepiece img {
	width: 98px;
	border: 1px solid #2c544d;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	}
div.imagepiece img.mainPhoto {
	cursor: auto;
	width: 308px;
	height: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -1px;
	}
* html div.imagepiece img.mainPhoto {
	width: 302px;
	height: 190px;
	}
.leftdetails {
	width: 500px;
	float: left;
	padding-top: 0px;
	font-size: 0.9em;
	line-height: 1.25em;
	margin-left: 10px;
}
* html .leftdetails {
	margin-top: 0px;
}
div.leftdetails h2 {
	background-color: #E9E9E9;
	color: #333;
	margin-top: 0px;
}

.rightdetails {
	float: right;
	width: 320px;
	margin-top: 10px;
}

.belowimages {
	clear: right;
	float: right;
	width: 320px;
	margin-right: 7px;
}
.belowimages ol {
	margin-left: 20px;
}
* html .belowimages ol {
	list-style-type: none;
}
* html .belowimages {
	margin-right: -145px;
}
.booked {
	color: #000;
}
div#top_of_list {
	width: 600px;
	float: left;

}
#f img {
	display: block;
	height: auto;
	width: auto;
}


/* ----------------- CSS for Availability - Avl_Search.php - Controlled by avl_search.tpl  - added by Paul 15th June 2010 --------- */

	.availleftcol {
		width:48%;
		float:left;
		}

	.availrightcol {
		width:48%;
		float: right;
		margin: 15px 5px 5px 20px;
		vertical-align:top;
		}

	.availtable {
		float:left;
		width:400px;
		margin-top:10px;
		border:1px solid gray;
		background-color:#d9e6e3; /* Light Blue */
		padding:3px;
		}

	.availtr {
		background-color:#ffff99; /* Cream */
		}

	.availtd {
		padding:7px;
		text-align:center;
		}

	.availdecide {
		float:left;
		clear:both;
		padding-left:10px;
		width:400px;
		text-align:left;
		}

	/* 17/6/2010 fee: made padding same as availtd - so only the colour changes */
	.availbooked {
		padding:7px;
		color:grey;
		/*padding: 0 5px 5px 0*/
		}

	.euroimg {
		float:left;
		width:20px!important;
		height:20px!important;
		margin:3px!important;
		border-style:none;
		}

	.eurolink { 
		border-style:none;
		}

	span.availbooknow {
		width:170px;
		margin-left:80px;
		color:maroon;
		text-align:left;
		font-size:150%;
		}

	.availcom {
		padding:5px;
		}