body {
	font-family: 'Century Gothic';
	font-size: 14px;

	margin: 0;
	padding: 0;
	padding-top: 1em;

	background-image: url('default/images/bg.jpg');
	background-position: top center;
}

a {
	color: #003366;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#header { float: left; width: 940px; padding-bottom: 1em; }

#identity {
	float: left;
}

#identity h1 {
	margin: 0;
	padding: 0;
}

#identity h1 a {
	display: block;
	width: 112px;
	height: 65px;
	
	font-size: 1px;
	text-indent: -9999em;

	background-image: url('default/images/logo.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#mailing-list {
	float: right;
	width: 450px;
	font-size: 12px;
}

#mailing-list fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#mailing-list fieldset legend {
	display: block;
	font-weight: bold;
	width: 100%;
	padding-bottom: 4px;
	text-align: right;
	text-transform: uppercase;

	border-bottom: 2px solid black;
}

#mailing-list .form-row {
	float: left;
	padding: 4px 0;
	margin-right: 4px;
}
#mailing-list .form-row input.text {
	width: 120px;

	padding: 2px;
	background-color: white;
	border: 1px solid #ccc;
}
#mailing-list .form-row input.text:focus {
	background-color: #ffe;
	border: 1px solid #666;
}

#main-nav {
	float: left;
	width: 940px;
	background-image: url('default/images/nav-bg.gif');
	background-repeat: no-repeat;
}

#main-nav a { text-decoration: none; }

#main-nav ul {
	margin: 0;
	padding: 0;
	padding: 0 10px;
	list-style: none;
}

#main-nav ul li {
	float: left;
}

#main-nav ul li span {
	display: block;
	float: left;

	color: white;
	font-family: century gothic;
	font-size: 18px;
	margin-left: 10px;
	padding: 18px 10px;
}

#main-nav ul li.selected span,
#main-nav ul li a:hover span {
	background-color: #872B4B;
	background-image: url('default/images/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.content-body {
	padding: 20px;
	background-color: white;
}

#home.content-body {
	padding: 0;
	background-color: white;
}

.content-body h2,
.content-body h3 {
	color: #c1386c;
}

.main-content {
	float: left;
	width: 440px;
}

.launch-message {
	color: #c00;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
}

#widgets {
	float: right;
	width: 440px;
}

#gallery {
	float: left;
	margin-top: 1em;
}

#gallery_home { height: 487px; }

#floor-list .floor {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	clear: both;
}

#floor-list .floor .image {
	float: left;
}

#floor-list .floor .image img {
	padding: 4px;
	border: 1px solid #ccc;
}

#floor-list .floor .content {
	float: left;
	margin-left: 1em;
}

#floor-list .floor .content h3 {
	margin-top: 0;
}

#floor-list .floor .content a {
	font-weight: bold;
}

.enquiries {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	
	color: #666;
	background-color: #ffc;
	border: 1px solid #ccc;
}

.enquiries strong {
	color: black;
}

#contact-content {
	float: left;
	width: 400px;
}

#google-map { float: right; }

#footer {
	background-color: white;
}

#footer a { text-decoration: none; }

#footer hr {
	display: none;
}

#footer img {
	border: 0;
}

#footer #external-links {
	margin-top: -4px;
	padding: 10px;
	background-color: black;
}

#footer #external-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #external-links ul li { float: left; }

#footer #external-links ul li a span {
	display: block;
	float: left;
	font-size: 1px;
	text-indent: -999999em;
	
	margin: 0 9px;
}
/*
#ext-blog a span { 
	width: 360px;
	height: 74px;
	
	background-image: url('default/images/button_connect2blog-disable.png');
	background-repeat: no-repeat;
}
*/
#ext-blog span {
	display: block;
	width: 360px;
	height: 74px;
	text-indent: -999em;
	
	background-image: url('default/images/button_connect2blog-disable.png');
	background-repeat: no-repeat;
}
#ext-wish a span { 
	width: 300px;
	height: 74px;
	
	background-image: url('default/images/button_1wish.png');
	background-repeat: no-repeat;
}

#ext-facebook a span { 
	width: 201px;
	height: 74px;
	
	background-image: url('default/images/button_facebook.png');
	background-repeat: no-repeat;
}

#management,
#owners {
	padding: 10px;
}

#management span.relationship,
#owners span.relationship {
	display: block;
	margin-bottom: 0.5em;
	font-size: 10px;
	text-transform: uppercase;
}

#management {
	float: left;
}

#new-management {
	padding: 1em 0;
	text-align: center;
}

#owners {
	float: right;
}

.clear {
	clear: both;
}

p.disclaimer {
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}