html{
	font-family: Arial, sans-serif;
	font-size:11px;
	padding:0;margin:0;
}

body{
	background-color: #dcdcca;
	text-align: center;
	padding: 0;margin:0;
}
/* BODY *{
	_position: relative;	 
} */

#envoltorio{
	z-index:1;
	width:1000px;
	margin:0 auto;
	padding: 0;
	background-color: #fff;
}
* HTML #envoltorio{
/*	overflow: hidden;*/
}
#esquerda{
	background: url('../../images/loja/top-left-corner.gif') no-repeat #fff top left;
	width:194px; 
	padding: 48px 25px;
	margin:0;
	float:left;clear:none;
	min-height: 500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
	overflow-y: auto;
	overflow-x:hidden;
}
* HTML #esquerda{overflow: hidden;}
#envoltDireita{
	float:right;
	clear:none;	
	width: 756px;
	overflow:hidden;
}

#topo{
	background: url("../../images/loja/center-top.gif") no-repeat #f00 0 0;
	text-align:left;
	float:left; clear:right;
	width:752px;
	background-color: #fff;
	margin:0 0 0 0;
	padding:4px 0 0 4px;
/*	position:relative;
	z-index: 2; */
}
#topo .testeira{
	margin:0px;
	padding:0px;
	width:733px;
}
#topo .corner{
	margin:0px;
	padding:0px;
	width:38px;height:31px;
	position:relative;
	left:698px; top:-31px;
	z-index: 2;
}
#floating_banner{
	position:absolute;
	top:310px;
	left:0;
	padding:0;margin:0;
	width:100%;
	z-index: 2;
}

#centro{
	background-color: #fff;
	float:left;clear:none;
	width: 555px;
	text-align: left;
	padding: 10px 0 10px 4px ;
	/*overflow-x: hidden;*/
	overflow-x: visible;
}

#direita{
	text-align:left;
	float:left;clear:right;
	width: 197px;
	padding:0px;
	background: #ffffff;
}
#envoltorio.catalogo #direita{
	background: none;
}

#direita .box{margin:15px 0 15px 10px;}
/*#direita #bannerDireita{*margin:0px; margin-bottom: 0px;}
#direita #bannerDireita2{*margin:0px; margin-top:10px;margin-bottom: 0px;}*/
.banner{
	margin-bottom:0;
	*display:block;
	margin-top:10px;
	}
.banner2{	
	margin-bottom: 0px;margin-top: 10px;margin-left:10px;*display:block;}

/* RODAPE */
#rodape{
	float:none;clear:both;
	height:65px;
	padding: 27px 100px 45px 169px;
	margin-left:-11px;
	background: url("../../images/loja/fundo-rodape3.gif") no-repeat #d4d2aa 0 0;
	color:#edeadb;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#envoltorio.catalogo #rodape{text-align: left;}
#rodape A{
	color:#edeadb;
	height:16px;
	line-height:16px;
	margin:4px 0; padding: 0 7px;
	cursor:pointer;
	text-decoration: underline;
	clear:none;
	border-right: 1px solid #c9c6a3;
	white-space: nowrap;
}
#rodape a.destaque {
	background: transparent url("../../images/loja/rodape_destaque_right.gif") right no-repeat;
	float:left; 
	margin:5px 2px;
	padding: 0 3px 0 0;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	color:#898761;
	border-right: none;
}
#rodape a.destaque span{
	float:left;
	background: #c9c6a3 url("../../images/loja/rodape_destaque_left.gif") left no-repeat;
	display:block; height:22px;
	padding:0 5px 0 8px;
}
#rodape .clear{clear:both;}
