@charset "utf-8";

/* RESET BROWSER STYLES ---------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* --------------- end 960 grid --------------------------*/

html, body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:20px;
	background-color:#A2CD01;
}
#content
{
	float:left;
	width:100%;
	padding-bottom:20px;
	background-color: #fff;
}
#welcometext h1 .registerMark
{
	position:absolute;
	top:20px;
	font-size:15px;
	color:#9BC704;

}
#welcometext h1
{
	float:left;
	padding-top:15px;
}
#welcometext .advert
{
	float:right;
	width:315px;
	height:69px;
	margin-top:8px;
	background:url(../images/pools-advert.png) no-repeat top left;
}

a
{
	cursor: pointer;
}
p
{
	margin-bottom:10px;
}
br
{
	margin-bottom:8px;
}
h1
{
	font-size:55px;
}
h2
{
	color:#9BC704;
	font-size:15px;
	margin-bottom:10px;
}
.grid_4.alpha p
{
	margin-bottom:10px;
}

.greenTxt
{
	color:#9BC704;
}

div#top_bar
{
	float:left;
	background:url(../images/topBarBg.jpg) repeat-x top left;
	width:100%;
	height:50px;
}
.toptext
{
	float:right;
	width:165px;
	height:50px;
	font-size:19px;
	color:#FFF;
	margin-right:17px;
}
.toptextenglish
{
	float:right;
	width:165px;
	height:50px;
	font-size:19px;
	color:#FFF;
	margin-right:17px;
}
/* flags */
#flag-container
{
	margin-top:13px;
}
#flags 
{
	width:46px;
	display:inline;
}

#flags li 
{
	margin-right:3px;
	margin-bottom:22px;
	float:left;
	width:23px;
	height:23px;
	position:relative;
	overflow:hidden;
}

#flags img {
	position:absolute;
}
#flags .active
{
	width:23px;
	height:23px;
	background:url(../images/english-flag.gif) no-repeat bottom left;
}

#welcometext
{
	position:relative;
	float:left;
	width:940px;
	border-top:1px solid #BABABB;
	border-bottom:1px solid #BABABB;
	height:88px;
	/*padding-top:15px;*/
	margin-bottom:14px;
}
#welcometextSUB
{
	float:left;
	width:940px;
	border-top:1px solid #BABABB;
	border-bottom:2px solid #BABABB;
	height:73px;
	padding-top:15px;
}

/* main menu */
#header
{
	position: relative;
	width: 940px;
	height: 94px;
}
#logo
{
	float:left;
	background:url(../images/logo.gif) no-repeat top left;
	width:229px;
	height:47px;
	margin-top:29px;
}
.reg 
{
	font-size: 75%; 
	vertical-align: top;
}
{
	font-size:10px;
}
#menu
{
	position: absolute;
	top: 28px;
	right: 0;
	font-size:23px;
	line-height:15px;
	margin-top:10px;
}
#menu li 
{
	float: left;
	margin: 0;
	padding: 0;
}

#menu a 
{
	float: left;
	margin: 0;
	padding: 5px 5px 8px 10px;
	text-decoration: none;
	font-weight:normal;
	color:#51515B;
}
#menu a:hover
{
	color:#9BC704;
}
#menu li a#active
{
	color:#9BC704;
}

/* sub menu */
#submenu
{
	float: left;
	width:940px;
	height:38px;
	padding-top:10px;
	font-size:18px;
	border-bottom:1px solid #BABABB;
	margin-bottom:30px;
}
#submenu li 
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#submenu a 
{
	float: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight:normal;
	color:#51515B;
}
#submenu a:hover
{
	color:#9BC704;
}
#submenu li a#active
{
	background-color: #9BC704;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	color:#ffffff;
}

/* image gallery */
.clear {
	clear:both
}

#gallery 
{
	position:relative;
	padding-bottom: 1px;
	border-bottom: 3px solid #9BC704;
}
#gallery.long
{
	margin-bottom: 23px;
}
.maingallery
{
	height:394px;
}
.aboutgallery
{
	height:394px;
}
.subgallery
{
	height:178px;
}

#gallery li 
{
	float:left;
	position:absolute;
}

#gallery li img 
{
	border:none;
}

#gallery li.show 
{
	z-index:500
}

#gallery .caption 
{
	z-index:600; 
	background-color:#000; 
	color:#fff; 
	height:40px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content 
{
	margin:0px;
	padding-left:15px;
}

#gallery .caption .content h3 
{
	margin:0;
	padding:0;
	color:#9BC704;
}

/* add class to caption div to make a left slide caption box. */
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 178px;
}
/* add class to caption div to make a right slide caption box. */
.right {
	right: 0;
	bottom: 0;
	width: 221px !important;
	height: 178px;
}

.greenBar, .ShortgreenBar, .longGreenbar
{
	float:left;
	width:381px;
	height:3px;
	line-height: 3px;
	background:#9BC704;
	margin-top:1px;
}
.ShortgreenBar
{
	width:220px;
}
.longGreenbar
{
	width:700px;
}
.productsImg
{
	background:url(../images/pool-floor-products.jpg) no-repeat top left;
	width:700px;
	height:178px;
	padding-bottom:5px;
	border-bottom:2px solid #9BC704;
}
.mainLinks
{
	float:right;
	width:220px;
	height:117px;
	margin-bottom:21px;
}

/* buttons that roll on hover */
#buttons 
{
	width:220px;
}

#buttons li 
{
	margin-right:3px;
	margin-bottom:22px;
	float:left;
	width:220px;
	height:117px;
	position:relative;
	overflow:hidden;
}

#buttons img {
	position:absolute;
}
/* ------------------------- */
#containerButtons
{
	float:left;
	width:700px;
	height:117px;
	margin-left:10px;
	margin-top:20px;
}
.buttons2 
{
	width:700px;
}

.buttons2 li 
{
	margin-bottom:21px;
	margin-right:20px;
	float:left;
	width:220px;
	height:117px;
	position:relative;
	overflow:hidden;
}

.buttons2 img {
	position:absolute;
}
.buttons2 .last
{
	margin-right:0;
}

/* -------------------------------- */

/* footer */
div#footer
{
	clear: left;
	width: 100%;
  	font-size: 17px;
	font-weight: bold;
	color:#fff;
	background: #A1CC00 url(../images/footer_bg.png) repeat-x top left;
}
div#footer div
{
	position: relative;
	width: 960px;
	height: 121px;
	padding-bottom:20px;
}
div#footer div span
{
	position: absolute;
	width: 100%;
	height: 100%;

}
div#footer div .fr-footer
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/footer-french.png) no-repeat top left;
}
div#footer .strapline
{
	float:left;
	width:230px;
	height:55px;
	line-height:15px;
	padding:26px 0 0 0;
	font-size:18px;
}
div#footer .engtext, div#footer .address-eng
{
	float:right;
	width:220px;
	height:80px;
	line-height:15px;
	font-size:17px;
	padding:26px 0 0 25px;
}
div#footer .engtext a
{
	text-decoration:none;
}
div#footer .address-eng
{
	float:right;
	width:280px;
	line-height:15px;
	font-size:17px;
	padding:26px 0 0 25px;
}
div#footer .address-fr
{
	float:right;
	width:210px;
	line-height:15px;
	font-size:17px;
	padding:26px 0 0 25px;
}
div#footer .credits
{
	float:right;
	width:165px;
	height:20px;
	padding:26px 0 0 31px;
}
div#footer .credits a
{
	clear:left;
	float:right;
	font-size:12px;
	text-decoration:none;
}
div#footer .engtext p, div#footer .beltext p, div#footer .strapline p
{
	float:left;
	padding:0 0 0 0;
}
div#footer .engtext p a, div#footer .beltext p a, div#footer .strapline p a, div#footer .credits a
{
	color:#fff;
}
div#footer .engtext p a:hover
{
	text-decoration:underline;
}
div#footer .ocea-container
{
	float:right;
	width:157px;
	height:60px;
	margin:0 0 0 0;
	padding:26px 0 0 0px;
}

/* OVERLAY */

div.overlay
{ 
    position: relative;
	background-image: url(../images/overlay/overlay.png);
    width: 644px; 
    height: 484px;
    display: none;  
    padding: 38px;
	z-index: 1000;
}
 
div.overlay div.close
{ 
    background-image: url(../images/overlay/close.png); 
    position: absolute; 
    right: 5px; 
    top: 5px; 
    cursor: pointer; 
    height: 35px; 
    width: 35px; 
}

/* CONTACT FORM */

form div
{
	float: left;
	margin-bottom: 10px;
}
form div.chk
{
	margin-bottom: 0;
}
label
{
	float: left;
	display: block;
	width: 150px;
}
form div input, textarea
{
	width: 298px;
	padding: 5px;
	border: 1px solid #bababb;
	color: #666;
	background-color: #F7F7F7;
}
textarea
{
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	height: 85px;
}
form div input.chk
{
	float: left;
	width: auto;
	padding: 0;
	border: 0;
	margin: 0 0 10px 0;
}
label#interest
{
	height: 50px;
}
label.chk, label.info
{
	width: 292px;
	height: 13px;
	line-height: 13px;
	margin: 0 0 10px 5px;
}
label.info
{
	line-height: 17px;
	height: auto;
}
form div input:focus, textarea:focus
{
	border-color: #9BC704;
}
input#submit
{
	margin-left: 150px;
}
#thanks
{
	border: 1px solid #B9B682;
	padding: 15px;
	background-color: #FDFFAE;
	margin-bottom: 20px;
}
