* { margin: 0; padding: 0; border:0; }

body {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#01557C;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#346FA9;
	scrollbar-highlight-color:#01557C;
	scrollbar-darkshadow-color:#01557C;
	scrollbar-3dlight-color:#FFFFFF;
	text-align:center;
	background-image:url(../images/bg.gif);
	padding-top:5px;
}
	
#corpo {
  width: 780px !important;  /*width para todos os browsers*/
  width /**/:814px;         /* correcao para ie 5 bug */ 
	margin: 0 auto;
	padding: 0 17px;
	background: url(../images/fundo1.jpg) repeat-y;
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
}

/* LAYOUT DO CABECALHO */
/* IMPORTANTE: AS DEFINICOES DE FOTOS (BACKGROUND IMG) ESTAO DEFINIDAS 
   EM 'IMAGENS NO CABECALHO DAS PAGINAS' JA Q ESTA SENDO 
	 UTILIZADO UMA CONF. DE IMG PARA CADA PAGINA */

#cabecalho {
  width: 780px;
	height:264px;
}

#c_esq {
	float:left;
	width:377px;
	height:264px;
}
#c_esq1 {
	height:203px;
}
#c_esq2 {
	height:61px;
	background-image:url(../images/fon04.gif);
	font-size:12px;
	font-weight:bold;
}
#c_esq2_ {
	float:left;
	width:25px;
}
#c_esq2a {
	float:left;
	width: 85px !important;   /* height para todos os browsers*/
	width /**/:100px;         /* correcao para ie 5 bug */
	height:38px !important;   /* height para todos os browsers*/
	height /**/:61px;         /* correcao para ie 5 bug */
	padding-top:23px;
	padding-left:15px;
	color: #FFFFFF;
	background-image:url(../images/but01.gif);
}
#c_esq2b {
	float:left;
	width:80px;
	padding-top:20px;
}
#c_esq2c {
	float:left;
	width:122px;
	padding-top:15px;
	text-align:right;
}
#c_esq2d {
	float:left;
	width:50px;
	padding-top:13px;
}

#c_centro {
	float:left;
	background-color:#0A64AA;
  width:156px;
	height:264px;
}
#c_centro li {
	height:23px !important /* height p todos os browsers */;
	height /**/:30px /* hack height para IE*/;
	text-align:left;
	padding: 7 0 0 40px;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	list-style:none;
	color:#FFFFFF;
	background-image:url(../images/fon_menu.gif);
}
#c_centro li a {
	color:#FFFFFF;
	text-decoration:none;
}

#c_dir {
	float:left;
  width: 247px !important;  /*width para todos os browsers*/
  width /**/:244px;         /* correcao para ie 5 bug */ 
	height:264px;
}

/* LAYOUT DO CORPO */
#conteudo {
	width:780px;
	text-align:justify;
	background-color:#AFC0D0;
}
#esquerda {
	float:left;
	width:320px !important;  /* padrao */
	width /**/:360px;        /* IE */
	padding: 20px 10px 10px 30px;
	background-color:#AFC0D0;
}
#barra1 {
	float:left;
	width:15px;
	background: url(../images/e03.gif) no-repeat;
	height:300px;
}
#central {
	float:left;
	width:230px !important;  /* padrao */
	width /**/:250px;        /* IE */
	height:auto !important;
	height /**/: 300px;
	min-height:270px;
	padding: 20px 10px 10px 10px;
	background: url(../images/fon01.jpg) repeat-y;
}
#barra2 {
	float:left;
	width:15px;
	background: url(../images/e04.gif) no-repeat;
	height:300px;
}
#direita {
	float:left;
	width:120px !important;  /* padrao */
	width /**/:140px;        /* IE */
	padding: 20px 10px 0 10px;
}
/* div vazia com clear (hack) para ajustar o altura da div pai (corpo) 
   para o altura damaior div filha (float) ja q nao se
	 ajusta auto qdo se todas as div filhas sao float */
#d1 {
	clear:both;
}

/* BARRAS */
#barra_sup {
	clear:both;
	width: 780px;
	height:20px;
	background-image:url(../images/fon03.gif);
}
#barra_inf {
	clear:both;
	width:780px;
	height:20px;
	background-color:#FF9900;
}

/* LAYOUT DO RODAPE */
#rodape {
	width:760px !important; /* padrao  */
	width /**/:780px;       /* hack IE */
	padding:5px 10px 5px 10px;
	color:#000000;
	background-color:#FFF8DF;
	text-align:left;
}
#rodape a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
#copyright {
	float:left;
	width:220px;
}

/* OUTRAS CONFIGURACOES, FONTES, HEADERS, ... DAS PAGINAS */

a	{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color : #EF6D00;
}

a:hover {
	color : #000000;
}

h1 {
	font-family:Tahoma; 
	font-size:14px; 
	font-weight:bold; 
	margin-bottom:15px;
}

h2 {
	font-family:Tahoma; 
	font-size:12px; 
	font-weight:bold; 
	margin-top:15px;
	margin-bottom:15px;
}

#esquerda h1 {
	padding-left:20px;
	background: url(../images/e05.gif) no-repeat left;
}
#central h1, #direita h1  {
	padding-left:20px;
	background: url(../images/e06.gif) no-repeat left;
}

table {
	font-family:Tahoma; 
	font-size:11px; 
	color:#000000;
}
.caixa {
	font-family:Tahoma; 
	font-size:10px; 
	font-weight:bold; 
	color:#000000;
	border:1px solid #808080; 
	padding-left:4px; 
	padding-right:4px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-color:#FFF8DF;
	width:70px;
	}
#fale_form .caixa {
	width:200px;
}
.b1 {
  background-color: #FFFFFF;
  border-style:outset;
  border-width: 0px;
  height:25px;
  width:92px;
  }
.b2 {
  background-color: #EE7B10;
  border-style:outset;
  border-width: 0px;
  height:25px;
  width:92px;
  }

/*
	///// IMAGENS NO CABECALHO DAS PAGINAS /////
	configurações de imagens do cabecalho por pagina
	na pagina index.php e setada uma var $class/
	com o nome da pagina para buscar as imagens
*/
#inicio #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#inicio #c_dir {
	background-image:url(../images/top01.jpg);
}
#empresa #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#empresa #c_dir {
	background-image:url(../images/top01.jpg);
}
#localizacao #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#localizacao #c_dir {
	background-image:url(../images/top01.jpg);
}
#solucoes #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#solucoes #c_dir {
	background-image:url(../images/top01.jpg);
}
#clientes #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#clientes #c_dir {
	background-image:url(../images/top01.jpg);
}
#fale #c_esq1 {
	background-image:url(../images/main01.jpg);
}
#fale #c_dir {
	background-image:url(../images/top01.jpg);
}
