body{
	background:url(../imagens/bgGlobal.jpg) center top no-repeat;
	}
#banner{
	position:relative;
	margin:0 auto;
	width:960px;
	height:377px;
	margin-top:24px;
	padding-top:0px;
	z-index:2;
}
	
#destaques{
	position:relative;
	margin:0 auto;
	width:960px;
	height:245px;
	/*margin-top:24px;*/
	padding-top:0px;
	z-index:2;
}
#caixa{
	background:url(../imagens/fundoDestaques.jpg);
	width:300px;
	height:184px;
	margin-top:30px;
}
#caixa.noticias{
	margin-left:30px;
	float: left;
}
#caixa.produtos{
	margin-left:10px;
	float: left;
}
#caixa.ferramentas{
	background:none;
	margin-left:10px;
	float: left;
	text-align:center;
}
#caixa.noticias h2{
	background:url(../imagens/destaqueNoticias.jpg) no-repeat;
	width:100%;
	height:50px;
	text-indent:-5000px;
	overflow:hidden;
}
#caixa.produtos h2{
	background:url(../imagens/destaqueProdutos.jpg) no-repeat;
	width:100%;
	height:50px;
	text-indent:-5000px;
	overflow:hidden;
}

#caixa.ferramentas h2{
	background:url(../imagens/destaqueFerramentas.jpg) no-repeat;
	width:100%;
	height:50px;
	text-indent:-5000px;
	overflow:hidden;
}
#noticias{
	width:270px;
	height:104px;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#666;
}
#noticias ul li span.data{
	color:#999;
	display:block;
}
#noticias ul li strong{
	font-weight:normal;
}

img{
	float:left;
}
img.btn{
	float:right;
	margin-right:30px;
}
