@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;} 

body{font-size: 14px; font-family:Arial; background: url(bg/bg_body.jpg)}

a{text-decoration:none;}
a:hover{text-decoration: none;}

#container_topo{background: url(bg/bg_topo.jpg) repeat-x top; height: 155px;}
#topo{position: relative; width: 980px; height:155px; margin: 0 auto;}

#logotipo{width: 468px; height: 87px; position: absolute; top: 33px; left: -190px; }
#menu{ width: 617px; height:88px; float: right; margin-top: 40px; position:relative;}
#menu ul{list-style: none; }
#menu ul li{display: inline; margin-left: 1px;}
#menu ul li.first{margin-left: 0;}
#menu ul li a{font-size: 16px; font-weight:bold; color: #00533c;  float: left; width: 99px; text-align: center; height: 45px; margin-right: 2px; padding-top: 40px;}
#menu ul li a:hover, #menu ul li a.ativado	{color: #FFF212; text-decoration:none;}

#menu ul li a#item1{background: url(bg/bg_menu1.png) no-repeat top center;}
#menu ul li a#item1:hover{ background:url(bg/bg_5Hover.png) no-repeat top center;}

#menu ul li a#item2{background: url(bg/bg_menu2.png) no-repeat top center;}
#menu ul li a#item2:hover{ background:url(bg/bg_2Hover.png) no-repeat top center;}

#menu ul li a#item3{background: url(bg/bg_menu3.png) no-repeat top center;}
#menu ul li a#item3:hover{ background:url(bg/bg_3Hover.png) no-repeat top center;}

#menu ul li a#item4{background: url(bg/bg_menu5.png) no-repeat top center;}
#menu ul li a#item4:hover{ background:url(bg/bg_5Hover.png) no-repeat top center;}
.prod{
	width:200px;
	height:150px;
	border: solid #CCC 1px;
	padding:5px;
	margin:4px;
	float:left;
}
.prod1{
	width:310px;
	height:200px;
	border: solid #CCC 1px;
	padding:5px;
	margin:4px;
	float:left;
}




/*---------------SUB-MENU EMPRESA---------------*/

#menu ul li ul.sub-menuEmpresa {
	display:none;
	position: absolute;
	top: 60px;
	padding-bottom:0px;
	z-index: 90;
	width:90px;
	right:520px;
	

}

#menu ul li:hover ul.sub-menuEmpresa {
	display: block;
	background:#FFF212;
	

}

#menu ul li ul.sub-menuEmpresa li a{
	font-size:10px;
	padding-bottom:0px;
	height:10px !important;
	line-height:1px !important;
	margin-bottom:0px;
	padding-top: 10px !important;
	text-align:left;
	padding:5px;

	
	
	}

/*---------------SUB-MENU UNIDADE 1---------------*/

#menu ul li ul.sub-menuUnidade1 {
	display:none;
	position: absolute;
	top: 60px;
	padding-bottom:0px;
	z-index: 90;
	width:90px;
	right:210px;

}

#menu ul li:hover ul.sub-menuUnidade1 {
	display: block;
	background:#032e49;

}

#menu ul li ul.sub-menuUnidade1 li a{
	font-size:10px;
	padding-bottom:0px;
	height:10px !important;
	line-height:1px !important;
	margin-bottom:0px;
	padding-top: 10px !important;
	text-align:left;
	padding:5px;
	
	}

/*---------------SUB-MENU SERVICOS---------------*/

#menu ul li ul.sub-menuServicos {
	display:none;
	position: absolute;
	top: 60px;
	padding-bottom:0px;
	z-index: 90;
	width:90px;
	right:320px;

}

#menu ul li:hover ul.sub-menuServicos {
	display: block;
	background:#068112;

}

#menu ul li ul.sub-menuServicos li a{
	font-size:12px;
	padding-bottom:0px;
	height:10px !important;
	line-height:1px !important;
	margin-bottom:0px;
	padding-top: 10px !important;
	text-align:left;
	padding:5px;
	
	}
	



/*------------------------------*/

#menu ul li a#item5{background: url(bg/bg_menu5.png) no-repeat top center;}
#menu ul li a#item5:hover{ background:url(bg/bg_1Hover.png) no-repeat top center;}

#menu ul li a#item6{background: url(bg/bg_menu6.png) no-repeat top center;}
#menu ul li a#item6:hover{ background:url(bg/bg_6Hover.png) no-repeat top center;}







#container_conteudo{
	width:980px;
	margin:0 auto;
	
}
#conteudo{
	width:980px;	
}

.left {
	float:left;
	width:300px;
	margin-right:40px;
	}
.left a:hover{
		text-decoration:none;
}
	
	
.left img{
	float:left;
	width:300px;	
}

.center{
	float:left;
	width:300px;
	margin:12px;
	}

.center a:hover{
		text-decoration:none;
}

.right{
	float:right;
	width:300px;
	}
.right a:hover{
		text-decoration:none;
}

.clear{
	clear:both;	
}

.separator{
	height:35px;
	background:url(bg/separator.png);
	margin-top:40px;

		
}

#noticiasRodape{
	width:980px;
	margin-top:16px;
	margin-left:0px;
	float:left;
	margin-bottom:30px;
}


#noticiasRodape .coluna {
	float:left;
 	padding-right: 35px;

}
#noticiasRodape .coluna .artigo{
	height:90px;
	width:300px;

}

#noticiasRodape .coluna .artigo img{
	margin-top:14px;
	float:left;
}
#noticiasRodape  .coluna .artigo h4{
	margin-top:14px;
	float:right;
	margin-left:8px;
	font-size:14px;
	color:#716F6F;

}
#noticiasRodape .coluna .artigo a{
	font-size: 11px; 
	color: #000;
	width:176px; 
	float:right;
	text-align: right;
	margin-top:10px; 
	border-bottom:1px dotted #0087CF;
	text-decoration:none;
	margin-left:17px;
}
#noticiasRodape .coluna .artigo a:hover{
	font-size: 11px; 
	color: #0087CF; 
	float:right;
	text-align: right; 
	border-bottom:1px dotted #0087CF;
	text-decoration:none;	
}

#feedback{
	float:right;
	width:275px;
		
}

#feedback img{	
	float:right;
	margin-right:0px;
	margin-top:50px;
	padding-right: 0px;
}

#feedback h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#716F6F;	
	text-align:right;
	padding-top:10px;
	width:200px;
	margin-left:80px;
	
}

#feedback h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#0087CF;
	text-align:right;
	padding-top:75px;
	padding-right:0px;
}

#feedback p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#716F6F;	
	text-align:right;
	padding-right:0px;
}

#rodape{
	height:	75px;
	border-top:3px solid #09724D;
	padding-top:10px;
	float:left;
	margin-top:80px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#716F6F;
}

#rodapeLeft{
	float:left;
	width:400;
	
}
#rodapeLeft p{
	font-size:20px;
	color: #09724D;
	font-family:Georgia, "Times New Roman", Times, serif;
		
}

#rodapeRight{
	width:82px;
	height:67px;
	background:url(bg/logoRodape.png) no-repeat;	
	float:right;
}
#rodapeRight h6{
	text-align:right;
	padding-top:8px;
	padding-right:1px;	
	color: #09724D;
}
#rodapeRight a h4{
	text-align:right;
	padding-right:2px;
	color: #09724D;
	font-size:15px;
	padding-top:11px;
	text-decoration:none;	
}
#rodapeRight a:hover h4 {
	text-align:right;
	padding-right:2px;
	color: #09724D;
	font-size:15px;
	padding-top:11px;
	text-decoration:none;		
}

#tudo{	
	width:980px;	
	margin:0 auto;
}
#divisaConteudoRodape{
	width:980px;
	height:38px;
	margin-top:25px;
	margin-left:0px;
	float:left;	
}
#rodape{
	width:980px;
	margin-top:10px;
}
#contatoRodape{
	width:980px;
	height:77px;
	border-top:3px solid #03F;
	margin-top:40px;
	float:left;	
}
.slide-adm{
	width:980px;
	height:280px;
	border:1px solid #000;
}
.slid{
	width:184px;
	height:123px;
	margin:8px;
	float:left;
	position:relative;
}
.excluir{
	background:url(../imagens/del.png);
	width:22px;
	height:22px;
	position:absolute;
	top:0px;
}
.editar{
	background:url(../imagens/edite.png);
	width:23px;
	height:23px;
	position:absolute;
	top:0px;
	left:25px;
}
.add{
	background:url(../imagens/add.png);
	width:23px;
	height:23px;
	position:relative;
	float:left;
}
.barra{
	background:url(../imagens/barra.png);
	width:55px;
	height:105px;
	position: fixed;
	top: 48%;
	left:0px;
	overflow: hidden;
}
.facebook{
	background:url(../imagens/face.png);
	margin:3px;
	height:48px;
	width:48px;
}
.youtube{
	background:url(../imagens/youtube.png);
	margin:3px;
	height:48px;
	width:48px;
}
.slidl{
	width:124px;
	height:112px;
	margin:8px;
	float:left;
	position:relative;
}
.slidl img{
	width:124px;
	height:112px;
}
.produtos{
	width:200px;
	height:150px;
	position:relative;
	float:left;
	margin-left: 15px;
	margin-bottom:15px;
}
.prod-p{
	width: 310px;
	height: 200px;
	position:relative;
	float:left;
	margin-right: 22px;
	margin-bottom:18px;
}
.centerprod {
float: left;
width: 664px;
margin-top: 0px;
min-height:300px;
}