/* DEFINIÇÃO DA FONTE PARA O SITE TODO */
html, body, th, td, p, div {
	font-family: Times, serif;
	font-size: 14px;
	color: #333333;
}

body {
	margin: 0;
	height: 100%;
	text-align: center;
}

a {
	color: #046EB8;
	text-decoration: underline;
}


/* DIV GERAL DO SITE  */
#Geral {
	width: 100%;
	text-align: left;
}


/* TOPO */
#Topo {
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
}

#Topo h1 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #046EB8;
	line-height: 60px;
}

#Flash, #MenuSuperior {
	display: none;
}

/* RODAPE */
#Rodape {
	clear: both;
	margin: 0 0 20px 0;
	padding-top: 20px;
	border-top: 2px solid #EEEEEE;
}

address {
	font-style: normal;
	height: 17px;
	margin-right: 60px;
	display: block;
	font-size: 12px;
}

#Rodape h4 {
	display: none;
}



/* CONTEUDO */
#Conteudo {
	padding-top: 20px;
}

#Conteudo, #Conteudo p, #Conteudo a, #Conteudo td {
	font-family: Times, serif;
	font-size: 14px;
}

h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #046EB8;
}

h2 { 
	font-size: 16px; 
	margin: 0;
	padding: 0;
}

h3 { 
	margin: 0;
	font-size: 14px; 
	
	}

h4 {
	margin: 0 0 20px 0;
	font-family: Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

h5, h5 > a {
	margin: 0 0 20px 0;
	font-family: Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #046EB8;
}


/* CONTATO */
#ContatoForm {
	float: left;
	height: 300px;
	width: 400px;
}

#ContatoForm p, #OrcamentoForm p {
	margin: 0;
	padding-bottom: 5px;
}

#ContatoDados {
	margin-left: 420px;
}


/* FORMULÁRIOS */

label, #ContatoForm label {
	float:left; 
	display: block; 
	height: auto; 
	margin-right : 4px; 
	margin-top: 4px; 
	font-style: normal;
	font-size: 14px;
	font-family: Times, serif;
	color: #333333; 
	cursor: pointer; 
	text-align: right;
}

label {
	width: 130px; 
}

#ContatoForm label {
	width: 80px; 
}

.Radio {
	border: 0px none;
}

/* FOTOS */
.Legenda {
	font-size: 12px;
}

img {
	border: 0px none;
}

.FundoLocalizacao td {
	height: 180px;
	width: 190px;
	text-align: center;
	padding: 12px 5px 5px 5px;
}

.FundoLocalizacao img {
	border: 2px solid #EEEEEE;
}

.FundoLocalizacao div {
	font-size: 11px;
	padding-top: 13px;
	margin: 0 5px 0 5px;
}


/* TABELAS */
th {
	border-bottom: 2px solid #CCCCCC;
}


/* NOTICIAS */

#ListaDeNoticias, #NoticiaEmDestaque {
	font-size: 12px;
}

#ListaDeNoticias a, #NoticiaEmDestaque a {
	font-weight: bold;
	text-decoration: none;
}

#ListaDeNoticias a:hover, #NoticiaEmDestaque a:hover {
	text-decoration: underline;
}

#ListaDeNoticias ul {
	margin: 0;
	padding: 0;
}

#ListaDeNoticias ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.FotoNoticiaDestaque {
	margin-right: 10px;
}

.FotoNoticia {
	margin: 0 10px 10px 0;
	float: left;
}

#Paginacao {
	float: left;
	width: 100px;	
}

#Navegacao {
	margin-left: 150px;
	margin-right: 250px;
	text-align: center;
}

#Navegacao ul {
	margin: 0;
	padding: 0;
}

#Navegacao ul li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	color: #CCCCCC;
}

#Navegacao ul li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#NavegacaoStatus {
	float: right;
	text-align: right;
	width: 250px;
}

.tbProdutos {
	border: 1px solid #CCCCCC;
	height: 180px;
}

.tdFoto {
	vertical-align: middle;
	height: 130px;
}

.tdNomeProduto {
	height: 50px;
	background-color: #f5f5f5;
}

#Impressao {
	display: none;
}

/* HOME */

#ContainerHomeDestaque {
	height: 130px;
}

#NoticiaPrincipal {
	float: left;
	width: 250px;
	font-size: 12px;
}

#NoticiaPrincipal a, #NoticiasHome a {
	font-weight: bold;
	text-decoration: none;
}

#NoticiaPrincipal a:hover, #NoticiasHome a:hover {
	text-decoration: underline;
}


#BannerHome {
	width: 360px;
	padding-left: 10px;
	text-align: right;
}

#ProdutosHome {
	margin-top: 10px;
}

#NoticiasHome {
	height: 100px;
	margin-top: 10px;
	padding: 10px;
	background-image: url(../Imagens/Layout/HomeNoticiasBaixo.jpg);
	background-repeat: no-repeat;
}

#SeloIso {
	float: left;
	width: 100px;
	text-align: right
}

#Noticia3 {
	float: right;
	width: 300px;
}

#Noticia2 {
	margin: 0 310px 0 110px;
}

#SubItens {
	display: none;
}

