/*--------------------------
RE-DEFINIÇÕES DE TAGS
--------------------------*/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
}

td {
	color:#000000;
}

a, td a {
	text-decoration: none;
	color: #004ac2;
}

a:hover {
	text-decoration: underline;	
}

/* Inputs */
input, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*====*/
/*SITE*/
/*====*/

#wrapper_full {
	background-color:#FFFFFF;
	background-image:url(../icon/bg_top_site.gif);
	background-repeat:repeat-x;
}
#wrapper {
	width:778px;
	margin:7px 0px 0px 0px;
}

/*TOPO*/
#banner_top {
	width:778px;
	height:90px;
}
/*opções de publicidade no topo*/
/*full banner*/
#banner_top_fb {
	text-align:center;
	padding:12px 0px 0px 0px;
}
/*super banner*/
#banner_top_sb {
	text-align:center;
}
/*full banner + half banner*/
#banner_top_fh {
	padding:12px 0px 0px 0px;
}
#banner_top_half {
	float:left;
	margin:0px 0px 0px 15px;
}
#banner_top_full {
	float:left;
	margin:0px 0px 0px 15px;
}

/*flash do topo com o menu*/
#flash_top {
	width:778px;
	height:411px;
}

/*conteudo geral*/
#content_full {
	width:778px;
	margin:0px 0px 7px 0px;
}

/*blocos*/
#block_w1 {
	float:left;
	width:245px;
	padding:0px 7px 7px 7px;
}
#block_w1_b {
	float:left;
	width:259px;
	padding:0px 0px 7px 0px;
}
#block_w1r {
	float:right;
	width:245px;
	padding:0px 7px 7px 7px;
}
#block_w1r_b {
	float:right;
	width:259px;
	padding:0px 0px 7px 0px;
}


#block_w2 {
	float:left;
	width:504px;
	padding:0px 7px 7px 7px;
}
#block_w2_b {
	float:left;
	width:518px;
	padding:0px 0px 7px 0px;
}
#block_w2 {
	float:right;
	width:504px;
	padding:0px 7px 7px 7px;
}
#block_w2r_b {
	float:right;
	width:518px;
	padding:0px 0px 7px 0px;
}

#block_w3 {
	float:left;
	width:763px;
	padding:0px 7px 7px 7px;
}

/*bloco de publicidade do 1024*/
#extra_content {
	position:absolute;
	top:62px;
	left:780px;
}
#extra_banner {

}

/*rodapé*/
#footer {
	clear:both;
	background-image:url(../icon/bg_footer.gif);
}
#footer_content {
	width:578px;
	height:47px;
	background-image:url(../icon/bg_footer_lg.gif);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	padding:10px 0px 0px 200px;
}
#footer_content a {
	color:#000000;
	text-decoration:underline;
}	

/*BOTOES RODAPE*/

#buttons_line {
	clear: both;
	height:25px;
}

#button_left {
	height:25px;
	float: left;
	margin-right: 8px;
}

#button_right {
	float: right;
	margin-left: 8px;
	height:25px;
}

.banner-bottom {position:relative; top:8px; left:34px;}
.banner-bottom div {margin-bottom:10px;}
.banner-bottom img {border:0;}
.banner-bottom, clear{clear:both;}