/*
      Criado por Kadix 	  
	  wwww.kadix.com.br
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet";
 font-size: 12px;
 background-color:#000000;
}
#wrapper {
	width:775px;
	position:absolute;
	top:0;
	left:50%;
	margin-top:0;
	margin-left:-385px;
}
#header {
 color: #333;
 width: 775px;
 float: left;
 height: 197px;
}
#leftcolumn { 
 background-image:url(../images/col_depoimentos.gif); 
 height: 1100px;
 width: 250px;
 float: left;
 }
.depoimentos{ 
 width:180px;
 font-family: "Trebuchet MS";
 color:#333333;
 font-size: 12px;
 line-height: 12px;
 float:center;
 margin:0px 10px 0px 40px;

 }
#rightcolumn { 
 float: right;
 background-image:url(../images/col_conteudo.gif); 
 background-repeat:repeat-y;
 height:1100px;  
 width: 525px;
 }
 .conteudo{ 
 width: 480px;
 font-family: "Trebuchet MS";
 color:#333333;
 font-size: 12px;
 line-height: 12px;
 padding: 0px 0px 20px 10px;
  } 
 .menu
 {
 width: 400px;
 height: 50px;
 top:0;
 }
#footer { 
 width: 775px;
 height: 60px;
 clear: both;
 background-image:url(../images/bg_footer.gif);
 background-repeat:no-repeat;
 font-family: Arial;
 font-size: 11px;
 color:#FFF;
 text-align:center;
}

/***********************************************************
Formulários
************************************************************/
.form_campos {
    font-family: Arial;
	font-size: 10px;
	color: #000000;
	cursor: text; 
	background-color: #FFFFFF;
	border: 1px solid #666666;
		}
	
.form_campos2 {
    font-family: Arial;
	font-size: 10px;
	color: #000000;
	cursor: text; 
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:65%;
	}

input, textarea, select {
	width:100%;
	border:1px inset #ddd;
	background-color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}
.form_ddd {
	width:5%;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	cursor: text; 
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.form_tel {
	width:50%;
	

}
/* Caso seja necessário criar um campo select com tamanho personalizado, utilizar o estilo abaixo. Este conceito vale para outras tags de formulário como: checkbox, radio e outros. Sempre criando um estilo seguindo o padrão - ".form_nomedatag". */
.form_select {
	width:50%;
	

}
.form_botao {
	width:auto;
	border:1px outset #ddd;
	background-color:#dadada;
	margin:0 0 10px 0;
	padding:2px 5px 2px 5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:8pt;
}
.Texto { 
 font-family: "Trebuchet MS";
 color:#333333;
 font-size:12px;
 line-height:14px;
 text-align:justify;
 }
 
 
.Texto_branco {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color:#FFF;
	text-align:center;
	font-style: italic;
 }
 
 
a.link1:link {
	color:#fff;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
a.link1:visited {
	color:#fff;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	}
a.link1:hover {
	color:#fff;
	text-decoration:underline;	
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
a.link1:active {
	color:#fff;
	text-decoration:underline;	
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
 


a.link2:link {
	color:#EA671F;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
a.link2:visited {
	color:#EA671F;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;}
a.link2:hover {
	color:#EA671F;
	text-decoration:underline;	
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
a.link2:active {
	color:#EA671F;
	text-decoration:underline;	
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
