html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: URL(../images/bgMenu.gif) repeat-y;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textFooter, .textFooter a:link, .textFooter a:active, .textFooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.textFooter a:hover {text-decoration: underline; color: #FF6600;}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.caixatxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #FFF7EA;
	text-align: left;
	vertical-align: middle;
	margin: 1px;
	border: 1px solid #666666;
	padding: 1px;
}

/*-------------*/

	div a:link {
		text-decoration: none;
		color: #000000;
	}
	
	div a:visited {
		text-decoration: none;
		color: #000000;
	}
	
	div a:hover {
		text-decoration: underline;
		color: #000000;
	}
	
	div a:active {
		text-decoration: none;
		color: #000000;
	}


	.oculta {
		display: none;
	}

	.normal {
		position: absolute;
		width: 100%;
		height: 100%;
		min-height: 100%;
		height: auto !important;
		/*background-color: #FFFFFF;*/
		display: block;
	}

    #alinhaLoading{
		width: 140px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -80px;
    }

	#wrap {
		position: absolute;
		width: 100%;
		height: 100%;
		min-height: 100%; /* Para browsera modernos */
		height: auto !important; /* Para browsera modernos */
		background-image: URL(../images/bg_topo.gif);
		background-repeat: repeat-x;
	}
  
	*html #wrap {
		height: 100%; /* Para o IE6 */	  
	}

	#container {
		position: relative;
		width: 796px;
		height: 100%;
		min-height: 100%;
		height: auto !important;
	}
	
	#topo {
		width: 100%;
		height: 176px;
	}
	
	#bird {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 252px;
		height: 176px;
		background-image: URL(../images/bg_curio.jpg);
		background-repeat: no-repeat;
	}

	#round {
		position: absolute;
		top: 0px;
		left: 252px;
		width: 172px;
		height: 176px;
		background-image: URL(../images/round.gif);
		background-repeat: no-repeat;
	}

	#logo {
		position: absolute;
		top: 0px;
		left: 470px;
		width: 323px;
		height: 176px;
		background-image: URL(../images/logo.gif);
		background-repeat: no-repeat;		
	}
	
	#menu {
		position: absolute;
		top: 176px;
		left: 0px;
		width: 252px;
	}
	
	#main {
		position: absolute;
		top: 180px;
		left: 270px;
		width: 540px;
		height: 100%;
		padding-bottom: 100px;
	}
	
	#rodape {
		position: fixed;
		width: 100%;
		height: 40px;
		margin: 0px;
		bottom: 0px;
		bottom: 0px !important;
		text-align: right;
		margin-top: 200px;
        background: URL(../images/bgFooter.gif) repeat-x;
	}
	
	ul#thumbsCat {
		position: relative;
		float: left;
		list-style: none;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 30px 0px 100px 15px;
	}
	
	ul#thumbsCat li {
		position: relative;
		float: left;
		margin: 15px 5px 5px 5px;
		height: 75px;
	}
	
	ul#thumbsCat li a:hover, ul#thumbsCat li a:active{
		width: 75px;
		height: 75px;
	}
	
	#containerThumbsCat{
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 100%; /* Para browsera modernos */
		height: auto !important; /* Para browsera modernos */
		text-align: center;
	}
	
		#titulo h4 {
		margin-left: 20px;
		width: 730px;
		border-bottom: 1px solid #EEEEEE;
	    color: #FF6701;
		margin-bottom: 1px;
	}	

