@charset "utf-8";
.body  {
	font: 100% Trebuchet MS, Verdana, Arial;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#tudo {
	width: 100%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#menuEsquerda {
	width: 190px;
}

#conteudo {
	width: 100%;
	margin-left:5px;
	margin-right:5px;
}

#menuDireita {
    width: 140px;
}
#rodape {
	width: 100%;
	height: 30px;
	padding: 5px;
	clear: both;
	
}
.containerProduto03 {
	width:140px;
	background: #EFEFEF url(images/bk_produto03.png) no-repeat;
	padding: 2px;
	padding-top:200px;
	padding-bottom:25px;
}
.tituloloja {
	padding-top:10px;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
