/*menu*/
#menu ul {
	list-style:none;
	margin:0 0 10px 35px;
	clear:both;
}
#menu h3 {
	margin-left:5px;
	background:left no-repeat;
	text-indent:-9999px;
	height:30px;
	display:block;
	clear:both;
}
#menu h3.empresa {
	background-image:url(../img/menu_empresa.jpg);
}
#menu h3.institucional {
	background-image:url(../img/menu_intitucional.jpg);
}
#menu ul li a {
	color:#5D6D84;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-left:7px;
	padding-left:15px;
	background:left url(../img/menu_ico.jpg) no-repeat;
	width:150px;
	margin-bottom:2px;
}
#menu ul li a:hover {
	color:#2A3550;
	text-decoration:underline;
}
/*certificacao e orcamento*/
#banner_certificacao {
float:left;
	width:250px;
	height:95px;
/*	background:url(../img/banner_certificacao.jpg) no-repeat top;*/
	margin:10px 0 10px 0 ;
}
#banner_orcamento {
float:left;
	width:250px;
	height:80px;
/*	background:url(../img/banner_orcamento.jpg) no-repeat top;*/
	margin:10px 0 20px 0 ;
}
/*form newsletter*/
.news {
	background-image:url(../img/tit_newsletter.jpg);
	width:250px;
}
#newsletter form label {
	font-size:11px;
	color:#30415E;
	clear:both;
	cursor:pointer;
}
#newsletter form .newsForm {
	height:20px;
	width:205px;
	background:url(../img/bg_newsletter.jpg) no-repeat top;
	border:0;
	margin:5px 0 0 5px;
	font-size:11px;
	color:#30415E;
	padding:2px 0 0 5px;
}
#newsletter form .botao {
	float:right;
	background-color:#30415E;
	color:#fff;
	font-size:11px;
	padding:3px 10px 5px 10px;
	width:70px;
	height:20px;
	text-align:center;
	margin:5px 1px 0 0;
}
