/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {
	margin:0  auto;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
h1.mini { font-size: 11px; }
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#282019 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#EEE1D6;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#EEEEEE; }
h2	{ font-size:1.1em; color:#B7665D; }
h3	{ font-size:1.0em; color:#B7665D; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#EEE1D6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#EEE1D6; text-decoration:underline; outline:none; font-weight: bold; }
#subhead a:link { color: #B7665D; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{
	height:0px;
	overflow:hidden;
	}
div.clear-h2	{ 
	height:0px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:1px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; color: #EEE1D6;} 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#624D3D !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #624D3D;
	color:#EEE1D6;
	width:140px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

ul#choosing { }

ul#choosinglist li { margin:10px 0px}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main .radio	{text-align:left;width:50px;}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:250px;
	float:right;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 66px;
		}

	#column-left form {
	padding-left:5px;
} /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:570px;
	float:left;
	padding-bottom: 20px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
		}
	#column-right p.em {width: 450px; font-style: italic;}
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:270px;
	background:url("../images/header-new.jpg");
	padding-top: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/header-new.jpg);
} /* sets height for all non-flash headers */
	
	#apDiv3 {
	position: absolute;
	top: 5px;
	left: 18px;
	width: 780px;
	height: 223px;
	z-index: 99;
	visibility: visible;
		}
		
/* ------------------------ subhead framework ------------------------ */
#subhead { } /* sets height for all subheads */
#subhead h1 {padding-top: 90px;}
body#index #subhead h1 {padding-top: 0px;}
	body#index #subhead {
	background:url("../images/subhead-index.jpg") top no-repeat;
	padding-top: 97px;
	z-index: 99;
}
	body#index #subhead { background:url("../images/subhead-index.gif") top no-repeat; }
	body#dr #subhead { background:url("../images/subhead-dr-Marcio-Crisostomo.gif") top no-repeat;  }
	body#AEXPI #subhead { background:url("../images/subhead-V-Encontro-dos-Ex-Alunos-do-Professor-Ivo-Pitanguy.gif") top no-repeat;  }
	body#Congresso-Italia #subhead { background:url("../images/subhead-Dr-Marcio-Crisostomo-Congresso-da-Sociedade-Italiana-de-Cirurgia-da-Calvicie.gif") top no-repeat;  }
	body#XIII #subhead { background:url("../images/subhead-XIII-Congress-of-the-Italian-Society-of-Baldness-Surgery.gif") top no-repeat;  }
	body#Patients #subhead { background:url("../images/subhead-Patients-from-other-places.gif") top no-repeat;  }
	body#Postoperative #subhead { background:url("../images/subhead-Postoperative.gif") top no-repeat;  }
	body#Clinic #subhead { background:url("../images/subhead-Clinic.gif") top no-repeat;  }
	body#OnLineE #subhead { background:url("../images/subhead-OnLineEvaluation.gif") top no-repeat;  }
	body#AlopeciaWomen #subhead { background:url("../images/subhead-Alopecia-Women.gif") top no-repeat;  }
	body#Surgery #subhead { background:url("../images/subhead-Surgery.gif") top no-repeat;  }
	body#Congress #subhead { background:url("../images/subhead-Congress-European-Hair-Restoration.gif") top no-repeat;  }
	body#Consultation #subhead { background:url("../images/subhead-Consultation.gif") top no-repeat;  }
	body#InVoga #subhead { background:url("../images/subhead-Revista-InVoga-Transplante-Capilar.gif") top no-repeat;  }
	body#OPovo #subhead { background:url("../images/subhead-Jornal-O-Povo.gif") top no-repeat;  }
	body#results #subhead { background:url("../images/subhead-results.gif") top no-repeat;  }
	body#DP #subhead { background:url("../images/subhead-Dense_Packing.gif") top no-repeat;  }
	body#RevistaExotic #subhead { background:url("../images/subhead-Entrevista-Revista-Exotic-VIP.gif") top no-repeat;  }
	body#LinhaNatural #subhead { background:url("../images/subhead-Linha-Anterior-Natural.gif") top no-repeat;  }
	body#RevistaFale #subhead { background:url("../images/subhead-Entrevista-Revista-Fale-Calvicie-tem-solucao.gif") top no-repeat;  }
	body#Pioneirismo #subhead { background:url("../images/subhead-Pioneirismo-Transplante-Folicular-no-Ceara.gif") top no-repeat;  }
	body#Gigasessao #subhead { background:url("../images/subhead-Gigasessao.gif") top no-repeat;  }
	body#FiosLongos #subhead { background:url("../images/subhead-Transplante-Fios-Longos.gif") top no-repeat;  }
	body#Paciente #subhead { background:url("../images/subhead-Paciente-de-Outras-Localidades.gif") top no-repeat;  }
	body#Jornal-DN #subhead { background:url("../images/subhead-Sala-de-Imprensa-Jornal-DN-Debaixo-dos-Caracois.gif") top no-repeat;  }
	body#Jornal-OP #subhead { background:url("../images/subhead-Sala-de-Imprensa-Jornal-O-Povo-Calvicie-tem-cura.gif") top no-repeat;  }
	body#TV #subhead { background:url("../images/subhead-Sala-de-Imprensa-TV.gif") top no-repeat;  }
	body#REVISTAS #subhead { background:url("../images/subhead-Sala-de-Imprensa-Revistas.gif") top no-repeat;  }
	body#JORNAIS #subhead { background:url("../images/subhead-Sala-de-Imprensa-Jornais.gif") top no-repeat;  }
	body#Congresso #subhead {background:url("../images/subhead-Congresso-Transplante-Capilar-Florida-EUA.gif") top no-repeat;}
	body#PreviewLongHair #subhead {background:url("../images/subhead-Preview-Long-Hair.gif") top no-repeat;}
	body#EntrevistaPublicoA #subhead {background:url("../images/Entrevista-Revista-Publico-A-Transplante-Capilar-Dr-Marcio.gif") top no-repeat;}
	body#AreaDoadora #subhead {background:url("../images/subhead-AreaDoadora.gif") top no-repeat;}
    body#OnLine #subhead {background:url("../images/subhead-AvaliacaoOnLine.gif") top no-repeat;}
	body#Pos #subhead {background:url("../images/subhead-Pos-Operatorio.gif") top no-repeat;}
	body#Cirurgia #subhead {background:url("../images/subhead-Cirurgia.gif") top no-repeat;}
	body#Consulta #subhead {background:url("../images/subhead-Consulta.gif") top no-repeat;}
	body#Tipo-de-Calvicie #subhead {background:url("../images/subhead-Tipo-de-Calvicie.gif") top no-repeat;}
	body#Calvicie-O-Que-e #subhead { background:url("../images/subhead-Calvicie-O-Que-e.gif") top no-repeat;  }
	body#Curriculum-Dr-Marcio #subhead { background:url("../images/subhead-Curriculum-dr-Marcio-Crisostomo.gif") top no-repeat;  }
	body#Tratamento-Clinicos #subhead { background:url("../images/subhead-Tratamentos-Clinicos.gif") top no-repeat;  }
	body#Clinica #subhead { background:url("../images/subhead-Clinica.gif") top no-repeat;  }
	body#Microtransplantes-Capilar #subhead { background:url("../images/subhead-Microtransplantes-Capilar.gif") top no-repeat;  }
	body#Centro-de-Implante-Capilar #subhead { background:url("../images/subhead-Centro-de-Implante-Capilar.gif") top no-repeat;  }
	body#Exame-Fisico #subhead { background:url("../images/subhead-Exames-Fisicos.gif") top no-repeat;  }
	body#Sala-de-Impressa #subhead { background:url("../images/subhead-Sala-de-Impressa.gif") top no-repeat;  }
	body#Anamnense #subhead { background:url("../images/subhead-Anamnense.gif") top no-repeat;  }
	body#Classificacao #subhead { background:url("../images/subhead-Classificacao.gif") top no-repeat; }
	body#Principal #subhead { background:url("../images/subhead-Principal.gif") top no-repeat;  }
	body#Calvicie-Feminina #subhead { background:url("../images/subhead-Calvicie-Feminina.gif") top no-repeat;  }
	body#Fotografia-Medica #subhead { background:url("../images/subhead-Fotografia-Medica.gif") top no-repeat;  }
	body#Planejamento-Cirurgico #subhead { background:url("../images/subhead-Planejamento-Cirurgico.gif") top no-repeat;  }
	body#Guia-Do-Paciente #subhead { background:url("../images/subhead-Guia-Do-Paciente.gif") top no-repeat;  }
	body#Termo-De-Consentimento #subhead { background:url("../images/subhead-Termo-De-Consentimento.gif") top no-repeat;  }
	body#Exames-Pre-Operatorios #subhead { background:url("../images/subhead-Exames-Pre-Operatorios.gif") top no-repeat; }
	body#O-Hospital #subhead { background:url("../images/subhead-O-Hospital.gif") top no-repeat; }
	body#O-Anestesista #subhead { background:url("../images/subhead-O-Anestesista.gif") top no-repeat;  }
	body#A-Marcacao #subhead { background:url("../images/subhead-A-Marcacao.gif") top no-repeat; }
	body#Equipe #subhead { background:url("../images/subhead-Equipe.gif") top no-repeat;  }
	body#O-Procedimento #subhead { background:url("../images/subhead-O-Procedimento.gif") top no-repeat;  }
	body#Curativo #subhead { background:url("../images/subhead-Curativo.gif") top no-repeat;  }
	body#Alta #subhead { background:url("../images/subhead-Alta.gif") top no-repeat;  }
	body#Resultados #subhead { background:url("../images/subhead-Resultados.gif") top no-repeat;  }
	body#Lavagem-Do-Cabelo #subhead { background:url("../images/subhead-Lavagem-Do-Cabelo.gif") top no-repeat;  }
	body#Led #subhead { background:url("../images/subhead-Led.gif") top no-repeat;  }
	body#Laser-De-Baixa-Potencia #subhead { background:url("../images/subhead-Laser-De-Baixa-Potencia.gif") top no-repeat;  }
	body#Orientacoes-Gerais #subhead { background:url("../images/subhead-Orientacoes-Gerais.gif") top no-repeat; }
	body#Retiradas-Dos-Pontos #subhead { background:url("../images/subhead-Retiradas-Dos-Pontos.gif") top no-repeat;  }
	body#Revistas #subhead { background:url("../images/subhead-Revistas.gif") top no-repeat;  }
	body#Jornais #subhead { background:url("../images/subhead-Jornais.gif") top no-repeat;  }
	body#Videos #subhead { background:url("../images/subhead-Videos.gif") top no-repeat;  }

/* ------------------------ subhead framework with varying heights ------------------------ */
#btn-map {
	position: relative;
	height:66px;
	background:url("../images/btn-map.jpg");
	background-repeat: no-repeat;
	}
	#btn-map a {
	position:absolute;
	top: -524px;
	width: 260px;
	left: 15px;
	height: 69px;
		}
#title-contact {
	padding-top: 190px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top: 97px;
	background:url("../images/title-locate.jpg") top no-repeat ;
	}
#title-dr {
	height:95px;
	background:url("../images/title-dr.jpg") top no-repeat;
	position:relative;
	}
	#title-dr a {
		position: absolute;
		top: 34px;
		height: 50px;
		left: 41px;
		width: 175px;
		}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		}
		#click-to-call:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:825px; /* fix for Safar */
	height:7px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:825px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	}

#footer p {
	color:#C6B7AC;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#EEE1D6; text-decoration:none; }
#footer a:hover, #footer a:active { color:#C6B7AC; text-decoration: underline; font-weight: normal;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #EEE1D6;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/*Bulleted List*/
#bullet	{list-style-type:disc;padding-left:35px;}
.bullet	{list-style-type:disc;padding-left:35px;}
.bullet li {margin-left:20px;}
.style1 {font-size: 10px; padding-left:30px;}
.style2 {
	font-size: 11px;
	font-weight: bold;
	color: #B8655D;
}
