
html,
body {
	background-color: #F3FFDD;
	margin:0;
	padding:0;
	height:100%;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#wrapper {
	min-height:100%;
	position:relative;
	height:auto;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
    color:#333;
}
.texto a {
	text-decoration: none;
}
.texto a:hover {
	color:#694e3b;
}

/* HEADER */

#header {
	background:#B2B2B2;
	padding:0;
	height:200px;
}
#topo {
	background-color: #F3FFDD;
	height: 3px;
	width: 100%;
}
#header_banner {
	background-color: #F3FCCD;
}
#menuWrapper {
	background-color:#F3FFDD;
	height: 18px;
	width: 100%;
}
#menu {
	width: 100%;
}
.liSelected {
	color: #694e3b;
	font-weight: normal;
}
ul.menuPrincipal {
	margin: 0;
    padding: 0;
	padding-left: 185px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
/*    min-width: 500px; */
}
ul.menuPrincipal li {
	float: left;
	margin: 0;
	list-style-type: none;
	line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.menuPrincipal li:hover {
	color: #694e3b;
}
ul.menuPrincipal li a:hover {
	color: #694e3b;
}
ul.menuPrincipal li:hover ul
{
	display:block;
}
ul.menuPrincipal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 0;
	background-color:#F3FFDD;
	display:none;
	position:absolute;
}
ul.subMenuPrincipal
{
	width: auto;
	z-index:5;
}
#liNovaSerrana {
	width: 10em;
}
ul.subMenuPrincipal1 li
{
	width: 10em;
	text-align:left;
	background-color:#F3FFDD;
	z-index:4;
	border:none;
	position: relative;
	line-height: 18px;
}
#liExpositores {
	width: 14em;
}
ul.subMenuPrincipal2 li
{
	width: 14em;
	text-align:left;
	background-color:#F3FFDD;
	z-index:3;
	position: relative;
	border:none;
	line-height: 18px;
}
.textoMenuPrincipal {
	color:#666;
	font-size:8px;
	font-weight:bold;
	text-transform: uppercase;
}
.textoMenuPrincipal a {
	color:#666;
	font-weight:normal;
}
.parentSelected {
	color:#666;
	font-weight:normal;
}


/* DESTAQUE HOME */

#destaqueHome {
	width: 100%;
    background-image: url(images/gradient1.jpg);
    background-repeat: repeat-x;
    border-top: 4px solid #CCC;
    border-bottom: 4px solid #CCC;
    height: 92px;
    margin: 0;
    padding: 0;
}
#fotoConteudo {
	background-color: #F3FFDD;
	padding: 5px;
	float:left;
    height: 90px;
    width: 140px;
    position: relative;
    top: -4px;    
}
#fotoConteudo img {
    height: 90px;
    width: 140px;    
}
#fotoZoom {
	float:left;
    height: 15px;
    width: 400px;
    padding-left: 5px;
    padding-top: 65px;
}
.textoZoom {
	color:#F3FFDD;
	font-size:12px;
	font-weight: normal;
	margin-left: 5px;
}
#fotoZoomHome {
	float:left;
    height: 17px;
    width: 20px;
    padding-left: 5px;
    padding-top: 65px;
}
#destaqueFeira {
	width: auto;
    height: 70px;
    margin: 0;
    padding: 0;
    max-width: 1000px; 
}
#destaqueConhecaMais {
	width: auto;
    height: 20px;
    text-align: right;
    margin: 0;
    padding: 0;
}
.textoConhecaMais {
	color: #F3FFDD;
    font-size: 9px;
	font-weight:bold;
    padding-right: 80px;
}
.textoConhecaMais a:visited {
	color: #F3FFDD;
}
.textoConhecaMais a {
	color: #F3FFDD;
}
#destaqueConhecaMais img {
	padding-right: 10px;
}
.tituloDestaque {
	color: #694e3b;
    font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
    margin: 0;
    margin-left: 200px;
    margin-left: expression(this == null ? '25px' : '25px');
    margin-top: 7px;
}
.tituloDestaque a {
	color: #694e3b;
}
.textoDestaque {
	color: #F3FFDD;
    font-size: 11px;
	font-weight:normal;
    margin: 0;
}
.textoDestaque p {
    margin: 0;
    margin-left: 200px;
    margin-left: expression(this == null ? '25px' : '25px');
    margin-top: 3px;
    margin-right: 10px;
}

/* CONTEUDO */

#contentHome {
	background-color: #F3FFDD;
    padding: 0;
    padding-left: 200px;
}
#content {
	background-color: #F3FFDD;
	padding:0;
	padding-left: 200px;
    border-top: 4px solid #CCC;
}
.tituloConteudo {
	color:#694e3b;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}



#left {
	width: 289px;
	float:left;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	min-height:350px;
}
#contentWrapper {
	overflow: hidden;
	clear: both;
}

/* FOOTER */

#footer {
	width:100%;
	height:112px;			/* Height of the footer */
}
#footerTopo{
	width: 100%;
	height: 10px;
	background-color: #F3FFDD;
    border-bottom: solid 2px #F3FFDD;
}
#footerTopoBorder{
	width: 100%;
	height: 10px;
	background-color: #F3FFDD;
    border-top: solid 2px #F3FFDD;
    border-bottom: solid 2px #F3FFDD;
}
#footerConteudo{
	width: 100%;
	height: 100px;
    background-image: url(images/gradient2.jpg);
    background-repeat: repeat-x;
}
#paddingFooter {
	width: 100%;
    height: 30px;
}
.textoFooter {
	color:#F3FFDD;
	font-size:10px;
	font-weight:bold;
}
.textoFooter a {
	color:#F3FFDD;
}


/* MENU RODAPE */
#menuFooter {
	min-width: 800px;
}
#menuFooter img {
	padding-left: 20px;
}
.liSelectedFooter {
	color: #CCC;
}
ul.menuFooter {
	margin: 0;
    padding: 0;
	padding-left: 185px;
	list-style-type: none;
	cursor: default;
}
ul.menuFooter li {
	float: left;
	margin: 0;
	list-style-type: none;
	line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.menuFooter li:hover {
	color: #694e3b;
}
ul.menuFooter li a:hover {
	color: #694e3b;
}
ul.menuFooter ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 0;
	position:absolute;
}
ul.subMenuFooter
{
	width: auto;
	z-index:5;
}
#liNovaSerranaFooter {
	width: 7em;
}
ul.subMenuFooter1 li
{
	width: 6em;
	text-align:left;
	z-index:4;
	border:none;
	position: relative;
	line-height: 12px;
    left: -15px;
}
#liExpositoresFooter {
	width: 8em;
}
ul.subMenuFooter2 li
{
	width: 12em;
	text-align:left;
	z-index:3;
	position: relative;
	border:none;
	line-height: 12px;
    left: -15px;
}


#conteudoCentro {
	padding-top: 10px;
	margin-right: 300px;
	padding-right:2em;
	padding-bottom: 20px;
    max-width: 800px;
}
#conteudoCentroDireita {
/*	max-width: 1000px; */
}
#conteudoDireita {
	background-color: #F3FFDD;
	width: 250px;
	float:right;
	padding-top: 10px;
}
#conteudoDireitaEsquerda {
	background-color: #B2B2B2;
	width: 200px;
	padding-top: 20px;
	display: none;
}
#fotoDireita {
	width: 184px;
}
#fotoDireita img {
	border: 1px solid #F3FFDD;
	margin-left: -4px;
	padding: 8px;
	margin-top: 8px;
    width: 184px;
    height: 124px;
}

/* NOTICIAS */


#navAnteriores {
	float: left;
    margin-top: 0px;
}
#navProximas {
	float: right;
    margin-top: 0px;
}
#navegacaoNoticias a {
	color: #694e3b;
    font-weight:bold;
    font-size: 11px;
}
#navegacaoNoticias a:hover {
	color: #694e3b;
}
.textoNoticia {
	font-size: 10px;
	line-height: 11px;
}
.tituloNoticia {
	font-weight:bold;
}
.tituloNoticia a, .tituloNoticia a:visited  {
	color: #333;
}
.tituloNoticia a:hover  {
	color: #694e3b;
}
.tituloNoticiaSingle {
	font-weight:bold;
	font-size: 12px;
}
.conteudoNoticia img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.alignleft {
	float: left;
    margin-right: 15px;
}
.wp-caption-text {
	margin-top: -5px;
}
.linkNoticia {
	line-height: 11px;
}
.linkNoticia a {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.linkNoticia a:hover {
	color: #694e3b;
	font-weight: bold;
}
.linkNoticia a:visited:hover {
	color: #694e3b;
	font-weight: bold;
}
.linkNoticia a:hover .linkNoticiaTitulo {
	color: #694e3b;
}
#noticiasHome {
	max-width: 800px;
}
#maisHome {
	max-width: 800px;
}
#destaqueDireita {
	padding-top: 20px;
	width: 200px;
}
.dataNoticia {
	color: #694e3b;
}
#fotoNoticia img {
	width: 184px;
	height: 124px;
}




.textoConteudo {
	color:#333;
	font-size:11px;
	font-weight: normal;	
}
.textoConteudo a {
	color:#333;
}
.textoConteudo a:hover {
	text-decoration: underline;
}


.tituloDireita {
	color: #694e3b;
    font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}
#maisDireita {
	width: 196px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
}
#feed {
	text-align: right;
}
#imgFeed {
	vertical-align: text-top;
	padding-right: 5px;
}
.textoFeed {
	color:#666;
	font-size:10px;
	font-weight: normal;
	margin-top: 0px;
}
.textoFeed a {
	text-decoration: none;
	color:#666;
}
#leiaMais {
	text-align: right;
}
#leiaMais p {
	text-decoration: none;
	margin-top: 0px;
	color:#694e3b;
    font-size: 10px;
}
#leiaMais a {
	text-decoration: none;
}
#leiaMais a:hover {
	color:#694e3b;
}
#fotosConteudo {
	padding-top: 10px;
    height: 160px;
}
#galeriaHome {
	display: none;
}
.textoVejaMais {
	color:#694e3b;
	font-size:12px;
	font-weight:bold;
}
#vejaMais {
	margin-left: 20px;
}
#vejaMais a {
	color: #694e3b;
}
#conteudoEsquerda {
	background-color:#B2B2B2;
	width: 200px;
	float: right;
	margin-top: 15px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 20px;
	min-height: 350px;
}
.imagemEsquerda {
	clear: both;
    width: 180px;
    height: 60px;
}
.imagemEsquerda img {
	border: none;
	vertical-align: text-top;
	float: left;
    padding-bottom: 10px;
    padding-right: 5px;
}
.tituloEsquerda {
	color:#694e3b;
	font-size:10px;
	font-weight:bold;
}
.tituloEsquerda a {
	color:#694e3b;
}
.textoEsquerda {
	color:#333;
	font-size:11px;
	font-weight:bold; 
}
.textoEsquerda a {
	color:#333;
}
.textoRealizacao {
	color:#CCC;
	font-size:10px;
	font-weight: normal;
	padding-left: 1em;
}
#realizacao {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: thin solid #333;
}
#sindinova {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 40px;
}
.textoGoogle {
	color:#694e3b;
	font-size:10px;
	font-weight:bold;
}
.textoGoogle a {
	color:#694e3b;
	line-height: 10px;
}
.topoServico {
	height: 30px;
}	
.itemServico {
	padding-top: 0;
	margin-bottom: 15px;
}
.itemServico p {
	margin-top: 0px;
}
.tituloServico {
	color:#F60;
	font-size:11px;
	font-weight:bold;
	border-bottom: thin solid #CCC;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.ampliarServico {
	text-align: right;
	color:#CCC;
	font-size:10px;
	font-weight:normal;
}
.ampliarServico a {
	color:#CCC;
}
.ampliarMais {
	font-size: 14px;
	font-weight: bold;
}
#listaBancos, #listaCarros, #listaFarmacias, #listaHoteis {
	display: none;	
}

.filtroExpositores {
	border-bottom: thin dotted #CCC;
	padding-bottom: 5px;
}
.filtroExpositores a {
	color:#666;
	font-size:10px;
	font-weight:bold;
}
.filtroExpositores a:hover {
	color:#694e3b;
}
.filtroSelected {
	color:#694e3b;
	font-size:10px;
	font-weight:bold;
}
.expositoresTitulo {
	color:#694e3b;
	font-size:11px;
	font-weight:bold;
}
.expositores p {
	margin-top: 0px;
}
.expositores a {
	color: #F60;
}
#expositores {
	padding-top: 10px;
}
#expositoresSeparador {
	height: 10px;
}



/* PARCEIROS */
.parceirosTitulos {
	color:#F60;
	font-size:11px;
	font-weight:bold;
	border-bottom: thin solid #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.parceirosImagens {
	margin-bottom: 20px;
}
.parceirosImagens img{
	margin-bottom: 20px;
	vertical-align: middle;
}
#organizacao {
    margin-right: 150px;
}
#montagem {
	float: right;
	width: 150px;
}


/* PLANTA DA FEIRA */
#wrapperPlanta {
	min-height:100%;
	position:relative;
	height:auto;
	background-image: url(images/fundo.gif);
	background-repeat: no-repeat;
}
#headerPlanta {
	height:35px;
}
#conteudoPlanta {
	margin-left: 60px;
	background-color:#B2B2B2;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.imprimirPlanta {
	margin-top: -2px;
}
.imprimirPlanta img {
	vertical-align:middle;
}
.imprimirPlanta a {
	color:#F3FFDD;
	font-size:11px;
	font-weight: normal;
}

/* CONTATO E CREDENCIAMENTO */
.inputContato {
	width: 350px;
	background: #F3FFDD;
	border: thin solid #CCC;
	padding-left: 4px;
}
.contatoTitulo {
	font-weight:bold;
}
#conteudoContato a {
	color: #F60;
}
#conteudoContato label {
	padding-left: 4px;
}


#btnEnviar {
	color:#F3FFDD;
	font-size:11px;
	font-weight:bold;
	background: #694e3b;
	border: none;
	width: 60px;
	margin-left: 145px;
}
#mensagemEnviada{
	width: 350px;
	text-align:center;
	color:#694e3b;
	font-size:11px;
	font-weight:bold;
	padding-bottom: 10px;
}

.credencialTitulo {
	color:#F60;
	font-size:11px;
	font-weight:bold;
}
.credencialDivisao {
	width: 350px;
	border-bottom: thin dotted #CCC;
	padding-top: 10px;
}
#conteudoCredencial label {
	padding-left: 4px;
}
.inputCredencial {
	width: 350px;
	background: #F3FFDD;
	border: thin solid #CCC;
	padding-left: 4px;
}
.inputCredencial2 {
	width: 100px;
	background: #F3FFDD;
	border: thin solid #CCC;
	padding-left: 4px;
}
#credencialCEP {
	float: left;
	width: 125px;
}
#credencialCEP p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#credencialPais {
	float: left;
	width: 125px;
}
#credencialPais p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#credencialEstado {
	float: left;
	width: 100px;
}
#credencialEstado p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#credencialClear {
	clear: both;
}
#comprador {
	float:left;
	width: 125px;
}
#tipoComprador {
	width: 225px;
	margin-left: 125px;
}
#txtOutroTipoComprador {
	width: 145px;
}
#txtOutraAtividade {
	width: 275px;
}
#outroComprador {
	display: block;
	width: 70px;
	float: left;
}
#outraAtividade {
	display: block;
	width: 70px;
	float: left;
	margin-left: -4px;
}

/* IMPRENSA */
.categoriasImprensa {
	color:#F60;
	font-size:11px;
	font-weight:bold;
	border-bottom: thin solid #CCC;
	padding-bottom: 3px;
}
.listaImprensa {
	padding-left: 70px;
}
#logoSindinova, #logoFeira, #logoAPL {
	height: 50px;
	margin: 0;
	padding: 0;
}
#logoSindinova {
	background-image: url(images/logoSindinova.gif);
	background-repeat: no-repeat;
}
#logoFeira {
	background-image: url(images/logoFeira.gif);
	background-repeat: no-repeat;
}
#logoAPL {
	background-image: url(images/logoAPL.gif);
	background-repeat: no-repeat;
}
#galeria {
	margin: 0;
	padding: 2px;
    border: solid 1px #CCC;
    background-color: #F3FFDD;
    width: 184px;
}
#galeriaImagens {
	display: none;
}
#video {
	margin-left: 70px;
    height: 250px;
}

