@import url("listas.css"); /* formata todas as listas do site, com exceo do menu */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body {
	background:#f7fcff url(../images/fundo.jpg) left top repeat-x;
	}
	
#container {
	width:721px;
	background:#fff;
	margin:0 auto;
	}
	
#fastmenu {
	padding-top:20px;
	text-align:right;
	list-style:none;
	}
	
#fastmenu li {
	display:inline;
	margin-right:20px;
	}

#fastmenu li a img {
	border:none;
	}
	
#topo h1 {
	width:260px;
	height:73px;
	background:url(../images/logo.gif) center center no-repeat;
	margin-left:5px;
	text-indent:-9999px;
	float:left
	}
	
#topo h1 a {
	width:260px;
	height:73px;
	display:block
	}
	
#topo span {
	display:block;
	width:214px;
	height:48px;
	text-indent:-9999px;
	background:url(../images/1982.gif) center center no-repeat;
	margin-top:20px;
	float:right;
	margin-right:5px;
	}
html>body #topo span {
	margin-right:8px;
	}
	
#barnav {
	width:705px;
	height:34px;
	margin:0 auto;
	background:url(../images/fundo_menu.gif) left top repeat-x;
	text-align:center;
	border-top:1px solid #fff;
	list-style:none;
	}
html>body #barnav {
	margin-top:-4px;
	}
	
#barnav li {
	display:inline;
	}
	
#barnav li a {
	font-size:11px;
	color:#7D7D7D;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:7px;
	margin-right:7px;
	padding-bottom:2px;
	border-bottom:1px solid #7d7d7d;
	text-decoration:none;
	}
	
#barnav li a:hover {
	border-bottom:2px solid #FF6C00;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	}
	
h2 {
	text-indent:-9999px;
	}
	
h2.titulo {
	width:698px;
	height:41px;
	text-indent:-9999px;
	margin:0 auto;
	}
	
h3 {
	color:#0b75ab;
	text-indent:20px;
	}
	
#inf-uteis {
	margin-top:20px;
	padding:15px;
	padding-right:40px;
	padding-bottom:50px;
	}
	
#inf-uteis h3 {
	text-indent:0;
	}
	
#inf-uteis img {
	float:left;
	}
	
#inf-uteis p {
	padding:5px;
	color:#545454;
	float:right;
	width:450px;
	}
	
#info {
	width:550px;
	padding:0;
	margin:0 auto;
	margin-left:-10px;
	}
#info img {
	margin-left:0px;
	border:none;
	}
	
#conteudo {
	padding:10px;
	}
	
#conteudo p {
	font-size:13px;
	color:#545454;
	}
	
p.empresa {
	width:600px;
	margin:0 auto;
	text-align:justify;
	}
	
em {
	border-bottom:1px dotted #174B7A;
	color:#174B7A;
	}
	
.alinha-img {
	text-align:center;
	}
	
	
.frase {
	width:410px;
	height:43px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/frase_indagua.gif) center center no-repeat;
	}
	
span {
	color:#028fd6;
	}
	
.voltar-topo {
	text-align:right;
	padding-right:50px;
	}
.voltar-topo a {
	background:url(../images/voltar_topo.gif) left center no-repeat;
	padding-left:20px;
	color:#003366;
	}
.voltar-topo a:hover {
	text-decoration:none;
	}
	
form {
	background:url(../images/fundo_contato.jpg) right top no-repeat;
	height:250px;
	margin-top:15px;
	}
	
.contato {
	width:300px;
	text-align:right;
	border:none;
	padding-top:5px;
	}
	
.contato label {
	font-weight:bold;
	font-size:12px;
	}

#atencao {
	font-size:12px;
	width:200px;
	margin-left:100px;
	}
#erro {
	font-size:12px;
	}
#sucesso {
	font-size:14px;
	border:1px solid #f5f5f5;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	color:#ff6c00;
	}
	
.contato input.campos {
	width:179px;
	height:18px;
	border-top:2px solid #c4c4c4;
	border-left:2px solid #c4c4c4;
	border-bottom:1px solid #ececec;
	border-right:1px solid #ececec;
	margin-bottom:1px;
	}
.contato textarea {
	width:179px;
	height:87px;
	border-top:2px solid #c4c4c4;
	border-left:2px solid #c4c4c4;
	border-bottom:1px solid #ececec;
	border-right:1px solid #ececec;
	margin-bottom:1px;
	overflow:auto;
	}
	
.contato label.label-mensagem {
	display:block;
	float:left;
	margin-left:24px;
	margin-top:3px;
	}
html>body .contato label.label-mensagem {
	margin-left:48px;
	}
	
.contato input.botao {
	border-bottom:1px solid #028fd6;
	}
	
	
hr {
	height:1px;
	border:1px dotted #c0c0c0;
	}
	
.endereco {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#028FD6;
	}
	
.voltar {
	text-align:center;
	}
.voltar a {
	color:#FF6C00
	}
.voltar a:hover {
	text-decoration:none;
	}
	
#rodape {
	clear:both;
	border-top:1px dotted #dddada;
	width:700px;
	margin:0 auto;
	margin-top:30px;
	}
html>body #rodape {
	margin-top:10px;
	}
	
address {
	font-size:11px;
	color:#7d7d7d;
	text-align:center;
	font-style:normal;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}
	
address a {
	color:#7d7d7d;
	padding:3px;
	padding-bottom:1px;
	padding-top:1px;
	border-left:1px solid #7d7d7d;
	border-right:1px solid #7d7d7d;
	text-decoration:none;
	}
	
address a:hover {
	border:1px solid #7d7d7d;
	}


.foto_alvenaria{
	float:left;
	margin:0 60px 0 20px;
}

.float{
	float:left;
	color:#545454;
	width:360px;
	padding-right:20px;
}

.float2{
		_position:absolute;
	_margin:0 0 0 10px;
}


/*********************************************************
********************MODELO DE PISCINAS********************
*********************************************************/
#piscina{
	width:690px;
	list-style:none;
	text-align:center;
	margin:30px 0 0 8px;
}

#piscina a{
	color:#FF6C00;
	font-size:12px;
	border:none;
	text-decoration:none;
}

#piscina a:hover{
	color:#545454;
	text-decoration:none;
	border:none;
}

.img{
	border:none;
	margin:50px 0 15px 20px;
}

.img2{
	border:none;
	margin:30px 0 20px 20px;
}

.img3{
	border:none;
	margin:30px 0 20px 20px;
}

.img4{
	border:none;
	margin:20px 0 20px 50px;
}

.img5{
	border:none;
	margin:10px 0 20px 40px;
}

.piscina_cima{
	background:url(../images/fibra_cima.jpg) no-repeat;
	height:180px;
}

.piscina_meio{
	background:url(../images/fibra_meio.jpg) no-repeat;
	height:180px;
}

.piscina_meio2{
	background:url(../images/fibra_meio2.jpg) no-repeat;
	height:180px;
}

.piscina_baixo{
	background:url(../images/fibra_baixo.jpg) no-repeat;
	height:180px;
}

.piscina_baixo2{
	background:url(../images/fibra_baixo2.jpg) no-repeat;
	height:180px;
}

.teste{
	margin-top:30px;
}

/*****************************************************
*****************FIM MODELO DE PISCINAS***************
*****************************************************/

/*****************************************************
*********************BOMBAS.HTML**********************
*****************************************************/

.bombas{
	width:630px;
}

/*****************************************************
*******************FIM BOMBAS.HTML********************
*****************************************************/

/*****************************************************
********************ACESSORIOS.HTML*******************
*****************************************************/
#acessorios{
	list-style:none;
	margin:20px 0 0 20px;
	line-height:20px;
	background:url(../images/fundo_acessorios.jpg) no-repeat;
	width:662px;
	height:366px;
	text-indent:5px;
	padding-top:33px;
}

#acessorios ul{
	padding-bottom: 25px;
}
	
#acessorios li {
	font-size:12px;
	width:180px;
	float:left;
	margin-left:30px;
	_margin-left:20px;
	}
	
/*****************************************************
******************FIM ACESSORIOS.HTML*****************
*****************************************************/

/*****************************************************
*********************ILUMINAÇÃO***********************
*****************************************************/

.img6{
	border:none;
	margin:40px 0 10px 0px;
}

.img7{
	border:none;
	margin:20px 0 10px 0px;
}

.img8{
	border:none;
	margin:20px 0 10px 0px;
}

.img8{
	border:none;
	margin:10px 0 10px 0px;
}

.refletor_pos{
	padding-left:60px;
	position:absolute;
}

#refletor{
	width:630px;
	padding:0 25px 0 23px;
}

.refletor{
	width:165px;
	text-align:center;
	float:left;
	color:#545454;
	padding-left:30px;
}

.refletor2{
	width:190px;
	text-align:center;
	color:#545454;
	margin-left:240px;
	_margin:0px 0 0 400px;
	display:block;
}

.refletor3{
	width:165px;
	text-align:center;
	float:right;
	color:#545454;
	margin:-32px 0 0 450px;
	_margin:-32px 0 0 -80px;
	position:absolute;
	
}

.refletor4{
	width:170px;
	text-align:center;
	float:right;
	color:#545454;
	margin:-48px 0 0 450px;
	_margin:-48px 0 0 -80px;
	position:absolute;
	
}

.refletor5{
	width:170px;
	text-align:center;
	float:right;
	color:#545454;
	margin:0px 0 0 240px;
	_margin:0px 0 0 -80px;
	position:absolute;	
}

/*****************************************************
*******************FIM ILUMINAÇÃO*********************
*****************************************************/

.esp{margin:0 10px 0 10px;}