/* Fontes */
/* > Futura normal */
@font-face {
	font-family:"futura";
	src:url("./futura.eot"); 
}
@font-face {
	font-family:"futura";
	src:url("./futura.ttf") format("TrueType");
}
/* .Fontes */

#home_banner{
	position:absolute;
	width:880px;
	height:292px;
	left:5px;
	top:103px;
	background-color:#ffffff;
	background-attachment: scroll;
	/*background-image: url(http://www.multienergy.com.br/matriz/imagens/1112_img_banner_home01.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	z-index:10;
	cursor:pointer;
}

#home_linha_marcas{
	position:absolute;
	width:880px;
	height:82px;
	left:5px;
	top:396px;
	background-color:#ffffff;
	z-index:11;
}
.home_bloco_item{
	position:absolute;
	width:303px;
	height:268px;
	top:478px;
	background-attachment: scroll;
	background-image: url(http://www.multienergy.com.br/matriz/imagens/1124_fundo_bloco_item.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:14;
	cursor:pointer;
}
.home_bloco_item_titulo{
	position:absolute;
	width:280px;
	height:29px;
	left:12px;
	top:6px;
	font-family:futura;
	font-size:16px;	
	line-height:34px;
	text-align:left;
	color:#ffffff;
	z-index:14;
}
.home_bloco_item_texto{
	position:absolute;
	width:100%;
	height:46px;
	left:24px;
	top:218px;
	font-family:futura;
	font-size:12px;	
	line-height:140%;
	text-align:left;
	color:#ffffff;
	z-index:14;
}
.home_bloco_item_foto{
	position:absolute;
	width:290px;
	height:166px;
	left:6px;
	top:40px;
	z-index:15;
}

.home_bloco_marca_logotipo{
	position:absolute;
	width:110px;
	height:82px;
	top:0px;
	background-attachment: scroll;
	background-image: url(http://www.multienergy.com.br/matriz/imagens/1040_bloco_marca_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:14;
}