@import url("topo.css");

body {
	text-align: center;
	margin:0 auto;
	background: #FFF url(../images/fundo.jpg) center repeat-y;
	width: 1004px;
}
body, html { height:100%; } /* Necessário */
body {
	padding-bottom: 60px;
	}
#container {
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}
a {
	color: #003366;
}
a:hover {
	color: #000;
}
img {
	border: 0;
}
#conteudo {
	background: url(../images/topo_sombra.jpg) repeat-x 0 0;
	padding: 20px;
	padding-bottom: 150px;
}
#linksnav {
	display: block;
	position: relative;
	margin: 0 20px 0 20px;
	border: 1px solid #036;
	border-width: 1px 0 1px 0;
	padding: 20px 0 20px 0;
	}
#linksnav span {
	position: absolute;
	top: -10px;
	left: 50%;
	padding: 3px;
	width: 150px;
	margin-left: -75px;
	color: #036;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #FFF;
}
#linksnav ul {
	clear: both;
	display: inline;
	width: 100%;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#linksnav li {
	display: inline;
	margin-right: 10px;
}
#linksnav a {
	color: #036;	
}
#linksnav a:hover {
	color: #06C;
	}
#rodape {
	display: block;
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666;
	width: 100%;
	position:absolute;
	bottom:-60px !important;
	text-transform: uppercase;
	color: #000;
}
.produto {
	width: 120px;
	height: 160px;
	display: block;
	float: left;
	margin: 0;
}
.produto a {
	text-decoration: none;
	color: #000;
}
.produto a img {
	width: 115px;
	height: 115px;
}
.produto a:hover img {
	width: 108px;
	height: 108px;
}
.produto span {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
}
h1, h2, h3, h4 {
	width: 100%;
	display: block;
	text-align: left;
	color: #039;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	height: 20px;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	font-size: 18px;
}
h2 {
	height: 15px;
	margin: 0 0 10px 0;
	font-size: 16px;
}
h3 {
	height: 15px;
	margin: 15px 0 10px 0;
	font-size: 13px;
}
h4 {
	height: 15px;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.titprodutos span {
	display: none;
}
#conteudo dl {
	text-align: left;
}
#conteudo dl, #conteudo dd, #conteudo dt {
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
}
#conteudo dd {
	line-height: 18px;
}
#conteudo dt {
	font: bold 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
}
.descricao p {
	font: 14px/20px Helvetica, Arial, sans-serif;
	display: block;
	width: 80%;
	margin: 0 auto 30px auto;
	text-align: justify;
}
	
/* #visualizarfoto é usado no popup de visualização de imagem */
#visualizarfoto {
	background: url(../images/fundo_1024.jpg) center repeat-y;
	margin:0 auto;
	text-align: center;
	width: 1024px;
}
#visualizarfoto #foto {
	border: 5px solid #CCC;
	border-right-width: 0;
	border-left-width: 0;
}

/* Formulário de contato */
.formcontato {
	display: block;
	float: left;
}
.tablecontato {
	margin: 0 0 0 30px;
	padding: 0;
}
.tablecontato td {
	text-align: left;
}
form label {
	font: 13px/30px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	display:block;
	float: left;
	width: 100%;
	text-align: right;
}
form .txt {
	width: 400px;
	border: 1px solid #CCC;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
form .metade {
	width: 170px;
}
form textarea {
	width: 385px;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 20px;
	padding: 5px 10px 5px 5px;
	border: 1px solid #CCC;
}
form .btnEnviar {
	display: block;
	width: 100px;
	height: 30px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	background: url(../images/btn_enviar.jpg) 0 0 no-repeat;
	text-decoration: none;
}
form .btnEnviar:hover {
	background-position: 0 -30px;
	color: #999;
}
.fotochamada {
	display: block;
	position: relative;
	float: left;
}
.fotochamada img {
	border: 2px solid #000;
	margin: 5px;
}
.fotochamada span {
	display: block;
}
.telefones {
	display: block;
	float: left;
	width: 250px;
	padding: 0 25px 0 20px;
	margin: 0;
	color: #333;
	background: url(../images/fundo_telefones.jpg) top center no-repeat;
}
.telefones dt {
	margin-bottom: 0;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
.telefones dd {
	margin: 0;
	padding-left: 20px;
}

#bodyFotos .foto {
	display: block;
	float: left;
	margin: 5px;
	border: 2px solid #000;
}

/* Folder e Catálogo */
#chamadaFolder, #chamadaCatalogo, #chamadaCasticais, #chamadaLivraria, #chamadaQueima  {
	display: block;
	margin:0 auto;
	width: 800px;
	position: relative;
}
#chamadaFolder .imgFolder , #chamadaCatalogo .imgCatalogo , #chamadaCasticais .imgCasticais,
#chamadaLivraria .imgLivraria, #chamadaQueima .imgQueima {
	float: left;
	display: block;
}

/* botões de download e visualização online */
#btndownload {
	display: block;
	position: relative;
	margin: 0 auto 0 190px;
	width: 650px;
	height: 69px;
	border-top: 1px solid #8A0000;
	padding-top: 10px;
}
#btndownload .download {
	position: absolute;
	right: 20px;
	display: block;
	width: 216px;
	height: 69px;
	background: url(../images/btn_download.jpg) 0 0 no-repeat;
	text-decoration: none;
	font: bold 22px/50px Arial, Helvetica, sans-serif;
	color: #8A0000;
}
#btndownload .download:hover { color: #c86c00; }
#btndownload .download span { font-size: 14px; }
#btndownload .visualizar {
	display: block;
	position: absolute;
	right: 250px;
	font: bold 14px/50px Arial, Helvetica, sans-serif;
	color: #8A0000;
}
#btndownload .visualizar:hover {
	color: #c86c00;
}
.botoestxt {
	margin-bottom: 40px;
}
.botoestxt a {
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	text-align: right;
	padding: 3px 5px 3px 5px;
}
.botoestxt a:hover {
	color: #FFF;
	background-color: #039;
}
.botoes .visualizar span, .downloadlivraria span, .botoes .download span, .botoes .downloadrar span {
	display: none;
}
.botoes a {
	display: block;
	float: right;
	height: 23px;
	width: 152px;
	margin: 0 0 20px 10px;
}
.botoes .visualizar {
	background: url(../images/btn_visualizar.gif) 0 0;
}
.botoes .download {
	background: url(../images/btn_download.gif) 0 0;
}
.botoes .downloadrar {
	background: url(../images/btnbtn_downloadrar.gif) 0 0;
}
.botoes .download:hover, .botoes .visualizar:hover , .botoes .downloadrar:hover {
	background-position: 0 -23px;
}
.downloadlivraria {
	display: block;
	margin-left: 600px;
	width: 200px;
	height: 30px;
	margin: 20px 0 20px 0;
	float: right;
	padding: 0;
	background: url(../images/download_livraria.gif) 0 0;
}
.downloadlivraria:hover {
	background-position: 0 -30px;
}
.texto, .textopequeno {
	display: block;
	font: 14px/20px Helvetica, Arial, sans-serif;
}
.texto {
	margin-left: 190px;
}
.texto a {
	text-decoration: none;
}
.texto .titulo {
	font: 20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #003399;
	display: block;
	text-align: left;
	width: 100%;
	font-style: italic;
}
.texto h1 {
	font: bold 26px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
.texto p {
	text-align: justify;
}
.textopequeno {
	border: 2px solid #CCC;
	padding: 0 10px 0 10px;
	margin-left: 185px;
	clear: right;
	color: #666;
	background: #FCFCFC;
}
.textopequeno a {
	color: #666;
}
.textopequeno p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.barralocalizacao {
	font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 20px;
}
.barralocalizacao a {
	text-decoration: underline;
	color: #006;
}
.titulogaleria {
	font: bold 18px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 30px 0;
	display: block;
	width: 50%;
	float: left;
}
.navegacao, .navegacaotopo {
	display: block;
	float: left;
	width: 50%;
	clear: right;
	text-align: right;
}
.navegacao {
	margin: 20px 0 10px 0;
	text-align: center;
	width: 100%;
}
.linhasombra {
	background: url(../images/sombra_linha.jpg) center top no-repeat;
	display: block;
	height: 50px;
	width: 100%;
	margin-bottom: -30px;
}
