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

body{
	background-image:url(../img/bg_geral.png);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

h4{
	color:#85c226;
	}
	
h3{
	color:#666;
	font-size:16px;
	}

h2{
	color:#666;
	font-size:16px;
	font-weight:500;}
	
a:hover{
	text-decoration:underline;}
	
a{
	text-decoration:none;
	color:#0C3;
}

#geral{
	width:933px;
	height:748px;
	margin:auto;
	background-image:url(../img/bg_verde.png);}

#col_left{
	width:340px;
	height:748px;
	float:left;}

#logo_revendedores{
	width:340px;
	height:465px;
	background-image:url(../img/bg_logo_revendedor.png);
	}

#localizacao{
	width:300px;
	height:230px;
	background-image:url(../img/bg_localizacao.png);
	margin-left:30px;
	}

#col_right{
	float:right;
	width:580px;
	height:748px;
}

#menu_alternativo{
	width:150px;
	height:130px;
	float:right;}

#menu{
	width:580px;
	height:50px;
	float:left;
	margin-top:20px;
	margin-bottom:23px;
	}

#banner{
	margin-bottom:30px;}

#conteudo{
	letter-spacing:0px;
	text-align:justify;
	margin-right:30px;
	font-size:12px;
	font-weight:590;
	color:#666;}
	
#conteudo_produtos{
	letter-spacing:0px;
	text-align:justify;
	margin-right:30px;
	font-size:12px;
	font-weight:590;
	color:#666;
	margin-top:190px;}

#conteudo_contato{
	text-align:justify;
	margin-right:30px;
	font-size:12px;
	color:#666;
	}

#rodape{
	margin-top:40px;
	color:#6a98b9;
	letter-spacing:0px;
	font-size:12px;}
	
.bt{
	background-color:#FFF;
	border: solid 1px #FFF;
	color:#999;
	}
.texto {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	}
