body,div,dl,dt,dd,ol,li,p{
	margin:0;padding:0;
}
	
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}

body{
	margin-top:0;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	background-color:#f2f2f2;
}

#setas{
	width:214px;
	height:400px;
	position:absolute;
   	left:50%;
	margin-left:185px;
	top:165px;
	z-index:2;
}

#principal{
	width:716px;
	margin:0 auto;
	background-color:#ffffff;
}

#topo{
	width:700px;
	height:70px;
	padding:8px 0 8px 8px;
	/*margin:8px 8px 8px 8px;*/
	float:left;
}

/* Menu Superior */
img {
	border: none;
}
/****** MENU ******/
#menu_superior{
	width:700px;
	padding:0 0 0 8px;
	float:left;
}
.tabela_menu_superior{
	background:#f0a532;
}

ul.menubar{
  margin:0 0 0 150px;
  padding: 0px;
  background-color: #F0A532; /* IE6 Bug */
  font-size: 100%;
}
 
ul.menubar .submenu{
  margin:0;
  padding: 0px;
  list-style: none;
  background-color: #F0A532;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  display:block;
  text-decoration: none;
  padding: 0 22px;
  font: 11px/25px tahoma;
  color:#FFFFFF;

  font-weight:bold;
}

ul.menubar ul.menu a{
  display:block;
  text-decoration: none;
  color: #006600;
  padding: 0 14px;
  font: bold 11px/22px tahoma;/* altura separado por barra centraliza */
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  width: 150px; /* Width of Menu Items */
  background-color: #FFFFFF; /* IE6 Bug */
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 1px solid #cccccc;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  color: #777777;

}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* 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: 149px; /* 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: #E2144A; }

li.submenu a:hover{
	background: #DF8C11;
}
li.submenu .menu a:hover{
	background: none;
}



/* fim Menu Superior */

#esquerda{
	width:165px;
	margin:0 0 0 8px;
	float:left;
}

/* Conteudo */

#conteudo{
	padding:0 0 0 8px;
	/*margin:0 8px 0 8px;*/
	float:left;
}

#conteudo_home{
	margin:68px 150px 20px 40px;
	height: auto;
}

.banner{
	margin:0 0 0 35px;
}

/* fim Conteudo */

/* Menu */

#menuvv{
	width:170px;
	font:tahoma;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	float:left;
}
#menuvv ul {
	margin:15px 0 0 10px;
	padding: 0;
	list-style: none;
	width: 150px;
}
#menuvv ul li.submenuVV {
	position: relative;
}


#menuvv ul li.submenuVV a{
	background-color: #DEDEDD;
}
#menuvv ul li.submenuVV a:hover{
	background-color: #DEDEDD;
}
#menuvv ul li.submenuVV ul {
	list-style: none;
	position: absolute;
	left: 140px;
	top: -20px;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;

	}
#menuvv ul li.submenuVV ul li{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	}
#menuvv ul li.submenuVV ul li a{
	color: #006600;
	background-color: #FFFFFF;
}
#menuvv ul li.submenuVV ul li a:hover{
	color: #E2144A;
	background-color: #FFFFFF;
}
#menuvv ul li.submenuVV a {
	display: block;
	text-decoration: none;
	color: #666666;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li.submenuVV { float: left; }
* html ul li.submenuVV a { height: 1%; }
/* End */
#menuvv li:hover ul, #menuvv li li:hover ul, #menuvv li.over ul, #menuvv li li.over ul {
	display: block;
}


#espaco_menu_01{
	width:165px;
	height:25px;
}

#espaco_menu_02{
	width:165px;
	height:15px;
	float:left;
}

h1{
	font:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#f17d00;
	margin:10px 0 0 15px;	
}
h1.titulo{
	margin: 0;
	font:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#45A342;
}


.divisoria_menu{
	margin:7px 0 7px 0;
}

/* fim Menu */

/* Login */

#selo{
	padding:45px 0 0 0;
	width:165px;
	height:125px;
	background:url(imagens/bg_login.jpg) top center no-repeat;
	float:left;
}

#posicao_login{
	width:104px;
	margin:0 0 0 30px;
}

.text_field{
	width:98px;
	height:14px;
	font-family:tahoma;
	font-size:10px;
	color:#333333;
	padding-top:2px;
	padding-left:3px;
	padding-right:3px;
	margin:0 0 7px 0;
	border:2px solid #c6c5c5;	
}

/* fim Login */

#cartoes{
	width:165px;
	background-color:#dededd;
	padding:15px 0 25px 0;
	float:left;
}

.padding_endereco{
	margin:0 0 0 12px;
}

/* Base */

#base{
	width:700px;
	padding:0 0 0 8px;
	margin:0 0 8px 0;
	background:url(imagens/bg_base.jpg) right repeat-y;
	float:left;
}

#endereco{
	width:145px;
	padding:0 0 0 18px;
	float:left;	
}

.logo_empresas{
	width:187px;
	padding:0 0 10px 40px;
	float:left;

}

.copyright{
	padding:0 0 0 440px;
	margin:36px 0 0 100px;
}

/* fim Base */

/* Textos */

.texto_laranja{
	font:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#f17d00;
}

.texto_cinza{	font:tahoma;
	font-size:11px;
	color:#4f4f4f;
}
fieldset{
	border: none;
}
fieldset#contato label{
	display: block;
	margin: 0 5px 0 0;
}
fieldset#contato input[type=text],
fieldset#contato textarea{
	width: 250px;
	padding: 1px;
	font-size: 11px;
}

fieldset#contato input[type=submit],
fieldset#contato input[type=reset]{
	height: 18px;
	margin: 0 10px 0 0;
	font-size: 9px;
}

/* LINHAS */
#linhas_empresas{
	width: 100px;
	float:left;
}
#linhas_empresas ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#linhas_empresas ul li{
	background: url(imagens/setinhas.jpg) no-repeat left center;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}
#linhas_empresas ul li a{
	font: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #f17d00;
	text-decoration: none;
}
#linhas{
	width: 230px;
	margin: 0 0 0 110px;
}
#linhas h1{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #45A342;
}
