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,
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-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}
:focus{
    outline:0;
}
body{
    line-height:1;
}
ol, ul{
    list-style:none;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}body{
    background:url(/images/bg_body.jpg) repeat 0 0;
	padding-bottom:50px;
}
hr{
    display:none;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#live1_wrap{
	width:100%;
	background:#ff6600;
}
	#live1{
		width:870px;
		height:7px;
		margin:0 auto 0 auto;
		background:#ff6600;
		font-size:0;		
	}
#live2_wrap{
	width:100%;
	background:#fff;
}
	#live2{
		width:870px;
		height:2px;
		margin:0 auto 0 auto;
		background:#fff;
		font-size:0;		
	}	

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#spotlight{
	width:100%;
	background:url(/images/bg_spotlight.jpg) no-repeat 50% -75px;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#layout_wrap{
	width:870px;
	margin:0 auto 0 auto;
	padding-top:60px;
}
	#layout_corners_top{
		width:860px;
		height:10px;
		margin:0 auto 0 auto;		
	    background:url(/images/bg_layout_corners_top.png) no-repeat 0 0;
		font-size:0;
	}
	#layout_corners_bottom{
		width:860px;
		height:20px;
		margin:0 auto 0 auto;
	    background:url(/images/bg_layout_corners_bottom.png) no-repeat 0 0;
		font-size:0;
	}
	#layout{
		width:800px;
		padding:20px 35px 20px 35px;
	    background:url(/images/bg_layout_middle.png) repeat-y 0 0;
	}
	* html #layout{
	    background:transparent none;
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_layout_middle.png',sizingMethod='scale');
	}
	
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#header{
	position:relative;
	width:100%;
	height:100px;
}
	#header_logo{
		position:absolute;
		bottom:0;
		left:0;
	}
	#header_menu_main{
		position:absolute;
		bottom:10px;
		right:0;
	}
		#header_menu_main li{
			float:left;
		}
			#header_menu_main li a{
				display:block;
				height:40px;
				text-indent:-9999px;
			}
			#header_menu_main li a:hover{
				background-position:0 -40px;
			}
			#header_menu_main li a.current{
				background-position:0 -80px;
			}
			#menu_moradias_pt a{
				width:140px;
			    background:url(/images/menu_moradias_pt.png) no-repeat 0 0;
			}
			#menu_moradias_en a{
				width:94px;
			    background:url(/images/menu_moradias_en.png) no-repeat 0 0;
			}
			#menu_piscinas_pt a{
				width:124px;
			    background:url(/images/menu_piscinas_pt.png) no-repeat 0 0;
				margin-left:40px;
			}
			#menu_piscinas_en a{
				width:220px;
			    background:url(/images/menu_piscinas_en.png) no-repeat 0 0;
				margin-left:40px;
			}			
			#menu_tenis_pt a{
				width:220px;
			    background:url(/images/menu_tenis_pt.png) no-repeat 0 0;
				margin-left:40px;			
			}
			#menu_tenis_en a{
				width:192px;
			    background:url(/images/menu_tenis_en.png) no-repeat 0 0;
				margin-left:40px;			
			}
	#header_menu_sec{
		position:absolute;
		top:0;
		right:0;
	}
		#header_menu_sec li{
			float:left;
			margin-left:30px;
		}
			#header_menu_sec li a{
				padding-right:10px;
				background:url(/images/pointer.png) no-repeat right 50%;
				font-size:12px;
				text-decoration:none;
				color:#165e99;
			}
			#header_menu_sec li a:hover{
				color:#ff6600;
			}
			#header_menu_sec li a.current{
				background:none;
				color:#ff6600;
			}
	#header_menu_lang{
		position:absolute;
		top:0;
		left:10px;
	}
		#header_menu_lang li{
			float:left;
			margin-right:20px;
		}
			#header_menu_lang li a{
				padding-right:10px;
				background:url(/images/pointer.png) no-repeat right 50%;
				font-size:11px;
				text-decoration:none;
				color:#165e99;
			}
			#header_menu_lang li a:hover{
				color:#ff6600;
			}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#cols_wrap{
	position:relative;
	width:100%;
}
	#col_left{
		float:left;
		width:500px;
	}
	#col_right{
		float:right;
		width:250px;
	}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#teaser_corners_top{
	width:100%;
	height:10px;
	background:url(/images/teaser_corners_top.png) no-repeat 0 0;
	font-size:0;
}
#teaser_corners_bottom{
	width:100%;
	height:10px;
	background:url(/images/teaser_corners_bottom.png) no-repeat 0 0;
	font-size:0;
}
#teaser{
	width:210px;
	padding:16px 20px 16px 20px;
	background:#f3f3f3;
}
	.teaser_block{
		margin-bottom:30px;
	}
	.teaser_block_last{
		margin-bottom:0;
	}
		.teaser_block h3{
			width:100%;
			height:16px;
			text-indent:-9999px;
			margin-bottom:5px;
		}
		.teaser_block p{
			font-size:12px;
			line-height:135%;
			color:#4c4c4c;
		}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#contactus{
	width:230px;
	padding-left:20px;	
	margin-top:20px;
}
	#contactus p{
		font-size:11px;
		color:#4c4c4c;
		line-height:135%;
		margin-bottom:8px;
	}
	#contactus a{
		padding-right:8px;
		background:url(/images/pointer.png) no-repeat right 50%;
		font-size:11px;
	}
	
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#clients{
	position:relative;
	width:100%;
	margin-top:70px;
	background:url(/images/h_line.png) repeat-x 0 top;	
	padding-top:8px;
}
	#clients_desc{
		position:absolute;
		top:42px;
		right:0px;
		width:200px;
		padding-top:64px;
		font-size:11px;
		line-height:135%;
		color:#000;
		background:url(/images/clients_bg_algarve.png) no-repeat 0 10px;		
	}
	#clients h4{
		width:100%;
		height:18px;
		text-indent:-9999px;
		background:url(/images/clients_title_en.png) no-repeat 0 0;
		margin-bottom:6px;
	}
	#clients_cols{
		width:100%;
		background:url(/images/h_line.png) repeat-x 0 top;
		padding:16px 0 5px 0;
	}
		.client_col{
			float:left;
			width:190px;			
		}
		#client_col1{
			padding-left:20px;
		}	
			.client_col li{
				padding-left:10px;
				background:url(/images/bullet.png) no-repeat 0 50%;
				font-size:11px;
				color:#000;
				margin-bottom:10px;
			}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#references{
	width:100%;
	background:url(/images/h_line.png) repeat-x 0 top;
	padding-top:24px;
}
	.reference{
		float:left;
		font-size:11px;
		color:#969696;
		line-height:135%;
	}
	#reference_app{
		position:relative;
		width:200px;
		padding-left:78px;
		margin-right:30px;
	}
		#reference_app a{
			position:absolute;
			top:0;
			left:0;
			width:70px;
			height:45px;
			text-indent:-9999px;
			background:url(/images/logo_app.png) no-repeat 0 0;
		}
		#reference_app a:hover{
			background-position:0 -45px;
		}
	#reference_aecops{
		position:relative;
		width:145px;	
		padding-left:60px;
		margin-right:50px;
	}
		#reference_aecops a{
			position:absolute;
			top:0;
			left:0;
			width:48px;
			height:47px;
			text-indent:-9999px;
			background:url(/images/logo_aecops.png) no-repeat 0 0;			
		}
		#reference_aecops a:hover{
			background-position:0 -47px;
		}		
	#reference_tecnilazer span{
		color:#6e6e6e;
	}		

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#footer{
	margin-top:5px;
	font-size:11px;
	color:#fff;
	line-height:150%;
	text-align:center;
}
	#footer a{
		text-decoration:none;
		color:#fff;
	}
	#footer a:hover{
		color:#fff;
	}	
		#footer a span{
			color:#ccc;
		}
		#footer a:hover span{
			color:#fff;
		}body{
    font-family:Arial,sans-serif;
    font-size:13px;
    color:#4c4c4c;
}
strong{
	font-weight:bold;
}

.link{
	color:#165e99;	
}
.link:hover{
	color:#ff6600;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
/*	background-color: #fff;*/
	background:#fff url(/images/logo_oasis_photos.png) no-repeat 80% 40%;
}

.lbLoading {
	background:#fff url(/images/slimbox-1.68/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox-1.68/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox-1.68/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/slimbox-1.68/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
/*	margin-right: 71px;*/
	margin-right: 171px;
}

#lbCaption {
	font-weight: bold;
}
#slideshow_wrap{
    position:relative;
    width:760px;
    height:111px; /* photo height + border top bottom */
    margin:30px auto 30px auto;
	padding:30px 0 30px 40px;
	background:url(/images/slideshow_inside.png) no-repeat 0 0;
}
    #slideshow_prev{
        position:absolute;
        top:60px;
        left:7px;
        width:25px;
        height:41px;
		background:url(/images/prev.png) no-repeat 0 0;
		font-size:0;		
    }
    #slideshow_next{
        position:absolute;
        top:60px;
        right:7px;
        width:25px;
        height:41px;
		background:url(/images/next.png) no-repeat 0 0;
		font-size:0;
    }
	#slideshow_next.over,#slideshow_prev.over{
		background-position:-50px 0;
		cursor:pointer;
	}
	#slideshow_wrap .blocked, #slideshow_wrap .blocked{
		background-position:-25px 0;
	}
    #slideshow_visible{
        width:720px;
        overflow:hidden;
		position:relative;
    }
        #slideshow_photos{
            position:relative;
            left:0;
            width:30000px;
        }
            #slideshow_photos a{
               display:block;
               width:166px;
               height:109px;
               border:solid 1px #fff;
               float:left;
               margin-right:16px;
            }
            #slideshow_photos a:hover{
				border:solid 1px #ff6600;
			}
            #slideshow_photos img{
				width:166px;
	            height:109px;
			}




/*-------------------------------------------------*/
/*-------------------------------------------------*/
.service{
	margin-bottom:40px;
}
.service_last{
	margin-bottom:0;	
}
	.service h2{
		width:100%;
		height:45px;
		text-indent:-9999px;
		margin-bottom:4px;
	}
	#service1 h2{
		background:url(/images/piscinas_title1_en.png) no-repeat 0 0;
	}
	#service2 h2{
		background:url(/images/piscinas_title2_en.png) no-repeat 0 0;
	}
	#service3 h2{
		background:url(/images/piscinas_title3_en.png) no-repeat 0 0;
	}	
	.service p{
		line-height:135%;
		color:#4c4c4c;
		margin-bottom:12px;
	}
	.service ul{
		width:500px;
		padding:10px 0 10px 20px;
	}
		.service li{
			padding-left:10px;
			background:url(/images/bullet.png) no-repeat 0 6px;
			font-size:12px;
			color:#000;
			line-height:135%;
			margin-bottom:12px;
		}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
#teaser_block1 h3{
	background:url(/images/teaser_title5_en.png) no-repeat 0 0;
}
#teaser_block2 h3{
	background:url(/images/teaser_title6_en.png) no-repeat 0 0;
}
#teaser_block3 h3{
	background:url(/images/teaser_title7_en.png) no-repeat 0 0;
}
#teaser_block4 h3{
	background:url(/images/teaser_title8_en.png) no-repeat 0 0;
}

.teaser_block ul{
	width:205px;
	padding-left:5px;
}
	.teaser_block ul li{
		padding-left:10px;
		background:url(/images/bullet.png) no-repeat 0 6px;
		line-height:135%;
		margin-bottom:2px;
		font-size:12px;
	}
	.teaser_block ul li.pooldeck{
		margin-top:8px;
	}
		.teaser_block ul li.pooldeck img{
			position:relative;
			top:1px;
		}
		.teaser_block ul li span{
			font-size:10px;
		}
