* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background-image: url('../images/fnd.gif');
	background-repeat: repeat-x;
	background-color: #EBF0E9;
}
p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #606060;
}
a {
	text-decoration: none;
}
#geral {
	width: 946px;
	margin: 0 auto;
}


/* ----------------------------------------------- barra de idiomas */
#geral #barraIdiomas {
	width: 135px;
	padding: 2px 0 0 789px;
	height: 40px;
	background-image: url('../images/barra-idiomas.gif');
	margin: 0 auto;
}
#geral #barraIdiomas .pt, .es, .en {
	width: 37px;
	height: 36px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	float: left;
}
#geral #barraIdiomas .es {
	margin-left: 10px;
}
#geral #barraIdiomas .en {
	margin-left: 8px;
}

/* ----------------------------------------------- topo do site */
#geral h1 {
	width: 280px;
	float: left;
}
#geral h1 a {
	display: block;
	overflow: hidden;
	text-indent: -999px;	
	width: 280px;
	height: 100px;
	background-image: url('../images/logo.gif');
	background-color: #fc0;
}
#geral #icones {
	width: 62px;
	padding: 40px 0 0 7px;
	height: 60px;
	background-image: url('../images/icones.gif');
	float: left;
}
#geral #icones .inicial, .fale, .mapa {
	width: 12px;
	height: 10px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	float: left;	
}
#geral #icones .fale, .mapa {
	margin-left: 8px;
}
/* ----------------------------------------------- menu do site */
#geral #menu {
	width: 581px;
	padding-top: 38px;
	height: 62px;
	float: left;
}
#geral #menu ul li{
	display: block;
	margin-left: 15px;
	background-repeat: no-repeat;
	float: left;
}
#geral #menu ul li a{
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
#geral #menu ul li.inicial{
	width: 92px;
	height: 22px;
	background-image: url('../images/menu_inicial.gif');
}
#geral #menu ul li.inicial:hover{
	background-image: url('../images/menu_inicial_hover.gif');
}
#geral #menu ul li.empresa{
	width: 77px;
	height: 22px;
	background-image: url('../images/menu_empresa.gif');
}

#geral #menu ul li.empresa{
	width: 77px;
	height: 22px;
	background-image: url('../images/menu_empresa.gif');
}
#geral #menu ul li.empresa:hover{
	background-image: url('../images/menu_empresa_hover.gif');
}
#geral #menu ul li.produtos{
	width: 66px;
	height: 22px;
	background-image: url('../images/menu_produtos.gif');
}

#geral #menu ul li.produtos{
	width: 66px;
	height: 22px;
	background-image: url('../images/menu_produtos.gif');
}
#geral #menu ul li.produtos:hover{
	background-image: url('../images/menu_produtos_hover.gif');
}
#geral #menu ul li.onde{
	width: 104px;
	height: 22px;
	background-image: url('../images/menu_onde.gif');
}

#geral #menu ul li.onde{
	width: 104px;
	height: 22px;
	background-image: url('../images/menu_onde.gif');
}
#geral #menu ul li.onde:hover{
	background-image: url('../images/menu_onde_hover.gif');
}
#geral #menu ul li.fale{
	width: 97px;
	height: 22px;
	background-image: url('../images/menu_fale.gif');
}
#geral #menu ul li.fale{
	width: 97px;
	height: 22px;
	background-image: url('../images/menu_fale.gif');
}
#geral #menu ul li.fale:hover{
	background-image: url('../images/menu_fale_hover.gif');
}
/* ----------------------------------------------- flash */
#geral #flash {
	clear: both;
	width: 924px;
	height: 329px;
	background-image: url('../images/flash.gif');
	margin: 0 auto;
}

/* ----------------------------------------------- rodapé  */
#geral #rodape {
	width: 942px;
	height: 83px;
	clear: both;
	background-image: url('../images/rodape.gif');

}

#geral #rodape ul {
	display: block;
	height: 18px;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;	
	color: #bbb8b8;
}
#geral #rodape li {
	display: inline;
	padding: 0 10px 0 10px;
}
#geral #rodape ul li a{
	color: #bbb8b8;
}
#geral #rodape ul li a:hover{
	color: #363636;
}

#geral #rodape span {
	float: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;		
	color: #3a3a3a;
	padding: 14px 0 0 30px;
}
#geral #rodape span a{
	color: #fff;
}
#geral #rodape a.fale{
	display: block;
	width: 36px;
	height: 22px;
	text-indent: -999px;
	overflow: hidden;
	float: left;
}

input, textarea {
	border: solid 1px  #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
