@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:200%;
	}
		
	
div.esquerda{
height:380px;
		}
		
div.direita{
height:380px;
	}
	
	
div.centro{

	
	}
	
	
	
.clear {
clear:both;
margin: 0px;
color:#FF6600;

}
	
.clear2 {
clear:both;
margin: 0px;
color:#FFFFFF;

}
	
h1{
	font-size:12px;
	color:#ff6600;
	}
h2{
	font-size:11px;
	color:#333333;
	}
h3{
	font-size:11px;
	color:#666666;
	}
label{
	font-weight:bold;
	}
label.ajuste_form{
	width:170px;
	float:left;
	display:block;
}
button{
	font-size:9px;
	color:#FFFFFF;
	background-color:#ff6600;
	border:none;
	}
textarea{
	font-size:9px;
	color:#FFFFFF;
	background-color:#999999;
	border:none;	
	}
textarea.contato{
	width:380px;
	}
input{
	height:16px;
	font-size:9px;
	color:#FFFFFF;
	background-color:#999999;
	border:none;
	}
input.grande{
	width:380px;
	}
input.pequeno{
	width:160px;
	}
div.conteudo{
	width:900px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	}
div.centro{
	width:380px;
	*width:375px;
	padding:20px;
	padding-left:260px;
	*padding:20px;
	}
	
	div.centrohome{
	width:600px;
	*width:375px;
	padding:20px;
	padding-left:260px;
	*padding:20px;
	}
div.centro form{
	width:380px;
	}
div.direita{
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	width:200px;
	border-left:dashed;
	border-left-width:1px;
	border-left-color:#CCCCCC;
	}
	
.cont_dir{
background-color:#FF9900;
}	
	
div.esquerda{
	color:#666666;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	width:200px;
	border-right:dashed;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	}
div.esquerda input{
	width:200px;
	}
div.fundo_cinza{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/fundo_degrade_cinza.jpg);
	background-repeat:repeat-x;
}
div.conteiner{
	width:900px;
	margin:auto;
	}
div.linha_laranja{
	height:8px;
	background-color:#FF6600;
	}
div.fundo_cinza_bottom{
	width:100%;
	height:143px;
	background-image:url(../images/fundo_degrade_cinza_bottom.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	}

/* ------------------------------------- COMEÇO DO MENU ---------------------------------------------------- */

ul.menubar{
  margin: 0px;
  padding: 0px;
 /* background-color: #FFFFFF; IE6 Bug */
  font-size: 100%;
  color:#000000;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border:none;
  float:left;
  	padding-right:25px;
	padding-left:20px; 
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #000000;
}

ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  width: 185px; /* Width of Menu Items */
  background-color:#333333; /* IE6 Bug */
  border-left:solid #FF6600 5px;
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}

ul.menu li a{
	color:#FFFFFF;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  padding: 5px 10px 5px 5px;
}

ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: #000000;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 184px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { 

	display: none; 

} /* Hide sub-menus initially */
 
ul.menu li.submenu { 
	background: transparent url(arrow. gif) right center no-repeat;

	}
 
ul.menu li a:hover { color: #CCCCCC; }


/* ------------------------------------- FINAL DO MENU ---------------------------------------------------- */

div.menu_topo{
	width:760px;
	height:30px;
	padding-left:140px;
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
div.submenu1{
	z-index:1;
	visibility:hidden;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	border-top:solid;
	border-top-width:10px;
	border-top-color:#FCDB00;
	background-color:#BA2821;
}
div.submenu2{
	z-index:1;
	visibility:hidden;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid;
	border-left-width:10px;
	border-left-color:#FCDB00;
	background-color:#BA2821;
}
