html, body {
	background: #F1E5D3 url('images/background.png') repeat-x top center;
	color: #7246A3;
}

h1, h2, h3, h4, h5, h6 {
	color: #522D7B;
}

a, a:link, a:visited {
	color: #7246A3;
}

a:hover, a:active {
	color: #522D7B;
}

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

#content {
	padding-top: 0px;
}

#menu {
	margin-bottom: 20px;
}

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

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

#footer h3 {
	color: #AE997B;
}

#footer a, #footer a:link, #footer a:visited, #directory a, #directory a:link, #directory a:visited {
	color: #8D71AD;
}

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

#guestbook, #special {
	border: 1px solid #331356;
	background: #522D7B;
	color: #FCAA0A;
}

#guestbook h1, #guestbook h2, #guestbook h3, #guestbook h4, #guestbook h5, #guestbook h6, #special h1, #special h2, #special h3, #special h4, #special h5, #special h6, #special-phone {
	color: #FFFFFF;
}

.menu-item {
	padding: 0px 8px 0px 10px;
	border-left: 1px dotted #F07143;
}

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

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

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

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

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

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

.button a {
	color: #FFEDCC !important;
}

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

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

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

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


/* 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: #C4E3F5 !important;
	border-color: #00A2DD !important;
	color: #005B96 !important;
}

.ui-widget-header {
	border-width: 0px 0px 1px 0px !important;
	border-style: dotted !important;
	border-color: #00A2DD !important;
	background: none !important;
	color: #005B96 !important;
}

.ui-state-default {
	border-color: #86C7EF !important;
	background: #DFF4FF !important;
}

.ui-state-hover {
	border-color: #00A2DD !important;
	background: #C4E3F5 !important;
}

.ui-state-highlight {
	border-color: #00A2DD !important;
	background: #C4E3F5 !important;
}

.ui-state-active {
	border-color: #00A2DD !important;
	background: #7FD2FF !important;
	font-weight: bold !important;
}


