@charset "utf-8";
/* CSS Document */

body{
	margin:0; border:0; padding:0;
	background:url(../imgComposicao/bg-geral.jpg) top center;
	background-color: #0D4650;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999999;
}

img{
	border: 1px solid #cccccc;
	margin-top:5px; margin-bottom:10px;
	padding:4px;
}

#geral{
	width:894px;
	margin:0 auto;
}

#topo{
	width:894px; height:470px;
	background:url(../imgComposicao/bg-conteudo.jpg) repeat-y;
	float:left;
}

#conteudo{
	width:860px;
	background-color:#FFFFFF;
	padding-left:20px; padding-bottom:20px;
	float:left;
}

#DistribuicaoPecasHome{
	width:260px;
	background:url(../imgComposicao/bg-chamada-home-esquerda.jpg) right no-repeat;
	padding-top:20px; padding-right:20px;
	margin-top:20px;
	float:left;
}

#ServicosHome{
	width:260px;
	margin-top:20px;
	background:url(../imgComposicao/bg-chamadas-home.jpg) right repeat-y;
	margin-left:20px;
	padding-top:20px; padding-left:10px; padding-right:20px;
	float:left;
}

#NewsLetterHome{
	width:210px;
	height:180px;
	margin-top:20px;
	background:url(../imgComposicao/bg-chamada-home-direita.jpg) left no-repeat;	
	padding-top:20px; padding-left:20px; padding-right:20px;
	float:right;
}

#produtosHome{
	width:880px;
	margin-top:15px;
	padding-bottom:20px;
	float:left;
}

#produtosHome img{
	border:none;
}

#interna{
	width:770px;
	padding-left:30px; padding-right:30px; padding-bottom:20px; padding-top:10px;
	float:left;
}

#rodape{
	width:100%;
	float:left;
}

#rodape-info{
	width:874px;
	height:220px;
	padding-top:22px; padding-left:10px; padding-right:10px;
	background:url(../imgComposicao/bg-rodape-info.png) no-repeat;
	margin:0 auto;
}

/*REGRA DE FONTES PARA TODO SITE*/
p{
	font-size:13px;
	color:#333333;
	text-align:justify;
	margin:0 auto;
}

.FonteRodape{
	font-size:12px;
	color:#666666;
	margin:0 auto;
}

.Titulos{
	font-size:23px;
	color:#666666;
	text-align:left;
	font-weight:normal;
	margin:0 auto;
}

.SubTitulos{
	font-size:17px;
	color:#333333;
	font-style:italic;
	text-align:right;
	font-weight:bold;
	margin:0 auto;
}

.TitulosHome{
	font-size:23px;
	color:#107446;
	text-align:left;
	font-weight:normal;
	margin:0 auto;
}
/*FIM REGRA DE FONTES*/


/*REGRA DE LINKS PARA TODO SITE*/
.SaibaMais{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	margin:0 auto;
}

.SaibaMais:hover{
	text-decoration:underline;
}

.NoticiasHome{
	font-size:11px; color:#666666; font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	float:left;
}

.NoticiasHome:hover{
	text-decoration:underline;
}
/*FIM REGRA DE LINKS*/

#imagensProdutos{
	width:auto; height:175px;
	border: 1px solid #cccccc;
}

#descricaoProdutos{
	width:auto;
	text-align:center;
	font-weight:normal;
	font-size:13px; color:#333333;
	border: 1px solid #cccccc;
}
