@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	background:#fff;
}
body {
	height:100%;
	background:#fff;
	
}
#hnlBody {
	background:url(../imagens/hnl_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:990px;
	margin:auto;
	height:510px;
	margin-top:4px;
	padding:1px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	color:#666666;
}
#hnlBut {
	margin-top:265px;
	margin-left:15px;
}
#hnlBut a {
	border:0;
	outline:0;
}
#hnlTit {
	width: 247px;
	background:url(../imagens/hnl_tit01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:25px;
	margin-top:20px;
	margin-left:8px;
	float:left;
}
html>body #hnlTit {
	margin-left:17px;
}
.hnlBox {
	width:167px;
	height:158px;
	float:left;
	margin-top:20px;
	background:url(../imagens/hnl_box_bg04.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-left:14px;
}
	
.hnlBox span{
	font-weight:bold;
	margin-left:-7px;
}
.hnlBoxList {
	list-style:none;
	margin:0;
	padding:0;
	margin-left: 10px;
	margin-right: 5px;
	margin-top:5px;
}
.hnlBox a {
	color:#d3232d;
	text-decoration:none;
}
.hnlBox a:hover {
	color:#d3232d;
	text-decoration:underline;
}
a.but01 { /*    Botão 01 usado para a ação principal da página, preferencialmente somente 1 por tela.    */
	display:block;
	font-size:11px;
	text-decoration:none;
	background: url(../imagens/but01a.png) no-repeat scroll top left;
	padding:0 0 0 7px;
	float:left;
	color:#fff;
	margin: 0 5px ;
	font-weight:bold;	
	line-height:88px;
	height:16px;
	overflow:hidden;
}
a.but01 span {  /* span de dentro do botão, para usar a técnica de cortina de backgrounds */
	height:16px;
	background: transparent url(../imagens/but01b.png) no-repeat scroll top right;
	color:#fff;
	line-height:18px;
	padding:2px 7px 0 0;
}
a.but01:hover { /* Estado Roll Over do botão */
	background-position: 0 -16px;
	text-decoration:none;
}
a.but01:hover span {
	background-position: 100% -16px;
}
a.but01:active { /* Estado Pressed do botão */
	background-position: 0 -32px;
	outline:none;
}
a.but01:active span {
	background-position: 100% -32px;
	padding-top: 3px;
	line-height:19px;
	color:#f5e4e5;
}
.clearFloat {           /* Esta classe deve ser colocada em um div ou break (<br>) e deve ser o ultiom elemento antes de fechar um div que deve conter totalmente seus elementos internos com float */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
#floatingHead {
	background:url(../imagens/floating_head.jpg);
	width:58px;
	height:40px;
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	left:579px;
	top:26px;
}