@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:tahoma;
}

html , body{
	background-image:url(../_img/testeFundo.png);
	background-repeat:repeat;
	height:100%;
	width:100%;
	/*display:table;*/
	/*border:#000000 1px solid;*/
}

#geral{
	background-image:url(../_img/fundoPrincipalTeste.png);
	background-repeat:repeat-y;

	width:820px;
	margin:auto;
	padding-top: 10px;
	padding-bottom:20px;
	/*border:#000000 1px solid;*/
	}
	#top{
		/*border:#000000 1px solid;*/
		width:100%;
	}
	#left{
		width:75px;
		margin-left:22px;
		float:left;
		/*border:#000000 1px solid;*/
	}
	#Center{
		float:left;
		width:580px;
		margin-left:9px;
		margin-right:19px;
			 /*border:#ff5500 1px solid;*/
	}
	#rigth{
		width:86px;
		/*height:500px;*/
		float:left;
		/*border:#000000 1px solid;*/
	}
	

/*-----------------------------------------*/
/*          PAGINAS CENTRO                */
/*-----------------------------------------*/

#conteudo2{
	width:435px;
	display:table;
}

#centerBanner{
	/*border:#000000 1px solid;*/
	height:125px;
	width:100%;
}
#centerBody{
	display:block;
	/*height:100%;*/
	border-left:solid;
	border-left-width:1px;
	border-left-color:#eceaef;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#eceaef;
	width:100%;	
	/*border:#999900 1px solid;*/
}
	#centerBodyMenu1{
		background-image:url(../_img/faixaMenu.png);
		width:100%;
		height:36px;
		display:block;
		/*border:#999900 1px solid;*/
	}
		/*#centerBodyMenu1 li{
			list-style:none;
			float:left;
			width:20%;
			/*margin-left:25px;
			margin-right:20px;*/
		/*}
			#centerBodyMenu1 li a:link, li a:visited{
				height:16px;
				margin-top:5px;
				padding:6px 0px 6px 0px;
				text-align:center;
				display:block;
				font-family:tahoma;
				font-size:12px;
				font-weight:bold;
				color:#666666;
				text-decoration:none;
			}
			#centerBodyMenu1 li a:hover{
				height:16px;
				margin-top:5px;
				padding:6px 0px 6px 0px;
				text-align:center;
				display:block;
				font-family:tahoma;
				font-size:12px;
				font-weight:bold;
				color:#990000;
				background-color:#CCCCCC;				
			}*/

	/*-----------MENU VERTICAL OU SUBMENU--------------------*/	
	#produtosArea{
		/*border:#000000 solid 1px;*/
		width:100%;
		margin:auto;
		margin-top:3px;
	}
	#centerBodyMenu2{
		/*background-image:url(../_img/centroMenu2.png);
		background-repeat:no-repeat;
		background-position:left;*/
		float:left;
		width:110px;
		padding-left:2px;
		margin-top:0px;
		display:table;
		/*border:#ff510f solid 1px;*/
		
	}
	
		#menuVert{
			display:table;
			height:100%;
			width:100%;
		}
		#centerBodyMenu2 ul li{
			list-style:none;
			width:100%;
		}
			#centerBodyMenu2 a{
				display:table;
				/*.display:block;*/
				width:100%;
				font-family:tahoma;
				font-size:9px;
				text-decoration:none;
				color:#333333;
				margin-top:0px;
				padding:2px 0px 2px 2px;
				text-align:left;
				text-transform:uppercase;
			}
				#centerBodyMenu2 ul.menu2 a:link,  ul.menu2 a:visited{	
					color:#555555;		
					background-color:#e9e9e9;
					border-top:#bbbbbb 1px dotted;
					border-right:#bbbbbb 1px dotted;	
					border-left:#eeeeee 1px dotted;
					border-bottom:#cccccc 1px dotted;	
				}
				#centerBodyMenu2 ul.menu2 a:hover{	
					color:#333333;		
					background-color:#e2e2e2;
					border-top:#bbbbbb 1px dotted;
					border-right:#bbbbbb 1px dotted;	
					border-left:#eeeeee 1px dotted;
					border-bottom:#cccccc 1px dotted;	
				}

						
	#centerBodyConteudo{
		float:right;
		background-image:url(../_img/topCentro.png);
		background-repeat:no-repeat;
		background-position:top;
		width:460px;
		height:100%;
		/*display:table;*/
		margin-top:3px;
		
		font-size:12px;
			/*border:#00ff55 solid 3px;*/
	}
		#centerBodyConteudoimgbase{
			display:table;
			width:100%;
			height:100%;
			min-height:300px;
			border-left:solid;
			border-left-width:1px;
			border-left-color:#eceaef;
			background-image:url(../_img/baseCentro.png);
			background-repeat:no-repeat;
			background-position:bottom;
				/*border:#000000 solid 1px;*/
		}
	
	/*SE A VARIAVEL MENU ESTIVER SETADA NA URL CHAMA ESTE PARA FICAR A PAGINA GRANDE*/
	#centerBodyConteudoimgbaseInt{
		background-image:url(../_img/fundoHOMEBase.png);
		background-repeat:no-repeat;
		background-position:bottom;
			/*border:#000000 solid 1px;*/
		height:100%;
		min-height:300px;
	}
	#centerBodyConteudoInt{
		float:right;
		background-image:url(../_img/fundoHOMETop.png);
		background-repeat:no-repeat;
		background-position:top;
		width:580px;
		height:100%;
		min-height:300px;
		/*display:table;*/
		margin-top:3px;
		
			font-size:12px;
		/*border:#000000 solid 1px;*/
	}
	#centerBodyConteudo h2{
		font-family:tahoma;
		color:#444444;
		font-size:14px;
		margin-bottom:15px;
	}
	#centerBodyConteudoInt h2{
		font-family:tahoma;
		color:#444444;
		font-size:14px;
		margin-bottom:15px;
	}
	
	#centerBodyConteudo h1{
		font-family:tahoma;
		color:#BB0000;
		font-size:20px;
		margin-bottom:15px;
	}
	#centerBodyConteudoInt h1{
		font-family:tahoma;
		color:#BB0000;
		font-size:20px;
		margin-bottom:15px;
	}
	
	#centerBodyConteudo h3{
		font-family:tahoma;
		color:#BB0000;
		font-size:14px;
		margin-bottom:10px;
	}
	#centerBodyConteudoInt h3{
		font-family:tahoma;
		color:#BB0000;
		font-size:14px;
		margin-bottom:10px;
	}
		#centerBodyConteudoCenter{
			margin:10px;
			/*border:#000000 solid 1px;*/
		}
	
		#geralProdutos{
			display:table;
			width:100%;
			padding:10px;
			/*border:#000000 solid 1px;*/
		}
		#onde_encontrar{
			padding:5px;
			position:relative;
			margin-top:105px;
			width:100%;
			margin:auto;
			font-family:verdana;
			font-size:12px;
		}
		#contato{
			padding:5px;
			position:relative;
			margin-top:105px;
			width:100%;
			margin:auto;
			font-family:verdana;
			font-size:12px;
		}
	
			#contato label{
				width:100px;
				text-align:right;
				float:left;
			}
			#contato p{
				display:block;
				margin-bottom:5px;				
			}
			.submit{
				border:#555555 solid 1px;
				font-family:tahoma;
				font-size:10px;
				margin-left:265px;
				margin-bottom:50px;
			}
		
#centerFooter{
	margin-top:20px;
	width:100%;
	clear:both;
		/*border:#990000 solid 3px;*/
	margin-left:100px;
}
	.Footers{
		padding:0px 3px 5px 3px;
		width:130px;
		height:105px;
		float:left;
		margin-right:12px;
		background-color:#dddddd;
		
			font-family:tahoma;
			font-size:11px;
			/*border:#990000 solid 1px;*/
	}
	.FootersFim{
		padding:0px 3px 5px 3px;
		width:130px;
		height:105px;
		float:left;
		margin-right:0px;
		background-color:#dddddd;
		
			font-family:tahoma;
			font-size:11px;
			/*border:#990000 solid 1px;*/
	}
	/*#titulosFooter*/ 
	#centerFooter h3{
		width:100%;
		height:18px;
		display:block;
		background-color:#eceaef;
		text-align:center;
		float:left;
		font-family:tahoma;
		font-size:10px;
		color:#666666;
		padding-top:5px;
		/*border:#990000 solid 1px;*/
	}
		#centerFooter a{
			text-decoration:none;
			color:#990000;
		}
		
.enquadrar{
	/*border:#999999 1px solid;*/
	padding:5px;
	line-height:18px;
	height:100%;
	/*min-height:300px;	*/
	display:table;
}
#log_peq{
	background-image:url(../_img/log_peq.png);
	margin-top:-5px;
	margin-left:5px;
	width:30px;
	height:115px;
	float:left;
}
#arquivos {
	width:550px;
	padding:10px;
}
#arquivos a{
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
	#arquivos thead{
		background-image:url(../_img/arquivosBarra.png);
		background-repeat:no-repeat;
		height:30px;
	}
	#arquivos td{
		padding:10px;
	}