/* CSS Document */

body
{
	margin:0px;
	background-attachment:fixed;
}



/* Parágrafo */
p 
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#3a3b3d;
	text-align:justify;
}


/* Espaço entre as linhas da Composiçao do Tecido */
.descricao
{
	line-height:3px;
}



/* Título da Seçao */
.titulo
{
	font-family:Arial, Verdana, Tahoma;
	font-size:18px;
	text-align:left;
	color:#417e70;
	padding-left:8px;
}



/* Título do conteúdo */
.titulo2
{
	font-family:Arial, Verdana, Tahoma;
	font-size:14px;
	font-weight:bold;	
	text-align:left;
	color:#417e70;
}



/* Título detalhamento das notícias */
.titulo3
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;	
	text-align:center;
	color:#417e70;
}


/* Título do tecidos */
.titulo4
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;	
	text-align:center;
	color:#417e70;
	padding-top:8px;
}




/* Título do tecidos */
.titulo5
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;	
	text-align:left;
	color:#417e70;
	padding-left:10px;
	padding-top:8px;
}



/* Título do tecidos */
.titulo6
{
	font-family:Arial, Verdana, Tahoma;
	font-size:18px;
	font-weight:bold;	
	text-align:left;
	color:#417e70;
	padding-top:4px;
}



/* Título do tecidos */
.titulo7
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;	
	text-align:left;
	color:#417e70;
	padding-top:8px;
}



/* Título do tecidos */
.info
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	text-align:right;
	color:#3a3b3d;
}


/* Título do tecidos */
.info_cor
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	text-align:center;
	color:#3a3b3d;
}




/* Busca */
.busca {
		font-family:Arial, Tahoma, Verdana;
		font-size: 10px;
		width:133px;
		height:11px;
		color:#417E70;
		border: solid 0px;
		border-color:#ffffff;
}



/* Detalhamento do produto */


.conteudo
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#3a3b3d;
	text-align:justify;
}



/* Formulário */
 .input {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #3a3b3d;
	background-color: #ffffff;
	border: solid 1px;
	border-color: #3a3b3d;;
   }
   
    .box_msn {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:410px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   }  
   
 .box_msn_cad {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:600px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   } 
      
  .bt_enviar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	
	font-weight:bold;
	color: #686868;
	background-color: #ffffff;

	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   } 
   
    .bt_limpar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	
	font-weight:bold;
	color: #686868;
	background-color: #ffffff;

	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   } 
   
   
   
   
/*trecho abaixo referente ao formulário de contato*/
.cad {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #3a3b3d;
	background-color: #ffffff;
	border: solid 0px;
	border-color: #3a3b3d;;
   }
   
   

.select {   
		font-family: tahoma; font-size: 11px; 
		color: #3a3b3d; 
		background-color: #ffffff; 
		border: #3a3b3d; 
		border-color: #213C18; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
	}



/* Links */
a:link{
		font-family:Arial, Tahoma, Verdana;
		font-size:12px;
		color:#417E70;
		text-decoration:none;	
}


a:hover{
		font-family:Arial, Tahoma, Verdana;
		font-size:12px;
		color:#417E70;	
		text-decoration:none;
}


a:active{
		font-family:Arial, Tahoma, Verdana;
		font-size:12px;
		color:#417E70;	
		text-decoration:none;
}

a:visited{
		font-family:Arial, Tahoma, Verdana;
		font-size:12px;
		color:#417E70;
		text-decoration:none;
}






