* { margin: 0; padding: 0; }
html, body, input, textarea, select { font: 87.5% "Trebuchet MS", Tahoma, Arial, sans-serif; }
body { background-color: #f9f9f9; color: #000; margin-bottom: 10px; }
* html body{ overflow: hidden; } /*IE hack to get menu working right*/
ul { list-style: none; }
a { color: #006; text-decoration: none; }
a:hover { text-decoration: underline; }
a img, fieldset { border: none; }
input, textarea, select { font-size: 100%; }
/* -- needed to fix headers elements font-size for IE -- */
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 80%; }
h6 { font-size: 70%; }
.clear { clear: both; font-size: 1px; }
.paginacao { margin: 10px 0; }
.paginacao, .pagStatus { text-align: center; }
.paginacao a, .pagStatus .pagAtual, .pagStatus .pagTotal { color: #006; font-weight: bold; }
.paginacao b, .paginacao .separador, .pagStatus .pagAtual { color: #369; }
.paginacao a:hover { color: #369; text-decoration: none; }
/*---------------------------------------------------------------*/
#main {
	position: relative; /*Needed to get menu working right*/
	width: 754px;
	margin: 10px auto 0;
	padding: 10px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
}

#header {
	width: 734px;
	height: 104px;
	padding: 10px;
	margin-bottom: 2px;
	background: #fff url(../gifs/bg_header.gif) no-repeat top left;
	color: #000;
}

#header div p {
	padding: 31px 5px 25px;
	border-right: 1px solid #ccc;
	text-align: right;
	line-height: 13px;
}

#header div span { padding-left: 15px; background: url('../gifs/phone.gif') no-repeat left center; line-height: 20px; }

#logo {
	float: left;
	width: 100px;
}

#logo {
	float: left;
	width: 100px;
}

#logo h1 {margin: 0; padding:0;}

#descSite {
	float: left;
	width: 520px !important; 
	width: 458px; 
	
}
#topoDistribuidor {
	text-align: center;
	float: right;
	width: 100px;
	margin-left: 4px;
}

#topoDistribuidor img {
	margin: 3px 0;
}

#content { width: 751px; margin: 0 2px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#footer {
	clear: both;
	width: 732px;
	height: 20px;
	margin-top: 10px;
	margin-left: 1px;
	padding: 10px;
	background: url('../gifs/bg_footer.gif') no-repeat top left;
	color: #fff;
}
#footer p { float: left; font-size: 85%; line-height: 20px; }
#footer a { float: right; margin-top: 2px; }