* {
	padding:0;
	margin:0;
	
}
hr {
	display:none;
}
body {
	background:#666666;
	background-image:url(../imagens/layout/leco_bg_site.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top:10px;
}

#estrutura {
	
	width:775px;
	border:2px solid white;
	background:white;
	margin:0 auto;
	
	
}
p {
	font-family:verdana,arial,sans serif;
	font-size:12px;
	color:#333333;
	margin-bottom:10px;
	text-align:justify;
	line-height:16px;
}
h1 {
	font-family:verdana,arial,sans serif;
	font-size:16px;
	color:#174574;
	font-weight:bold;
	margin-bottom:13px;

}
h2 {
	font-family:verdana,arial,sans serif;
	font-size:15px;
	color:#174574;
	font-weight:bold;
	margin-bottom:13px;

}
#logomarca {
	float:left;	
	margin-top:12px;
	margin-left:5px;
	border:none;
}
#orcamento_online {
	float: right;
	border:0;
}
#conteudo {
	clear:both;
	margin:15px;
	
}

#menu1 {
	width:510px;
	height:20px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
}

#menu1 li {
	line-height:20px;
	color:#1d4b8e;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	list-style:none;

}
#flash {
	margin:7px;
}

#menu1 li a {

	display:block;
	padding-right:10px;
	padding-left:10px;
	height:20px;
	color:#555555;
	text-decoration:none;
	float:left;
	text-align:center;
	border-right:1px solid #999999;
	

}

#menu1 li a:hover {

	color:#ffffff;
	text-decoration:none;
	background-color:#1d4b8e;
}
#rodape h4 {
	clear:both;
	background:#174574;
	font-family:verdana,arial,sans serif;
	font-size:12px;
	color:white;
	line-height:30px;
	height:30px;
	text-align:center;
	
}
.texto_destaque {
	font-weight:bold;
	font-style:italic;
}
.link-destaque {
	text-decoration:none;
	color:#333333;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
}
.link-destaque:hover {
	text-decoration:underline;
	color:#1d4b8e;
	font-style:italic;
	font-weight:bold;
}
