html, body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 100%;
	background: url(../images/page/page-bg.gif) repeat-x top left #6e6c6c;
}

h1 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
}

h2 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
}

h3 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
}

h4 {
	color: #c9b796;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
}

a {
	color: #c9b796;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#printheader {
	display: none;
}

#headerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	background: url(../images/header/header-bg.gif) repeat-x top left;
	text-align: center;
}

#navouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 43px;
	background: url(../images/nav/navigation-bg.gif) repeat-x top left;
	text-align: center;
}

#navouter ul {
	position: relative;
	float: none;
	width: 788px;
	height: 43px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navouter ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 43px;
	list-style: none;
	display: block;
}

#navouter ul li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
	text-indent: -5000px;
}

#navouter ul li.homepage a {
	width: 151px;
	background: url(../images/nav/navigation.gif) no-repeat 0px 0px;
}

#navouter ul li.homepage a:hover, body#home #navouter ul li.homepage a {
	background: url(../images/nav/navigation.gif) no-repeat 0px -43px;
}

#navouter ul li.gallery a {
	width: 192px;
	background: url(../images/nav/navigation.gif) no-repeat -151px 0px;
}

#navouter ul li.gallery a:hover, body#photogallery #navouter ul li.gallery a {
	background: url(../images/nav/navigation.gif) no-repeat -151px -43px;
}

#navouter ul li.about a {
	width: 151px;
	background: url(../images/nav/navigation.gif) no-repeat -343px 0px;
}

#navouter ul li.about a:hover, body#about #navouter ul li.about a {
	background: url(../images/nav/navigation.gif) no-repeat -343px -43px;
}

#navouter ul li.contact a {
	width: 169px;
	background: url(../images/nav/navigation.gif) no-repeat -494px 0px;
}

#navouter ul li.contact a:hover, body#contact #navouter ul li.contact a {
	background: url(../images/nav/navigation.gif) no-repeat -494px -43px;
}

#navouter ul li.links a {
	width: 125px;
	background: url(../images/nav/navigation.gif) no-repeat -663px 0px;
}

#navouter ul li.links a:hover, body#links #navouter ul li.links a {
	background: url(../images/nav/navigation.gif) no-repeat -663px -43px;
}

#contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 24px;
	font-size: 1.05em;
}

#contentinner {
	position: relative;
	float: none;
	margin: 30px auto 0px auto;
	padding: 0;
	width: 900px;
}

#contentinner .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 511px;
}

#contentinner .left img {
	border: 1px solid #afafaf;
}

#contentinner .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: -18px 0px 0px 0px;
	padding: 0;
	width: 370px;
	text-align: left;
}

#featurearea {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
	height: 236px;
}

#imageconsole {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 509px;
	height: 234px;
	border: 1px solid #afafaf;
}

#imageconsole .mask {
	position: relative;
	width: 509px;
	height: 234px;
	overflow: hidden;
	margin: 0px;
}

#imageconsole .mask #featureimage {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: auto;
	height: 234px;
}

#imageconsole .mask #featureimage div {
	display: block;
	float: left;
}

#imageconsole .mask #featureimage div img {
	margin: 0;
	padding: 0;
}

#featurearea #featuretext {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 365px;
	text-align: left;
}

#featurearea #featuretext h1 {
	margin-top: 0px;
	padding-top: 0px;
}

.fullwidth {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
}

.fullwidth ul.links {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.fullwidth ul.links li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 100%;
	list-style: none;
	border-bottom: 1px dotted #a9a8a8;
	text-align: left;
}

.third {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0px;
	width: 160px;
	text-align: center;
}

.thirdpadding {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	width: 160px;
	text-align: center;
}

.third img, .thirdpadding img {
	border: 1px solid #afafaf;
}

.floatleft {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 48%;
}

.floatright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: right;
}

.row {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 8px 0px 8px 0px;
	width: 100%;
	text-align: center;
}

.row .label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	width: 35%;
	text-align: right;
	color: #d9d9d9;
}

.row .formelement {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 62%;
	text-align: left;
}

.formitem {
	border: 1px solid #5b5b5b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 5px;
	max-width: 250px;
	background: url(../images/forms/textarea-bg.gif) repeat-x top left #6d6c6c;
	color: #ffffff;
}

.sendenquiry {
	position: relative;
	float: none;
	display: inline-block;
	width: 180px;
	height: 35px;
	background: url(../images/forms/send-enquiry-button.gif) no-repeat 0px 0px;
	border: none;
}

* html .sendenquiry {
	display: block;
}

.sendenquiry:hover {
	background: url(../images/forms/send-enquiry-button.gif) no-repeat 0px -35px;
}

.errors {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	padding: 8px 0px 8px 0px;
	width: 100%;
	background-color: #bca781;
	color: #ffffff;
	text-align: center;
}

.errors p {
	margin: 0;
	padding: 0;
}

#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
	color: #a9a8a8;
}

#footer .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 48%;
}

#footer .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: right;
}

#footer ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#footer ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li a {
	color: #a9a8a8;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #a9a8a8;
}

#footer ul li.last a {
	border-right: 1px solid #a9a8a8;
}

#footer ul li a:hover {
	color: #ffffff;
}

#footer a {
	color: #a9a8a8;
}

#footer a:hover {
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 0;
}

.pageimage {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 8px;
	padding: 0;
	border: 1px solid #afafaf;
}