*{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
body{
	background-image: url(../img/bg_listas.jpg);
	background-repeat:repeat;
}
#topo_geral{
    width:990px;
	height: 150px;
    margin: 0 auto;
	margin-top: 15px;
}
#logo{
	width:330px;
	height:150px;
	margin-left: 30px;
	float: left;
}
#menu{
	width:570px;
	height:150px;
	margin-right: 30px;
	float: right;
}
#conteudo{
    width:890px;
    margin: 0 auto;
}

/*TELA PRODUTOS*/
.menu{
	padding: 0 0 0 11px;
}
.menu p{
	color:#006699;
	font-weight:bold;
	border:none;
}
.menu a{
	border:none;
}
.conteudo{
	padding: 0 0 0 15px;
}
.conteudo p{
	line-height: 16px;
	margin-bottom: 6px;
	
}
.conteudo h1{
	font-size: 16px;
	font-weight:bold;
	margin: 15px 0 5px 0;
	color: #FF0000;
}

.linkManual {	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*detalhe produtos*/
#box_img {
	margin: 0 0 10px 20px;
	float:right;
}

/*QUEM SOMOS*/
#conteudo_quemsomos{
	display: block;
	width:780px;
	height:312px;
	background-image:url(../img/bg_quemsomos.gif);
	background-repeat:no-repeat;
	padding: 90px 200px 0 110px;
}
/* FALE CONOSCO */
#faleconosco{
	display: block;
	width: 619px;
	height: 451px;
	margin: 0 auto;
	background-image:url(../img/fale_conosco.png);
	background-repeat:no-repeat;
	padding: 110px 0 0 142px;
	
}
#faleconosco input{
	border: 1px solid #000000;
}
#faleconosco textarea{
	border: 1px solid #000000;
}
#faleconosco p{
	margin-bottom:5px;
}
.botao  {
	position:relative;
	top:0px;
	left:245px;
	width:92px;  
	height:44px;	
}
.botao a, .botao a:visited {  
	text-decoration: none;
	background: #fff url('../img/bt_enviar1.gif') no-repeat;	
	width:92px;  
	height:44px;	
	display:block;	
}
.botao a:hover { 
	background: #fff url('../img/bt_enviar2.gif') no-repeat;
	color:#ffff;
}

/* 89 */
#conteudo_89{
	width: 549px;
	height: 420px;
	margin: 0 auto;
	background-image:url(../img/bg_89.png);
	background-repeat:no-repeat;
	background-position: top center;
	padding: 310px 0 0 0;
}
#conteudo_89 p{
	margin: 0 40px;
}
#conteudo_89 h1{
	color:#CC0000;
	font-size:14px;
	margin: 0 40px;
}



/* DICAS */
#conteudo_dicas{
	width: 630px;
	margin: 0 auto;
}
.dicas_texto p{
	margin: 0 0 10px 0;
	line-height: 18px;
}
.dicas_texto h1{
	margin: 10px 0 10px 0;
	line-height: 18px;
	font-size: 16px;
	color:#003366;
}