/* ========================*/
/*         Layout          */
/* ========================*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #212121;
	font: normal 100%/120% Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	background: #c8c8c6;
	width: 770px;
	min-height: 370px;
	margin: 95px auto 0;
	padding: 5px;
	border: 1px solid #c0c0be;
	}

#header {
	width: 770px;
	height: 320px;
	}
	
#menu {
	background: #8b8b8b;
	font: normal 55%/120% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	padding: 0 0 8px 20px;
	margin: 4px 0 0 0;
	position: relative;
	}
	
#logo {	
	background: transparent url(/graphics/logo.gif) 0 0 no-repeat;
	text-indent: -20000em;
	height: 31px;
	width: 215px;
	position: absolute;
	top: -2px;
	right: 0px;
	
	}

#logo a {
	display:block;
	height: 25px;
	width: 180px;
	margin:0 0 60px 0;
	}
	
#content {
	background: #fefef2;
	width: 768px;
	min-height: 150px;
	margin: 4px 0 6px 0;
	padding: 0;
	border: 1px solid #c0c0be;
	font: normal 60%/120% Verdana, Arial, Helvetica, sans-serif;
	}
	
	
#footer {
	font: normal 55%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	text-align: right;
	margin: 6px 0 0 0;
	}
	
/* ========================================================== */
/* ====                      HEADER                      ==== */
/* ========================================================== */
	
.pool{
	background: transparent url(/graphics/bg-pool.jpg) top left no-repeat;
	}
	
.evening{
	background: transparent url(/graphics/bg-evening.jpg) top left no-repeat;
	}
	
.patio{
	background: transparent url(/graphics/bg-patio.jpg) top left no-repeat;
	}
	
.lawn{
	background: transparent url(/graphics/bg-lawn.jpg) top left no-repeat;
	}
	
.water{
	background: transparent url(/graphics/bg-water.jpg) top left no-repeat;
	}
	
.local{
	background: transparent url(/graphics/bg-local.jpg) top left no-repeat;
	}
	
.accomo {
	background: transparent url(/graphics/bg-accomo.jpg) top left no-repeat;
	}

.enquire {
	background: transparent url(/graphics/bg-enquire.jpg) top left no-repeat;
	}
	
.newpool {
	background: transparent url(/graphics/gallery_pool.jpg) top left no-repeat;
	}

	

	
/* ========================================================== */
/* ====                       MENU                       ==== */
/* ========================================================== */

#menu ul {
	padding: 6px 15px 0 0;
	}
	
#menu ul li {
	color: #fff;
	display: inline;
	}

#menu ul li a {
	letter-spacing: -0.01em;
	padding: 0 6px 0 5px;
	letter-spacing: .05em;
	text-decoration: none;
	color: #fff;
	}
	
#menu ul li a:hover,
#menu ul li a.on {
	text-decoration: none;
	color: #3663a6;
	}
	
#menu ul li:after {
    content: " | "; 
	}
	
#menu ul li.last:after {
	content: ""; 
	}
	
#menu ul li.last a {
	padding-right: 0;
	}
	
/* ========================================================== */
/* ====                      CONTENT                     ==== */
/* ========================================================== */

#content {
	}
	
#content h1 {
	margin: 8px 0 0 24px;
	
	}
	
#content h1.home {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-home.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
#content h1.accomo {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-accomo.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
#content h1.local {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-local.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
#content h1.enquiries {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-enquiries.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
#content h1.terms {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-terms.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
#content h1.gallery {
	width: 404px;
	height: 22px;
	background: #fff url(/graphics/header-gallery.gif) top left no-repeat;
	text-indent: -20000em;
	}
	
	
#content h2 {
	}
	
#content h3 {
	}
	
#content p{
	margin: 10px 24px;
	color: #989895;
	}
	
#content img {
	margin: 10px 4px;
	}
	
#content img.first {
	margin-left: 55px;
	}
	
#content ul {
	}
	
#content ul li {
	}
	
#content ul.other li {
	}
	
/* ========================================================== */
/* ====                      FOOTER                      ==== */
/* ========================================================== */
	
#footer a {
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
/* ========================*/
/*         Styling         */
/* ========================*/

a {
	color: #3661a6;
	outline: none;
	text-decoration: underline;
	}
	
a:hover { 
	text-decoration: none;
	}
	
a img {
	border: none;
	}

html {
	overflow-y: scroll;
	}

/* ========================*/
/*          Hacks          */
/* ========================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */