@charset "iso-8859-1";

body
{
	margin: 0px;
	padding: 0px;
	color: #2e2f2f;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	background: #DADADA url(../_img2/fundo.jpg) repeat-x;
}

#conteiner
{
	width: 948px;
	padding: 164px 0px 0px;
	margin: 0px auto 35px;
}

#colunaEsquerda
{
	width: 300px;
	float: left;
	padding-top: 10px;
}

#conteudo
{
	margin-left: 310px;
	padding: 10px;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

#cabecalho
{
	padding: 0px;
	text-align: center;
	height: 144px;
	width: 948px;
	position: absolute;
	left: 50%;
	margin-left: -474px;
	top: 0px;
}

#cabecalho #logo
{
	position:absolute;
	display:block;
	background-image: url(../_img2/logo.png);
	top: 10px;
	left: 0px;
	width: 238px;
	height: 87px;
}

#cabecalho #logo a
{
	display: block;
	height: 87px;
	width: 238px;
}

#menu
{
	position:absolute;
	list-style:none;
	margin: 0px;
	padding: 0px;
	display: block;
	left: 0px;
	bottom: 0px;
	width:948px;
	height:36px;
}

#menu li
{
	background-position: 0px 0px;
	display: block;
	float:left;
	height: 36px;
	background-image: url(../_img2/menu.png);
}

#menu li a
{
	border: none;
	display: block;
	width: 100%;
	height: 36px;
}

#menu #m_empresa
{
	width:136px;
	background-position: 0px 0px;
}

#menu #m_empresa:hover
{
	background-position: 0px 36px;
}

#menu #m_produtos
{
	width:136px;
	background-position: -136px 0px;
}

#menu #m_produtos:hover
{
	background-position: -136px 36px;
}

#menu #m_orcamento
{
	width:135px;
	background-position: -272px 0px;
}

#menu #m_orcamento:hover
{
	background-position: -272px 36px;
}

#menu #m_eventos
{
	width:135px;
	background-position: -407px 0px;
}

#menu #m_eventos:hover
{
	background-position: -407px 36px;
}

#menu #m_noticias
{
	width:136px;
	background-position: -542px 0px;
}

#menu #m_noticias:hover
{
	background-position: -542px 36px;
}

#menu #m_contato
{
	width:136px;
	background-position: -678px 0px;
}

#menu #m_contato:hover
{
	background-position: -678px 36px;
}

#menu #m_mapa
{
	width:134px;
	background-position: -814px 0px;
}

#menu #m_mapa:hover
{
	background-position: -814px 36px;
}

#menu_produtos
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu_produtos li
{
	padding-left: 5px;
	background: url(../_img2/fundo_menu.png) no-repeat left top;
	margin: 0px;
	min-height: 20px;
}

#menu_produtos li h2
{
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
}

#menu_produtos li ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu_produtos li ul li
{
	margin-left: 10px;
	padding-left: 5px;
	background: url(../_img2/fundo_menu.png) no-repeat left top;
	min-height: 20px;
}

#menu_produtos li ul li h2
{
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.produtos
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.produtos li
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: left;
	width: 122px;
	height: 150px;
	margin: 10px;
	overflow: hidden;
	background: url(../_img2/fundo_produtos.jpg) repeat-x;
}

.produtos li h2
{
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	text-align: center;
	line-height: 11px;
}

.produtos li a:link,
.produtos li a:hover,
.produtos li a:visited
{
	color: #fff;
	text-decoration: none;
}

.produtos img
{
	border: none;
	height: 110px;
	width: 110px;
	margin: 5px;
}

#margemConteudo
{
	height: 10px;
}

.celulaEventos
{
	text-align: center;
	padding: 5px;
	width: 50%;
}

.thumbEventos
{
	border: 8px solid #FFFFFF;
}

.chamadaEventos
{
	border-bottom: 1px solid #003662;
	margin-bottom: 10px;
}

.textoMenor
{
	font-size: 11px;
}

a:link
{
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	color: #7C5D31;
	text-decoration: none;
}

a:visited
{
	color: #7B5D31;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #85571F;
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin:0 0 10px;
	font-stretch: condensed;
}

h2
{
	color:#2E2F2F;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h3
{
	color:#2E2F2F;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

p
{
	margin: 0px;
}

p+p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

h1+p,
h2+p
{
	margin-bottom: 1em;
}

.inputs
{
	width: 400px;
	color: #2e2f2f;
	background-color: #CCC;
	border: 1px solid #B5B5B5;
}

.botoes
{
	color: #2e2f2f;
	background-color: #CCC;
	border: 2px outset #333333;
	padding: 4px;
}

.invisivel
{
	display: none;
}

.clearing
{
	clear: both;
}

#sitemap ul,
#sitemap ul li ul,
#sitemap ul li ul li ul
{
	padding: 0px;
	margin-left: 20px;
}

#sitemap ul li
{
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

#sitemap ul li ul li
{
	font-size: 13px;
	line-height: 15px;
}

#sitemap ul li ul li ul li
{
	font-size: 11px;
	line-height: 13px;
}

#sitemap li
{
/*	list-style-type:none;
*/	list-style-image:url(../_img2/bullet.png);
}

/* fixed footer */

html
{
	height: 100%;
}

body
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	position: relative;
	height: 20px;
	text-align:center;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	background: #868789 url(../_img2/rodape.png) repeat-x;
	margin-top: -22px;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
	margin-top: -22px;
}
