/* base
----------------------------------------------- */
*{
	padding: 0;
	margin: 0;
	}
	
html, body, form, fieldset {
	padding: 0;
	color: #414141;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }

/* layout
----------------------------------------------- */
body{
	margin: 20px auto 10px auto;
	text-align: center;
	background: #F98700 url(imagens/back.jpg) repeat-x;
	padding:0px;
	}

#wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}

#header{
	position: relative;
	height: 380px;
	width: 980px;
	background-image: url(imagens/topo_clientes.jpg);
	background-color:#0F9;
	}
	
#nav{
	position: absolute;
	top: 57px;
	right: 8px;
	text-align:right;
	}

#content{
	width: 980px;
	background:  url(imagens/backlogo.gif) right repeat-y;	
	}
	
#geral{
	float: left;
	width: 980px;
	padding-top:45px;
	padding-bottom:45px;
	}
	
#main{
	float: left;	
	width: 490px;   
	\width: 550px;	/* IE5Win  */ 	
	w\idth: 490px;	/* Others */
	background-color: #999999;
	padding: 20px 30px;
	position: relative;
	left:90px;
	}

#sidebar{
	position:relative;
	float: right;
	right: 50px;
	width: 225px; 
	\width: 255px;		/* IE5Win */  
	w\idth: 225px;		/* Others */
	padding: 30px 15px;
	background-color: #FFFFFF;
	font-weight: lighter;
	}

/* typography
----------------------------------------------- */

a{	color: #761801;
    text-decoration: none;
	}

a:hover{ 
	background-color:#CCCCCC;
	}

img{ display: block; }

a img{ border: none; }

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #761801;
	margin: 1.2em 0 1.2em 0;
	line-height: 1.2em;
	text-align: justify;
  	}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #FF6600;
	display: block;
	padding-top: 5px;
	}
	
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}
	
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #761801;
	line-height: 1.5em;
	text-align: justify;
	}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
	}		
td {
	margin-bottom: 1.3em;
	text-align: justify;
	line-height: 1.2em;
	}
ul{
	margin: 1em 0;
	padding-left: 16px;
	}
ul li{
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
	}

.small{ font-size: 0.8em; }

.news{ font-size:0.9em; }

.chamada{ font-size:0.9em;
		color: #333333; }

/* header
----------------------------------------------- */
#nav a{
	font-size: 16px;
	color: #FF7B24;
	}
	
#nav ul{
	font-weight: bold;
	color: #FF7B24;	
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#nav li{
	font-weight: bold;
	color: #FF7B24;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	}
	
#nav li a{
	font-size: 16px;
	font-weight: bold;
	color: #FF7B24;
	padding: 4px 3px 4px 3px;
	margin:0;
	}

#nav li a:hover{
	font-weight: bold;
	color: #333333;
	background-color: #FF7B24;
	border: none;
	padding: 4px 3px 4px 3px;
	margin:0;	
}

/* sidebar
----------------------------------------------- */
#sidebar{ 
	color: #666666; }

#sidebar p {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 1.3em;
	}
	
#sidebar a{ color: #FF6600; }
#sidebar a:hover{ background-color: #CCCCCC; }	
	

/* footer
----------------------------------------------- */
#footer{
	padding-top: 13px;
	color: #333333;
	background:  url(imagens/rodape.gif) top right no-repeat;
	height: 41px;
	width: 980px;
	}

#bottomNav { padding: 0; margin-left: 2px;}
#bottomNav ul{	padding: 0; margin:0; list-style: none;  }
#bottomNav ul li{
	color: #333333;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	float: left;
	display: block;
	padding:0;
	}
#bottomNav ul li a{
	color: #333333;
	font-size: 12px;
	padding: 0 10px 1px 10px;
	margin: 0 0.2em;
	border: 0px;
	} 	

#bottomNav ul li a:hover{
	background-color:#CCCCCC;
	}

#legal{ 
	float: center;
	text-align: center;
	margin-top:30px;
	font-size: 10px;
	color: #761801;
	}
.fone {
	font-weight: bold;
	color: #761801;
	font-size: 12px;
	}
.botao { padding:5px 10px;}
	
/* clearing
----------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
