@charset "utf-8";
/* CSS Document */


@font-face {
	font-family:"HelveNueThin";
	src:url("fonts/humanst521_lt_bt_light-webfont.eot?") format("eot"),url("fonts/humanst521_lt_bt_light-webfont.woff") format("woff"),url("fonts/humanst521_lt_bt_light-webfont.ttf") format("truetype"),url("fonts/humanst521_lt_bt_light-webfont.svg#HelveNueThin") format("svg");
	font-weight:normal;
	font-style:normal;
}


 /* FONTFACE */


/* Formatção da página inteira */

*
{
	font-family:'HelveNueThin';
	margin:0 auto;
	overflow-x:hidden;
}

#site{
	background-color:#FFF;
	width:1200px;
	padding:2px;
		font-family:'HelveNueThin';
}


/* Formatção do include topo.php */

#topo{
	width:1100px;
	height:419px;
	
}


/* Formatção do include menu.php */

#menu{
	width:1100px;
}


/* Formatação dos conteudos */

.li_index{
	list-style:none;
	font-weight:bold;
} /* INDEX */
#acessorapido_index{
	width:605px; 
	height:385px; 
	background:url(images/fatiar_r6_c10.png) repeat-x; 
	float:left;
	padding:15px 15px 0 15px;
} /* INDEX */
#novidades_index{
	width:350px; 
	height:385px; 
	background:url(images/fatiar_r6_c10.png) repeat-x; 
	float:left;
	border-left:2px #B3B4B6 dotted;
	padding:15px 15px 0 15px;
} /* INDEX */
.dicas_index{
	width:215px; 
	height:245px;
	float:right; 
	border-right:2px #B3B4B6 dotted;
	padding:10px 20px 10px 10px;
} /* INDEX */
#conteudo{
	width:1020px; 
	background:url(images/fatiar_r6_c102.png) repeat-x;
	background-position:bottom;
	padding:25px 40px 35px 40px;
}  /* GERAL */


/* Formatação do include rodape.php */

#rodape{
	width:1100px;
	height:84px;
	background-image:url(images/fatiar_r26_c4.png);
	background-repeat:repeat-x;
	clear:both;
 overflow:hidden;
}


/* Formatção geral */

.textoNormal{
	
	font-size:16px;
	color:#848688;
	font-weight:100;
	text-align:justify;	
}
.textoTitulo{
	
	font-size:28px;
	text-align:left;
	font-weight:bold;
	color:#00A24E;
	margin-bottom:15px;
}
.texto{
	
	font-size:15px;
	text-align:left;
	color:#848688;
}
.texto2
{
	
	font-size:22px;
	text-align:left;
	font-weight:bold;
	color:#00A24E;
}/* TEXTOS */

.input1{ 
border: 1px solid;
border-color:#2e0000;
height:30px;
width:300px; 
padding-left:10px; 
}
.input2{ 
border: 1px solid;
border-color:#2e0000;
height:30px;
width:300px;
height: 100px;
padding-top:10px;
padding-left:10px; 
} /* INPUTS */

.linkestilo a:link{
	font-size:18px;
	height:20px;
	width:446px;
	text-decoration:none;
	color:#848688;
}
.linkestilo a:hover{
	
	font-size:18px;
	height:20px;
	width:446px;
	text-decoration:underline;
	color:#848688;
}
.linkestilo a:visited{
	font-size:18px;
	height:20px;
	width:446px;
	text-decoration:none;
	color:#848688;
} /* LINKS */


input[type=text]{
	height:25px;
width:450px;
	font-size: 14px;
	background-color: #E8E9EA; 
	font-family: "Trebuchet MS";	

border:1px;	
-moz-border-radius:7px;
-khtml-border-radius:7px;
-webkit-border-radius:7px;
-opera-border-radius:7px;


}
textarea{
	height:115px;
	width:450px;
	font-size: 14px;
	background-color: #E8E9EA; 
	font-family: "Trebuchet MS";
	

border:1px;	
-moz-border-radius:7px;
-khtml-border-radius:7px;
-webkit-border-radius:7px;
-opera-border-radius:7px;	
}