* {
	margin:0px;
	padding:0px;
}

body {
	background:transparent url(../images/fundo.gif) top center repeat;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.82em;
}

.c {
	clear:both;
}

#geral {
	width:770px;
	background:transparent url(../images/fundo_geral.jpg) top center repeat-Y;
	text-align:left;
	margin:0px auto;
/* 	border:1px solid red; */
	padding:0px 5px;
}

#topo {
	height:180px;
/* 	border:1px solid yellow; */
	background:transparent url(../images/fundo_topo.jpg) top center repeat-X;
	margin:0px 10px;
}

#topo #banner {
	width:530px;
	height:170px;
	background:#ccc;
	float:right;
}

#topo h1 a {
	background:transparent url(../images/logo.gif) top center no-repeat;
	width:196px;
	height:115px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	top:25px;
	left:12px;
	float:left;
}

#menu {
	width:220px;
	_width:210px;
	background:#75594F;
	float:left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left:10px;
	_margin-left:5px;
/* 	border:1px solid green; */
}

#menu ul {
	margin: 10px 10px 0px 10px;
}

#menu ul, #menu li {
	list-style-type:none;
}

#menu ul li {
	border-bottom:1px solid #fff;
}

#menu ul li a {
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}

#menu ul li:hover, #menu ul li a:hover {
	color:#000;
	background:#fff;
}

#conteudo {
	width:515px;
/* 	border:1px solid blue; */
	float:right;
	margin-right:15px;
	_margin-right:8px;
	margin-top:5px;
	margin-bottom: 30px;
}

#conteudo label {
	display:block;
	font-size:0.82em;
	font-weight:bold;
}

#conteudo h1, #conteudo h2, #conteudo h3, #conteudo h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#45352F;
	border-bottom:1px solid #45352F;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:1.6em;
}

/* lista de produtos */
.produtos-lista {
	width: 130px;
	height: 155px;
	padding: 3px;
	text-align: center;
	margin: 0px 15px 10px 0px;
	float: left;
	border: 1px solid #45352F;
}

#produtosel-img img {
	border:1px solid #45352F;
	padding:2px;
	margin:10px 0px;
}


