/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ padding:0; margin:0; }
table{ border-collapse:collapse; border-spacing:0; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-weight:normal; font-style:normal; }
ol,ul{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:100%; }
q:before,q:after{ content:''; }
abbr,acronym{ border:0; }
a{ text-decoration:none; }
a:hover{ text-decoration:underline; }
html{ overflow:-moz-scrollbars-vertical; }
body{ text-align:left; font-size:11px; font-family:tahoma; }
/* SITE */
#site{
float:left;
width:100%;
height:auto;
background:#FFF;
}
	#site .centralizar{
	margin:auto;
	width:990px;
	height:auto;
	}
	#site .titulo{
	float:left;
	width:100%;
	height:30px;
	}
		#site .titulo .tit1{
		float:left;
		width:auto;
		height:30px;
		color:#000;
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
		}
		#site .titulo .tit2{
		float:left;
		width:auto;
		height:30px;
		background:url(../imagens/tit_bg.gif) no-repeat 0px 8px;
		}
/* BARRA */
#barra{
float:left;
width:100%;
height:30px;
background:#FF9000;
border-top:#F37D01 5px solid;
border-bottom:#F1F1F1 5px solid;
}
	#pesquisa{
	float:left;
	width:210px;
	height:25px;
	padding-top:5px;
	}
		#pesquisa li{
		float:left;
		width:auto;
		height:auto;
		padding-left:5px;
		}
		#pesquisa input.busca{
		width:142px;
		height:16px;
		border:none;
		color:#843007;
		font-size:11px;
		padding:2px 4px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}
	#nav{
	float:left;
	width:780px;
	height:30px;
	}
		#nav a{
		float:right;
		width:auto;
		height:25px;
		color:#843007;
		font-size:13px;
		padding:0 14px;
		padding-top:5px;
		border-left:#ffaa0d 1px solid;
		border-right:#ed7800 1px solid;
		}
		#nav a.primeiro{
		border-left:none;
		}
		#nav a.ultimo{
		border-right:none;
		}
		#nav a:hover, #nav a.ativo{
		boder:none;
		color:#FFF;
		background:#e45611;
		text-decoration:none;
		}
/* TOPO */
#topo{
float:left;
width:100%;
height:120px;
border-bottom:#EFEFEF 1px solid;
}
	#logo{
	float:left;
	width:240px;
	height:100px;
	padding-top:20px;
	}
		#logo a{
		float:left;
		width:200px;
		height:77px;
		background:url(../imagens/logo.gif) no-repeat;
		}
	#bannerTopo{
	float:left;
	width:715px;
	height:110px;
	padding-top:10px;
	}
		#bannerTopo .banner{
		float:left;
		width:695px;
		height:90px;
		}
	#social{
	float:left;
	width:35px;
	height:95px;
	padding-top:10px;
	}
		#social li{
		float:left;
		width:100%;
		height:27px;
		text-align:center;
		}
/* RODAPE */
#rodape{
float:left;
width:100%;
height:90px;
padding-top:20px;
background:#EBEBEB;
}
	#rodape .rodape1{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	border-bottom:#DEDEDE 1px solid;
	}
		#rodape .rodape1 li{
		display:inline;
		padding:0 8px;
		}
		#rodape .rodape1 li a{
		color:#000;
		font-size:10px;
		}
	#rodape .rodape2{
	float:left;
	width:100%;
	height:auto;
	padding-top:10px;
	position:relative;
	}
		#rodape .rodape2 p{
		color:#333;
		text-align:center;
		}
		#ew3{
		width:62px;
		height:39px;
		top:10px;
		right:0;
		position:absolute;
		}
		#ew3 a{
		float:left;
		width:62px;
		height:39px;
		background:url(../imagens/logo_ew3.gif) no-repeat;
		}
