@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #f6f6f6;
	background-image: url(../img/fundo_site.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial;
	color: gray;
}

img {
	border: none;
}

input {
	font-size: 10pt;
}

textarea {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.fundoMini {
	cursor: pointer;
	border: 1px solid #ffffff;
	width: 92px;
	height: 85px;
	background-color: #fff;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}

#centro {
	width: 890px;
	background-color: #fff;
	position: relative;
	left: 50%;
	margin-left: -445px;
	text-align: center;
	padding-top: 3px;
}

#principal {
   width: 884px;
   text-align: left;
   background-image: url(../img/fundo_conteudo.gif);
   background-position: top left;
   background-repeat: repeat-x;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
}

#tabelaMenu {
   font-family: Helvetica, Arial;
   font-size: 12pt;
}

/* Texto da página inicial do site, apresentado por cima da imagem destaque, */
#textoInicial {
   position: relative;
   width: 810px;
   top: -494px;
   left: 50%;
   margin-left: -405px;
   color: #b5b5b5;
   font-size: 21pt;
   font-family: Swis721 BdRnd BT, Arial, Helvetica;
   z-index: 50;
   text-align: right;
}

.opMenu {
   text-decoration: none;
   cursor: pointer;
   color: #71706e;
   padding-left: 3px;
   padding-right: 3px;
}

.opMenuPaginaAtual {
   text-decoration: none;
   cursor: pointer;
   color: #000;
   padding-left: 3px;
   padding-right: 3px;
}

.opMenu:hover {
   color: #fff;
   background-color: gray;
}

#banner {
	margin-left: 14px;
	margin-top: 1px;
}

#conteudo {
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 10px;
}

#tabelaEmpresa {
	font-size: 9pt;
	border: none;
}

#tabelaEmpresa td {
	vertical-align: top;
}

#textoEmpresa {
	text-align: justify;
}

.miniaturaEmpresa {
	cursor: pointer;
}

/* Rodapé do site, sempre o mesmo em todas as páginas. */
#rodape {
	margin-top: 2px;
	padding-bottom: 0px;
	font-size: 8pt;
	text-align: center;
	letter-spacing: 1px;
}

#rodape a {
	color: gray;
	text-decoration: none;
}

.lojas {
	font-size: 10pt;
}

#contato td {
	vertical-align: top;
	font-size: 10pt;
}

#localizacao td {
	font-size: 9pt;
	vertical-align: top;
}

#newsletter {
	font-size: 9pt;
}

#tabelaMiniaturas {
	font-size: 8pt;
}

#tabelaMiniaturas td {
   text-align: center;
}

.btRotacao {
	font-family: Arial;
	font-size: 9pt;
	border: 1px solid #bcbcbc;
	color: #71706e;
	background-color: #eeeeee;
	cursor: pointer;
}

#divZoom {
	display: none;
	position: absolute;
	width: 700px;
	top: 15px;
	left: 50%;
	margin-left: -350px;
	border: 2px solid #bcbcbc;
	cursor: pointer;
	text-align: center;
	background-color: white;
}

#divZoomNewsletter {
	padding-top: 5px;
	display: none;
	position: absolute;
	top: 15px;
	left: 50%;
	border: 2px solid #bcbcbc;
	cursor: pointer;
	text-align: center;
	background-color: white;
}

#bannerAnimacao {
	display: block;
	width: 844px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
