/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #efefef;
}

input, select, textarea {
	border: 1px #B4B4B4 solid;
	font-size: 11px;
	color: #666666;
}

img {
	border: 0;
}

.direita {
	display: block;
	float: right;
}

.esquerda {
	display: block;
	float: left;
}

#container {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	background-color: #FFFFFF;
}

#topo {
	width: 770px;
	margin: 0;
	padding: 0;
}

#menuTopo {
	background: url(../img/bg_topo.gif) repeat-x;
	float: left;
	width: 770px;
	height: 60px;
}

	#menuTopo h1 {
		margin: 0 0 0 20px;	
		float: left;
		display: block;
		background: url(../img/logoImbil.gif) no-repeat center;
		width: 268px;
		height: 60px;
	}
	
		#menuTopo h1 a {
			display: block;		
			width: 268px;
			height: 60px;
		}
		
			#menuTopo h1 a span {
				display: none;
			}
			
#menuTopoBotoes {
	margin: 0;
	padding-bottom: 4px;
	float: left;
	height: 56px;
}

	#menuTopoBotoes a img{
		margin-bottom: 15px;
	}
		
		#menuTopoBotoes img {
			margin: 0 7px;
		}
	
#idiomas {
	float: right;
	margin: 0 4px;
	padding-top: 2px;
}

	#idiomas span {
		display: block;
	}
	
	#bandeiras {
		margin-top: 10px;
	}
	
		#bandeiras a, a img {
			margin: 0 4px;
			color: #666666;
			text-decoration: none;
		}
		
		#bandeiras a:hover {
			color: #333;
		}
	

#menu {
	width: 765px;
	background: url(../img/bg_menu.gif) repeat-x;
	height: 29px;
	padding-left: 5px;
}

	#menu ul {
		list-style: none;
		margin: 0;
		padding-left: 18px;
	}
		#menu ul li {
			float: left;
			margin: 0px 3px;
		}
		
		#menu ul li.divisor {
			margin-top: 3px;
		}
		
#content {
	width: 770px;
	margin-top: 10px;
	padding: 0px;
	float: left;
}

#colEsq {
	width: 375px;
	float: left;
}

#colDir {
	width: 375px;
	float: right;
}

#busca {
	padding-top: 5px;
	width: 364px;
	height: 74px;
	background-color: #F3F3F3;
	float: right;
	color: #333333;
}

	#busca form {
		margin: 2px;
		padding: 10px 0px 0px 10px;
		display: block;
		width: 171px;
		height: 57px;
		background: url(../img/bg_busca.jpg);
		float: left;
	}
	
		#busca form input.campoBusca {
			border: 1px #B4B4B4 solid;
			height: 18px;
			margin-bottom: 4px;
		}
			
		#busca form label {
			display: block;
			margin-bottom: 5px;
			width: 35px;
			height: 11px;
			background: url(../img/tit_busca.gif) no-repeat center;
		}
		
			#busca form label span {
				display: none;
			}
		
		#busca p {
			float: right;
			margin-top: 2px;
			margin-right: 5px;
			text-align: left;
		}
		
#homeInstitucional {
	margin: 5px;
	padding: 15px 10px;
	width: 350px;
	float: left;
	border-bottom: 1px #CCCCCC solid;
}
/*
#codaplicacao {
	margin: 0; padding: 0;
	float: left;
}

	#codaplicacao {
		margin: 0;
		padding: 0;
	}*/

form.selecSetor input.btnPesquisa {
			margin-bottom: 6px;
			background: #fff;
		}
		
#homeProdutos {
	width: 63%;
	float: left;
}

	#homeProdutos select{
		border: 1px #B4B4B4 solid;
		font-size: 10px;
		margin: 3px 0px;
	}
	
	#homeProdutos a {
		color: #c00;
		font-size: 10px;
		text-decoration: none;
	}
	
	
#homeFunciona {
	width: 37%;
	float: right;
}

#homeDestaques {
	float: left;
	margin: 10px 5px;
	padding: 10px;
	width: 350px;
}

#destaque {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}

#destaqueTop {
	width: 100%;
	float: left;
}

	#destaqueTop h3 {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#destaqueTop span {
		display: block;
		text-align: right;
		float: right;
	}

#destaqueDesc {
	margin-top: 15px;
	width: 100%;
	float: left;
}

	#destaqueDesc h4 {
		margin-bottom: 0px;
		font-size: 12px;
		color: #003399;
	}
	
	#destaqueDesc p {
		margin: 0;
	}

	#destaqueDesc img {
		float: left;
	}
	
	#destaqueDesc span {
		display: block;
		width: 185px;
		float: right;
		padding: 0;
		margin: 0 0 20px 5px;
	}
	
#destaqueBotoes {
	margin-top: 15px;
	padding-left: 0px;
	width: 100%;
	height: 20px;
	clear: both;
	text-align: center;
	background: url(../img/bg_botoes.jpg) no-repeat center;
}
	
	#destaqueBotoes a {
		margin-right: 30px;
		display: block;
		float: left;
		padding: 4px;
		background-color: #FFFFFF;
		border: 1px #999 solid;
		color: #666;
		text-decoration: none;
	}
	
	#destaqueBotoes a:hover {
		color: #333;
		border: 1px #666 solid;
	}
	
#homeServicos {
	margin-top: 15px;
	padding: 10px 10px 15px 30px;
	width: 324px;
	float: right;
	background: url(../img/bg_servicos.jpg) no-repeat center  30px;
}
	
	#homeServicos h2 {
		margin: 0 0 0 -30px;
		padding: 0;
	}

#descServicos {
	display: block;
	padding: 5px;
	margin: 20px 0 0 0px;
	width: 300px;
	float: left;
	background: #fff;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

	#txtServicos {
		position: relative;
		float: left;
		margin: 10px 2px;
		
	}

		#titulo {
			position: absolute;
			top: -15px; left: -15px;
		}
		
		#txtServicos a {
			display: block;
			float: right;
			width: 240px;
			color: #000;
			text-decoration: none;
		}
		
		#txtServicos a:hover {
			text-decoration: underline;
		}
		
			#txtServicos a img {
				margin: 5px 10px 0 0;
				float: right;
			}
			
span.notData {
	font-weight: bold;
}

#servicosBotoes {
	width: 96%;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
}

	#servicosBotoes a {
		display: block;
		float: right;
		margin-left: 30px;
		padding: 4px;
		border: 1px #999 solid;
		background-color: #FFFFFF;
		color: #666;
		text-decoration: none;
	}
	
	#servicosBotoes a:hover {
		color: #333;
		border: 1px #666 solid;
	}

#homeQualidade {
	width: 364px;
	margin-top: 20px;
	height: 215px;
	padding-bottom: 20px;
	float: right;
	background: url(../img/bg_qualidade.jpg) no-repeat center bottom;
	text-align: center;
}

	#homeQualidade p {
		margin-left: 20px;
		color: #666666;
		font-size: 10px;
	}
	
	#homeQualidade span img {
		margin: 0 10px;
	}
	
	#homeQualidade a {
		display: block;
		float: right;
		margin-top: 15px;
		margin-right: 7px;
		padding: 4px 15px;
		border: 1px #999 solid;
		background-color: #FFFFFF;
		color: #666;
		text-decoration: none;
	}
	
		#homeQualidade a:hover {
			color: #333;
			border: 1px #666 solid;
		}
		
#assinatura {
	width: 100%;
	margin-top: 20px;
	padding: 5px 0px;
	background:  #DAD9DA;
	color: #666;
	clear: none;
	float: left;
	text-align: center;
}

	#assinatura a {
		color: #003399;
		text-decoration: none;
	}
	
#contato {
	width:280px;
	margin-left:165px;
}

#contato a{
	text-decoration:none;
	color: #666;
}

#contato a:hover {
	color: #333;
}

#combo {
	margin-left:155px;
}

#tour {
	position:absolute;
	width:65px;
	margin-top:22px;
	margin-left:308px;
	border-bottom:dashed 1px #666666;
}

#tour a{ 
	text-decoration:none;
	color:#666666;
}

#tour a:hover{ 
	color:#333;
}