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

body {
    color:#a1a1a1;
    background:#000;
    margin: 0px auto;
    cursor: default;
    text-align: center;
	background-image:url(../img/fundo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#pagina_centralizada{
	width:1005px;
	min-height:500px;
	margin:0px auto;
	background-image:url(../img/fundo_centro.png);
}

#menu{
	width:1002px;
	height:62px;
	float:left;
	background-color:#000;	
}

.item_menu{
	font-size:18px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;	
}

#logo{
	width:300px;
	height:100px;
	float:left;
	margin-top:-62px;
	margin-left:350px;
}

#animacao{
	width:930px;
	height:290px;
	margin:0px auto;
	margin-top:15px;
	background-color:#FFF;
	border:3px solid #000;	
}

#slideshow {
    position:relative;
	width:930px;
    height:290px;
}

#slideshow IMG {
    width:930px;
    height:290px;
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#conteudo{
	width:969px;
	min-height:500px;
	float:left;
	margin-top:15px;
	margin-left:33px;
}

#produto{
	width:203px;
	height:185px;
	margin-right:33px;
	margin-bottom:33px;
	float:left;
	border:3px solid #000;	
}

#imagem_produto{
	width:203px;
	height:150px;
	float:left;	
}

#imagem_produto img{
	max-width:203px;
	max-height:150px;	
}

#titulo_produto{
	width:203px;
	height:35px;
	float:left;
}

.titulo_produto{
	font-size:12px;
	color:#000;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;		
}

#rodape{
	width:1002px;
	height:62px;
	float:left;
	background-color:#000;	
}

/*PAGINA PRODUTOS*/

#produtos{
	width:930px;
	min-height:250px;
	float:left;
	margin-bottom:25px;
	border:3px solid #000;
}

#titulo_pagina{
	width:150px;
	height:30px;
	float:left;
	margin-top:25px;
	position:relative;
	margin-bottom:-15px;
	
}

#menu_produtos{
	width:275px;
	min-height:500px;
	float:left;
	padding-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	border-right:3px solid #000;	
}

#produtos_categoria{
	width:625px;
	min-height:500px;
	float:right;
	margin-top:20px;
}

#produto_categoria{
	width:190px;
	height:190px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	margin-top:8px;
	margin-bottom:10px;
	border:3px solid #000;	
}

#imagem_produto_categoria{
	width:190px;
	height:155px;
	float:left;	
}

#imagem_produto_categoria img{
	max-width:190px;
	max-height:155px;	
}

#titulo_produto_categoria{
	width:190px;
	height:35px;
	float:left;
}

.titulo_produto_categoria{
	font-size:12px;
	color:#000;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;		
}

.categoria_titulo{
	font-size:17px;
	color:#000;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;			
}

.subcategoria_titulo{
	font-size:17px;
	color:#000;
	text-align:left;
	padding-left:20px;
	font-family:Tahoma, Geneva, sans-serif;			
}

#imagem_detalhe_produto{
	width:350px;
	height:350px;
	float:right;
	margin-right:-3px;
	border:3px solid #000;
}

#imagem_detalhe_produto img{
	max-width:344px;
	max-height:344px;
}

#imagem_detalhe_produto img:hover{
	-webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -o-transform: scale(2.0);
  -ms-transform: scale(2.0);
  transform: scale(2.0);
}


#detalhes_produto_categoria{
	width:250px;
	min-height:200px;
	float:left;
	margin-left:20px;
}

.caminho_produto{
	font-size:13px;
	color:#000;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;		
}

.produto_titulo{
	font-size:20px;
	color:#000;
	text-align:center;
	padding-left:25px;
	font-family:Tahoma, Geneva, sans-serif;		
}

.detalhes_titulo{
	font-size:12px;
	color:#000;
	text-align:center;
	padding-top:15px;
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;		
}

.detalhes_informacoes{
	font-size:14px;
	color:#000;
	text-align:center;
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;		
}

#divisor_detalhes{
	width:200px;
	height:1px;
	margin:0px auto;
	background-color:#666;	
}

#descricao_empresa{
	width:870px;
	min-height:100px;
	margin:0px auto;
	padding:30px;
	font-size:18px;
	color:#000;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;		
}

#imagens_empresa{
	width:870px;
	min-height:150px;
	margin:0px auto;
	margin-bottom:25px;	
}

#imagem_empresa{
	width:145px;
	height:146px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #000;
}

#imagem_empresa img{
	max-width:145px;
	max-height:146px;	
}

#imagem_empresa img:hover{
	-webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -o-transform: scale(2.0);
  -ms-transform: scale(2.0);
  transform: scale(2.0);
}

#formularioContato{
	width:450px;
	min-height:580px;
	float:left;	
}

#bordaCampoNome{
	width:447px;
	height:33px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;	
}

.campoNome{
	width:447px;
	height:30px;
	border:0px;
	color:#000;
	font-size:15px;
	padding-top:8px;
	background:none;	
}

#bordaCampoEmail{
	width:447px;
	height:33px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;	
}

.campoEmail{
	width:447px;
	height:30px;
	border:0px;
	color:#000;
	font-size:15px;
	padding-top:8px;
	background:none;		
}

#bordaCampoTelefone{
	width:447px;
	height:33px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;		
}

.campoTelefone{
	width:447px;
	height:30px;
	border:0px;
	color:#000;
	font-size:15px;
	padding-top:8px;
	background:none;		
}

#bordaCampoEstado{
	width:161px;
	height:33px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;	
}

.campoEstado{
	width:161px;
	border:0px;
	color:#000;
	padding-top:8px;
	background:none;	
}

#bordaCampoCidade{
	width:273px;
	height:33px;
	margin-top:4px;
	border:3px solid #000;	
}

.campoCidade{
	width:273px;
	border:0px;
	color:#000;
	padding-top:8px;
	background:none;	
}

#bordaCampoMensagem{
	width:447px;
	height:208px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;	
}

.campoMensagem{
	width:447px;
	height:205px;
	border:0px;
	color:#000;
	padding-top:5px;
	background:none;	
}

#bordaCampoImagem{
	width:161px;
	height:33px;
	margin-top:4px;
	margin-left:-3px;
	border:3px solid #000;	
}

.campoImagem{
	width:161px;
	border:0px;
	color:#000;
	padding-top:8px;
	background:none;	
}

#bordaCampoDigiteImagem{
	width:152px;
	height:33px;
	margin-top:4px;
	border:3px solid #000;	
}

.campoDigiteImagem{
	width:152px;
	border:0px;
	color:#000;
	padding-top:8px;
	background:none;	
}

.titulo_contatos{
	font-size:15px;
	color:#000;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;	
}

#mapa_dados{
	width:450px;
	min-height:500px;
	float:right;
	margin-top:30px;	
}

#busca{
	width:300px;
	height:35px;
	float:right;
	margin-top:-35px;
	margin-right:35px;
	background-color:#066;	
}