/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(../img/bg_geral.jpg) repeat-x #F0ECE7;
	font-family: Verdana, Arial;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	margin:0;
	padding: 0;
}

h1#logo {
	margin-top: -10px;
	position: absolute;
	float: left;
	width: 190px;
	background: url(../img/logo_jardim.gif) no-repeat;
}

	h1#logo a {
		display: block;
		height: 42px;
		width: 189px;
	}
	
		h1#logo a span {
			display: none;
		}

h2 {
	margin: 130px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	width: 490px;
	display: block;
	font-weight: normal;
	float: right;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #6F675F;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, MS Trebuchet, Trebuchet MS, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #A1B870;
}

h5 {
	margin: 0 10px;
	padding: 0;
	font-family: Trebuchet, MS Trebuchet, Trebuchet MS, Verdana;
	font-size: 13px;
	color: #717F91;
}

img {
	border: 0;
}

a.resumoNoticia {
	color: #999;
	text-decoration: none;
}

	a.resumoNoticia:hover {
		text-decoration: underline;
	}

.invisivel {
	display:none;
}

.noticiaData {
	padding-right: 2px;
	display: block;
	width: auto;
	height: 18px;
	float: left;
	color: #EB8429;
	font-weight: bold;
}

.noticiaDestaque {
	color: #525252;
	font-weight: 200;
	text-decoration: none;
	border-bottom: #CCCCCC dashed 1px;
}

	.noticiaDestaque:hover {
		border: 0;
	}
	
.btnSemBorda {
	border: 0 !important;
	margin-top: 12px;
	float: left;
}

#container {
	margin-left: -389px;
	margin-top: 10px;
	position: absolute;
	background-color: #FFFFFF;
	width: 778px;
	left: 50%;
}

#header {
	background: url(../img/home_topo.jpg) no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 225px;
}


#prodserv {
	margin: 0;
	width: 100px;
	float: right;
	height: 170px;
	clear: right;
}

	#prodserv img {
		margin: 15px 0px;
	}
	
#idiomas {
	margin-left: 5px;
	margin-top: 195px;
	width: 90px;
	float: left;
}

	#idiomas img {
		margin: 0px 5px;
	}
	
	
#menu {
	margin: 20px 0px;
	padding: 0;
	width: 199px;
	float: left;
}

	#menu ul li a {
		margin-left: 10px;
		padding-top: 5px;
		display: block;
		width: 189px;
		height: 14px;
		font-family: Verdana, Arial;
		font-size: 10px;
		text-decoration: none;
		color: #434343;
	}
	
	#menu ul li a img {
		margin: 0px 5px;
	}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
		#menu ul li {
			margin-top: -2px;
			padding: 0;
			width: 199px;
			height: 25px;
		}
		
		.menuBorda { background: url(../img/menu_borda.gif) top right no-repeat;}
		.li10 { background: url(../img/menu_bg10.gif); }
		.li09 { background: url(../img/menu_bg09.gif); }
		.li08 { background: url(../img/menu_bg08.gif); }
		.li07 { background: url(../img/menu_bg07.gif); }
		.li06 { background: url(../img/menu_bg06.gif); }
		.li05 { background: url(../img/menu_bg05.gif); }
		.li04 { background: url(../img/menu_bg04.gif); }
		.li03 { background: url(../img/menu_bg03.gif); }
	
#divAbre {
	margin-top: -2px;
	width: 199px;
}
	
	#divAbre ul {
		margin-top: -2px;
		list-style: none;
	}
	
		#divAbre ul li{
			display: block;
			width: 199px;
			height: 25px;
			background: url(../img/menu_bg_sub.gif);
		}
		
		#divAbre ul li img {
			margin: 0 3px;
			visibility: hidden;
		}
		
		#divAbre ul li a {
			margin-left: 10px;
			padding-top: 4px;
			display: block;
			width: 189px;
			height: 20px;
			font-family: Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			color: #FE7B06;
	}

#icones {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
	#icones img {
		padding: 0px 15px;
	}
	
	/* Tooltip */
	.iconett {
		margin:0;
		padding:0;
		
		top: 10px;
    	position: relative;
   		z-index:24;
	}
	
	.iconett span {
		display: none;
	}
	/*background:; ie hack, something must be changed in a for ie to execute it*/
	.iconett:hover{ 
		position: relative;
		z-index:25; 
		background:;
		text-decoration: none;
	}
	
	.iconett:hover span.tooltip{
		display:block;
		position:absolute;
		top: 15px; 
		left: 15px;
		width: 133px;
		filter: alpha(opacity:90);
		KHTMLOpacity: 0.90;
		MozOpacity: 0.90;
		opacity: 0.90;
	}
	.iconett:hover span.top{
		display: block;
		height: 10px;
		background: url(../img/tooltip_balao.gif) no-repeat top;
	}
	.iconett:hover span.mid{ /* different middle bg for stretch */
		display: block;
		color: #F18E23;
		font-size: 9px;
		font-weight: bold;
		border-left: #B0B0B0 1px solid;
		border-right: #B0B0B0 1px solid;
		background: #FFFFFF;
	}
	.iconett:hover span.bottom{
		display: block;
		height: 10px;
		background: url(../img/tooltip_balao.gif) no-repeat bottom;
	}
	
	
#conteudo {
	margin-top: 19px;
	padding: 0px 10px;
	width: 540px;
	float: right;
}

#assinatura {
	background: url(../img/assina_esq.gif) no-repeat bottom left #A4CE4D;
	margin-top: 40px;
	height: 19px;
	width: 100%;
	float: left;
	text-align: center;
}
	
	.cantoEsq {
		padding: 0;
		float: right;
		
	}
		
#homeAreaRestrita {
	margin: 20px 0px;
	width: 199px;
}

	#homeAreaRestrita h3 {
		margin-left: 5px;
		width: 271;
		height: 15px;
		background: url(../img/icone_arearestrita.gif) no-repeat left;
		text-indent: 25px;
	}
	
	#homeAreaRestrita form {
		padding: 0 5px;
	}
	
	#homeAreaRestrita label {
		margin: 0px 5px 0px 2px;
		display: block;
		float: left;
		color: #525252;
	}
	
	#homeAreaRestrita input, textarea {
		border: #C7C3BF solid 1px;
		font-family: Verdana, Arial;
		font-size: 10px;
	}