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_.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;
}
#cols_wrap{ /* override */
	margin-top:40px;
}
	#col_left{ /* override */
        width:400px;
	}
	#col_right{ /* override */
        width:350px;
	}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
#googlemap_wrap{
    width:346px;
    height:280px;
	padding:1px;
	border:solid 1px #ccc;
}
    #googlemap{
        width:100%;
        height:100%;
		overflow:hidden;
    }
/*---------------------------------------------------*/
.balloon{
    position:relative;
}
    .balloon .image{
		display:block;
    }
    #balloon_oasis .image{
        width:66px;
        height:22px;
        background:url(/images/mapa_oasis.png) no-repeat 0 0;
    }
    .balloon .text{
        font-size:10px;
        line-height:130%;
    }

/*---------------------------------------------------*/
/*---------------------------------------------------*/
#office_corners_bottom{
	width:100%;
	height:10px;
	background:url(/images/office_corners_bottom.png) no-repeat 0 0;
	font-size:0;
}
#office{
	position:relative;
	width:310px;
	padding:20px 20px 1px 20px;
	background-color:#f3f3f3;
}
	#office_title{
		width:100%;
		height:16px;
		text-indent:-9999px;
		margin-bottom:5px;
		background:url(/images/contactos_title1_.png) no-repeat 0 0;
	}
	#office_address{
		font-size:12px;
		line-height:135%;
		margin-bottom:10px;
	}
		#office_address span{
			font-style:italic;
		}
		#office_address a{
			font-size:11px;
		}
	#office_img{
		position:absolute;
		top:20px;
		right:20px;
		width:130px;
		height:90px;
		padding:1px;
		border:solid 1px #ccc;
		background:#fff;
	}
	#office_gps{
		font-size:11px;
		margin-bottom:20px;
	}
		#office_gps span{
			font-weight:bold;
		}
	#office_contacts{
		width:100%;
	}
		#office_contacts li{
			font-size:18px;
			font-weight:bold;
			margin-bottom:10px;
			padding-left:20px;
		}
		#office_phone{
			background:url(/images/icon_phone.png) no-repeat 0 50%;
		}
			#office_phone span{
				font-size:11px;
				font-weight:normal;
			}
		#office_fax{
			background:url(/images/icon_fax.png) no-repeat 0 50%;
		}
			#office_fax span{
				font-size:11px;
				font-weight:normal;
			}		
		#office_mail{
			background:url(/images/icon_mail.png) no-repeat 0 50%;
		}
	
/*---------------------------------------------------*/
/*---------------------------------------------------*/
#mail_feedback{
	width:100%;
	margin-top:50px;
	padding-bottom:300px;
}
	#mail_feedback h1{
		margin-top:40px;
		font-size:24px;
		font-weight:bold;
		color:#165e99;
		margin-bottom:20px;
	}
    #mail_feedback p{
		line-height:135%;
		margin-bottom:10px;
    }

/*---------------------------------------------------*/
/*---------------------------------------------------*/
#contact_form_corners_top{
	width:100%;
	height:10px;
	background:url(/images/form_corners_top.png) no-repeat 0 0;
	font-size:0;
}
#contact_form_corners_bottom{
	width:100%;
	height:10px;
	background:url(/images/form_corners_bottom.png) no-repeat 0 0;
	font-size:0;
}
/*---------------------------------------------------*/
#contact_form{
	position:relative;
    width:380px;
	padding:40px 10px 10px 10px;
	background:#165e99 url(/images/form_to.png) no-repeat 18px 10px;
}
	#required_fields{
		position:absolute;
		top:-24px;
		right:10px;
		font-size:10px;
	}
    #contact_form table{            
        width:100%;
    }
        #contact_form td{
            padding:8px;
            vertical-align:middle;
        }
        #contact_form .label{
            width:20%;
        }
            #contact_form label{
                font-size:13px;
                font-weight:bold;
				color:#fff;
				line-height:130%;
            }
            #client_message_label{
				display:block;
                margin-bottom:6px;
            }
        #contact_form .input{
            width:80%;
        }
            #contact_form input{
                width:96%;
                height:20px;
                font-size:16px;
            }
            #client_message{
                width:98%;
                height:200px;
            }
    /*---------------------------------------------------*/
    #submit_area{
        position:relative;
        width:100%;
        height:38px;
		margin-top:10px;
    }
        #submit_btn{
            position:absolute;
            top:0;
            right:10px;
            width:125px;
            height:24px;
        }
        #submit_feedback{
			position:relative;
			top:4px;
            font-weight:bold;
			color:#fff;
			background-color:#d00;
        }