/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/barra_header.jpg) repeat-x scroll 0 77px;
	font-size:12px;
}
h1{
	color:#0066cc;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
a:hover{
	text-decoration:underline;
}
h1 a{
	color:#0066cc;
	text-decoration:none;
}

/* IDs */
#callPump{
	clear:both;
	width:211px;
	background-image:url(../images/pestana.png);
	background-repeat:no-repeat;
	position:absolute;
	top:96px;
	margin-left:786px;
	font-size:12px;
	height:60px;
	text-align:center;
	padding-top:4px;
	padding-left:2px;
	font-weight:bold;
}

#callPump a{
	text-decoration:none;
	color:#3d8fe3;
}

#total{
	margin:0 auto;
	width:990px;
}
#header{
	background:transparent url(../images/onda_header.jpg) no-repeat scroll 80px 0;
	width:100%;
	height:61px;
	padding-top:35px;
}
#flash{
	width:988px;
	height:345px;
	margin:50px 1px 0 1px;
}
#ajuda{
	float:right;
	width:205px;
	height:100%;
}
#content{
	background:transparent url(../images/bg_content.jpg) no-repeat scroll 0 0;
	width:988px;
	height:220px;
	margin:20px 1px 0 1px;
}
/* misc */
#header, #flash, #content, #footer{
	display:block;
	clear:both;
	float:left;
}
#content p{
	color:#343434;
	font-size:12px;
	float:left;
	line-height:1.3;
}
#flash object{
	float:left;
}
#footer p{
	margin:10px 0 5px 20px;
	color:#4d4d4d;
	font-size:9px;
	line-height:15px;
	width:900px;
}
#footer a{
	color:#4d4d4d;
	margin:10px 0 5px 40px;
}
/* CLASSSEs */
.logo_left, .block_text, .block_content img{
	float:left;
}
.logo_right{
	float:right;
}
.block_text{
	width:155px;
}
.block_content{
	float:left;
	display:inline;
	width:300px;
	height:150px;
	margin:17px 0 0 24px;
}
.hide{
	display:none;
}
a.overflown{
	display:block;
	position:relative;
	overflow:hidden;
	width:150px;
	height:29px;
}
a.overflown_2{
	display:block;
	position:relative;
	overflow:hidden;
	width:144px;
	height:150px;
	float:left;
}
