@charset "utf-8";
/* -------------------------------- MAIN */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f0edec;
}
img {
	border: none;
}
.clear {
	clear: both;
}
/* -------------------------------- LAYOUT */
#layout {
	float: left;
	width: 100%;
	text-align: center;
}
#mainwrapper {
	width: 760px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
/* -------------------------------- HEADER */
#header {
	float: left;
	width: 760px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image:url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header p {
	margin: 0px;
	padding: 10px 0px 0px 270px;
	font-family: Trebuchet MS, Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #c6b3a9;
}
#header a {
	color: #978982;
	text-decoration: none;
}
#header a:hover {
	color: #5d1105;
}
#contentwrapper {
	float: left;
	width: 760px;
	min-height: 250px;
	padding: 0px;
	margin: 0px;
	background-color: #c6b3a9;
}
/* -------------------------------- LEFT MENU */
#leftmenu {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 0.8em;
	line-height: 2.5em;
	font-family: Trebuchet MS, Arial, Times New Roman, Helvetica, sans-serif;
	background-color: #c6b3a9;
}
#leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftmenu ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #d4c3b9;
}
#leftmenu a {
	color: #fff;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-decoration:none;
}
#leftmenu a:hover {
	color: #5d1105;
}
#leftmenu a.selected {
	color: #5d1105;
}
/* -------------------------------- CONTENT */
#righttext {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	min-height: 250px;
	background-image:url(images/under-header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #e4dbd8;
}
#righttext p {
	color: #262626;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
#righttext ul {
	color: #262626;
	list-style-type: square;
}
#righttext ul li {
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 10px 20px;
	line-height: 1.5em;
}
#righttext h1 {
	color: #5d1105;
	font-family: Trebuchet MS, Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-style: normal;
	margin: 0px;
	padding: 70px 0px 15px 20px;
}
#righttext .btn {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#righttext h2 {
	color: #5d1105;
	font-size: 1em;
	font-style: normal;
	margin: 0px;
	padding: 18px 0px 5px 20px;
}
#righttext h3 {
	color: #5d1105;
	font-size: 0.9em;
	font-style: normal;
	margin: 0px;
	padding: 10px 0px 5px 20px;
}
#righttext a {
	color: #5d1105;
	text-decoration: none;
	font-weight: bold;
}
#righttext a:hover {
	text-decoration: underline;
}
#righttext table {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 520px;
}
#righttext table p {
	padding: 0px 0px 0px 6px;
	font-size: 0.7em;
}
#righttext table a {
	color: #5d1105;
}
#righttext table a:hover {
	text-decoration: underline;
}
#righttext img {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
#righttext .map {
	float: left;
	border: 1px solid #fff;
	margin: 5px 15px 0px 0px;
	padding: 0px;
}
#righttext .images-gallery {
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
/* -------------------------------- FOOTER */
#footer {
	float: left;
	width: 760px;
	height: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer p {
	font-size: 0.7em;
	color: #48494a;
	text-align: center;
	margin: 0px;
	padding: 195px 0px 0px 0px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #5d1105;
}
#footer form {
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	background-color: #fff;
	width: 220px;
	height: 70px;
}
