@charset "utf-8";
/* CSS Document */

.bghome {
	background: url(../br/images/bg_home.gif) bottom repeat-x;
}

.bghome2 {
	background: url(../br/images/bg_home2.gif) bottom repeat-x;
}

.font10black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.bgprod {
	background-image: url(../br/images/bg_prod.gif);
	background-repeat: repeat-x;
}
.bgestrprod {
	background-image: url(../br/images/bg_estr_prod.gif);
	background-repeat: repeat-x;
}
.bggold {
	background-image: url(../br/images/bg_gold.gif);
	background-repeat: repeat-x;
}

/*********************************************************************/
/*                              CSS Reset                            */
/*********************************************************************/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend
{
	margin: 0px auto;
	padding: 0px;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-style: normal;
}
/*table, caption, tbody, tfoot, thead, tr, th, td*/

/* Tabelas ainda precisam de 'cellspacing="0"' nas markups. */

table {
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, tr, td { 
	/*text-align: left; */
	font-weight: normal; 
}

/*table, td, tr { 
	vertical-align: middle; 
}*/

/* Remove possíveis quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

/* Remove qualquer borda em imagens com links. */

a img { 
	border: none;
}

/***********************************************************/

.fundoLateral {
	background-image: url(/br/images/img_prod.jpg);
	background-color: #7DB57D;
	background-repeat: no-repeat;
}

div#menuNews {
	width: 203px;
	text-align: left;
}

div#menuNews ul li {
	list-style: none;
}

.categoria li a {
	display: block;
	padding-top: 2px;
	* margin-left: -40px;
	width: 203px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-image: url(../br/images/categoriaBg.gif);
	background-repeat: no-repeat;
}

.categoria li a:hover {
	display: block;
	* margin-left: -40px;
	width: 203px;
	height: 30px;
	text-decoration: underline;
	background-image: url(../br/images/categoriaBg.gif);
	background-repeat: no-repeat;
}

.categoria li img {
	margin-left: 14px;
	margin-right: 6px;
	margin-bottom: 2px;
}

.subcategoria li a {
	display: block;
	padding-top: 2px;
	* margin-left: -80px;
	width: 203px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-image: url(../br/images/subcategoriaBg.gif);
	background-repeat: no-repeat;
}

.subcategoria li a:hover {
	display: block;
	* margin-left: -80px;
	width: 203px;
	height: 30px;
	text-decoration: underline;
	background-image: url(../br/images/subcategoriaBg.gif);
	background-repeat: no-repeat;
}

.subcategoria li img {
	margin-left: 24px;
	margin-right: 6px;
	margin-bottom: 2px;
}
