@charset"utf-8"; 
/* CSS Document */

/* basic resets, body styles, etc. */
html, body, div, span, fieldset, form, label, legend{
	border: 0; 
	margin: 0; 
	outline: 0; 
	padding: 0; 
	background: transparent; 
	vertical-align: baseline;}

body {
	background: #fff; 
	color:#002900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
}

a:link{
	text-decoration:none;
	color:#002900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:visited{
	text-decoration:none;
	color:#002900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:active{
	text-decoration:none;
	color:#002900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:hover{
	text-decoration:none;
	color:#090;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:20px;
	font-weight:bold;
	margin:0;
}

h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:18px;
	font-weight:bold;
	margin:0;
}

h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:16px;
	font-style:italic;
	margin:0;
}

h4{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:13px;
	font-weight:lighter;
	margin:0;
	text-align:justify;
}

h5{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

h6{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:14px;
	font-weight:normal;
	margin:0;
	text-align:justify;
}

p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#002900;
	font-size:16px;
	margin:0;
}

li{
	color:#002900;
	line-height:25px;
}


/* layout containers */

#wrap{
	width:1030px;
	margin:0 auto;
	background:#ffffff;
}

#header{
	margin-top:10px;
	margin-bottom:10px;
	width:1030px;
	height:209px;
}

#headerimg{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	width:1030px;
	height:209px;
}

#wraplower{
	width:1024px;
	margin:0 auto;
	background:#ffffff;
	border: 2px solid #330000;
	padding:0;
}

#content_wrap{
	overflow:hidden;
}

#main{
	float:left;
	width:646px;
	background:#ffffff;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10000px;
	margin-bottom: -9980px;
}

#sidebar {
	float:right;
	width:298px;
	background:#d4d4d4;
	padding-left: 20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom: 10000px;
	margin-bottom: -9980px;
}


/* menu */

#nav{
	font:bold 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

#nav ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #d4d4d4; /*silver border*/
border-width: 1px 0;
background: url(images/menubg.jpg) center center repeat-x;
}

#nav li{
display: inline;
line-height:17px;
}

#nav ul li a{
float: left;
color: white; /*text color*/
padding: 5px 24px;
text-decoration: none;
border-right: 1px solid #d4d4d4; /*silver divider between menu items*/
}

#nav ul li a:visited{
color: #d4d4d4;
}

#nav ul li a:hover, #nav ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/menubg_over.jpg) center center repeat-x;
}


/* HOME */

#welcometext{
	padding-top:15px;
	padding-bottom:15px;
}

#homemerge{
	background-image:url(images/home_merge.jpg);
	margin-left:22px;
	margin-top:20px;
	height:280px; 
	width:600px;
	border-color:#330000;
	border-width:thin;
	border-style:solid;
}

#homemap{
	position:relative;
	top:10px;
	left:30px;
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:236px;
	height:138px;
	margin-bottom:30px;
}

#contactusdetails{
	padding-top:10px;
}

#enjoyEngland{
	float:left;
	position:relative;
	top:30px;
	left:35px;
	margin-bottom:30px;
	background-image:url(images/enjoyengland_4star.gif);
	height:120px;
	width:80px;
}

#goodbbguide{
	float:right;
	position:relative;
	top:30px;
	right:35px;
	margin-bottom:30px;
	background-image:url(images/good_bb_guide_05.gif);
	height:120px;
	width:121px;
}


/* ROOMS */

#roomstext{
	padding-bottom:30px;
	padding-top:10px;
}

.seperator{
	position:relative;
	left:120px;
	background:url(images/seperator.png);
	width:438px;
	height:7px;
	background-repeat:no-repeat;
	margin-bottom:215px;
}

#rumansthumb{
	float:left;
	position:relative;
	background-image:url(images/rumens.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#rumanstext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#annettsdoublethumb{
	float:left;
	position:relative;
	background-image:url(images/annettes_double.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#annettsdoubletext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#annettstwinthumb{
	float:left;
	position:relative;
	background-image:url(images/annettes_twin.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#annettstwintext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#annettsensuitethumb{
	float:left;
	position:relative;
	background-image:url(images/annettes_ensuite.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#annettsensuitetext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#goodallthumb{
	float:left;
	position:relative;
	background-image:url(images/goodall.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#goodalltext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#goodallensuitethumb{
	float:left;
	position:relative;
	background-image:url(images/goodall_ensuite.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#goodallensuitetext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#conservatorythumb{
	float:left;
	position:relative;
	background-image:url(images/conservatory.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#conservatorytext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
}

#seasonal{
	padding-top:10px;
	padding-bottom:20px;
}


/* facilities */

#facilitiestext{
	padding-top:10px;
}

#historyhouse{
	float:left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#historytext{
	font-size:14px;
	padding-top:15px;
	text-align:justify;
}


/* things to see */

#thingstoseetext{
	padding-bottom:30px;
	padding-top:15px;
	text-align:justify;
}

#stonehengethumb{
	float:left;
	position:relative;
	background-image:url(images/stonehenge.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#stonehengetext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#stourheadthumb{
	float:left;
	position:relative;
	background-image:url(images/stourhead.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#stourheadtext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#oldsarumthumb{
	float:left;
	position:relative;
	background-image:url(images/old_sarum.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#oldsarumtext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#cathedralthumb{
	float:left;
	position:relative;
	background-image:url(images/cathedral.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#cathedraltext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#wiltonhousethumb{
	float:left;
	position:relative;
	background-image:url(images/wilton_house.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#wiltonhousetext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#wiltonshoppingthumb{
	float:left;
	position:relative;
	background-image:url(images/wilton_shopping.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#wiltonshoppingtext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#playhousethumb{
	float:left;
	position:relative;
	background-image:url(images/playhouse.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	width:220px;
	height:160px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:30px;
}

#playhousetext{
	float:right;
	position:relative;
	width:386px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	text-align:justify;
}

#lonelyplanet{
	padding-top:20px;
	padding-bottom:20px;
}

#roughguides{
	padding-bottom:20px;
}

#stayinbritain{
	padding-bottom:20px;
}

#visitwiltshire{
	padding-bottom:20px;
}

#ukaccommodationindex{
	padding-bottom:20px;
}

#youstayuk{
	padding-bottom:20px;
}


/* location */

#locationtext{
	padding-top:15px;
	text-align:justify;
}

#googlemap{
	height:350px;
	width:644px;
	margin-bottom:20px;
	margin-top:20px;
	border-style:solid;
	border-color:#330000;
	border-width:thin;
}

#directionstext{
	color:#002900;
	font-size:14px;
	text-align:justify;
}

#tripadvisorlogo{
	background-image:url(images/tripadvisor_logo.gif);
	background-repeat:no-repeat;
	height:45px;
	width:234px;
	position:relative;
	left:25px;
}

#reviews{
	padding-top:20px;
}

/* contact */

#contacttext{
	padding-top:15px;
	padding-bottom:15px;
}

#contactform{
	position:relative;
	left:22px;
	padding-bottom:10px;
}

/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		background:url(images/form1/form_top.gif) no-repeat 0 0;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(images/form1/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		background:url(images/form1/form_bottom.gif) no-repeat 0 100%;
		padding:0 75px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form1 button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(images/form1/form_button_green.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}

#contactaddress{
	margin-top:10px;
	width:350px;
	position:relative;
	left:150px;
}

#contactphone{
	width:120px;
	position:relative;
	left:260px;
}

#trishmug{
	margin-top:15px;
	margin-left:2px;
	background-image:url(images/trish_mug_light.jpg);
	border-style:solid;
	border-width:thin;
	border-color:#330000;
	height:150px;
	width:290px;
}

#trishtext{
	padding-top:15px;
	padding-bottom:15px;
	color:#002900;
	font-size:14px;
	text-align:justify;
}


/* thankyou */

#thankyoumain{
	width:1024px;
	height:450px;
}

#thankyouwrap{
	position:relative;
	top:120px;
	left:270px;
	width:500px;
	height:173px;
}

#thankyoudruid{
	float:left;
	background-image:url(images/druid.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:173px;
}

#thankyoutext{
	float:right;
	padding-left:20px;
	padding-top:30px;
	width:380px;
}

/* footer */

#footer{
	clear:both;
	text-align:center;
	padding-top:3px;
	height:30px;
}

#footer ul{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#footer li{
	border-right:1px dotted #CCC;
	display:inline;
	list-style-type:none;
}

#footer li.last{
	border-right: 0 none;
}

#footer li a{
	color:#002900;
	font-size:10px;
	margin: 0 3px;
	padding: 6px 6px 0 6px;
}

#footer li a:hover{
	color:#090;
	font-weight:normal;
}