@charset "utf-8";
/* CSS Document */
*{
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
  font-size:14px;
}

body {
	background: url(../images/bg.png) repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#logo{
	position:absolute;
	z-index:999999;
	left: 50%;
	margin-left: -490px;
	top: 44px;
	width: 232px;
	height:142px;
}

#medalha{
	background: url(../images/medalha.png) no-repeat center top;
	position:absolute;
	z-index:99;
	left: 50%;
	margin-left: 380px;
	top: 135px;
	width: 120px;
	height:150px;
}

#telefone{
	background: url(../images/telefone.png) repeat-x top;
	position:absolute;
	z-index:99;
	left: 50%;
	margin-left: 240px;
	top: 45px;
	width: 260px;
	height: 35px;
}

#barTopo{
	background: url(../images/barTopo.png) repeat-x top;
	position:relative;
	top: 0px;
	width: 100%;
	height:32px;
}

#cssmenu{
	position:absolute;
 	z-index: 99;
 	left: 50%;
	margin-left: -240px;
	top: 97px;
	min-width: 850px;
	text-align:right;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #b46e89;
  display: inline-block;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 0 12px; /*largura dos botões do menu*/
  text-decoration: none;
  border-radius: 5px 5px 5px 5px;
  font-style:italic;
  margin-top: 3px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
/*  box-shadow: inset 0 -2px 3px #c96f8b;
  -moz-box-shadow: inset 0 -2px 3px #c96f8b;
  -webkit-box-shadow: inset 0 -2px 3px #c96f8b;
  background: #b46e89;
*/  color: #840820;
}
#cssmenu .has-sub {
  z-index: 999;
  text-align:left;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  -moz-box-shadow: 0 1px 2px #840820;
  -webkit-box-shadow: 0 1px 2px #840820;
  display: none;
  position: absolute;
  width: 109px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li a { /*botão do menu retrátil*/
  border-radius: 5px 5px 5px 5px;
  background: #b46e89;
  box-shadow: inset 0 -2px 3px #c96f8b;
  -moz-box-shadow: inset 0 -2px 3px #c96f8b;
  -webkit-box-shadow: inset 0 -2px 3px #c96f8b;/*parte eura na base do botão*/
  color: white;
  display: block;
  line-height: 160%;
  padding: 0 15px;
  font-size: 14px;
}
#cssmenu .has-sub ul li:hover a {
  background: #840820;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #606a76;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #4a5662;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#destaqueHome{
	position:relative;
	left: 50%;
	margin-left: -490px;
	width: 998px;
	height: 415 px;
	padding-top: 135px;
}

#titulo{
	background: url(../images/rosa.png) no-repeat left;
	position:relative;
	top: 130px;
	width: 800px;
	height:32px;
	padding-left:45px;
	left: 50%;
	margin-left: -485px;
	z-index: 9;
}

#conteudo {
	width:970px;
	min-height: 575px;
	left: 50%;
	margin-left: -485px;

	margin-top: 140px;
	clear: both;
	position: relative;
}

#left {
	width:650px;
	min-height: 670px;
	position: relative;
/*	border: 1px solid #000;
*/	float:left;
}

#right {
	width:300px;
	min-height: 670px;
	position: relative;
/*	border: 1px solid #000;
*/	float:right;
}

#box {
	border-radius: 15px 15px 15px 15px;
	position:relative;
	width: 300px;
	min-height:570px;
	background-color:#840820;	
	padding-left: 10px;
	float:right;
}

#img {
	min-width:200px;
	min-height: 200px;
	border-radius:7px;
	border: 1px solid #b46e89;
	background-color:#FFFFFF;
	margin: 20px;
	position: relative;
	float:left;
	text-align:center;
}

#imgRight {
	min-width:200px;
	min-height: 200px;
	border-radius:7px;
	border: 1px solid #b46e89;
	background-color:#FFFFFF;
	margin: 20px;
	position: relative;
	float:right;
	text-align:center;
}

#certificado {
	width:160px;
	height: 150px;
/*	border-radius:7px;
	border: 1px solid #b46e89;
	background-color:#FFFFFF;*/
	margin: 16px 21px 0px 21px;
	position: relative;
	float:left;
	text-align:center;
}

#elementos{
	background: url(../images/elementos.png) no-repeat top center;
	position: relative;
	left: 50%;
	margin-left: 425px;
	top: -30px;
	width: 70px;
	height: 70px;
	z-index:9999;
}

#rodape {
	clear: both;
	background:url(../images/rdp.png) repeat-x center top;
	height: 540px;
	width: 100%;
	padding-top: 0px;
	z-index:999;
	position:relative;
}

#casosClinicos{
	background: url(../images/resultados.png) no-repeat top center;
	z-index:0;
	position:absolute;
	margin-top: -33px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	height: 35px;
}

#moldura{
	background: url(../images/moldura.png) no-repeat top center;
	position:relative;
	width:322px;
	height:235px;
	padding-top:25px;
	text-align:center;
	float:left;
}

#tratamentos{
	position:relative;
	width:322px;
	height:100px;
	float:left;
}

#borda{
	position:relative;
	margin:10 10 10 10;
}

#rdpMenu{
	z-index:99999999999;
	position:absolute;
	margin-top: 190px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 14px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-position:center;
/*	font-weight:bold;
*/	text-align:center;
	color:#FFFFFF;
}

#rdpMenu a:link {
	color:#FFFFFF;
}

#rdpMenu a:visited {
	color:#FFFFFF;
}
#rdpMenu a:hover {
	color: #171b5f;
}
#rdpMenu a:active {
	color:#FFFFFF;
}

#rdpInfo{
	z-index:0;
	position:absolute;
	margin-top: 300px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	color:#FFFFFF;
}

h1 {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size:34px;
	color:#840820;
	text-shadow: gray 0.03em 0.03em 0.04em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


h2 {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#840820;
	text-shadow: gray 0.03em 0.03em 0.04em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

h3 {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size:30px;
	color:#840820;
	text-shadow: gray 0.03em 0.03em 0.04em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.subTit {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:26px;
	color: #FFF;
}

.subTitII {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:26px;
	color: #b46e89;
}

.subTitGray {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:17px;
	color: #666;
}

.txt {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
}

.txtLegenda {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

#menor {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	margin-top:-8px;
}

.txtDestak {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	font-weight:bold;
}

.txtDestaq {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:20px;
	color: #b46e89;
}

.txtDestaqBco {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:22px;
	color: #FFFFFF;
}

.txtRosa16 {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color: #b46e89;
	font-weight:bold;
}

.txtBco {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}

.item {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
	color: #840820;
	text-align:center;
}

.alerta {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color: #840820;
	text-align:center;
	font-weight:bold;
}

.data {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color: #a7a7a7;
	text-align:center;
	font-weight:bold;
}

.livro {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:44px;
	color: #b46e89;
	font-weight:bold;
}

.preco {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:38px;
	color: #840820;
	font-weight:bold;
}

.frete {
	font-family: Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	font-weight:bold;
}

.branco {
	color: #FFF;	
}

form, input, textarea, select {
	padding: 5px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border: 1px solid #b46e89;
	color: #b46e89;
	font-family:Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	background-color:#eee2e4;
	scrollbar-arrow-color: #b46e89;
	scrollbar-base-color: #b46e89;
	scrollbar-dark-shadow-color: #b46e89;
	scrollbar-track-color: #eee2e4;
	scrollbar-face-color: #eee2e4;
	scrollbar-shadow-color: #b46e89;
	scrollbar-highlight-color: #b46e89;
	dashed #840820;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #171b5f;
}
a:active {
	text-decoration: none;
}
#mapa { 
	width:290px; 
	height: 310px; 
	margin-top: -20px;
}