/* ==== Header ==== */
#hd {
	background:#fff;
	display:block;
	margin:0 auto;
	width:1000px;
	height:78px;
}
/* Logo */
#hd h1 {
	background:url(../_img/hd_logo.jpg) center left no-repeat;
	display:block;
	width:178px;
	height:74px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-5000px;
}
/* swf */
#hd #menu-swf {
	float:left;
	width:553px;
	height:55px;
	margin:5px 0 0 5px;
}
/* Português / Inglês */
#hd ul {
	width:110px;
	float:right;
	margin:10px 10px 0 0;
	padding:0;
}
#hd ul li {
	list-style:none;
	float:left;
	clear:none;
}
#hd ul li a {
	background:url(../_img/hd_ul_portugues.jpg) center left no-repeat;
	display:block;
	width:64px;
	height:20px;
	text-indent:-5000px;
}#hd ul li a.ingles {
	background:url(../_img/hd_ul_ingles.jpg) center left no-repeat;
	width:45px;	
}
/* Input - Form */
#hd form {
	width:240px;
	float:right;
	margin:1px 0 0 0;
	padding:0;
}
#hd form input {
	background:#CCCCCC;
	border:1px solid #666666;
	width:193px;
	height:13px;
	font-size:12px;
	padding:2px;
}
#hd form input.button1 {
	display:block;
	background:url(../_img/hd_form_ok.jpg) center left no-repeat;
	float:right;
	width:21px;
	height:21px;
	text-indent:-5000px;
	margin-top:-19px;
	margin-right:20px;
	*margin-top:-21px;
	*margin-right:10px;
	*font-size:0;
	*line-height:40px;
	border:none;
	cursor:pointer;
}