/**
*	Simondium Country Lodge Style Sheet
*/

* { margin: 0px; padding: 0px; }

html, body, div, h1, h2, p, a {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

body {
	background: #493119 url(../images/background.jpg) no-repeat 50% 0%;
	color: #bca47a;
	font-size: 14px;
	text-align: center;
}

a { color: #d48e16; outline: none; text-decoration: none; }
a:hover { color: #d48e16; text-decoration: underline; }
a img { border: none; }

p {
	padding: 5px 10px;
	line-height: 18px;
}

div.clear { clear: both; }
.frame { background-color: #3a2714; padding: 5px; }
.frame2 { background-color: #3a2714; padding: 5px; margin: 0px 5px 5px 0px; }
.split_left { float: left; width: 50%; }
.split_right { float: right; width: 50%; }
.center { text-align: center; }
.box {
	background: #3a2714;
	margin: 5px 10px;
	padding: 10px;
	border: solid 1px #d48e16;
}

.more {
	background: transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left: 10px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 20px 10px;
	color: #fff;
}

h2 {
	font-size: 22px;
	margin: 0px 10px 5px 10px;
	border-bottom: solid 1px #4f462e;
	font-weight: normal;
	padding: 20px 0px;
	color: #a57c34;
}

#wrapper {
	margin: 30px auto;
	position: relative;
	text-align: left;
	width: 840px;
}

#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #493119;
	height: 100px;
	width: 840px;
}

#navigation {
	background: #3a2714;
	border-top: solid 2px #583b1f;
	border-bottom: solid 2px #583b1f;
	color: #a57c34;
	height: 40px;
	line-height: 40px;
	width: 840px;
}

#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	background-color: inherit;
	color: #a57c34;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 15px;
	text-decoration: none;
}

#navigation a:hover, #navigation .selected {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}

#intro_banner {
	background-image: url(../images/banners/intro_banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #493119;
	height: 300px;
	width: 840px;
}

#accommodation_banner {
	background-image: url(../images/banners/accommodation_banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #493119;
	height: 200px;
	width: 840px;
}

#wedding_banner {
	background-image: url(../images/banners/wedding_banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #493119;
	height: 200px;
	width: 840px;
}

#column1 { float: left; width: 420px; }
#column2 { float: right; width: 420px; }

#column1 ul, #column2 ul li {
	list-style-type: none;
	margin: 10px 10px 10px 15px;
}
#column1 ul li, #column2 ul li {
	background: transparent url(../images/arrow.gif) no-repeat 0px 5px;
	color: #fff;
	padding-left: 12px;
	margin-top: 6px;
}

#footer {
	border-top: solid 2px #583b1f;
	border-bottom: solid 2px #583b1f;
	clear: both;
	margin-top: 20px;
	padding: 10px 0px;
	text-align: center;
	width: 840px;
}

#contactform {
	border-collapse: collapse;
	width: 400px;
	margin: 10px;
}

#contactform input {
	background: #493119;
	color: #fff;
	width: 250px;
	border: solid 1px #583b1f;
	height: 20px;
}

#contactform input.btn {
	font-weight: bold;
	width: auto;
	height: auto;
	padding: 0px 5px;
	border: none;
}

#contactform textarea {
	background: #493119;
	color: #fff;
	width: 250px;
	height: 100px;
	border: solid 1px #583b1f;
}

#contactform td{
	padding: 5px;
	/*border-bottom: dotted 1px #583b1f;*/
}