body {
  background-color: #848484;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

form { padding: 0px; margin: 0px; }

#main {
  width: 740px;
  text-align: left;
  border: 1px solid #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background:#fff url(../images/bg-topo.jpg) repeat-x;
}

.redline { height: 1px; background: white; border-bottom: 5px solid #b60000; }

#header {
  height: 75px;
}

#logo {
  float: left;
  width: 170px;
}

#central-atendimento {
  width:200px;
  float:left;
  padding-left:20px;
  color:#646464;
  font-size:14px;
}

#central-atendimento p {
  margin:0;
}

#search {
  float: right;
  text-align: right;
  padding-top: 14px;
  color: #666666;
  margin-right: 5px;
  width: 300px;
}

#content {
  text-align: center;
  padding: 10px;
}

#footer {
  clear: both;
  padding: 10px;
}

#address {
  font-size: 12px;
  color: #848484;
  float:left;
  width:240px;
}

#address span { font-size:14px; }

#fornecedores {
  float:right;
}

#address p, #fornecedores p { margin:0; }

.clearBoth { clear: both; }

.fabricantes {
  margin-right: 48px;
  text-align: center;
  float: left;
  width: 95px;
}

h1.h1_titulo {
  padding: 0px;
  margin-top: 15px;
  font-family: Arial;
  font-size: 12pt;
}

.a_imagem { text-decoration: none; }

a.nounderline { text-decoration: none; }

#imagem_institucional {
  background: url(../images/consultores.jpg) no-repeat;
  width: 100%; /*740px;*/
  height: 250px;
}

#institucional .coluna {
  width: 33%;
  float: left;
  padding-top:1px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

#institucional .coluna .titulo {
  background: #282828;
}

#institucional .coluna .seta {
  float: right;
  font-size: 14px;
  color: #f0f0f0;
  padding: 5px;
}

#institucional .coluna .titulo h1{
  font-size: 13px;
  float: left;
  margin: 0px;
  padding: 5px;
  color: #f0f0f0;
  font-weight: normal;
}

#institucional .coluna .descricao {
  padding: 10px;
  font-size: 12px;
  background: #f8f8f8;
  height: 85px;
  text-align: justify;
}
#tablefooter {
  background: #f1f1f1;
  border: 0px;
}
#tablefooter td {
  background: #f1f1f1;
  border: 0px;
}

#banners
{
	
	width:750px;
	height:255px;
	/* border:2px solid #cccccc; */
}

#banners div
{
	left = 0px;
	top = 0px;
	width:750px;
	height:255px;
	display:none;
	margin:0px;

}

#banners #banner1
{
	display:block;
}

#banners ul
{
	float:right;
	width:auto;
	height:25px;
	/* background:#0063DC; */
	margin:0px;
}

#banners ul li
{
	display:inline;
	width:25px;
}

#banners ul li a
{
	/* text-decoration:none;
	padding:5px;
	color:#fff;
	font-weight:bold;
	line-height:2.5em; */
	margin:5px;
	height:25px;
	
}

#banners ul li a:hover
{
	background-image:url('imgfundo.png');
	color:#0063DC;	
}

