/*copyright ----------------------------------------------------------------------------------------------*/

.copyright, .copyright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #aaaaa6;
	text-decoration: none;	
}

/*TEXTO WHITE -----------------------------------------------------------------------------------------*/

.textoWhite, .textoWhite a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #FFFFFF;
	text-decoration: none;	
}
.textoWhite a:hover {text-decoration: underline;}

/*TEXTO ----------------------------------------------------------------------------------------------*/

.texto, .texto a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666666;
	text-decoration: none;	
}
.texto a:hover {text-decoration: underline;}

/*TEXTOBOLD-------------------------------------------------------------------------------------------*/

.textobold, .textobold a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	color: #666666;
	text-decoration: none;	
}
.textobold a:hover {text-decoration: underline;}

/*TEXTOLINK-------------------------------------------------------------------------------------------*/

.textolink, .textolink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	color: #a79c74;
	text-decoration: none;	
}
.textolink a:hover {text-decoration: underline;}

 /*SUBMENU -------------------------------------------------------------------------------------------------- */
/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/
ul.submenu{
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.subbot{
	display: block;
	width: 100%;	
	
	padding: 0px 0px 0px 0px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/	
	list-style:none;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;	
	text-decoration: none;
	color: #FFFFFF;
	border-bottom:solid 1px #676c6f;
	
	
}
li.subbot a{
	display: block;
	width: 100% - 15;
	max-width: 100%;
	padding: 7px 0px 7px 15px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-decoration: none;
	color: #FFFFFF;
	
	background:url(imgs/bullet.gif) no-repeat 5px center #343b3f;
}
li.subbot a:hover{	
	background-color:#4e595f;}

/*ASTERISCO ----------------------------------------------------------------------------------------------*/

.asterisco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:16px;
	color: #a79c74;
	text-decoration: none;	
}

/*LISTA -------------------------------------------------------------------------------------------------*/

ul.lista{float:left;list-style:none;margin:0px;padding:0px;}


li.lista{
	float: left;
	width: 360px;
	display:block;
	padding:5px 5px 5px 20px;
	margin:0px;
	background:url(imgs/bullet2.gif) no-repeat 5px center;	
}

a.lista, a.lista a {
 
 display:block;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#666666;
 text-decoration:none;
 }
 
a.lista:hover {
 text-decoration:underline;
 }
 
 /*SUBTITULOS -------------------------------------------------------------------------------------------------*/

ul.subtitulo{float:left;list-style:none;margin:0px;padding:0px;}


li.subtitulo{
	float: left;
	width: 530px;
	display:block;
	padding:5px 0px 5px 10px;
	margin:0px;
	font-weight:bold;
	background:url(imgs/bullet2.gif) no-repeat 0px center;	
}

a.subtitulo, a.subtitulo a {
 
 display:block;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight:bold;
 color:#666666;
 text-decoration:none;
 }



/*LISTA PRODUTOS---------------------------------------------------------------------------------------------*/
#listaProdutos{width:540px;}

#listaProdutos ul{
	width:540px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#listaProdutos li a{
	display: block;
	width:510px;
	padding: 10px 20px 10px 10px;
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	background:url(imgs/bullet2.gif) no-repeat 0px center;
	
	text-decoration: none;
}

#listaProdutos li a:hover{
	color:#a79c74;
}

#descricao{
	background:#ff0000;
	display:none;
	border:none;
}



/*-------------------------------------------------------------------------*/

#texto01 ul{
	width:540px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#texto01 li{
	display: block;
	width:510px;
	padding: 10px 20px 10px 10px;
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:url(imgs/bullet3.gif) no-repeat top left;
	
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

#texto05 ul{
	width:540px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#texto05 li{
	display: block;
	width:510px;
	padding: 10px 20px 10px 10px;
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:url(imgs/bullet3.gif) no-repeat top left;
	
	text-decoration: none;
}

