html, body {
	background: #2A1B20 url('images/background.jpg') no-repeat fixed bottom left;
	color: #CBBBC0;
}

h1 {
	color: #FFFFFF;
}

h2, h3, h4, h5, h6 {
	color: #A58A93;
}

a, a:link, a:visited {
	color: #A58A93;
}

a:hover, a:active {
	color: #FFFFFF;
}

#header {
	height: 105px;
	vertical-align: bottom;
	background: url('images/header.png') no-repeat top left;
}

#gallery, #enquiries, #footer, #directory, #location {
	border-top: 1px dotted #584148;
}

#footer, #directory {
	color: #695158;
}

#footer h3 {
	color: #695158;
}

#footer a, #footer a:link, #footer a:visited, #directory a, #directory a:link, #directory a:visited {
	color: #785F66;
}

#footer a:hover, #footer a:active, #directory a:hover, #directory a:active  {
	color: #8C757B;
}

#guestbook, #special {
	border: 1px solid #584148;
	background: #402931;
	color: #81636C;
}

#special-phone {
	color: #A58A93;
}

.menu-item {
	padding: 0px 16px 0px 18px;
	border-left: 1px dotted #584148;
	text-align: center;
}

.menu-items .first {
	border: none;
}

#header .menu-items a, #header .menu-items a:link, #header .menu-items a:visited {
	color: #C3ABB3;
}

#header .menu-items a:hover, #header .menu-items a:active {
	color: #FFFFFF;
}

#footer .menu-items a {
	border-left: 1px dotted #584148;
}

#gallery-inner a img {
	border: 1px solid #584148 !important;
}

.button {
	background: url('images/button.png') no-repeat 0px 0px;
}	

.button a {
	color: #C5AFB6 !important;
	padding-left: 38px;
}

.button:hover {
	background: url('images/button.png') no-repeat 0px -30px;
}

input, select, textarea, #map {
	border: 1px solid #584148;
	background: #FFFFFF;
}

.footer-block, #edit-page-block {
	border: 1px solid #584148;
	background: #402931;
}

.contact-form {
	border-left: 1px dotted #584148;
}

/* jQuery Theme*/

.ui-widget h3 {
	color: #005B96 !important;
}

.ui-widget-overlay {
	background-color: #000000 !important;
	opacity: .75 !important;
	filter:Alpha(Opacity=75) !important;
}

.ui-widget-content {
	background: #402931 !important;
	border-color: #584148 !important;
	color: #81636C !important;
}

.ui-widget-header {
	border-width: 0px 0px 1px 0px !important;
	border-style: dotted !important;
	border-color: #584148 !important;
	background: none !important;
	color: #81636C !important;
}

.ui-state-default {
	border-color: #584148 !important;
	background: #402931 !important;
	color: #81636C !important;
}

.ui-state-hover {
	border-color: #A58A93 !important;
	background: #81636C !important;
	color: #A58A93 !important;
}

.ui-state-highlight {
	border-color: #81636C !important;
	background: #584148 !important;
}

.ui-state-active {
	border-color: #A58A93 !important;
	background: #81636C !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

