#dv_inicial{
	position:relative;
	height:430px;
	}
#dv_inicial #dv_piscina_fibra{
	position:absolute;
	width:360px;
	height:300px;
	left:0px;
	top:10px;
	border:solid 1px #000000;
	background:url(../imagens/cabecalho_pisc_fibra.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#dv_inicial #dv_piscina_vinil{
	position:absolute;
	width:360px;
	height:300px;
	left:370px;
	top:10px;
	border:solid 1px #000000;
	background:url(../imagens/cabecalho_pisc_vinil.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#dv_inicial #dv_acessorios{
	position:absolute;
	width:220px;
	height:300px;
	right:0px;
	top:10px;
	background-color:#0073BD;
	cursor:pointer;
	}
#dv_inicial #dv_acessorios #dv_acess_item{
	position:relative;
	width:200px;
	height:80px;
	left:10px;
	top:10px;
	margin-bottom:10px;
	background-color:#ffffff;
/*	border:#00CC33 solid 1px;/*verde*/
	}	
#dv_inicial #dv_acessorios #dv_foto_acess{
	position:absolute;
	width:60px;
	height:60px;
	left:10px;
	top:10px;
/*	border:#FFFF00 solid 1px;/*amarelo*/
	}
.texto_acess{
	position:absolute;
	top:10px;
	left:80px;
	width:120px;
	height:70px;
	font-size:11px;
	color:#333333;
	}
#dv_inicial #dv_acessorios .acessorios{
	width:200px;
	height:80px;
	display:block;		
	background-color:#FFFFFF;
	margin-left:10px;
	margin-top:-5px;
	margin-bottom:0px;
	}
#dv_inicial #dv_acessorios .acessorios_titulo{
	position:absolute;
	top:10px;
	left:80px;
	width:120px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height:90%;
	border:solid 1px #993300;
	}	
#dv_inicial #dv_depoimentos{
	position:absolute;
	width:360px;
	height:120px;
	left:0px;
	top:320px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	}
#dv_inicial #dv_depoimentos img{
	position:absolute;
	left:10px;
	top:10px;
	}	
#dv_inicial #dv_texto_inicial{
	position:absolute;
	width:360px;
	height:120px;
	left:370px;
	top:320px;
	border:solid 1px #D0D1CB;
	}
#dv_inicial #dv_texto_inicial img{
	position:absolute;
	left:10px;
	top:10px;
	}		
#dv_inicial #dv_duvidas{
	position:absolute;
	width:220px;
	height:100px;
	right:0px;
	top:320px;
	cursor:pointer;
	}
.texto_pisc{
	width:110px;
	height:40px;
	font-family:"Lucida Sans", "Trebuchet MS", Arial;
	font-size:14px;
	color:#FFC299;
	margin-left:240px;
	margin-top:2px;
	}
.titulo_inicial{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:90%;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	margin-left:100px;
	margin-bottom:0px;
	}
.texto_inicial{
	font-size:11px;
	color:#333333;
	margin-left:100px;
	margin-top:0px;
	}
.hiperlink_inicial{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:120px;
	margin-top:20px;
	text-decoration:none;
	}
.hiperlink_inicial:hover{
	color:#FF6600;
	text-decoration:underline;
	}