/***** Default Settings *****/

body {
	margin: 0px;	
	background-color: #eeffee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3a6439;
	font-weight: bold;
}

/***** Font change classes *****/

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.bold {
	font-weight: bold;
}

.sanserif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.centre, .center {
	text-align: center;
}

.altcolor, .altcolour {
	color: #cc6633;
}

.floatleft {
	position: relative;
	float: left;
}

.floatright {
	position: relative;
	float: right;
}

/***** ID Container holds the complete page *****/

#container {
	position: relative;
	width: 760px;
	margin: auto;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#banner {
	position: absolute;
	top: 10px;
	left: 234px;
}

.manorhouse {
	font-size: 1.4em;
	margin-bottom: 5px;
}

/***** ID content holds the page content, excluding the logo, title, navigation, etc. *****/

#content {
	position: absolute;
	top: 157px;
	left: 150px;
	text-align: left;
}

#contact {
	width: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#twinbedroom {
	position: relative; 
	left: -80px; 
	top: -50px
}

#tariffbooking {
/*
	position: absolute;
	left: 0px;
	bottom: 0px;
*/
	position: relative;
	clear: both;
	height: 200px;	
}


#tariff {
	position: absolute;
	left: -85px;
	width: 300px;
	border: solid 1px olive;
}

#tariff p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#booking {
	position: absolute;
	top: 0px;
	left: 230px;	
	width: 380px;
}

/***** ID navigation holds the navigation buttons *****/

#navigation {
	position: absolute;
	top: 157px;
	left: 10px;
}

#AA {
	position: absolute;
	right: 0px;
	top: 80px;
	bottom: 20px;
}

#navbuttons {
	position: relative;
	top: 40px;
	left: 0px;
}

 .navbtn {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/btndown2.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 45px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #F7F678;
}

.navbtn a {
	display: block;
	font-size: 14px;	
	width: 130px;
	height: 45px;
	display: block;
	float: left;
	color: #F7F678;
	text-decoration: none;
}

.navbtn img {
	width: 130px; 
	height: 45px; 
	border: 0; 
}

* html a:hover {
	visibility:visible
}

.navbtn a:hover img {
	visibility:hidden
}

.navbtn a:hover {
	color: yellow;
}

.navbtn span {
	position: absolute;
	left: 25px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;

}

#constructor {
	position: relative;
	clear: both;
	padding-top: 5px;	
	font-size: 0.7em;
	color: #eeffee;
/*	color: #BBEEBB;	*/
}

#constructor a {
	color: #eeffee;
}

@media print {
	body {
		margin: 0px;	
		background-color: white;
		font-family: "Times New Roman", Times, serif;
		text-align: center;
		color: black;
		font-weight: normal;
	}
	
	/***** Font change classes *****/
	
	.small {
		font-size: 8pt;
	}
	
	.large {
		font-size: 12pt;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.sanserif {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.serif {
		font-family: "Times New Roman", Times, serif;
	}
	
	.centre, .center {
		text-align: center;
	}
	
	.altcolor, .altcolour {
		color: black;
	}
	
	.floatleft {
		position: relative;
		float: left;
	}
	
	.floatright {
		position: relative;
		float: right;
	}
	
	/***** ID Container holds the complete page *****/
	
	#container {
		position: relative;
		width: 6.25in;
		left: 0px;
	}
	
	#logo {
		display: none;
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	#banner {
		display: none;
		position: absolute;
		top: 10px;
		left: 224px;
	}
	
	.manorhouse {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	
	/***** ID content holds the page content, excluding the logo, title, navigation, etc. *****/
	
	#content {
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
	}
	
	#contact {
		width: auto;
		text-align: center;
		font-family: "Times New Roman", Times, serif;
	}
	
	#twinbedroom {
		display: none;
	}
	
	#tariffbooking {
		clear: both;
	}
	
	
	#tariff {
		left: 0px;
		width: 2.5in;
		border: none;
	}
	
	#tariff p {
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#booking {
		left: 2.7in;
/*		position: absolute;	
		top: 0px;
		left: 230px;		
		width: 380px; */
	}
	
	/***** ID navigation holds the navigation buttons *****/
	
	#navigation {
		display: none;
		position: absolute;
		top: 157px;
		left: 10px;
	}
	
	#AA {
		position: absolute;
		right: 0px;
		top: 80px;
		bottom: 20px;
	}
	
	#navbuttons {
		position: relative;
		top: 40px;
		left: 0px;
	}
	
	 .navbtn {
		position: relative;
		font-family: arial, helvetica, sans-serif;
		background-image: url(images/btndown2.jpg);
		background-repeat: no-repeat;
		white-space: nowrap;
		display: block;
		width: 130px;
		height: 45px;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		color: #F7F678;
	}
	
	.navbtn a {
		display: block;
		font-size: 14px;	
		width: 130px;
		height: 45px;
		display: block;
		float: left;
		color: #F7F678;
		text-decoration: none;
	}
	
	.navbtn img {
		width: 130px; 
		height: 45px; 
		border: 0; 
	}
	
	* html a:hover {
		visibility:visible
	}
	
	.navbtn a:hover img {
		visibility:hidden
	}
	
	.navbtn a:hover {
		color: yellow;
	}
	
	.navbtn span {
		position: absolute;
		left: 25px;
		top: 12px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		font-weight: bold;
	
	}
	
	#constructor {
		display: none;
		position: relative;
		clear: both;
		padding-top: 5px;	
		font-size: 0.7em;
		color: #eeffee;
	/*	color: #BBEEBB;	*/
	}
	
	#constructor a {
		color: #eeffee;
	}
	
	
}
