@charset "utf-8";
/* CSS Document */

/* :::::::::: GLOBAL :::::::::: */

/* Langs Menu */

#home_bt a:hover { background-position: 0px -16px; }
#lang_br a:hover { background-position: 0 -23px; }
#lang_us a:hover { background-position: -23px -23px; }
#lang_es a:hover { background-position: -46px -23px; }

/* :::::::::: P A G E S :::::::::: */

/* Home */

#banner #busca { top: 16px; }
#banner #busca .campo { height: 13px; }
div#tag a:hover { background-position: 99px 0; }
div#botoes a:hover { cursor: pointer; }

/* Receitas */

#receitas #form_enviar { background: url(../Imagens/popup_enviar.gif) no-repeat; }

/* Produtos */

#produtos #holder a:hover { background-position: 0 -207px; }

#produtos #holder a table {
	bottom: 2px;
	background: url(../Imagens/produto_holder_box_ie6.jpg) no-repeat 10px 0;
}
	#produtos #holder a:hover table { background-position: 10px -35px; }
	
#produtos #encontrar { background-position: 0 41px; }

/* Contato */

div#formulario tr td.spacer span {
	background: none;
	border-bottom: #f8ead8 1px solid;
	margin-top: 0px;
	margin-bottom: 18px;
}

div#formulario .col_labels span { top: 2px; }

/* Notícias */

#noticias input.buscar,
#noticias_item input.buscar {
	padding-top: 3px;
	position: relative;
	top: -16px;
}

/* Responsabilidade */

div#responsabilidade div#flash_text { margin-bottom: 30px; }
div#responsabilidade div#projetos { position: fixed; }


