/* CSS Document */
body{
	background:url(../images/bg_site.gif) repeat;
	font-family:"Trebuchet MS";
	color:#333333;
}
/* ----------------------------- menu------------------------------- */
#menu{ 
	position:relative;
	margin:0px;	
	width:688px; 
	height:18px;
	}
#menu ul{ 
	list-style:none;			
}
#menu li{
	position:absolute;
  top:0;
  height:18px;
	list-style:none;			
}
#menu ul li a:hover{
	z-index:1000;
}
#menu li a{
	display:block;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  cursor:pointer;
}
#home{ 
	width:60px; 
	left:0; 
}
#empresa{ 
	width:92px; 
	left:60px; 
}
#produtos{ 
	width:148px; 
	left:153px; 
}
#clientes{
	width:70px;
	left:301px;
}
#responsabilidade{
	width:180px;
	left:371px;
}
#noticias{
	width:73px;
	left:551px;
}
#contato{
	width:65px;
	left:624px;
}
#home a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat 0 -18px;
	cursor:pointer;
}
#empresa a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -60px -18px;
	cursor:pointer;
}
#produtos a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -153px -18px;
	cursor:pointer;
}
#servicos a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -301px -18px;
	cursor:pointer;
}
#responsabilidade a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -371px -18px;
	cursor:pointer;
}
#noticias a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -551px -18px;
	cursor:pointer;
}
#contato a:hover{
	background:url(../images/menu_bg_over.gif) no-repeat -624px -18px;
	cursor:pointer;
}

/* links clicados */
.home_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat 0 -18px;
	cursor:pointer;
}
.empresa_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -60px -18px;
	cursor:pointer;
}
.produto_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -153px -18px;
	cursor:pointer;
}
.servicos_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -301px -18px;
	cursor:pointer;
}
.responsabilidade_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -371px -18px;
	cursor:pointer;
}
.noticia_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -551px -18px;
	cursor:pointer;
}
.contato_ativo{
	background:url(../images/menu_bg_over.gif) no-repeat -624px -18px;
	cursor:pointer;
}
/* ---------------------------- fontes ------------------------------ */
.titulo{
	font:bold 9pt "Trebuchet MS";
	color:#333333;
	font-weight: bold;
}
a.titulo:active,a.titulo:link,a.titulo:visited{	
	text-decoration:none;
}
a.titulo:hover{	
	text-decoration:underline;
}

.subtitulo{
	font:8pt "Trebuchet MS";
	color:#333333;	
}
.conteudo{
	font:8.5pt "Trebuchet MS";
	color:#333333;	
}

.conteudo_link{
	font:8.5pt "Trebuchet MS";
	color:#333333;
}
a.conteudo_link:active,a.conteudo_link:link,a.conteudo_link:visited{	
	text-decoration:underline;
}
a.conteudo_link:hover{
	color:#006600;
}

a.produtos:link,a.produtos:active,a.produtos:visited{	
	text-decoration:none;
	color:#84A162;
}
a.produtos:hover{
	text-decoration:underline;
	color:#84A162;
}

.rodape{
	font:10pt "Trebuchet MS";
	color: #ffffff;
}
	
/* foto */
.foto{
	border:6px solid #e5e5e5;
}

/* tabela de produtos */
th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #333333;
	border: 1px solid #b7cb9e;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_cabecalho.jpg) no-repeat;
}

th.sem_fundo {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #b7cb9e;	
	background: none;
}
th.produto_a {	
	border-left: 1px solid #b7cb9e;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
}

th.produto_b {
	border-left: 1px solid #b7cb9e;
	border-top: 0;
	background: #e2e4e0 url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #84a162;
}
td.borda {
	border-right: 1px solid #b7cb9e;
	border-bottom: 1px solid #b7cb9e;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	font:9pt;
}
td.alt {
	border-right: 1px solid #b7cb9e;
	border-bottom: 1px solid #b7cb9e;
	background: #e2e4e0;
	color: #84a162;
	padding: 6px 6px 6px 12px;
	font:9pt;
}


/* formulário */
.caixa_texto{
	border:1px solid #e5e5e5;
	background:#ffffff;
	padding:5px;
	height:25px;	
	font:9pt "Trebuchet MS";
	color: #999999;
	width:260px;
}
textarea{
	border:1px solid #e5e5e5;
	background:#ffffff;
	font:9pt "Trebuchet MS";
	color:#333333;
	width:262px;
}
