/* CSS Document */

/* Estrutura */
body { margin: 0; padding: 0; }
html, body {
	height: 100%;
	}


/* CONTAINERS */
#topo-conteudo, #container-parte1, #container-parte2, #container-rodape, #slogan {
	width:955px;
	margin:0 auto;
}

#container-geral {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
}

/* TOPO */
#topo {
	width:100%;
	height:160px;
	background:url(../img/bg-topo.jpg) repeat-x left;
	margin: 0 auto;
}

#topo-conteudo {
	height:160px;
}

#topo-conteudo h1 { 
	width:221px; 
	height:84px; 
	background:url(../img/logo.jpg) no-repeat; 
	text-indent:-9999px; 
	margin-top:0px; 
}
#topo #topo-conteudo ul li { 
	display:inline-block;
	background:url(../img/menu-inativo.jpg) repeat-x left top;	
	margin: 26px 2px 0 2px;
	padding: 7px 10px 12px 10px;
	float: left;
	cursor:pointer;
}

#topo #topo-conteudo ul li:hover { background:url(../img/menu-ativo.jpg) repeat-x left top; cursor:pointer; }

#slogan { padding-left: 150px; padding-top:30px; width:auto; }

#central-atendimento { float:right; width:209px; height:155px; margin-top:2px;}

/* MENU */


/* CORPO */
#azul { background:url(../img/azul.jpg) left top repeat-x; height:154px; width:100%; }
#parte1 { background:url(../img/bg-central.jpg) left top repeat-x; height:288px; width:100%; }
#parte2 { background:url(../img/bg-parte2.jpg) left top repeat-x; height:350px; width:100%;  }
#rodape { background:url(../img/bg-rodape.jpg) left top repeat-x;  width:100%; position:absolute; bottom:0; overflow:hidden;  }


/* NOTICIAS */
#noticias {
	width:544px;
	height:300px;
	position:absolute;
	background:url(../img/float-noticias.jpg) no-repeat top center #FFF;
	margin-top: -127px;
	margin-left: 411px;
}
#noticias h2 { background:url(../img/home_16.jpg) no-repeat; width:278px; height:37px; margin-top: 15px; margin-left: 15px;text-indent:-9999px}

#noticia1, #noticia2, #noticia3 {
	width:148px;
	margin: 16px;
	float:left;
	display:inline;
}

#img-noticia {
	width:148px;
	height:99px;
	clear:both;
	display:block;
}

#mais-noticias {
	width: 515px;
	margin: 0 auto;
}

#mais-noticias ul li {
	list-style:url(../img/noticia-bullet.jpg) inside;
	margin-bottom:5px;
	clear:both;
}

#mais-noticias ul li a { text-decoration:none; }
#mais-noticias ul li a:hover { text-decoration:underline; }

#ver-noticias { float:right; margin: 15px;}


/* SERVIÇOS ESPECIAIS */

.servicos-especiais { 
	width:175px; 
	height:48px; 
	background:url(../img/home_26.jpg) no-repeat bottom; 
	text-indent:-9999px;  
	display:block;
}

/* PARTE2 */
#container-parte2 ul li {
	width: 181px;
	height:auto;
	display:inline-block;
	padding:5px;
	float:left;
}

#conteudo-produtos {
	width:180px;
	background-color:#EFEFEF;
}

/* FORNECEDORES */

#fornecedores {
	background:url(../img/nossos-fornecedores.jpg) no-repeat bottom left;
	width:280px;
	height: 40px;
	float:left;
	text-indent:-9999px;
}

#lista-fornecedores { clear:both; padding-bottom: 10px; }
#lista-fornecedores ul li {
	display:inline;
	float:left;
	margin: 7px 5px;
	height: 60px;
	width: 86px;
	background-color:#F9F9F9;
}


/* RODAPE */
#rodape {
	clear:both;
	background-color:#5d5d5d;
	height:103px;
	bottom:0;
	margin-top:10px;
}

#container-rodape {
	padding-top:40px;

}

#logo-rodape { float: left; margin-right:10px; margin-top:-5px;}

#logo-ebrand { float: right; 
	margin-right:10px; 
	margin-top:10px; 
	background:url(../img/ebrand.jpg) no-repeat; 
	width:150px; 
	height:50px;
	text-indent: -9999px;
}
