.titulo{
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 5px;
	height: 30px;
}
.titulo2{
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 12px; 
	padding-bottom: 5px;
}
.titulo2:hover{
	background:#ccc;
	border-radius: 0px 5px 5px 0px;	
}
.titulo3{
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	padding: 5px;
	background:#ccc;
}
.titulo3:hover{
	background:#eee;	
}

.comentario{
	font-size: 0.85em;
}

body{
	font-family: arial, sans-serif;
	font-size: 0.95em;
	}

h2{
text-align: left;
color: #ccc;
font-size: 16px;
margin-bottom:10px;
}

.cabecalho{ width:100%; height:100px;}
.lateral{ width:175px;}
.rodape{ background-image:url(../../bg3.jpg); width:100%; padding:70px 0 0;}
	.rodape embed{ margin: -72px 0 49px -45px;}

#main{
	width: 980px;
	margin: 0 0 10px;
	border-radius: 10px 10px 0px 0px;
	min-height: 220px;
}

#lateral{
	width: 175px;
	height:420px;
	margin-top: 0px auto;
}


#clear{
	clear:both;
}

#produtos{
	padding: 10px;
	width:700px;
	float:left;
}

#subcategorias{
	width:200px;
	padding:10px;
	float:left;	
}

#produtos li{
	background: url(../bgzinho.png) repeat;
	display: inline-block;
	width: 210px;
	float:left;
	margin: 15px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#produtos li:hover{
	background-color:#999;
}

#produtos li a{
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 5px;
	margin-left:120px;

}

#produtos img{
	display: block;
	margin: 5px auto;
	width: 200px;
	height: 150px;
	border: 1px solid #ccc;
}

#navtop{
	background-color: #F2F2F2;
	width: 980px;
	height: 35px;
	position:relative;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 
}

#navtop li{
	float: left;
	padding: 8px 5px;
}

#navtop a{
	color: #000;
	background: #ccc;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

#navtop a.atual{
	color: #fff;
	font-weight: bold;
	background: #183883;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	margin: 7px 0 0 793px; 
}

#navtop a:hover { background:#183883;}

#navtop h1{
	display:inline;
	font-weight: bold;
	position: absolute;
	right: 6px;
	top: 6px;
	color:#FFFFFF;
	width: 320px;
	width: 111px;
}

#page{
	padding-top: 15px;
	clear: both;
	text-align: center;
}

#page{
	text-align: center;
	padding-top: 15px;

}

	#page a, #page span{
		padding: 5px 10px;
		margin-left: 3px;
		background: #22698F;
		color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#page .atual{
		font-weight: bold;
		color: #fff;
	}

	#page .atual{
		background: #000;
		font-weight: bold;
		color: #fff;
	}

	#page .btn{
		background: #22698F;
		font-weight: bold;
		color: #fff;
	}

	#page .disable{
		background: #eee;
		font-weight: bold;
		color: #ccc;
	}
