#main
{
	background: url("../images/home/bg.jpg") no-repeat top;
}

#helper-slider
{
	position: absolute;
    z-index: 10;
}

#servicos
{
	float: right;
	margin-right: 70px;
	margin-top:10px;
}

#previsao-do-tempo
{
	float: left;
	margin-top:20px;
}

#previsao-do-tempo h2
{
	color:#bf2b23;
}

#previsao-do-tempo h2, #previsao-do-tempo p
{
	margin: 0;
	padding: 0;
}

#previsao-do-tempo #icone
{
	position: absolute;
	width:65px;
	margin-top:-8px;
}

#previsao-do-tempo h2
{
	margin-bottom: 20px;
}

#previsao-do-tempo p, #previsao-do-tempo h3
{
	margin-left: 75px;
}

#boxes
{
	clear: both;
	padding-top: 30px;
}

#boxes div
{
	float:left;
	width:30%;
	margin-right: 40px;
}

#boxes div:last-child
{
	margin-right: 0;
}

#col-central p
{
	text-align: center;
	padding: 20px;
}

#col-esquerda ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top:10px;
}

#col-esquerda li span
{
	display:  block;
	clear: both;
}

#col-esquerda li
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	padding-top: 6px;
}

#col-esquerda li .veja-mais
{
	position: absolute;
	margin-top:3px;
	margin-left: 4px;
}

#col-esquerda .foto
{
	float: left;
	border: 1px solid #900;
	margin-right: 6px;
	margin-bottom: 6px;
}