body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #00512F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00512F;
}
a:hover {
	text-decoration: underline;
	color: #CEDCA1;
}
a:active {
	text-decoration: none;
}

.categoria {
	background-color:#CEDCA1;
	border-bottom: solid 1px #8D966E;
	border-right: solid 1px #8D966E;
	border-left: solid 1px #DAE4B7;
	border-top: solid 1px #DAE4B7;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #00512F;
	font-size: 12px;
}
.seccao {
	background-color:#F2F5E7;
	border-bottom: solid 1px #F5F7ED;
	border-right: solid 1px #F5F7ED;
	border-left: solid 1px #A5A79E;
	border-top: solid 1px #A5A79E;
	padding: 0 5px 0 15px;	
	font-size: 12px;	
}
.seccao:hover {
	background-color:#F2F5E7;
	border-left: solid 1px #F5F7ED;
	border-top: solid 1px #F5F7ED;
	border-bottom: solid 1px #A5A79E;
	border-right: solid 1px #A5A79E;
	padding: 0 5px 0 15px;	
	font-size: 12px;	
}
.prod-titulo {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(img/produtos-titulo-1.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	vertical-align: bottom;
	color: #005533;
	padding-left: 15px;
}
.produto-titulo {
	background-image: url(img/produtos-titulo-1.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 10px;	
	vertical-align: top;
	color: #005533;
	padding-left: 15px;
	padding-right: 15px;
}
.produto-ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.produto-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pic {
	padding: 2px;
	border: 1px solid #007342;
	background-color:#FFFFFF;
}
.pic-b {
	padding: 2px;
	border: 2px solid #007342;
	background-color:#FFFFFF;
}
.ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/produtos-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.navbar {
	font-size: 11px;
	color: #00512D;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADDE11;
}
.img {
	padding: 5px;
	border: 1px solid #007342;
	background-color:#FFFFFF;
}
.produto-voltar {
	padding: 5px 0 5px 20px;
	color: #005533;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}
.empresa-texto {
	padding: 10px;
	color: #005533;
	font-size: 12px;
	text-align:justify;
}
#folio {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #005533;
}
