body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #BB2821;
	text-decoration: none;
}
a:hover {
	color: #AC251E;
	text-decoration: underline;
}

#menu_footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#nav_menu a {
	color: #BB2821;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background-color: #dcdcdc;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#nav_menu a:hover {
	color: #FFF;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background-color: #BB2821;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.padding {
	padding-top: 5px;
	padding-bottom: 6px;
}
.produtos {
	background-image: url(/slices/produtos_bg.jpg);
	height: 212px;
	width: 149px;
	background-repeat: no-repeat;
	margin-right: 21px;
}
.produto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
}
.footer_box {
	background-image: url(/slices/footer_bg.jpg);
	height: 175px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	width: 314px;
	text-align: center;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
	line-height: 20px;
}
.bordaimagem {
	border: 5px solid #DBDBDB;
}
.bordaimagem_thumb {
	border: 2px solid #BB2821;
	height: 70px;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.form {
	width: 400px;
	color: #333;
	background-color: #DBDBDB;
	border: 1px solid #CCC;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #BB2821;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F8C200;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB2821;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #F8C200;
}
.botao {
	color: #333;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	background-color: #dcdcdc;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.titulo_interno {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
