*{
	margin:0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	text-align:left;
}

body{
	background:#000;
	text-align:center;
}

#geral{
		width:798px;
		margin:0 auto;
}
.clear, .c { 
	clear:both; 
	float:none 
}

img { border:0; }

a { text-decoration:none; color:#ffffff; }
a:hover { text-decoration:underline; color:#cccccc; }

h1{
	height:50px;
	background-image:url('../img/end.gif');
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9000px;
	overflow:hidden;
}

h2{
	border-bottom:1px solid #B7A57F;
	color:#B7A57F;
	font-size:22px;
	text-align: right;
	margin:0 15px;	
}

h3{
	border-bottom:1px solid #B7A57F;
	color:#B7A57F;
	font-size:22px;
	line-height:30px;
	text-align: right;
	margin:0 15px;
	display:block;
}

/*** CABECALHO ***/
.barraPreto{
	background:#000;
	height:50px;
	padding:10px 0;
}

.barraBranca{
	width:768px;
	/*height:30px;*/
	background:#FFF;
	text-align:center;
	padding:5px 15px;
	font-size:200%;
	font-style:italic;
font-weight:bold;
}


/*** ESQUERDA ***/
#esquerda{
	width:269px;
	background-image:url('../img/bg-menu.gif');
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

/* MENU */
#menu{
	margin-left:40px;
	list-style:none;	
}
#menu li{
	border-bottom:1px solid #B7A57F;
	margin:0 15px;
}
#menu li a{
	color:#FFF;
	margin:0 5px;
	display:block;
	text-decoration:none;
	line-height:24px;
}
#menu li a:hover{
	color:#B7A57F;
}

/* SUB CATEGORIAS */
#produtos-subcats{
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	color:#B7A57F;
	padding:10px;	
}


#produtos-subcats #menu{
	margin-left:5px;
}
#produtos-subcats #menu a{
	color:#000;
}
#produtos-subcats #menu a:hover{
	color:#B7A57F;
}
/*** CONTEUDO ***/
#conteudo{
	background-image:url('../img/bg-conteudo.gif');
	background-repeat:repeat-y;
	background-position:269px top;
}

#conteudo-interno{
	background-image:url('../img/bg-topo-conteudo.gif');
	background-repeat:no-repeat;
	background-position:left top;
	margin-left: 269px;
	padding-top: 100px;
	padding-left: 10px;
	padding-bottom: 20px;
}


/*** PRODUTO LISTA ***/
#produtos{
	display:table;
	width:519px
}
#produtos .produtos-tit-res{
	text-align:center;
}
#produtos .produtos-tit-res a{
	color:#333;
}

.produtos-lista{
	padding:5px 0;
	width:31%;
	overflow:hidden;
	border:2px solid #B7A57F;
	float:left;
	background:#f9f9f9;
	margin:5px 0 5px 1.5%;
}
.produtos-txt-ref{
	color:#B7A57F;
	margin-top:3px;
	text-align:center;
	
}
.produtos-img{
	width:160px;
	height: 130px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.produtos-txt-valor{
	text-align:center;
	font-size:85%;
}

#paginacao{
	border-top:1px solid #B7A57F;
	margin:0 15px 0 10px;
	padding:5px 0;
	color:#333;
}
#paginacao a, .pgatl{
	color:#333;
	padding:2px 4px;
}
#paginacao a:hover{
	background:#B7A57F;
	color:#FFF;
}
.pgatl{
	font-weight:bold;
}

#rodape{
	width:768px;
	/*height:30px;*/
	background:#B7A57F;
	color:#FFF;
	text-align:center;
	padding:5px 15px;
	font-size:14px;
}