/* rosemerryn farm website designed and produced by www.hudsonarmstrong.com*/

body {
	background-color: #AFC2D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2E5784;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

a {
	color: #2E5784;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #769ACA;
	text-decoration: underline;
}

/*LAYOUT*/

#container { /* Centres content on screen */
	margin: 50px auto;
	width: 800px;
}

#page {
	width: 800px;
/*	height: 700px;*/
	background-color: #FFFFFF;
}

#leftcol {
	float: left;
	width: 390px;
	margin: 0 10px 0 10px;
}

#footer {
	margin: 10px 0 0 0;
	float: right;
}

#rightcol {
	float: left;
	width: 390px;
}

html>body #rightcol {
	float: left;
	width: 390px;
}

/*MENU*/

#menu {
	margin: 10px 0 10px 10px;
	height: 16px;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
}

#menu a {
	height:16px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

/*MENU ITEMS*/

#menu_home a {
	background: url(images/BUThome.gif) 0 0 no-repeat;
		height: 16px;
		width: 49px;
}
#menu_accommodation a {
	background: url(images/BUTaccomm.gif) 0 0 no-repeat;
		height: 16px;
		width: 142px;		
}
#menu_outabout a {
	background: url(images/BUToutabout.gif) 0 0 no-repeat;
		height: 16px;
		width: 113px;
}
#menu_tariff a {
	background: url(images/BUTtariff.gif) 0 0 no-repeat;
		height: 16px;
		width: 53px;
}
#menu_booking a {
	background: url(images/BUTcontact.gif) 0 0 no-repeat;
		height: 16px;
		width: 168px;		
}
#menu_location a {
	background: url(images/BUTlocation.gif) 0 0 no-repeat;
		height: 16px;
		width: 77px;
}
/*MENU ITEMS ROLLOVERS*/

#menu_home a:hover, #menu_home.selected a {
	background-position: 0 -16px;
}
#menu_accommodation a:hover, #menu_accommodation.selected a {
	background-position: 0 -16px;
}
#menu_outabout a:hover, #menu_outabout.selected a {
	background-position: 0 -16px;
}
#menu_tariff a:hover, #menu_tariff.selected a {
	background-position: 0 -16px;
}
#menu_booking a:hover, #menu_booking.selected a {
	background-position: 0 -16px;
}
#menu_location a:hover, #menu_location.selected a {
	background-position: 0 -16px;
}

/*LEFT COL*/

.images {
	float: left;
	margin: 0 0 0 0;
	border: 10px solid #FFFFFF;
}

.images2 {
	float: left;
	margin: 10px 20px 10px 0;
}

/*RIGHT COL*/

#content{
	float: left;
	margin: 10px 20px 10px 0;
	}

#content3{
	float: left;
	margin: 10px 20px 10px 10px;
	}
	
#content2{
	float: left;
	margin: 10px 20px 10px 20px;
	}	
	
.line {
	border-bottom:1px solid darkslateblue;
	}	
	
.line2 {
	border-top:1px solid darkslateblue;
	}		
	
.largetext {
	font-size: 14px;
}	
	
#tariff1{
	float: left;
	margin: 10px 20px 10px 0;
	width: 280px;
	line-height: 20px;
	}	
	
#tariff2{
	float: left;
	margin: 10px 20px 10px 0;
	line-height: 20px;
	width: 50px;
	}	
	
/*ADDRESS*/

#address span {
	margin: 10px 0 0 10px;
	float:left;
	display: block;
	background: url(images/Adressbar.gif) 0 0 no-repeat;
	height: 22px;
	width: 572px;
	text-indent: -9000px;
	overflow: hidden;
}

#address a {
	margin: 10px 0 0 0;
	float:left;
	background: url(images/Email.gif) 0 0 no-repeat;
	height: 22px;
	width: 177px;
	text-indent: -9000px;
	overflow: hidden;
}
#address a:hover {
	background: url(images/EmailOV.gif) 0 0 no-repeat;
	height: 22px;
	width: 177px;
	text-indent: -9000px;
	overflow: hidden;
}

/*FORM CONTENT*/

#contactform {
	width: 400px;
	margin: 10px 20px 10px 0;
	
}

form .field {
width: 200px;
}

form ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

form ol li {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons {
padding-left: 130px;

}

form label {
	display: block;
	width: 130px;
	float: left;
 }
 
.tariff {
	margin: 0;
	padding: 0;
	float: left;
	color: #2E5784;
}

.tariff li {
	height: 20px;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	list-style: none;
	border-bottom: 2px solid #ffffff;
}

.size1 {
	width: 80px;
	background-color: #e6eaef;
}
.size2 {
	width: 80px;
	background-color: #dadcde;
}