/* CSS HOME */

#container #content{
	width:752px;
}

/* Serviços */
#container #content #ths_servicos{
	height:123px;
	padding:15px 0px 15px 0px;
}
#container #content #ths_servicos li{
	float:left;
	padding-right:4px;
	list-style:none;
}
#container #content #ths_servicos li.ultimo{
	padding-right:0px;
}

/* Notícias */
#container #content #noticias{
	padding:10px;
	width:229px;
	height:230px;
	background-image:url(../img/bg_noticias.png);
	background-repeat:no-repeat;
	float:left;
}
#container #content #noticias #scroll{
	width:220px;
	height:220px;
	overflow:hidden;
	padding-right:9px;
}
#container #content #noticias #scroll h2{
	font-size:14px;
	color:#f58220;
}
#container #content #noticias #scroll h3{
	font-size:14px;
	color:#dac54e;
	padding:5px 0px;
}
#container #content #noticias #scroll p{
	padding-left:10px;
}
#container #content #noticias #scroll p.data{
	padding-left:0px;
}

/* Conteúdo */
#container #content #conteudo{
/*	background-image:url(../img/certificado_iso_9001.png);*/
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:240px;
}
#container #content #conteudo #palavras{
	float:right;
	width:460px;
	height:240px;
}
#container #content #conteudo #iso{
	clear:right;
	text-align:right;
	padding-top:30px;
}
