.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1e1a17;
	height:40px;
}
.menu a{
	text-decoration:none;
	color: #1e1a17;
}
.menu a:hover {
	text-decoration:none;
	color: #1e1a17;
	/*
	background-image:url(../img/seta_vermelha.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
	height:40px;
	cursor:pointer;
}
.menuAct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c82020;
	height:40px;
	background-image:url(../img/seta_vermelha.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.borderFotos  {
	border: 1px solid #6f6f6f;
}

.borderFotos a:hover {
	border: 1px solid #a5a5a5;
}
.borderMarcas {
	border: 4px solid #dedede;
}
.borderMarcas:hover {
	border: 4px solid #f0f0f0;
}

.legendas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.legendas a {
	color: #d10101;
	text-decoration:none;
}
.legendas a:hover {
	color: #d10101;
	text-decoration:underline;
}

.legendaProdutos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #252628;
	
}
.texto a {
	text-decoration:none;
	color: #c82020;	
}
.texto a:hover {
	text-decoration:underline;
	color: #c82020;	
}
.txtCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #434343;
}
.txtCopyright a {
	text-decoration:none;
	color: #434343;
}
.txtCopyright a:hover {
	text-decoration:none;
	color: #575757;
}
.catProdutos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	/*
	background-image: url(../img/seta_cat.gif);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#d9d9d9;
}
.catProdutos a {
	color: #777777;
	text-decoration:none;

}
.catProdutos a:hover {
	color: #be1515;
	text-decoration:none;

}
.catProdutosAtivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	/*
	background-image: url(../img/seta_cat.gif);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#9a9a9a;
}
.subProdutos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 180%;
}
.subProdutos a {
	color: #434343;
	text-decoration:none;
}
.subProdutos a:hover {
	color: #434343;
	text-decoration:none;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #d10101;
	margin-top:0;
	top:0;
	vertical-align:top;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #d10101;
	margin-top:0;
	top:0;
	vertical-align:top;
}
.titulos a {
	color: #d10101;
	text-decoration:none;
}
.titulos a:hover {
	color: #d10101;
	text-decoration:none;
}
.subTitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2c2c2c;
}

.borderForm {
	border: 2px dotted #CCCCCC;
}