* {
  margin:0px;
  padding:0px;
  list-style:none;
  border:none;
  text-decoration:none; 
  font:11px arial;
  letter-spacing:normal;
  color:#757677;
  line-height:17px;
}

a {
  text-decoration:none; 
  color:#B76834;
}

a:hover {
  text-decoration:underline; 
  color:#757677;
}

p {
	margin-bottom:10px;
}

h1{font:bold 14px arial;color:#B76834;}
h2{font:bold 13px arial;}

img {
	border:0px;
}

body {
	background:url(imagens/bg.gif) repeat;
}

#geral {

}

#laranja {
	background-color:#E96F1E;
	height:40px;
	top:0px;
	left:0px;
}

#idioma {
	margin-right:10px;
	width:950px;
	margin:0 auto;
	position:relative;
	top:-30px;
	text-align:right;
}
#idioma a{
	font:normal normal 10px arial;
}
#idioma span{
	background:url(imagens/idioma.gif) no-repeat;
	width:147px;
	height:12px;
	position:absolute;
	top:0px; right:0px;
	background-color:#E96F1E;
	cursor:pointer;
}

#site { 
	width:976px;
	height:556px;
	margin:0 auto;
	background:url(imagens/bg_home.gif) no-repeat;
	position:relative;
	top:-25px;
}


/***** TOPO *****/
#topo {
	height:129px;
	width:970px;
	position:relative;
}
#logo_home{
	width:174px;
	height:79px;
	float:left;
	top:25px;
	left:45px;
	position:relative;
}
#logo_home a{
	display:block;
}

#logo_home a span{
	background:url(imagens/logo_home.gif) no-repeat; 
	width:174px;
	height:79px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}

#menu ul {
	position:relative;
	top:10px;
	float:right;
	right:10px;
}

#menu li {
	float:left;
	position:relative;
	width:87px;
	height:41px;
}
#menu li a{
	display:block;
	position:relative;
}
#menu li a span{
	position:absolute;
	top:0px; left:0px;
	width:87px;
	height:41px;
	cursor:pointer;
}
.menu_empresa {
	background:url(imagens/menu_empresa.gif) no-repeat;
}

.menu_servicos {
	background:url(imagens/menu_servicos.gif) no-repeat;
}

.menu_clientes {
	background:url(imagens/menu_clientes.gif) no-repeat;
}

.menu_contato {
	background:url(imagens/menu_contato.gif) no-repeat;
}

.menu_empresa_on {
	background:url(imagens/menu_empresa_on.gif) no-repeat;
}

.menu_servicos_on  {
	background:url(imagens/menu_servicos_on.gif) no-repeat;
}

.menu_clientes_on {
	background:url(imagens/menu_clientes_on.gif) no-repeat;
}

.menu_contato_on {
	background:url(imagens/menu_contato_on.gif) no-repeat;
}


/***** FAIXA *****/
#faixa {
	height:183px;
	width:950px;
	position:relative;
	top:-133px;
	left:10px;
	border:1px solid black;
}

#flash {
	width:635px;
	height:183px;
	position:relative;
	float:left;
	overflow:hidden;
	left:10px;
}

#foto_home {
	width:315px;
	height:265px;
	position:relative;
	float:right;
	top:-79px;
	right:16px;
}
/*****FIM DIV FAIXA *****/

/*****DIV BAIXO *****/
#baixo {
	width:950px;
	position:relative;
	top:-50px;
	left:10px;
	clear:both;
}

#baixo span{
	font-weight:bold;
}

#destaque1 {
	width:180px;
	position:relative;
	float:left;
	left:30px;
}
/* #destaque1 p{text-align:justify;} */

#destaque2 {
	width:260px;
	position:relative;
	float:left;
	left:86px;
}
/* #destaque2 p{text-align:justify;} */

#destaque3 {
	width:320px;
	position:relative;
	float:left;
	left:155px
}
/* #destaque3 p{text-align:justify;} */




