@charset "utf-8";
/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#global_nav li a span
	{
		padding: 6px 15px 6px !important;
	}
}
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
html
{
	/*background: url(images/bg.jpg) top left repeat-x fixed #0C71CB;*/
}
body {
	background: url(images/pool.jpg) top center no-repeat fixed #0C71CB;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
/*#wrap {
	width: 922px;
	margin: 0 auto;
	min-height: 100%;
	background: url(images/top.png) top left no-repeat;
}
#wrap_top {
	min-height: 100%;
	background: url(images/repeat.png) top left no-repeat;
}*/

#wrap {
	height: 100%;
	background: url(images/top.png) top left no-repeat transparent;
	width: 922px;
	margin: 0 auto;
}
#wrap_top {
	min-height: 100%;
	background: url(images/repeat.png) 0 60px no-repeat;
}
#wrap_bott {
	min-height: 100%;/*background: url(images/footer.png) bottom left repeat-x fixed transparent;*/
}
#shade {
	height: 12.5%;
	width: 850px;
	position: fixed;
	bottom: -1px;
	left: 50%;
	margin-left: -425px;
}
.pool-top
{
	height: 20%;
	background: url(images/pool.png) bottom left no-repeat transparent;
}
.pool-bott
{
	height: 80%;
	background: url(images/shade.png) top left repeat-x transparent;
}
#header {
	padding: 45px 0 0;
	text-align: center;
}
#logo img
{
	padding: 20px 0 0;
}
#contact_box
{
	float: right;
	width: 224px;
	text-align: right;
	margin: 0 22px 0 -224px;
	position: relative;
	z-index: 999;
}
.contact-open
{
	background: url(images/contact-open.png) top right no-repeat;	
	cursor: pointer;
	height: 53px;
	padding: 10px 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.contact-closed
{
	background: url(images/contact-closed.png) top right no-repeat;	
	cursor: pointer;
	height: 53px;
	padding: 10px 40px 0 0;
}
.contact-closed img
{
	margin: 0 0 5px;
}
#content {
	padding: 30px 63px 122px 57px;
	font-size: 14px;
}
#content p {
	text-align: justify;
}
#left {
	float: left;
	width: 464px;
}
#right {
	float: right;
	width: 314px;
	margin: 0 0 36px 26px;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 16px 0 0;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 2em 0 0;
}
p.link {
	margin: 0 0 2px;
}

.copyright, #content .copyright
{
	font-size: 12px;
	text-align: center;
	margin: 50px 0 0 0;
	line-height: 18px;
}
/* Links */
a img {
	border: none;
}
a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Misc */
.align-right, #content .align-right {
	text-align: right;
}
.align-center, #content .align-center {
	text-align: center;
}
.link img {
	margin: 0 5px -.25em;
	vertical-align: middle;
}
/* Nav */
#global_nav
{
	width: 608px;
	height: 26px;
	margin: 0px auto;
	overflow: hidden;
	background: url(images/nav.jpg) top left no-repeat #0C71CB;
}

#global_nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#global_nav li
{
	float: left;	
}

#global_nav li a
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #feffff;
	margin-left: 10px;
	background: url(images/nav-bg.png) top left repeat-x #07AAE8;
}

#global_nav li a.hover
{
	color:#bbe6f6;
}

#global_nav li a.current, #global_nav li a:active, #global_nav li a:focus, #global_nav li a.active
{
	background: url(images/nav-left.png) top left repeat-y #148BC9;
	outline: none;
}

#global_nav li a:active span, #global_nav li a:focus span, #global_nav li a.active span, #global_nav li a.current span
{
	background: url(images/nav-right.png) top right repeat-y transparent;
}

#global_nav li a span
{
	display: block;
	padding: 5px 15px 6px;
}
/* QT */
.qt
{
	background: url(images/qt-repeat.jpg) top left repeat-y;
	font-size: 13px;
}

.qt h2
{
	margin: 0; 0 5px;
	font-size: 1em;
}

.qt-top
{
	background: url(images/qt-top.jpg) top left no-repeat;
}

.qt-bott
{
	background: url(images/qt-bott.jpg) bottom left no-repeat;
	padding: 10px;
}

.qt a
{
	display: block;
	height: 43px;
	text-indent: -5000px;
}
/* Form */
div.mce_inline_error {
	color: #F00;
}
#mc-embedded-subscribe-form {
	font: normal 100% Arial;
	font-size: 14px;
}
.indicate-required {
	text-align: right;
	font-style: italic;
	overflow: hidden;
	color: #333333;
	margin: 0 9% 0 0;
}
.mc-field-group {
	margin: 6px 5%;
	clear: both;
	overflow: hidden;
}
.mc-field-group label {
	display: block;
	margin: 3px 0;
	line-height: 1em;
	font-weight: bold;
}
.mc-field-group input {
	margin-right: 1.5em;
	padding: .3em .4em;
	width: 95%;
	float: left;
	z-index: 999;
}
.mc-address-group {
	overflow: hidden;
	clear: both;
	margin: 6px 5%;
}
.addressfield {
	padding: .5em 0;
	margin: 0 0 6px 0;
	overflow: hidden;
}
.addressfield input {
	width: 95%;
	margin: .3em .5em .3em 0;
	padding: .3em .4em;
}
.addressfield li {
	padding: 2px 0;
	color: #333;
	font-style: italic;
	font-size: .8em;
	list-style: none;
}
.phonefield {
	clear: both;
	display: inline;
}
.mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
.mce-error-response {
	display: none;
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
	color: #FF0000;
}
.mce-success-response {
	display: none;
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
	color: #529214;
}
.countryfield label {
	font-weight: normal;
	display: block;
	font-size: 1.1em;
}
.countryfield select {
	margin-right: 1.5em;
	padding: .3em .4em;
	width: 45%;
	float: left;
	z-index: 999;
}
.phonefield input {
	margin-right: 0;
	padding: .3em .4em;
	width: 35px;
	float: none;
	z-index: 999;
	display: inline;
}
input.btn {
	background: url(images/btn.png) top left no-repeat #fff;
	text-indent: -3000px;
	padding: 0;
	border: none;
	width: 125px;
	height: 35px;
	outline: none;
}
.unfilled
{
	font-style: italic;
}

ul.services li
{
	float: left;
	width: 25%;
	margin: 0 0 5px;
}


