@charset "UTF-8";
/* CSS Document */

/* ------------- geral */

html, body {
	height: 100%;
}
/*
html #rodape {
	margin-top: -7.4em;
}
*/
body {
	margin: 0; padding: 0; height: 100%;
	background: url(imagens/bg-listras.gif) #f5f5eb; 
	color: #abadb0;
	font: small/1.5 "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #abadb0;
}

a:hover {
	color: #666;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

h1 {
	font: bold italic 1.75em Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	position: relative;
	color: #c64f43;
	padding: 0;
	margin-top: 10px;
}

h2 {
	font: bold italic 1.25em Georgia, "Times New Roman", Times, serif;
	color: #dc9790;
	position: relative;
	padding: 0;
}

h3 {
	font: bold italic 1.15em Georgia, "Times New Roman", Times, serif;
	color: #dc9790;
	padding: 0;	
	margin: 0.85em 0 0;
}

h4 {
	font: bold italic 1.25em Georgia, "Times New Roman", Times, serif;
	color: #dc9790;
	text-transform: lowercase;
	padding: 0 15px 0;
	margin: 0;
}

h5 {
	font: bold 0.85em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #dc9790;
	padding: 0.75em 0 0.5em 4px;
	margin: 0;
}

p.link {
	text-align: right;
	margin: 0;
	padding: 0.75em 0 0;
}

p.link a {
	font-size: 0.85em;
	background: url(imagens/sinal-seta-cima.png) right no-repeat;
	padding: 0 15px 0 0;
	margin: 0;
}

/* ------------- layout */

#container {
	position: relative;
	width: 850px; height: 100%;
	height:auto !important; 
	min-height: 100%;
	margin: 0 auto;
	background: url(imagens/bg-container.png) repeat-y;
}

#header {
	width: 800px; height: 110px;
	margin: 0 25px;
	background: url(imagens/bg-header.png) repeat-x;
}

#homelink {
	display: block;
	width: 200px; height: 110px;
	margin: auto;
	background: url(imagens/logo.png) no-repeat center;
}

#destaque {
	width: 800px; height: 283px;
	margin: -18px auto 10px;
}

#conteudo.home {
	position: relative;
	width: 780px; height: 100%;
	margin: 0 auto;
	padding-top: 0;
}

#conteudo.contato {
	margin-bottom: 100%;
}


#rodape {
	width: 800px; height: 100px;
	background: url(imagens/rodape-bg.png) repeat-x bottom;
	clear: both;
	position: absolute 100%;
	margin: 0 auto;	
}

#rodape.contato {
	width: 850px; height: 100px;
	background: url(imagens/bg-container.png) repeat-y;
	clear: both;
	position: absolute 100%;
	bottom: 0;
	margin: 0 auto;		
}

#rodape p {
	font-size: x-small;
	text-align: center;
	padding-top: 2em;
}


/* ------------- conteudo */

#conteudo {
	position: relative;
	width: 780px; 
	height: 100%;
	margin-top: -60px; /* any IE */ margin-top: expression('-40');
	margin-left: auto;
	margin-right: auto; 	 
	padding-top: 0;
}

#home1 {
	width: 250px; height: auto;
	background: url(imagens/box-bg.png) repeat-x top;
	float: left;
	border: 7px solid #fff;
	margin-bottom: 3em;
}

#home2 {
	width: 250px; height: auto;
	background: url(imagens/box-bg.png) repeat-x top;
	float: left;
	border-top: 7px solid #fff;
	margin-bottom: 3em;
}

#home3 {
	width: 250px; height: auto;
	background: url(imagens/box-bg.png) repeat-x top;
	float: left;
	border: 7px solid #fff;
	margin-bottom: 3em;
}

#conteudo p {
	padding: 0 10px 1.5em;
	margin: 0 5px -5px;
	font-size: 0.9em;
	background: url(imagens/box-grad.png) repeat-x bottom;
}

#conteudo ul {
	background: url(imagens/box-grad.png) repeat-x bottom;
	margin: 0 5px -5px;
	padding: 0 10px 1.5em;
}

#conteudo li {
	font-size: 0.9em;
	margin-left: 20px;
	list-style-image: url(imagens/sinal-seta.png); /* any IE */ list-style-image: expression('url(imagens/sinal-seta-ie.png)');
}

#conteudo li.mais {
	list-style: none;
	padding-bottom: 0.5em;
}

#conteudo li.mais a {
	display: block; 
	/* any IE  width: expression('auto');*/
	text-indent: -900%;
	background: url(imagens/sinal-mais.png) right no-repeat;
}

#conteudo h1 {
	padding-left: 15px;
}


/* ------------- internas */

#principal {
	width: 507px; height: 100%;
	background: #fff;
	float: left;
	border: 7px solid #fff;
	margin: 64px 0 3em;
	padding: 0;
}

#principal p {
	padding: 0 0 1.25em;
	background: none;
}

#principal h2 {
	padding: 0 0 0 4px;
}

#principal h1 {
	padding: 0;
	background: none;
	color: #dc9790;
}

#principal h1 span {
	background: url(imagens/grad-bco-gde.png) repeat-x;
  	position: absolute;
  	display: block;
  	width: 80%;
 	height: 22px;
}

#principal form {
	padding: 10px 0 1em 0;
}

#principal form label {
	font: small/1.5 "Lucida Grande", Verdana, Arial, sans-serif;
	padding-right: 15px;
	vertical-align: top;
	width: 80px;
	float: left;
}

#principal form .form {
	width: 350px;
	color: #abadb0;
	border: solid 1px #edede4;
}

.botao {	
	background: #edede4;
	color: #c64f43;
	margin-left: 100px;
	border: none;
}

label {
	font: bold italic 1.25em Georgia, "Times New Roman", Times, serif;
	color: #dc9790;
}

#menu-secundario {
	width: 250px; height: auto;
	background: url(imagens/box-bg.png) repeat-x top; 
	float: left;
	border-top: 7px solid #fff;
	margin: 64px 0 3em;
}

#menu-secundario li.first {
	padding-top: 0.5em;
}

#menu-secundario li {
	padding-bottom: 0;
}


#menu-secundario ul {
	background: none;
}

#menu-secundario ul.last {	
	background: url(imagens/box-grad.png) repeat-x bottom;
	margin: 0 5px -5px;
	padding: 0 10px 1.75em;
}

#menu-secundario p {
	background: none;
}

#menu-secundario p.last {
	margin: 0 5px -5px;
	min-height: 20px;
	background: url(imagens/box-grad-p.png) repeat-x bottom;
}

#menu-secundario img {
	margin: 0 20px;
	padding: 0.5em 0;
}

#item {
	position: relative;
	border-bottom: 2px solid #edede4;
	padding-bottom: 0.75em;
	margin-bottom: 0;
}

#item h1 {
	padding-top: 0.75em;
}

#item em {
	color: #dc9790;
	font-weight: bold;
	font-style: normal;
}

#item img.imagens {
	float: left;
	border: 6px solid #edede4;
	margin: 0 1em 0 0;
}

#item.img-gde {
	min-height: 220px;
	padding-bottom: 1em;
}

#item ul {
	background: none;
	padding: 0 0 0.75em 0;
}

#item ol {
	background: none;
	padding: 0 0 0 5px;
}

#item ol li {
	list-style: decimal;
	list-style-position: inside;
	padding: 0.75em 0 0 0;
	margin-left: -0.15em;
}

#item label {
	font-size: 1em;
}

#item li {
	padding-top: 0.5em;
}

#item li.last {
	padding-bottom: 1.5em;
}

#item p.last {
	padding-bottom: 2em;
}

#item p.periodo {
	position: absolute;
	font-weight: bold;
	width: 75px;
	margin:	0 0 0 -75px;
	float: left;
}

#descricao {
	margin-left: 80px;
	margin-top: 0em;
}

#descricao em {
	color: #abadb0;
	font-weight: bold;
}

#fotos-clinica {
	margin-top: 5px;
}

/* ------------- navegação */

#menu {
	list-style: none;
	padding-top: 3px;
	margin: 0;
	width: 100%; height: 64px;
	position: absolute 0 0;
	background: url(imagens/menu.png) no-repeat;
}

#menu ul{
	padding-top: 0;
	list-style: none;
	height: 64px;
	/* any IE */ margin-top: expression('16px'); 
}

#menu ul li{
	display: inline;
}

#menu a {
	display: block;
	height: 14px;
	text-indent: -900%;
	position: absolute;
	outline: none;
	padding-bottom: 5px;
}

#menu a:hover{
	border-bottom: 1.5px solid #FFF;
}

#menu a.home {
	width: 43px;
	height: 14px;
	background: url(imagens/menu-home.png) no-repeat;
}

#menu a.perfil {
	width: 46px;
	margin-left: 95px;
	background: url(imagens/menu-perfil.png) no-repeat;
}


#menu a.clinica {
	width: 75px;
	margin-left: 196px;
	background: url(imagens/menu-clinica.png) no-repeat;
}

#menu a.especialidades {
	width: 113px;
	margin-left: 323px;
	background: url(imagens/menu-especialidades.png) no-repeat;
}

#menu a.artigos {
	width: 61px;
	margin-left: 488px;
	background: url(imagens/menu-artigos.png) no-repeat;
}

#menu a.links {
	width: 40px;
	margin-left: 601px;
	background: url(imagens/menu-links.png) no-repeat;
}

#menu a.contato {
	width: 68px;
	margin-left: 693px;
	background: url(imagens/menu-contato.png) no-repeat;
}


/* ------------- efeitos */

h1 span {
  background: url(imagens/grad-rosa-gde.png) repeat-x;
  position: absolute;
  display: block;
  width: 80%;
  height: 22px;
}


/* ------------- lightbox */


#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{ background: url(imagens/closelabel.gif) no-repeat; height: 20px; 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; }

