@charset "utf-8";


/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	min-height:100%;
	margin-bottom: 1px;
}
body {
	background-color: #24480B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
}
#body_bg {
	width: 800px;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border:none
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#version {
	text-align: right;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/layout/version_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.2em;
}
#version img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#version a:link, #version a:visited { color: #000; 
}
#version a:hover, #version a:active{
	text-decoration: underline;
	color: #00F;
}
#header {
	background-repeat: no-repeat;
	background-position: center;
	height: 91px;
	background-image: url(../images/layout/beechmount_header.jpg);
}
#navigation {
	background-image: url(../images/layout/beechmount_navigation.jpg);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center;
	padding-top: 5px;
	font-size: 1.2em;
}
#content {
	background-image: url(../images/layout/beechmount_content.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-position: top;
	background-color: #FBF5E7;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#maintextcentre {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #990000;
	margin-top: 20px;
	padding: 20px;
}
#maintextcentre p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.7em;
}
#maintextcentre h1 {
	color: #990000;
	letter-spacing: 0.2em;
	margin-bottom: 5pt;
	font-size: 1.8em;
	margin-top: 5px;
}
#maintextcentre ul {
	font-size: 1.2em;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#maintextcentre a:link, #maintextcentre a:visited {
	color: #990000;
	text-decoration: none;
}
#maintextcentre a:hover, #maintextcentre a:active {
	color: #990000;
	text-decoration: underline;
}

#maintext {
	width: 420px;
	margin-top: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}
#maintext p {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#maintext h1 {
	color: #990000;
	letter-spacing: 0.2em;
	margin-bottom: 20pt;
	font-size: 1.8em;
}
#maintext ul {
	font-size: 1.2em;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#maintext a:link, #maintext a:visited {
	color: #990000;
	text-decoration: none;
}
#maintext a:hover, #maintext a:active {
	color: #990000;
	text-decoration: underline;
}
#booking {
	float: left;
	width: 240px;
	margin-left: 10px;
}


#photopanel {
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
}
.photo {
	background-image: url(../images/layout/drop-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	display: inline;
}
.photo img {
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 12px;
}
#footer {
	background-color: #F4EACE;
	text-align: center;
	color: #A7A438;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8D795;
}

#footer a:link, #footer a:visited {
	color: #716F26;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #990000;
	text-decoration: underline;
}
#emenet {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #5E5E00;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.1em;
}
#emenet a:link, #emenet a:visited {
	color: #A6A600;
	text-decoration: none;
}
#emenet a:hover, #emenet a:active{
	color: #FFFF66;
	text-decoration: underline;
}
.inlinelist {
	list-style-type: none;
}
.inlinelist li {
	float: left;
	margin-right: 20px;
	display: block;
	margin-left: 20px;
}
form {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 25px;
}
#name, #telephone, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#clearer {
	clear: both;
	height: 0px;
}
.floatright {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.warning {
	color: #CC0000;
}

.centre_block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	margin-bottom: 5px;
	letter-spacing: 0.2em;
}
iframe { border: 1px solid #666; }
#map {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.boxout {
	width: 300px;
	margin-bottom: 20px;
	padding: 3px 5px;
	background-color: #FCECC9;
	color: #900;
	letter-spacing: 0.15em;
	line-height: 16px;
}
.boxout p {
	padding: 0px;
}

