html {
	background: #271680 url('images/background.jpg') repeat-x top center;
}

body {
	background: url('images/surfboard.jpg') no-repeat bottom left fixed;
	/*color: #8A7FC6;*/
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #9B8EE5;*/
}

.tables {
	border-collapse: collapse;
	width: 100%;
}

.tables td {
	border: 1px solid #5D30E2;
	background: #512BCC;
	padding: 6px;
	color: #BBB3EF;
}

#ui-datepicker-div {
	display: none;
}

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

#menu {
	margin-bottom: 25px;
}

#sidebar {
	padding: 0px;
}

#sidebar-inner {
	margin-top: 0px;
}

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

#footer, #directory {
	color: #5749A3;
}

#footer h3 {
	color: #7769C4;
}

#footer a, #footer a:link, #footer a:visited, #directory a, #directory a:link, #directory a:visited {
	color: #5749A3;
}

#footer a:hover, #footer a:active, #directory a:hover, #directory a:active  {
	color: #7769C4;
}

#guestbook, #special {
	border: 1px solid #26167E;
	background: #D4C9F6;
	color: #705EA8;
}

#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: #55438B;
}

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

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

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

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

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

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

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

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

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

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

.footer-block, #edit-page-block {
	border: 1px solid #5140A6;
	background: #271680;
}

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

#content, #flash {
	padding-top: 0px;
}

/* 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;
}

