 * {margin: 0; padding: 0;}

/* Configuração padrão. A porcentagem do font-size é de 16px (0.75 * 16px ~ 12px) */ 
body {
	font-size: 70%; color: #545252; 
	background: #CFCFCF url(../imagens/bg.jpg) top center no-repeat;
	font-family: Arial, sans-serif; 
}
textarea {font-family: Arial, sans-serif;}
/* Cabeçalhos -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #006aaf; } 
h1 { font-size: 2.5em; line-height: 1; margin-bottom: 1em;} 
h2 { font-size: 2em; margin-bottom: 0.75em; } 
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; } 
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } 
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } 
h6 { font-size: 1em; font-weight: bold; } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } 

/* Elentos de texto -------------------------------------------------------------- */ 
p { margin: 0 0 1.5em; line-height: 1.167em; text-align: justify; font-size: 1.1em;} 
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } 
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } 
a:focus, a:hover { color: #006aaf; }
a img {border: none;}
a { color: #006aaf; text-decoration: none; outline: none;} 
a:active {outline: none;}

blockquote {font-style: italic; font-size: 1.1em;} 
strong { font-weight: bold; } 
em,dfn { font-style: italic; } 
dfn { font-weight: bold; } 
sup, sub { line-height: 0; } 
abbr, acronym { border-bottom: 1px dotted #666; } 
address {font-style: normal; } 
del { color:#666; } 

/* Listas -------------------------------------------------------------- */ 
li ul, li ol { margin:0 1.5em; } 
ul, ol { margin: 0 1.5em 1.5em 1.5em; } 
ul { list-style-type: disc; } 
ol { list-style-type: decimal; } 
dl { margin: 0 0 1.5em 0; } 
dl dt { font-weight: bold; } 
dd { margin-left: 1.5em;}

/* Tabelas -------------------------------------------------------------- */ 

table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; } 
thead th { background: #c3d9ff; } 
th,td,caption { padding: 4px 10px 4px 5px; } 
tr.even td { background: #e5ecf9; } 
tfoot { font-style: italic; } 
caption { background: #eee; } 

/* Layout -------------------------------------------------------------- */

div#geral {
	width: 820px;
	margin: 0 auto;
}
div#topo {
	width: inherit;
	height: 105px;
}
div#topo h1 a {
	width: 278px;
	height: 67px;
	float: left;
	display: block;
	text-indent: -5000em;
	margin-top: 19px;
    background: url(../imagens/bg_logo.jpg) no-repeat;
}
/* MENU */

div#menu_geral {
	width: 460px;
	height: 105px;
	float: right;
}
/* SUB Menu */
#sub_menu {
	width: 280px;
	height: 25px;
	margin: 3px 0 0 75px;
	float: right;
}
#sub_menu ul {margin: 0;}
#sub_menu ul li {display: inline; list-style: none;}
#sub_menu ul li a {
	float: left;
	background: url(../imagens/bg_menu_separador.jpg) no-repeat right;
	padding: 5px 7px;
}
#sub_menu ul li.ultimo a {padding-right: none; background: none;}
/* /SUB Menu */

/* Menu Lingua */
#menu_lingua, #menu_lingua ul {list-style: none}
#menu_lingua {
    width: 105px;
    height: 20px;
    font-size: 1.2em;
    margin-top: 5px;
    float: right;
    background: url(../imagens/bg_lingua.jpg) no-repeat;
}
#menu_lingua li {
    position:relative;
    float: left;
    display:block;
    margin: 0;
    padding:0
}
#menu_lingua a, #menu_lingua a:link, #menu_lingua a:visited, #menu_lingua a:hover, #menu_lingua a:active {
    width: 74px;
    height: 20px;
    text-decoration:none;
    cursor:pointer;
    display: block;
    margin: 0;
    color: #545252;
	font-size: 0.8em;
	padding: 0px 0 0 31px;
	line-height: 20px;

}
#menu_lingua li.pt_br {background: url(../imagens/icon_lingua_pt_br.jpg) no-repeat 10px center;}
#menu_lingua li.en {background: url(../imagens/icon_lingua_en.png) no-repeat 10px center;}
#menu_lingua a:hover {}

#menu_lingua li ul {
	width: 105px;
    height: 20px;
    position: absolute;
    left: -999em;
    display: table;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #E2E2E2;
}
#menu_lingua li ul li a {
	margin: 0;
	background: none;
}
#menu_lingua li ul li.pt_br a {background: url(../imagens/icon_lingua_pt_br.jpg) no-repeat 10px center;}
#menu_lingua li ul li.en a {background: url(../imagens/icon_lingua_en.png) no-repeat 10px center;}
#menu_lingua li:hover ul, 
#menu_lingua li.sfhover ul {
	left: 0;
	z-index:99999
}

#menu_lingua li li {
    float:none;
    border:none;
    padding-left:0
}
#menu_lingua li ul {}
#menu_lingua li li a, 
#menu_lingua li li a:link, 
#menu_lingua li li a:visited, 
#menu_lingua li li a:hover {
	color: #545252;
}
#menu_lingua li li a:hover {
    background: no-repeat;
}

/* hide from IE mac \*/
#menu_lingua li {width:auto}
/* end hiding from IE5 mac */

/* /Menu Lingua */


/* NAV - top horizontal nav */
	#nav {
		width: 378px;
		height: 30px;
		font-size: 1.2em;
		margin: 60px 105px 0 74px;
	}
	#nav li {
		position:relative;
		float: left;
		display:block;
		margin: 0;
		padding:0
	}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		text-decoration:none;
		cursor:pointer;
		color: #F14A00;
		display: block;
		padding: 10px 15px;
	}
	#nav li.last a {
		padding-right: 0;
		margin-right: 0;
		border: none; 
		background-position: 7px 0;
		display: block;
	}
	#nav a:hover {
		background: url(../imagens/bg_menu.png) top center no-repeat;
	}
	
	#nav li ul {
		background: #f6f6f6;
		width:12.8em;
		margin-top:0px;
		position: absolute;
		left: -999em;
		font-size: 0.9em;
		border:1px solid #dddddd;
		display: table;
	}
	
	#nav li ul.maior {
		width: 18em;
	}
	#nav li ul li a {
	}
	#nav li:hover ul, #nav li.hover ul {left: 0; z-index:99999}
	
	#nav li li {
		background:none;
		float:none;
		border:none;
		border-top:1px solid #dddddd;
		padding-left:0
	}
	#nav li ul li.first {
		border-top: none;
	}
	#nav li ul {
		margin-left: 15px;
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
		color:#006aaf;
		padding: 5px 10px;
	}
	#nav li li a:hover {
		background: no-repeat;
		color: #F14A00;
	}
	
	#nav li.active {
		background: #c00;
		border-bottom: 3px solid #c00
	}
	#nav li.active ul {
		border:none;
		background: #c00 url("images/featurebox2_bg.gif") no-repeat 100% 100%
	}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {}
	#nav li.active a:hover {color:#000}
	
	#nav li.active li {border:none;border-top: 1px solid #c15c5c;border-bottom: 1px solid #870000}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#fff}
	#nav li.active li a:hover {background: #666 url("images/sprites.gif") repeat-x 0 99%;color:#fff}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#fff;font-weight:bold;background: #666 url("images/sprites.gif") repeat-x 0 99%}

	/* hide from IE mac \*/
	#nav li {width:auto}
	/* end hiding from IE5 mac */
/* /MENU */

/*Centro */
#centro {
	width: 820px;
	background: white url(../imagens/bg_centro.jpg) top center no-repeat;
	text-align: left;
	display: table;
}
#conteudo {
	width: inherit;
	display: table;
    height: 610px;
}
#centro_borda {
	width: 820px;
	height: 8px;
	background: url(../imagens/bg_centro_borda.jpg) no-repeat;
}
body.home #centro, body.home #centro_borda {
	background: none;
}
/* /Centro */

/* Menu Interno*/
div.menu_interno ul {list-style: none; margin: 0;}
div.menu_interno li.titulo {
	color: #006aaf;
	padding: 10px 1em;
	display: block;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	font-size: 1.1em;
}
div.menu_interno ul li a {
	color: #2d4c5f;
	padding: 7px 1em;
	display: block;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	font-size: 1.1em;
}
div.menu_interno ul li.ultimo a {border: none;}

/* /Menu Interno */
/* /Conteudo */

/* Redes Sociais */

#redessociais {
	color: #2d353e;
	font-size: 1em;
	background: #ddd;
	height: auto;
	margin-top: 10px;
	clear: both;
	border-top: 3px solid #aaa;
}

div#redessociais a {color: #2d353e;}

div#redessociais #conteudo_redessociais {
	width: 820px;
	margin: 0 auto;
}

div#redessociais #conteudo_redessociais div.coluna {
	width: 250px;
	float: left;
	padding: 20px 20px 20px 0px;
}

div#redessociais #conteudo_redessociais div.coluna.ultima {
	padding: 20px 0px 20px 0px;
}

div#redessociais #conteudo_redessociais h2 {
	margin-bottom: -20px;
	padding-bottom: 0px;
	font-size: 1.4em;
}

.valign {
	vertical-align: middle;
}

/* /Redes Sociais */

/* Rodape */
#rodape {
	color: #2d353e;
	font-size: 1em;
	background: url(../imagens/bg_rodape.jpg) top repeat-x;
	height: 170px;
	margin-top: 0px;
	clear: both;
}
div#rodape a {color: #2d353e;}
div#rodape #conteudo_rodape {
	width: 810px;
	margin: 0 auto;
}
div#rodape #conteudo_rodape div.coluna {
	width: 230px;
	float: left;
	padding: 20px 20px 0 20px;
}
div#rodape #conteudo_rodape div.coluna address {padding-bottom: 10px;}

div#rodape #conteudo_rodape div.coluna.um ul li {list-style: none; margin: 0; padding: 0; display: inline;}
div#rodape #conteudo_rodape div.coluna.um ul li a {
	width: 75px;
	height: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	float: left;
}
div#rodape #conteudo_rodape div.coluna.um ul li.youtube a {background: url(../imagens/youtube.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.facebook a {background: url(../imagens/facebook.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.orkut a {background: url(../imagens/orkut.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.twitter a {background: url(../imagens/twitter.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.flickr a {background: url(../imagens/flickr.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.maps a {background: url(../imagens/maps.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.favoritos a {background: url(../imagens/favoritos.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.wordpress a {background: url(../imagens/wordpress.png) no-repeat;}
div#rodape #conteudo_rodape div.coluna.um ul li.linkedin a {background: url(../imagens/linkedin.png) no-repeat;}
/* /Rodape */

/* Conteúdo das páginas -------------------------------------------------------------- */

/* Home */
div#banner_home {
	width: 820px;
	height: 345px;
}
#chamadas {
	width: 820px;
	height: 259px;
}

div.banner_chamada {
	width: 233px;
	height: 219px;
	float: left;
	padding: 20px;
}
div.banner_chamada h2 {
	font-size: 1.333em;
	line-height: 1em;
}
div.banner_chamada p.bt_conheca a {
	width: 155px;
	height: 22px;
	text-align: center;
	line-height: 1.7em;
	display: block;
	margin: 0 auto;
	background: url(../imagens/bt_conheca.jpg) no-repeat;
}
.banner_chamada_um {
	margin-right: none;
	background: url(../imagens/bg_banner_chamada_um.jpg) no-repeat;
}
.banner_chamada_dois div#breve_testemumho div.texto blockquote {font-size: 1em; line-height: 1.1em; font-style: normal;}
.banner_chamada_dois div#breve_testemumho div.texto {
	height: 50px;
}
.banner_chamada_dois div#breve_testemumho img {
	width: 50%;
	float: left;
}
.banner_chamada_dois div#breve_testemumho p {
	font-size: 0.9em; 
	line-height: 1em;
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
}
.banner_chamada_dois div#breve_testemumho a {
	color: #545252;
	font-style: normal;
	font-size: 1em;
}
.banner_chamada_dois div#breve_testemumho p a {color: #006aaf;}
.banner_chamada_dois {
	background: url(../imagens/bg_banner_chamada_dois.jpg) no-repeat;
}
.banner_chamada_tres {
	background: url(../imagens/bg_banner_chamada_tres.jpg) no-repeat;
}

div#breve_testemumho {height: 140px;}
/* /Home */

/* Fale Conosco */
body.fale-conosco div#conteudo, 
body.trabalhe-conosco div#conteudo,
body.novidades div#conteudo,
body.seja-um-distribuidor div#conteudo {
	width: 780px;
	margin: 20px;
}
#colunas {
	float: left;
	width: 100%;
}

#coluna_centro {
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#coluna_lateral {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/
}
form {width: 500px;}
form fieldset {
	border: none;
	padding-bottom: 10px;
}
form fieldset label {
	width:160px;
	padding-right: 5px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #545252;
	text-align: right;
	float: left;
	line-height: 25px;
}
form fieldset label.extendido {margin-bottom: 50px;}
form fieldset label.extendido.dois {margin-bottom: 120px;}
form fieldset input.caixas,
form fieldset textarea.caixas {
	padding: 2px;
	font-size: 1em;
}
form fieldset textarea {width: 300px; font-size: 1em;}
form fieldset.quantidade input {
	width: 30px;
}
form fieldset.quantidade span.bloco {
	display: block;
	padding: 5px 0;
}
form input.bt_enviar {
	margin-left: 160px;
}
.obrigatorio {color: red;}
.endereco address {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0px 5px 5px 10px;
}
.alerta {padding: 10px; text-align: center; background: #FFF1A8; color: black; display: block; border: 1px solid #eb9600;}
div.menu_interno.contato {
	width: 195px;
	height: 121px;
	float: left;
	background: url(../imagens/bg_menu_interno_contato.jpg) no-repeat;
}

/* /Fale Conosco */

/* Produtos */
body.produtos div#conteudo {
	width: 780px;
	padding: 20px;
	display: table;
}

body.produtos div#conteudo h2,
body.produtos div#conteudo h3 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	clear: both;
}

body.produtos div#conteudo h2 {font-weight: bold;}
body.produtos div#conteudo h3 {
	color: #545252;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

body.produtos div#conteudo h4 {
	color: #545252;
}

body.produtos div.menu_interno {
	width: 195px;
	height: 121px;
	margin-top: 20px;
	float: left;
	background: url(../imagens/bg_menu_produtos.jpg) no-repeat;
}
body.produtos div.caixa_texto {
	width: 560px;
	float: right;
	padding: 30px 0 20px 0;
}
body.produtos div.qualidades, body.depoimentos div.depoimento {
	width: 778px;
	background: url(../imagens/bg_qualidades_conteudo.jpg) repeat-y;
	margin-top: 20px;
	display: table;
}
body.depoimentos div.depoimento div.imagem {
	width: 170px;
	float: left;
	margin: 20px;
	margin-top: 10px;
	margin-right: 0;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0px 0px 8px #ddd;
    -moz-box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd;
}
body.depoimentos div.depoimento div.texto {
	width: 580px;
	float: right;
}

body.lector-live-beneficios div.caixa_texto {
	width: 770px;
	padding: 0px 20px;
	float: left;
	margin-top: -30px;
}

.conehca_beneficios {
	padding-bottom: 60px;
	margin-bottom: 60px;
	height: auto;
	clear: both;
}

body.produtos div.qualidades_topo, body.depoimentos div.depoimento_topo {
	width: 778px;
	height: 10px;
	background: url(../imagens/bg_qualidades_topo.jpg) no-repeat;
}
body.produtos div.qualidades_rodape, body.depoimentos div.depoimento_rodape {
	width: 778px;
	height: 10px;
	background: url(../imagens/bg_qualidades_rodape.jpg) no-repeat;
	clear: both;
}
body.produtos div.qualidades div.caixa {
	width: 368px;
	height: 130px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 10px;
}
body.produtos div.qualidades div.caixa strong {color: #006aaf;}
body.produtos div.qualidades div.caixa.ultima {border-right: none;}
body.produtos div.qualidades div.caixa.inferior {border-bottom: none;}

/* /Produtos */

/* Lector Live */
div#banner_lectorlive {
	width: inherit;
	height: 707px;
	background: url(../imagens/bg_lectorlive_einstein.jpg) no-repeat top;
}
body.lector-live div#banner_lectorlive div.menu {
	margin: 120px 20px 0 0;
	float: right;
}
body.lector-live div.caixa_texto {
	padding: 20px;
}
body.lector-live div.caixa_texto div.titulos {
	width: 400px;
	float: left;
}
div#banner_lectorlive div.menu_interno {
	width: 195px;
	background: url(../imagens/bg_menu_produtos2.jpg) no-repeat;
	height: 151px;
	margin: 30px 0 0 20px;
}
div#banner_lectorlive div.menu_interno ul li a {
	padding: 7px 20px;	
}
body.lector-live div.caixa_texto div.titulos h2 {
	margin: 0 0 5px 0;
}
body.lector-live div.caixa_texto div.titulos h3 {
	color: #545252;
}
div.depoimentos {
	width: 214px;
	height: 97px;
}
div.depoimentos a.demonstracao {
	text-indent: -5000em;
	display: block;
	width: 214px;
	height: 46px;
	background: url(../imagens/bt_demonstracao.png) 0 0 no-repeat;
}
div.depoimentos a:hover.demonstracao {background: url(../imagens/bt_demonstracao.png) 0 -46px no-repeat;}
div.depoimentos a.agendamento {
	text-indent: -5000em;
	display: block;
	width: 214px;
	height: 46px;
	background: url(../imagens/bt_agendamento.png) 0  0 no-repeat;
	margin-top: 10px;
}
div.depoimentos a:hover.agendamento {background: url(../imagens/bt_agendamento.png) 0 -46px no-repeat;}
body.lector-live div.caixa_texto p.texto {
	padding: 0;
	clear: both;
}
div.conheca {padding: 0 40px; height: 680px;}
div.conheca div.conheca_caracteristica {
	width: 370px;
	height: auto;
	float: left;
}
div.conheca div.conheca_caracteristica img {float: left;}
div.conheca div.conheca_caracteristica h5 {
	font-size: 1.2em;
	color: #393939;
	margin: 10px 0;
}
p.texto {padding-left: 20px;}
div.necessidades {padding: 0 20px;}
div.necessidades h2 {
	text-align: left;
	font-size: 2em;
	margin: 30px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
div.necessidades div.necessidades_atendidas {
	width: inherit;
	height: 243px;
	padding-bottom: 20px;
}
div.necessidades div.necessidades_atendidas img {float: left; padding-right: 20px; margin-bottom: 30px;}
div.necessidades div.necessidades_atendidas.direita img {float: right; padding: 0 0 0 20px; margin-bottom: 30px;}
div.necessidades div.necessidades_atendidas h3 {
	font-size: 1.6em;
	margin: 10px 0;
	color: #393939;
	font-weight: bold;
}
body.lector-live div#telas {
	margin: 20px;
	padding: 20px;
	padding-bottom: 5px;
	background: #eeeeee;
}
body.lector-live div#telas a img {padding-right: 10px;}
body.lector-live div#telas a.ultimo img {padding-right: 0px;}
/* /Lector Live */

/* Telemedicina*/
body.telemedicina div#conteudo {
	width: 780px;
	padding: 20px;
	display: table;
}
/* /Telemedicina */

/* Suporte Online */
body.suporte-online div#conteudo {
	width: 780px;
	padding: 20px;
	display: table;
}
/* /Suporte Online */

/* Depoimentos */
body.depoimentos div#conteudo {
	width: 780px;
	padding: 20px;
	display: table;
}

body.depoimentos div#conteudo div.depoimento blockquote {
	margin: 10px 20px;
	text-align: justify;
}
body.depoimentos div#conteudo div.depoimento p {
	font-size: 1em;
	color: #006aaf;
	font-family: Arial, sans-serif; 
	line-height: 0.6em;
	padding: 5px 20px 0px 20px;
	margin-bottom: 0px;
	border-bottom: 5px solid #F6F6F6;
}
/* /Depoimentos */

/* Clientes */
body.clientes h2,
body.parceiros h2 {padding: 20px;}
div.logo_clientes a img {border: none;}
div.logo_clientes {
	float: left;
	width: 250px;
	height: 150px;
	margin: 5px 10px;
}
/* /Clientes */

/* Empresa */
body.empresa h2 {
	font-weight: bold;
	display: block;
}
div.caixa_texto_um, div.caixa_texto_dois {
	width: 380px;
	float: left;
	padding-left: 20px;
}
body.empresa img {
	padding-bottom: 30px;
}

/* /Empresa */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagens/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../imagens/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../imagens/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* Mudanças em 16/03/11 */

h1.centro {
	font: italic 2.8em Georgia, serif;
	padding: 30px 20px;	
}

.mb0 {
	margin-bottom: 0px;
}

p.topo {
	clear: both;
	padding: 30px 20px 10px 20px;
}

p.topo2 {
	clear: both;
	padding: 10px 20px 0px 20px;
}

div.logo_clientes a img {
	margin: 10px;
	border: 1px solid #ddd;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0px 0px 8px #eee;
    -moz-box-shadow: 0px 0px 8px #eee;
    -webkit-box-shadow: 0px 0px 8px #eee;
}

a.button, a.minibutton {
  font-size: 1.1em;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: 0px 0px 8px #777;
  -moz-box-shadow: 0px 0px 8px #777;
  -webkit-box-shadow: 0px 0px 8px #777;

  border: 1px solid #090;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-image: -moz-linear-gradient(center top, #0a0, #0b0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a0), to(#0b0));
}

a.minibutton {
	padding: 5px;
	font: 0.8em;
}

a.button:hover, a.minibutton:hover  {
  background-image: -moz-linear-gradient(center top, #0b0, #0a0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b0), to(#0a0));
}

a.button:active, a.minibutton:active { top: 1px; }

