/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image:url(../img/bg_geral.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.clear {clear:both;}

#Container {
	width: 960px;
	min-height:100%;
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background-image:url(../img/bg_branco.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
 * html #Container { height: 100%; }

#Container2 {
	background-image:url(../img/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 960px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#Header {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 932px;
	height: 142px;
}

#Principal {
	width: 846px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 34px 0px; /* arrumar cf footer */
	text-align: left;
}

#Imagem {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 846px;
	height: 132px;
}

#ColLeft {
	width: 212px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-align:center;
}

#ColCenter {
	width: 634px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}

#texto {
	width: 580px;
	margin: 10px 27px 0px 27px;
	padding: 0px 0px 10px 0px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: left;
}

#fotos {
	width: 634px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: left;
}



#Footer {
	width: 960px;
	height: 23px;
	position:absolute;
	bottom: 0;
	text-align: center;
	
}




/******************/
/*  Menu Lateral  */
/******************/

ul#menulateral, ul#menulateral ul {
	margin: 0;
	padding: 0;
	width: 200px;
	border: none;
	border-top: 0px;
	font-size: 100%;	
	}

ul#menulateral li {
	position: relative;
	list-style: none;
	}

ul#menulateral li a {
	display: block;
	text-decoration: none;
	color: #d3d2d2;
	padding: 5px 2px 5px 30px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
ul#menulateral li a:hover {
	display: block;
	text-decoration: underline;
	color: #d3d2d2;
	padding: 5px 2px 5px 30px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	}
	
	
/******************/
/*  SUBmenu Lateral  */
/******************/


ul#menulateral li ul li {
	position: relative;
	list-style: none;
	}

ul#menulateral li ul li a {
	display: block;
	text-decoration: none;
	color: #d3d2d2;
	padding: 5px 2px 5px 40px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
ul#menulateral li ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #d3d2d2;
	padding: 5px 2px 5px 40px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	}

	
/* Fix IE. Hide from IE Mac \*/
* html ul#menulateral li { float: left; height: 1%; }
* html ul#menulateral li a { height: 1%; }
* html ul#menulateral li ul li { float: left; height: 1%; }
* html ul#menulateral li ul li a { height: 1%; }
/* End */


/******************************************/
/* For Incorrect Browser Interpretations  */
/******************************************/
/* Fix IE. Hide from IE Mac \*/
	*
	* html ul li { float: left;}
	
/* End */



