/* TAGS */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #907361;
	line-height: 18px;
}

/* IDS / DIVS */

#PRINCIPAL {
	text-align: right;
	height: auto;
	width: 770px;
}
#MENU {
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 150px;
}

#CONTEUDO {
	background-image: url(../imagens/conteudo/fundoContHome.jpg);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	background-color: #654339;
	padding: 0px;
	clear: both;
}
#RODAPE {
	background-image: url(../imagens/conteudo/rodape.jpg);
	background-repeat: no-repeat;
	height: 60px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-color: #654339;
}
#BANNER {
	color: #C4AFA8;
	height: 35px;
	width: 312px;
	overflow: hidden;
	margin: 4px 0px 0px 15px;
	padding: 15px 5px 0px;
	text-align: center;
	background-image: url(../imagens/conteudo/banner.jpg);
	background-repeat: no-repeat;
}
#BANNER ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#BANNER ul li {
	display: inline;
}
#BANNER ul li a:link, #BANNER ul li a:active, #BANNER ul li a:visited {
	color: #F6E5CB;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C6A5E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#BANNER ul li a:hover{
text-decoration:underline
}
#FOTO {
	background-image: url(../imagens/conteudo/fotoIntro.jpg);
	background-repeat: no-repeat;
	height: 329px;
	width: 455px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #E4C3B4;
}
#LOGO {
	width: 758px;
	height: 28px;
	text-align: right;
	margin: 20px 0px;
	padding: 2px;
}
#CADASTRO {
	background-image: url(../imagens/conteudo/cadastre.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 266px;
	float: right;
	margin-top: 20px;
	padding: 53px 0px 0px 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	color: #856155;
}
#CAD_FORM {
	width: 235px;
}
#CAD_FORM label {
	margin: 4px 0px 3px;
	padding: 0px;
	width: 70px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
#CAD_FORM input {
	font-size: 12px;
	width: 149px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #ECEFF4;
	border: 1px solid #856155;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}
#CAD_FORM textarea {
	font-size: 12px;
	width: 223px;
	background-color: #ECEFF4;
	border: 1px solid #826658;
	margin: 0px;
	color: #856155;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#CAD_FORM br {
	clear: left;
	}

/* CLASSES */

.CAD_FORM {
	height: 30px;
	width: 50px;
	text-align: right;
}
.TOPO_CAT {
	background-image: url(../imagens/conteudo/catProdutosTopo.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
.TOPO_LOJAS {
	background-image: url(../imagens/conteudo/catLojasTopo.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px 0px 10px;
}
.BAIXO_CAT {
	background-image: url(../imagens/conteudo/catProdutosBaixo.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
.BAIXO_LOJAS {
	background-image: url(../imagens/conteudo/catLojasBaixo.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

a.CAT_PCP:link, a.CAT_PCP:active, a.CAT_PCP:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../imagens/conteudo/separacaoCidProdutos.jpg) no-repeat;
	margin: 5px 0px;
	width: 100px;
	padding: 8px 0 0 30px;
	height: 27px;
	display: block;
}
a.CAT_PCP:hover {
	color: #F6E5CB;
}
a.CAT_LOJAS:link, a.CAT_LOJAS:visited, a.CAT_LOJAS:active {
	height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: block;
	background: url(../imagens/conteudo/link_pcp.gif) no-repeat 12px 5px;
	padding-left: 30px;
}
a.CAT_LOJAS:hover{
	color:#F6E5CB;
	text-decoration:underline;
}
a.CAT_SEC:link, a.CAT_SEC:visited, a.CAT_SEC:active {
	height: 20px;
	color: #FFFFFF;
	padding-left: 35px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../imagens/conteudo/link_sec.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 12px 5px;
}
a.CAT_SEC:hover {
	color:#000000;
	background-color: #F6E5CB;
	background-image: url(../imagens/conteudo/link_sec_ativo.gif);
}
.QUADRO_PRODUTOS {
	text-align: center;
	width: 190px;
	height: 45px;
	padding: 180px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.INICIAL_LOJAS {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0px 3px 10px 3px;
	background-color: #E2D5CD;
}
/* ESTILO PARA O LINK PRODUTOS */

#CAT_PRODUTOS {
	background-color: #000000;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	width: 132px;
	height: auto;
	background-image: url(../imagens/conteudo/fundoCatProdutos.jpg);
	background-repeat: repeat-y;
	float: left;
	text-align: left;
}

#CAT_PRODUTOS ul, #CAT_PRODUTOS ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
}

#CAT_PRODUTOS ul li {
	margin: 0px;
	padding: 0px;
}

#CAT_PRODUTOS ul li ul li {
	margin: 0px;
	height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#PRODUTOS {
	background-color: #DCC9C2;
	height: auto;
	width: 592px;
	float: right;
	padding: 5px;
	margin: 0px 3px 20px 0px;
	text-align: center;
	color: #000000;
	border-right: 1px solid #5E3C32;
	border-bottom: 1px solid #5E3C32;
	border-left: 1px solid #5E3C32;
}
#PRODUTOS a:link, #PRODUTOS a:active, #PRODUTOS a:visited  {
	font-size: 11px;
	color: #000000;
}
#PRODUTOS a:hover {
	color: #990000;
}
#PRODUTOS strong {
	font-size: 11px;
	color: #990000;
	font-weight: normal;
}

/* ESTILO PARA O LINK LOJAS */

#LOJAS {
	width: 178px;
	height: auto;
	float: left;
	background-color: #000000;
	text-align: left;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	background-image: url(../imagens/conteudo/fundoCatLojas.jpg);
	background-repeat: repeat-y;
}

#LOJAS ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#LOJAS ul li {
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#LOJAS h5 {
	background: url(../imagens/conteudo/separacaoCidLojas.jpg) no-repeat;
	height: 27px;
	padding: 6px 0 0 15px;
	color: #FFFFFF;
	margin: 25px 0;
	font-size: 14px;
}
#LOJAS_DESC {
	background-color: #DCC9C2;
	height: 270px;
	width: 550px;
	float: right;
	padding: 5px;
	margin: 0px 3px 0px 0px;
	border: 1px dashed #906E62;
	text-align: center;
	color: #000000;
}
#LOJAS_DESC a:link, #LOJAS_DESC a:active, #LOJAS_DESC a:visited  {
	font-size: 11px;
	color: #000000;
}
#LOJAS_DESC a:hover {
	color: #990000;
}
#LOJAS_DESC strong {
	font-size: 11px;
	color: #990000;
	font-weight: normal;
}
#THUMBS_LOJAS {
	background-image: url(../imagens/conteudo/molduraFotosLojas.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 154px;
	background-position: center center;
	margin-left: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 12px 10px 10px 12px;
}
#LOJAS_DESC h3 {
	font-size: 14px;
	text-align: left;
	padding-left: 60px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#LOJAS_DESC p {
	text-align: left;
	color: #664136;
	padding-left: 60px;
	margin: 0px;
}
#LOJAS_DESC strong {
	width: 55px;
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #664136;
	font-size: 12px;
	font-weight: bold;
}
#LOJAS_DESC a:link, #LOJAS_DESC a:visited, #LOJAS_DESC a:active{
	font-size:12px;
	color: #664136;
	text-decoration: underline;
}
#LOJAS_DESC a:hover{

font-size:12px;
color: #990000;
}
#FOTO_LOJA {
	height: 197px;
	width: 250px;
	float: right;
	margin: 5px 0px 5px 5px;
	border-top: solid 2px #C09F90;
	border-left: solid 2px #C09F90;
	border-right: solid 2px #664136;
	border-bottom: solid 2px #664136;
	background: #FFFFFF no-repeat center center;
	padding: 0px;
}
#LOJAS_NOME {
	background: #D5BCB3 url(../imagens/conteudo/marcaDimarinoLojas.gif) no-repeat 5px 14px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #BB998D;
}

#INICIAL_LOJAS {
	background-color: #DCC9C2;
	height: auto;
	width: 550px;
	float: right;
	padding: 5px;
	margin: 0px 3px 20px 0px;
	text-align: left;
	color: #000000;
	background-image: url(../imagens/conteudo/fundoInicialLojas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right: 1px solid #5E3C32;
	border-bottom: 1px solid #5E3C32;
	border-left: 1px solid #5E3C32;
}
#INICIAL_LOJAS ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#INICIAL_LOJAS a:link, #INICIAL_LOJAS a:visited, #INICIAL_LOJAS a:active {
	text-decoration: underline;
	font-size: 12px;
	color: #664136;
}
#INICIAL_LOJAS a:hover {
	color:#990000;
	text-decoration: underline;
	}
#FOTO_ZOOM {
	background-image: url(../imagens/conteudo/zoomIcone.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	background-position: right bottom;
	position: relative;
	left: 0px;
	top: 176px;
	cursor:pointer;
	background-color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 20px;
}
#POPUPS, #PRODUTOS_DESC {
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	display: none;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #EFE8E4;
}
#FOTO_MAIOR {
	height: 423px;
	width: 550px;
	background-repeat: no-repeat;
	background-position: center center;
}
#RODAPE_FOTO {
	position: relative;
	top: 361px;
	background: url(../imagens/conteudo/rodapePopups.gif) no-repeat left bottom;
	height: 24px;
	width: 545px;
	text-align: left;
	padding: 33px 0px 0px 5px;
	color: #FFFFFF;
	margin: 0px;
}
#FECHAR_FOTO {
	text-align: right;
	height: 19px;
	width: 572px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#FECHAR_PRODUTO {
	text-align: right;
	height: 19px;
	width: 472px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#BORDA_FOTO {

	height: 423px;
	width: 560px;
	background-repeat: no-repeat;
	border: 1px solid #563127;
	padding: 5px;
	background-position: center center;
	background-color: #FFFFFF;
	background-image: url(../imagens/conteudo/load_fotos.gif);
}
#BORDA_PRODUTO {
	height: 430px;
	width: 450px;
	background-repeat: no-repeat;
	border: 1px solid #563127;
	padding: 10px;
	background-position: 10px 10px;
	text-align:left;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(../imagens/conteudo/load_produtos.gif);
}
#LOJAS_TEXTO p {
	margin: 0px;
	padding: 0px;
}
#LOJAS_TEXTO {
	float: left;
	width: 290px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#LOJAS_TEXTO span {
	font-weight: bold;
	font-size: 12px;
	float: left;
	clear: both;
	width: 61px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#LOJAS_TEXTO h4 {
	font-size: 12px;
	text-align: left;
	border-bottom: solid 1px #BB998D;
	background-color: #D5BCB3;
	padding: 3px;
}
#FOTO_PRODUTOS {
	height: 238px;
	width: 604px;
	float: right;
	margin: 0px 3px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#TEXTO_EMPRESA {
	width: 730px;
	margin-right: 5px;
	text-align: left;
	color: #000000;
	background-color: #DCC9C2;
	padding: 155px 5px 5px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	border: 1px solid #5E3C32;
	background-image: url(../imagens/conteudo/foto_empresa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#TEXTO_EMPRESA #TEXTO_ESQ {
	width: 450px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #654339;
	margin-right: 10px;
}
#TEXTO_EMPRESA #TEXTO_DIR {
	background-color: #CDB3A9;
	width: 230px;
	float: right;
	height: auto;
	font-size: 11px;
	padding: 5px 15px;
	background-image: url(../imagens/conteudo/fundoMissao.gif);
	background-repeat: repeat-y;
	text-align: center;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5E3C32;
	border-bottom-color: #5E3C32;
}

#TEXTO_CONTATO {
	width: 730px;
	margin-right: 5px;
	text-align: left;
	color: #000000;
	background-color: #DCC9C2;
	padding: 155px 5px 5px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	border: 1px solid #5E3C32;
	background-image: url(../imagens/conteudo/foto_contato.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#FORMULARIO span {
	margin-right: 20px;
	float: left;
	width: 100px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#FORMULARIO input {
	float: left;
	border: 1px solid #A0705C;
	font-size: 12px;
	width: 300px;
}
#FORMULARIO br {
	clear: both;
}
#FORMULARIO textarea {
	float: left;
	border: 1px solid #A0705C;
	font-size: 12px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
}
#FORMULARIO {
	background-image: url(../imagens/conteudo/fundoInicialLojas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#FORMULARIO select {
	border: 1px solid #A0705C;
	font-size: 12px;
	width: 224px;
	margin-left: 10px;
}
#TEXTO_DIR h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #5D3B32;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#TEXTO_ESQ h3, #INICIAL_LOJAS h3 {
	font-size: 14px;
	color: #5E3C32;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#BUSCA_PRO {
	float: right;
	height: 111px;
	width: 256px;
	background-color: #CDBBB4;
	background-image: url(../imagens/conteudo/busca.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 45px;
	text-align: center;
}
#INTRO_ANIM {
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
#ANIM {
	height: 156px;
	float: left;
	width: 490px;
}
#BUSCA_PROD_FORM select {
	background-color: #CEBBB4;
	border: 1px solid #735145;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 220px;
	padding: 0px;
}
#CAD_FORM .botao {
	height: 30px;
	width: 50px;
	border: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

