@import url("css/galeria.css");
@import url("css/formuser.css");


*, html, body {
	border:0;
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 100%;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
button, label {
	cursor: pointer;
}
body {
	padding: 5px 0 70px 0;
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	background: url(img/bg.jpg);
}
/*Inner*/
#inner {
    width: 970px;
    margin: 0 auto;
}
/*Header*/
#header a {
	color: #000;
	height: 87px;
	display: block;
	padding: 18px;
	overflow: hidden;
	text-decoration: none;
	font: 14px helvetica;
}
#header a strong {
	display: block;
	margin: 7px 0 0 0;
}
/*Atendimento*/
#atendimento {
	width: 730px;
	height: 75px;
	overflow: hidden;
	text-align: right;
	background: url("img/atendimento.jpg") no-repeat right;
}
#atendimento img {
	margin: 20px 100px 0 0;
}
/*Busca*/
.busca {
	float: left;
	width: 240px;
	height: 40px;
	display: inline;
	margin: 15px 0 0 20px;
	background: url("img/busca.png") no-repeat ;
}
.busca input {
	float: left;
	width: 190px;
	color: #888;
	margin: 13px 0 0 5px;
}
.busca button {
	float: left;
	width: 36px;
	height: 30px;
	display: block;
	text-indent: -999px;
	margin: 6px 0 0 3px;
	background: transparent;
}
/*Menu*/
#menu {
	float: left;
	width: 230px;
	overflow: hidden;
	margin: 0 5px 0 0;
	background: url("img/titulo.jpg") no-repeat top left;
}
#menu ul {
	overflow: hidden;
	margin: 45px 15px 43px 15px;
}
#menu ul li {
	display: inline;
}
#menu li a {
	color: #666;
	display: block;
	font-size: 13px;
	padding: 5px 20px;
	text-decoration: none;
	 border-bottom: 1px dashed #ccc;
	background: url("img/spritemarck.png") no-repeat 8px center;
}
#menu li a:hover {
	color: #000;
	background: url("img/spritemarck.png") no-repeat 8px -31px;
}
#menu li.last a {
	border: 0;
}
#drhome {
	height: 207px;
	overflow: hidden;
	text-align: center;
	background: url("img/dr.png") no-repeat top center;
}
/*Social*/
#menu .social {
	width: 230px;
	height: 62px;
	background: url(img/social.jpg);
}
#menu .social {
	margin: 15px 0 0 0;
}
#menu .social a {
	border: 0;
	float: left;
	width: 32px;
	height: 32px;
	display: inline;
	padding: 0;
	margin: 13px 0 0 18px;
	overflow: hidden;
}
/*Content*/
#content {
	float: left;
	width: 730px;
	overflow: hidden;
}
#content h2.mail {
	color: #000;
	padding: 10px 10px 5px 25px;
	font: 25px "Arial Narrow", Tahoma, Arial, Sans-serif;
}
#content p {
	color: #444;
}
/*Intro*/
html #intro {
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999px;
	position: fixed;
	background: url(img/bg.jpg);
}

* html #intro {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999999px;
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+0+"px" : body.scrollTop+100+"%");
}
/*Animacao Flash*/
#flash1 {
	height: 324px;
	overflow: hidden;
	margin: 0 0 5px 3px;
}
#flash1 p {
  text-indent: -9999px;
}
/*Home*/
#home div.short img {
	float: left;
}
#home ul.short li {
	display: inline;
}
#home ul.short li.last a {
	margin: 0;
}
#home ul.short li a {
	float: left;
	display: block;
	margin: 0 8px 0 0;
}
#home ul.short li:last-child a {
	margin: 0 0 0 2px;
}
/*----*/
#home_dr {
	width: 730px;
	height: 108px;
	font-size: 12px;
	margin: 4px 0 3px 0;
	background: url("img/home_dr.jpg") no-repeat;
}
#home_dr p {
	line-height: 150%;
	margin: 0 25px 0 25px;
}
/*Pages*/
#pages {
	background: url("img/pages.jpg") repeat-y left;
}
#pages a {
	color: #666;
}
#pages h2.main {
	color: #000;
	padding: 20px 10px 5px 25px;
	font: 30px "Arial Narrow", Tahoma, Arial, Sans-serif;
  background: url("img/pages_top.jpg") no-repeat top;
}
#pages h3 {
	color: #666;
	font-size: 16px;
	padding: 10px 10px 10px 25px;
}
#pages p {
	color: #666;
	font-size: 13px;
	line-height: 150%;
	margin: 0 25px 10px 25px;
}
#pages ul, #pages ol {
	color: #666;
	margin: 0 25px 10px 50px;
	font-size: 13px;
}
#pages ul li, #pages ol li {
	margin: 0 0 5px 0;
	line-height: 150%;
}
#pages p .floatleft {
	margin: 0 10px 0 0;
}
#pages p .floatright {
	margin: 0 0 0 10px;
}
#pages p a {
	color: #57617D;
}
#pages p a:hover {
	text-decoration: none;
}
#pages blockquote {
	clear: both;
	padding: 10px 0;
	background: #eee;
	margin: 0 20px 15px 20px;
}
#pages .pageflash {
	float: right;
	margin: 0 25px 0 10px;
}
#pages p.pFloat {
	width: 230px;
	float: right;
	font-size: 11px;
	background: #fff;
	margin: 0 20px 10px 10px;
}
/*Listas*/
#pages .pdf {
	margin: 0 25px 10px 25px;
}
#pages .pdf li {
	display: inline;
}
#pages .pdf li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px dotted #ccc;
}
#pages .pdf li a:hover {
	background: #eee;
}
/*tabela tables*/
table {
	color: #555;
	font-size: 13px;
	margin: 0 25px 15px 25px;
	border-collapse: collapse;
}
table tr td {
	padding: 5px 10px;
	border: 1px dotted #ccc;
}


/*Resultado busca*/
#pages .resultado {
	padding: 0 0 10px 0;
	margin: 20px 25px 10px 25px;
	border-bottom: 1px dotted #ccc;
}
#pages .resultado h3 {
	padding: 0 0 5px 0;
}
#pages .resultado h3 a {
	text-decoration: none;
}
#pages .resultado p {
	margin: 0;
	padding: 0;
}
#pages #searchform {
	margin: 0 25px;
}
/*Pagenavi*/
#pages .wp-pagenavi {
	margin: 0 25px;
}
#pages .wp-pagenavi span, #pages .wp-pagenavi a {
	float: left;
	color: #666;
	display: block;
	font-size: 13px;
	padding: 3px 5px;
	margin: 0 4px 0 0;
	text-decoration: none;
	border: 1px solid #ccc;
}
#pages .wp-pagenavi .current {
	color: #666;
	background: #ccc;
}

/*Map*/
#map {
	clear: both;
	width: 650px;
	height: 350px;
	margin: 0 0 10px 0;
}
#map2 {
	width: 666px;
	height: 364px;
	margin: auto;
	padding: 14px 0 0 14px;
	background: url("img/map.png");
}
/*Cidades*/
#pages .cidades a {
	display: block;
	width: 330px;
	overflow: hidden;
	text-decoration: none;
	margin: 0 35px 10px 23px;
}
#pages .cidades a strong {
	color: #000;
	display: block;
	padding: 10px 0 5px 10px;
	font: bold 20px "Arial Narrow", Tahoma, Arial, sans-serif;
}
#pages .cidades a:hover {
	color: ;
}


/*Menu de Tratamentos*/
#pages .nav {
	float: right;
	width: 220px;
	display: inline;
	overflow: hidden;
	margin: 0 25px 20px 20px;
}
#pages .nav h3 {
	font-weight: bold;
	padding: 0 0 10px 10px;
}
#pages .nav ul {
	margin: 0;
}
#pages .nav li {
	display: inline;
}
#pages .nav li a {
	width: 220px;
	color: #A1617D;
	display: block;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
#pages .nav li a:hover {
	background: #F2F2F2;
}
/*Clinica*/
#pages .pgclinica {
	float: left;
	width: 243px;
	display: inline;
	overflow: hidden;
	margin: 0 0 20px 80px;
}
#pages .pgclinica p {
	margin: 0;
}
#pages .pgclinica h3  {
	padding: 0 0 5px 0;
}
#pages .pgclinica h3 a {
	display: block;
	color: #A1617D;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pages .pgclinica h3 a:hover {
	color: #000;
}
#pages .pgclinica p {
	width: 243px;
	height: 284px;
	background: url("img/moldura.png");
}
#pages .pgclinica p img {
	margin: 12px 0 0 11px;
}
#pages .endereco {
	clear: both;
	width: 290px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
#pages .endereco h3 {
	color: #A1617D;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#pages .endereco p {
	margin: 0 0 30px 0;
	width: 330px;
}
/*Moldura*/
#pages .imgMold {
	float: right;
	width: 243px;
	height: 284px;
	display: inline;
	text-align: center;
	background: url("img/moldura.png");
}
#pages .imgMold img {
	margin: 12px 0 0 0;
}
/**/

/*Gallery*/
#pages .gallery {
	margin: 0 0 0 25px;
}
#pages .gallery .thumb a {
	float: left;
	display: block;
	width: 100px;
	margin: 0 8px 8px 0;
	border: 3px solid #ddd;
}
.ngg-navigation {
	clear: both;
	height: 40px;
	margin: 10px 0 0 0;
}
.ngg-navigation a, .ngg-navigation span {
	float: left;
	color: #666;
	display: block;
	font-size: 13px;
	padding: 4px 6px;
	margin: 0 3px 0 0;
	border: 1px solid #ddd;
	text-decoration: none;
}
.ngg-navigation a:hover {
	background: #eee;
	border: 1px solid #ccc;
}
.ngg-navigation span {
	background: #eee;
	border: 1px solid #ccc;
}
/*Voltar*/
#pages .voltar  {
	margin:0 ;
	clear: both;
	padding: 13px 25px 20px 25px;
	background: url("img/pages_bottom.jpg") no-repeat bottom left;
}
#pages .voltar a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#pages .voltar a:hover {
	color: #000;
}
/*Form*/
#pages .contato {
	float: left;
	width: 250px;
	display: inline;
	overflow: hidden;
	margin: 0 0 0 25px;
}
#pages form p {
	margin: 0;
}
form label {
	color: #666;
	display: block;
	font-size: 13px;
	padding: 10px 0 5px 0;
}
form .text input {
	width: 240px;
	margin: 6px 0 0 3px;
	background: transparent;
}
form .text {
	height: 30px;
	background: url("img/input.png") no-repeat bottom left;
}
form .textarea {
	height: 110px;
	background: url("img/textarea.png") no-repeat bottom left;
}
 form .textarea textarea {
	width: 240px;
	height: 100px;
	overflow: auto;
	padding: 6px 0 0 3px;
	background: transparent;
}
form .text input, form .textarea textarea {
	color: #555;
	font: 13px Tahoma, Arial, Sans-serif;
}
form p button {
	width: 74px;
	height: 33px;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	background: url("img/form_enviar.png") top;
}
form button:hover {
	background-position: bottom;
}
/*Estilo Comuns*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/*divfloatleft*/
.divfloatleft {
	float: left;
	margin: 22px 10px 0 25px ;
}
.divfloatleft h4 {
	color: #a1617d;
	padding: 0 0 0 0;
	font: bold 19px "Arial Narrow", Tahoma, Arial, Sans-serif;
}
#pages .divfloatleft p {
	margin: 0 0 10px 0;
}
/*Footer*/
#footer {
	clear: both;
	overflow: hidden;
	text-align: right;
	padding: 20px 0 10px 0;
}
#footer address {
  color: #000;
  border: 400px;
  
  text-align: right;
	font-style: normal;
	padding: 0 20px 10px 0;
}
#footer address p {
	font-size: 13px;
	line-height: 130%;
}
#footer address p strong {
	display: block;
	padding: 0 0 5px 0;
}
#footer .logo {
	float: left;
	width: 160px;
	margin: 0 0 0 50px;
}

/*Dev*/
#dev {
	clear: both;
	width: 960px;
	margin: auto;
	padding: 0 20px 0 0;
	text-align: right;
}
#dev a {
	color: #595959;
	font-size: 13px;
	text-decoration: none;
}
#dev p{
	float: left;
	font-size: 13px;
}

/*Gasto Calorico*/
#gastoCalorico {
	margin: 0 25px 15px 25px;
}
#gastoCalorico input, #gastoCalorico select {
	bordeR: 1px solid #ccc;
}
#gastoCalorico input {
	width: 40px;
	padding: 7px;
}
#pages #gastoCalorico button {
	width: 104px;
	height: 34px;
	background: url("img/calcular.png");
}
/*Usuários On-line*/
#nav .UserOn {
	width: 228px;
	height: 45px;
	font-size: 13px;
	line-height:45px;
	margin: 7px 0 0 0;
	text-align: center;
	background: url(img/useron.jpg);
}

/* Flash - Transparencia */
#flash {
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
}
body>div#flash {
	position: fixed;
}
* html #flash {
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
#animacao {
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -700px;
	z-index: 99;
	width: 1400px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	text-align: center;
}