/* CSS Document */
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}
#tplTudo{
	text-align: center;
}
#tplSite{
	text-align: left;
	margin: 0 auto;
	width: 970px;
	border: solid #ccc;
	border-width: 0 4px;
	background-color: #FFF;
}
#tplTopo{
	height: 100px;
	margin: 0;
	background-color: #EFEFEF;
	background-image: url(../images/bg_topo.jpg);
	position: relative;
}
#tplRols{
	position: absolute;
	width: 340px;
	height: 70px;
	top: 15px;
	left: 295px;
}
#tplRols .ban{
	margin: 10px 15px 10px 0;
}
#tplRols .sep{
	margin-right: 12px;
}
#tplBanner{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 24px;
	left: 635px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 1px;
}
#tplBanner2{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 24px;
	left: 745px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 1px;
}
#tplBanner3{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 24px;
	left: 855px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 1px;
}
#tplMenu{
	background-color: #f1f1f1;
	height: 34px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#tplConteudo{
	padding: 10px;

}
#tplRodape{
	background-color: #e1e1e1;
	background-image: url(../images/bgtop.gif);
	color: #333;
	padding: 40px 0 30px 30px;
	clear: both;
	font-weight: bold;
}

img{
	border: 0;
}
form{
	display: inline;
}
#tplMenu a{
	width: 110px;
	background-color: #f1f1f1;
	display: block;
	float: left;
	text-align: center;
	margin-left: 2px;
	padding: 8px 0 9px;
	margin-top: 1px;
	border: 1px solid #ccc;
	color: #333;
	background-image: url(../images/bg_menu.jpg);
}
#tplColunaEsquerda{
	float: left;
	width: 750px;
}
#tplColunaDireita{
	width: 180px;
	float: right;
	margin-left: 10px;
}
#bot{
	clear: both;
}
.ColBox{
	background-color: #dadada;
	padding: 10px 5px 15px;
	margin-bottom: 15px;
	border: 1px solid #999;
}
.infoBox{
	background-color: #ededed;
	padding: 10px;
	border: 1px solid #999;
}
.txtdecor{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #ccc;
	background-color: #f5f5f5;
}
#tplletreiro{
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	padding-bottom: 8px;
}

