@charset "utf-8";

/********************
CSS RESET v2.0 | 20110126
http://meyerweb.com/eric/tools/css/reset/ 
License: none (public domain)
********************/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************
Estrutura padrão
********************/
body {
	background:url(../imgs/bg-site.jpg) center top repeat-y;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#main {
	margin:0 auto;
	padding:10px 0;
	width:1200px;
}
#header, #body, #footer {
	background-color:#fff;
	display:inline-block;
	width:100%;
}

/********************
Header
********************/
#header {
	border-bottom:1px solid #81c3a5;
	height:138px;
}
#header h1 {
	float:left;
	margin:24px 0 0 18px;
	overflow:hidden;
}
#header h1 a {
	background:url(../imgs/sprite.png) 0 -220px no-repeat;
	display:block;
	height:97px;
	text-indent:-500px;
	width:251px;
}
#header-menu {
	float:right;
	margin:18px 15px 0 0;
}
#header-menu li {
	float:left;
	margin-right:5px;
}
#header-menu li a {
	background:url(../imgs/sprite.png) no-repeat;
	display:block;
	height:110px;
	width:175px;
}
#header-menu li a.institucional {background-position:0 0;}
#header-menu li a.institucional:hover,
#header-menu li a.institucional.hover {background-position:0 -110px;}
#header-menu li a.produtos {background-position:-175px 0;}
#header-menu li a.produtos:hover,
#header-menu li a.produtos.hover {background-position:-175px -110px;}
#header-menu li a.aplicacoes {background-position:-350px 0;}
#header-menu li a.aplicacoes:hover,
#header-menu li a.aplicacoes.hover {background-position:-350px -110px;}
#header-menu li a.contato {background-position:-525px 0;}
#header-menu li a.contato:hover,
#header-menu li a.contato.hover {background-position:-525px -110px;}
#header-menu li a.eventos {background-position:-700px 0;}
#header-menu li a.eventos:hover,
#header-menu li a.eventos.hover {background-position:-700px -110px;}

/********************
Body
********************/
#body {
}
#content {
	margin:10px 15px;
	min-height:550px;
	position:relative;
	width:1170px;
}
#content h2 {
	background-color:#cde7db;
	color:#81c3a5;
	font-size:3em;
	line-height:1.4;
	padding-bottom:4px;
	text-indent:8px;
	width:100%;
}
#content h3 {
	color:#00854b;
	border-bottom:1px solid #81c3a5;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	padding:8px 4px;
	text-transform:uppercase;
}
#content h4 {
	border-bottom:1px solid #ffe0cc;
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin:10px 0;
	padding:4px;
	text-transform:uppercase;
}

/* Corpo */
#content .texto {
	padding:5px 15px;
}
#content .texto.com-lateral {
	float:left;
	width:940px;
}
#content .texto p {
	line-height:1.4;
	margin:10px 0;
}
#content .texto ul {
	list-style:inside disc;
}
#content .texto ul li {
	margin:15px 0;
}
#content .texto a {
	color:#81c3a5;
	text-decoration:underline;
}
#content .texto strong {
	font-weight:bold;
}

/* Lateral */
#content .lateral {
	float:right;
	width:222px;
}
#content .lateral.arquivos {
	background:url(../imgs/sprite.png) -657px -240px no-repeat;
}
#content .lateral h3 {
	border-color:#f60;
	color:#f60;
}
#content .lateral .lista {
	background-color:#ffe0cc;
	padding:0 6px;
	width:210px;
}
#content .lateral .lista ul {
	display:inline-block;
	list-style:inside none;
}
#content .lateral .lista ul li {
	background:url(../imgs/sprite.png) -870px -227px no-repeat;
	color:#ffb27f;
	float:left;
	margin:8px 0;
	text-indent:10px;
	width:100%;
}
#content .lateral .lista ul li a {
	color:#000;
	text-decoration:none;
}
#content .lateral .cores {
	height:27px;
	margin-top:10px;
	overflow:hidden;
	width:222px;
}
#content .lateral .cores a {
	background:url(../imgs/sprite.png) -251px -240px no-repeat;
	display:block;
	height:27px;
	width:222px;
}

/* Fotos */
#content .fotos {
	bottom:0;
	height:122px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:940px;
}
#content .fotos.full { width:100%; }
#content .fotos h3 { font-size:1em; }
#content .fotos .galeria {
	height:72px;
	overflow:auto;
	width:100%;
}
#content .fotos .galeria .item {
	float:left;
	margin:4px;
}
#content .fotos .galeria .item a { text-decoration:none; }
#content .fotos .galeria .item a img {
	border:2px solid #ffb27f;
	height:60px;
	width:80px;
}

/********************
Footer
********************/
#footer {
	border-top:1px solid #81c3a5;
}
#footer-menu {
	background-color:#e5f3ed;
	border-color:#fff;
	border-style:solid none;
	border-width:1px;
	display:inline-block;
	padding:4px 15px;
	width:1170px;
}
#footer-menu li {
	color:#00854b;
	float:left;
	font-weight:bold;
	letter-spacing:0.15em;
	padding:3px 0;
}
#footer-menu li.separator {
	margin:0 6px;
}
#footer-menu li.admin {
	float:right;
	padding:0;
}
#footer-menu li a {
	color:#00854b;
	text-decoration:none;
}
#copyright {
	border-top:1px solid #81c3a5;
	color:#999;
	display:inline-block;
	padding:4px 15px 5px;
	width:1170px;
}
#copyright span {
	float:left;
	font-weight:bold;
	padding:5px 0;
}
#copyright .dc {
	float:right;
}
#copyright .dc a {
	background:url(../imgs/sprite.png) -251px -220px no-repeat;
	display:inline-block;
	height:20px;
	vertical-align:middle;
	width:20px;
}

/********************
Página inicial - Home
********************/
/* Banner */
#banner-wrapper {
	background:url(../imgs/carregando.gif) 50% 50% no-repeat;
	height:550px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#banner-wrapper .banner {
	display:none;
	left:0;
	position:absolute;
	top:0;
}
#nav {
	bottom:15px;
	display:inline-block;
	position:absolute;
	right:15px;
	z-index:20;
}
#nav li {
	border:1px solid #f60;
	float:left;
	margin-right:5px;
}
#nav li a {
	background-color:#fff;
	color:#f60;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 0;
	text-align:center;
	text-decoration:none;
	width:20px;
}
#nav li a:hover, #nav li a.hover {
	background-color:#f60;
	color:#fff;
}

/********************
Institucional
********************/
.Nenhum{
	margin:12px 15px;
	font-weight:bold;
	color:#333;
	font-size:11px;
}

/********************
Produtos
********************/
#content.produtos h4 { text-transform:uppercase; }
#content.produtos .texto, #content.linhas .texto, #content.produto .texto { padding:0; }
#content.produtos .texto .box { margin-bottom:40px; }
#content.linhas .texto .box { margin-bottom:30px; }
#content .texto .box .saiba-mais { margin:0; text-align:right; }
#content .texto .box .saiba-mais a { color:#f60; text-decoration:none; }

/* Tabela de cores */
#color-container { width:670px; height:600px; background-color:#cde7db; padding:2px; }
#color-wrapper { background-color:#fff; width:670px; height:580px; padding:10px 0; }
#color-wrapper h1 { background-color:#cde7db; color:#7fc3a5; font-size:1.35em; padding:5px 7px; }
#color-header { margin-top:10px; }
#colors { margin:10px 6px 0; font-family:Verdana, Geneva, sans-serif; font-size:0.78em; }
#colors thead .header td {height:120px; }
#colors tr.impar td { background-color:#e5e5e5; }
#colors tr.par td { background-color:#ebebeb; }
#colors td { text-align:center; vertical-align:middle; height:50px; border:2px solid #fff; }
#colors tbody td { font-weight:bold; }
#colors td .cor { display:block; width:100%; height:100%; }
#colors td.titulo { font-size:1.2em; font-weight:bold; letter-spacing:1px; }
.no-controls .highslide-html-content { padding:0; }
.no-controls .highslide-header, .no-controls .highslide-footer { display:none; }
.no-controls .highslide-header+div { overflow:hidden !important; }

/********************
Aplicações
********************/
#content.aplicacoes .resumo { line-height:1.4; }

/********************
Eventos
********************/
#content.eventos .texto { padding:0; }
#content.eventos .texto p { padding:0 4px; }
#content.eventos .texto p.titulo { color:#f60; font-weight:bold; }

/********************
Contato
********************/
.form {
	float:left;
	margin:12px 0 0 10px;
	width:300px;
}
.form label {
	display:block;
	margin:6px 0;
	font-size:11px;
	padding-left:12px;
	letter-spacing:1.5px;
	background:url(../imgs/marcador_contato.jpg) left center no-repeat;
}
.form input, .form textarea {
	border:#81c3a5 solid 1px;
}
.form form > input[type="text"] {
	width:298px;
}
.form #telefone {
	width:115px;
}
.form textarea {
	height:60px;
	padding:5px;
	width:288px;
	overflow:auto;
}
.form .botao {
	background-color:#FFF;
	padding:2px 4px;
	letter-spacing:1.5px;
	margin:16px 10px 0 0;
	font-size:11px;
}


.mapa {
	float:right;
	margin:12px 0 0;
}
.mapa img { border:10px solid #ffb27f; }
.mapa p {
	line-height:1.4;
	margin:8px 0;
	text-align:center;
}