@charset "iso-8859-1";
/* CSS Document */

/* resets */

* { 
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin: 0; 
	padding: 0; 
	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* estrutura */

html {
	font-size: 0.7em;
}

body {
	background: #dfddc4 url(../img/body_bg.jpg) repeat-x;
	color: #847444;		
	text-align: center; 
}

a, a:link, a:visited {
	color: #847444;
	font-weight:bold;  
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background: #f5f2e9 url(../img/container_home_bg.jpg) repeat-y;
	margin: 0px auto 0;
	position: relative;  
	width: 926px;
	height:100%;
}



/* header */
#header {
	background: url(../img/header_bg.jpg) no-repeat;
	color:#58564f;
	font-size: 1.5em;
	height: 325px;
	left: 0;
	position: relative;
	top: 0px;
	width: 100%;
}

#header a, #header a:link, #header a:visited {
	color: #58564f;
	font-weight:bold;  
	text-decoration: none;
}

#header a:hover {
	color: #847444;
	text-decoration: none;
}

#header_logo {
	color:#58564f;
	left:0px;
	position:absolute;
	text-align:right;
	top:78px;	
	width:203px;	
}


h1 {
  background: url(../img/h1_bg.jpg) no-repeat;
  height: 82px;
  overflow: hidden;
  width: 275px;  
}

h1 span {
  left: -3000px;
  position: relative;
}

h1 a, h1 a:hover {
  display: block;
  height: 82px;
  text-decoration: none;
  width: 275px;  
} 
 
h2{
    background: url(../img/h2_bg.png) no-repeat;
	color:#514225;
	font-size: 1.5em;	
	padding-left:21px;
	margin-top:25px;		
	margin-bottom:25px;	
	text-align:left;
} 

h3{
	font-size: 1.4em;	
	margin-top:2px;		
	margin-bottom:2px;	
	
} 

h4{
	font-size: 1.2em;	
	margin-top:2px;		
	margin-bottom:5px;	
	
} 
 
 
/* menu do header */
#header_menu {
	color:#58564f;
	font-size: 0.8em;
	font-weight:bold;
	height:198px;	
	left:203px;
	position:absolute;
	text-align:left;
	top:0px;
	width:723px;	
}

#header_menu_item{
	text-align:center;
}

#header_menu_item li {
	display: inline;
	top:30px;
}

#header_menu_item ul {
	font-size: 0.9em;  
	list-style-type: none;	
	margin: 0;
	padding: 0;
	padding-top:0px;
	position: absolute;	
	right: 0px;	
}

#header_menu_item a {
	float: left;
	height:166px;
	line-height:200px;
	margin-top:32px;
	overflow:hidden;
	width:100px;		
}

#header_menu_item a:hover {
	border: 0px solid #000000;
	text-decoration:none;
}

#header_menu_item_hme a:hover {
	background-image: url(../img/item_hme_bg.png);
}

#header_menu_item_cli a:hover {
	background-image: url(../img/item_cli_bg.png);
}

#header_menu_item_emp a:hover {
	background-image: url(../img/item_emp_bg.png);
}

#header_menu_item_prg a:hover {
	background-image: url(../img/item_prg_bg.png);
}

#header_menu_item_con a:hover {
	background-image: url(../img/item_con_bg.png);
}


#header_banner
{
	left:0px;
	position:absolute;
	text-align:center;
	top:215px;
	width:926px;	
}

#header_banner img {
	border:1px solid #dfdbc8;
}

/* miolo */

#miolo_home{
	background: #f5f2e9 url(../img/miolo_home_bg.png) repeat-y;
	margin: 0px auto 0;
	position: relative;
	width: 926px;

}

#col_esq, #conteudo, #col_dir {/* Declarações comuns das 3 colunas */
  display: inline;
  float: left;
  margin-left:24px;	
  margin-right:24px;	  
  position: relative;
  text-align:justify;
  top: 0px;
}

#col_esq {
  width: 179px; 
}

#conteudo {
	width: 422px;
}
#conteudo img {
	border:none;
}
#col_dir {
	width: 179px;
}

#algunsclientes{
	background:  url(../img/algunsclientes_bg.jpg) no-repeat ;
	clear:both;
	height:228px;
	width:179px;

}

#algunsclientes h3{
	color:#9b251a;
	font-size: 1.3em;
	margin-top:25px;		
	margin-bottom:25px;	
	text-align:left;
}

/* footer */
#footer {
	background: #f5f2e9 url(../img/footer_bg.png) repeat-x;
	clear: both;
	font-size: 0.9em;
	height:45px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	width: 100%;

}

/* estilos */
p { margin: 0 0 14px 0; } 

.noticias{
    background: url(../img/noticias_bg.jpg) no-repeat;
}

.areaclientes{
    background: url(../img/areaclientes_bg.jpg) no-repeat;
}

.data {
    background: url(../img/data_bg.png) no-repeat;
	color:#FFFFFF;
	font-size: 0.8em;	
	height:13px;
	padding-left:2px;	
	padding-top:1px;
	width:100%;
}

.alinha_centro{
	text-align:center;
}
.alinha_esquerda{
	text-align:left;
}
.alinha_direita{
	text-align:right;
}
.alinha_justificado{
	text-align:justify;
}

.thumbs{
	border:1px solid #FFFFFF;
	padding:1px;
}

.boxlogin{
    background: url(../img/boxlogin_bg.png) no-repeat;
	color:#992625;	
	font-size: 0.8em;	
	height:124px;
	padding-top:2px;		
	width:170px;

}
.boxlogin_lable{
	padding-left:18px;
	line-height:20px;	
}
.boxlogin_input_borda {
	background:  url(../img/boxlogin_input_bg.png) no-repeat ;
	height:22px;
	width:170px;	
	text-align:center;	
}

.boxlogin_input{
	background: url(../img/boxlogin_input_bg.png) no-repeat;
	border:none;	
	color:#514225;
	font-size: 1em;
	height:22px;
	padding-left:12px;
	padding-top:04px;
	text-align:left;	
	width:140px;

}

.boxlogin_input_bt {
  border: none;
  background: url(../img/boxlogin_input_bt_bg.png) no-repeat center center; 
  height:30px;
  margin-right:10px;	
  width: 29px;
}

input {
	background-color:#f5f2eb;
	border: none;
	font-size: 1em;
	width: 148px;
	margin-top:5px;

}

