/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BACKGROUND DO SITE */
body { background:#FFF url(../imagens/bg-site.gif) repeat-x top left; }
body .impressao { background-image:none; background-color:#fff; }


/* FLOAT */
clearBoth {
	clear:both;
	display:block;
}
floatLeft {
	display:block;
	float:left;
}
floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-decoration:none;
}


/* DEFININDO ALINHAMENTO/ESTRUTURA DO SITE */
#alinhamento {
	margin:10px auto;
	text-align:left; /* Para voltar o alinhamento dos textos */
}
	#site {
		background:#fff url(../imagens/bg-div-site.gif) no-repeat top left;
		border-left:#ededed 15px solid;
		border-right:#ededed 15px solid;
		display:block;
		margin:0 auto;
		padding:10px 15px 0 15px;
		overflow:auto;
		width:900px;	
	}


/* TOPO */
#topo {
	clear:both;	
	display:block;
	height:355px;
	margin:0 auto;
	width:960px;
}
	#topo #menu {
		background-image:url(../imagens/bg-div-topo.gif);
		background-position:top left;
		background-repeat:no-repeat;
		clear:both;	
		display:block;
		height:80px;
		padding:18px 0 0 15px;
	}	

	#topo #flash {
		background-image:url(../imagens/bg-div-flash.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		clear:both;	
		display:block;
		height:253px;
		padding:4px 0 0 33px;
	}	

/* ESQUERDA */
#esquerda {
	display:block;
	float:left;
	width:190px;
}
	#esquerda #menu {
		display:block;
		width:180px;
	}
		#esquerda #menu h2 { 
			background-image: url(../imagens/tit-aluminia.gif);
			background-position:left top; 
			background-repeat:no-repeat;
			clear:both;
			display:block;			
			height:20px;
			margin:0 0 5px 0;
			padding:0;
			text-indent:-5000px;
		}
		#esquerda #menu ul {
			padding:0 10px 10px 0px;
		}
			#esquerda #menu ul li {
				border-bottom:1px dotted #ccc;
				margin-bottom:8px;
				padding:5px 0 2px 7px;
			}
				#esquerda #menu ul li a {
					display:block;
					background:url(../imagens/marc_menu_esquerda.gif) no-repeat bottom right;
				}
				#esquerda #menu ul li a:hover {
					background:url(../imagens/marc_menu_esquerda_hover.gif) no-repeat bottom right;
					color:#76af3d;
				}


/* CONTEUDO */
#conteudo {
	display:block;
	float:right;
	width:700px;
}
#conteudo.imprimir {
	background-color:#fff;
	display:block;
	float:left;
	width:550px;
}
	#conteudo-esquerda {
		clear:both;
		display:block;
	}
	#conteudo-direita {
		clear:both;
		display:block;
	}	
	#conteudo h2 { 
		background-position:left top; 
		background-repeat:no-repeat;
		clear:both;
		display:block;			
		height:25px;
		margin:0 0 2px 0;
		text-indent:-5000px;
	}
	#conteudo .link-capa {
		clear:both;
		display:block;
		margin:10px 0 10px 560px;
		padding:0 0 5px 0;
		text-align:right;
	}
		#conteudo a.link-capa { text-decoration:none; }
		#conteudo a:hover.link-capa { color:#76af3d; }
	#conteudo p.chamada {
		clear:both;
		padding:0 0 5px 0;
		text-align:justify;
	}
	#conteudo p.mensagem-erro {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#900;
		display:block;
		margin:15px 20px;
		overflow:auto;
		padding:50px;
		text-align:center;
	}
	#conteudo p.mensagem-ok {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#369;
		display:block;
		margin:15px 20px;		
		padding:50px;
		text-align:center;
	}	
	#conteudo p.exibicao {
		padding:0 0 15px 0;
		text-align:center;
	}
		#conteudo p.exibicao span {
			color:#390;
			font-weight:bold;
		}	


/* FOTOS */
.foto-sys {	
	background-color:#f4f4f4;
	border:1px solid #999;	
	padding:3px; 
}
	.foto-sys:link {
		background-color:#f4f4f4;
		border: 1px solid #999;
		padding:3px;
	}
	.foto-sys:visited { border: 1px solid #ccc; }
	.foto-sys:hover {	border: 1px solid #060; }


/* INPUTS */
.campo {
	background-color:#f4f4f4;	
	border:1px solid #ccc;
	color:#666;
	padding:3px;
}
.botao {
	background-color:#999;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-left:3px;
	padding:3px 4px;
}
label {
	color:#666;
}


/* PAGINACAO */
.paginacao {
	color:#999;
	margin-bottom:10px;
	text-align:center;
}
	.paginacao li { display:inline; }
		.paginacao li span {
			color:#390;
			font-size:15px;
			font-weight:bold;
		}	
		.paginacao li a {
			color:#76af3d;
			font-weight:bold;
		}
		.paginacao li a:hover { text-decoration:underline; }


/* RODAPE */
#rodape {
	background:#FFF url(../imagens/bg-div-rodape.gif) no-repeat top left;
	clear:both;
	display:block;
	margin:0 auto 10px auto;	
	padding:40px 10px 10px 10px;
	width:940px;	
}
	#rodape #copyright {
		color:#666;
		float:left;
		text-align:left;
		width:700px;		
	}	
	#rodape #assinaturas {
		float:right;
		text-align:right;
		width:150px;
	}	
		#rodape #assinaturas img {
			padding-left:10px;
		}


/* HOME VOLTAR */
.homevoltar {
	clear:both;
	color:#666;
	display:block;	
	padding:10px 0 0 0;
	text-align:right;
	border-top:1px dotted #ccc;
}
	.homevoltar li { display:inline; }
		.homevoltar li a {
			color: #666;
			font-weight:bold;
		}
		.homevoltar li a:hover {
			color:#093;
			text-decoration:underline;
		}


/* ESCONDE */
.esconde { display:none; }


/* TÍTULOS IMAGEM */
h2.titulo-faleconosco { background-image: url(../imagens/tit-faleconosco.gif); }
h2.titulo-galeria { background-image: url(../imagens/tit-galeria.gif); }
h2.titulo-institucional { background-image: url(../imagens/tit-institucional.gif); }
h2.titulo-produtos { background-image: url(../imagens/tit-produtos.gif); }


/* TITULOS E SUBTITULOS */
h3 {
	color:#999;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:0 0 10px 0;	
}
	h3 a {
		color:#76af3d;
		font-size:11px;
		font-weight:normal;
	}
	h3 a:hover {
		text-decoration:underline;
	}
h4 {
	clear:both;
	color:#369;
	font-size:13px;
	font-weight:bold;
	padding:0 0 15px 0;
}
