form, body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
* {
	font-family: Verdana;
	/*color: #575757;*/
	color: #000000;
}
img {
	border: 0px;
	display: block;
}

body {
	background: #cbd5cf;
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}

a, a:visited {
	color: #855100;
	text-decoration: underline;
}
a:hover {
	color: #855100;
}

#Geral {
	
	margin: 0px auto;
	text-align: left;
	width: 720px;
}
#Geral #Topo {
	padding: 0px 0px 0px 145px;
}

#GeralHome {
	margin: 0px auto;
	text-align: left;
	width: 719px;
	border: 0px solid;
}
#GeralHome #Topo {
	clear: both;
	padding: 0px 0px 0px 92px;
}

#GeralHome #Menu_Estrutura {
	padding: 0px 0px 0px 78px;
}
#GeralHome #Menu_Estrutura .MenuLink {
	display: block;
	border: 0px solid #ffffff;
	cursor: hand;
}
#GeralHome #Menu_Estrutura .Menu_Estrutura_Normal {
	background: url('../imagens/menu.gif') no-repeat; 
	width: 447px; 
	height: 90px;
	border: 0px solid;
}
#GeralHome #Menu_Estrutura .Menu_Estrutura_Normal ul {
	display: none;
}
#GeralHome #Menu_Estrutura #Menu_Estrutura_Over {
	background: url('../imagens/menu-o.gif') no-repeat;
	border: 0px solid;
	position: absolute;
	opacity: 0.100;
	filter:alpha(opacity=100);
}
#GeralHome #Menu_Estrutura #Menu_Estrutura_Botoes {
	border: 0px solid;
	position: absolute;
	margin-top: -90px;
}


#Geral #Menu_Estrutura {
	padding: 0px 0px 0px 0px;
}
#Geral #Menu_Estrutura .MenuLink {
	display: block;
	border: 0px solid #ffffff;
	cursor: hand;
}
#Geral #Menu_Estrutura .Menu_Estrutura_Normal {
	background: url('../imagens/menu-i.gif') no-repeat; 
	width: 447px; 
	height: 31px;
	border: 0px solid;
}
#Geral #Menu_Estrutura .Menu_Estrutura_Normal ul {
	display: none;
}
#Geral #Menu_Estrutura #Menu_Estrutura_Over {
	background: url('../imagens/menu-i-o.gif') no-repeat;
	border: 0px solid;
	position: absolute;
	opacity: 0.100;
	filter:alpha(opacity=100);
}
#Geral #Menu_Estrutura #Menu_Estrutura_Botoes {
	border: 0px solid;
	position: absolute;
	margin-top: -31px;
}

#Geral address {
	color: #575757;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 0px 0px 0px 25px;
}
#GeralHome address {
	color: #575757;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 0px 0px 0px 60px;
}

#Geral .ConteudoCT {
	font-size: 12px;
	color: #000000;
	padding: 30px 0px 30px 0px;
}
#Geral .ConteudoCT p.hCaminho a,
#Geral .ConteudoCT p.hCaminho a:visited {
	font-size: 9px;
	text-decoration: none;
}
#Geral .ConteudoCT h3.Titulo {
	color: #575757;
	padding: 18px 0px;
	font-size: 24px;
	font-weight: normal;
}


#Geral .ConteudoCT .Produtos {
}

#Geral .ConteudoCT .Produtos .Item {
	float: left;
	width: 135px;
	height: 220px;
	text-align: center;
}
#Geral .ConteudoCT .Produtos .Item img {
	display: inline;
}

#Geral .ConteudoCT .Produtos .Item a,
#Geral .ConteudoCT .Produtos .Item a:visited {
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 9px;
	text-align: center;
	padding: 9px 9px 9px 9px;
	margin: 0px 9px 0px 0px;
}
#Geral .ConteudoCT .Produtos .Item a:hover {
	border: 1px solid #efefef;
	background: #d0d9d4;
	padding: 8px 8px 8px 8px;
}


#Geral .ConteudoCT .Contato table tr td {
	font-size: 12px;
}