@charset "utf-8";
/* CSS Document */

/* Desenvolvido por Daniele Menegatti @ 2010 / daniele.webdesign@gmail.com */

/* GERAL */

*{
	margin:0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

fieldset, img{
	border: none;
}
	
body {
	background: url(../imagens/global/bg_geral.jpg) top repeat-x #FFF;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align: baseline;
	}

/* PAGINA */

#pagina {
	margin: auto;
	width: 918px;
	height: 850px; /* Apagar */
	}
	
/* BORDAS */

#borda01 {
	background:url(../imagens/global/borda01.jpg) top no-repeat;
	height:10px;
	}
	
#borda02 {
	background:url(../imagens/global/borda02.jpg) top no-repeat;
	height:9px;
	clear: left;
	}

/* TOPO */

#topo {
	height:222px;
	margin-bottom:10px;
	}
	
/* TOPO - Logo */	
h1 {
	display:none;
	}

/* TOPO - Idioma */	
#idioma {
	float: right;
	display: block;
	width:88px;
	height:16px;
	font-size:7pt;
	color:#FFF;
	margin-top:2px;
	text-align:center;
	padding-top: 10px;
	}
	
#idioma a{
	color:#EFEFEF;
	font-weight: bold;
	}

#idioma a:hover{
	color: #016ab1;
	}

	
/* TOPO - MediaBox */	

#mediabox {
	float:right;
	padding:10px;
	width: 898px;
	height: 166px;
	background:url(../imagens/global/bg_topo.gif) top no-repeat;
	}
	
/* CONTEUDO */	
#conteudo {
	height:555px; /* Apagar */
	}

/* CENTRAL */
#central {
	display:block;
	float:left;
	width: 608px;
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	background:#FFF;
	font-size:11px;
	color: #8b8888;
	min-height: 555px; /*APAGAR */
	margin-bottom: 20px;
	border-bottom: 1px solid #edecec;
	-moz-border-radius: 0px 0px 10px 10px; /* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px; /* Safari, Chrome */
	border-radius: 0px 0px 10px 10px; /* CSS3 */
	}
	
#central p a {
	float:right;
	color: #016ab1;
	text-decoration: underline;
	}
	
#central p a:hover {
	float:right;
	color:#3eb9f9;
	text-decoration: underline;
	}	
	
#central h3 {
	background:url(../imagens/global/bg_h3.gif) top left repeat-y;
	text-transform:uppercase;
	color:#FFF;
	height:19px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 3px 0 0 5px;
	font-size: 10pt;
	}
	
#central dl {
	display:block;
	/*width:320px;*/
	height: 65px;
	}

#central dl dt {
	float:left;
	background:url(../imagens/global/bg_imagens.gif) top no-repeat;
	height:58px;
	width: 90px;
	}
	
#central dl dt img {
	margin-left:13px;
	margin-top:3px;
	}	
	
#central dl dd {	
	float:right;
	width: 220px;
	margin-left:10px;
	}
	
#central dl dd span {
	font-style:italic;
}
	

/* CENTRAL - Destaque */
#destaque {
	float:left;
	background: #f2f2f2;
	width:236px;
	height:234px;
	margin-left:10px;
	margin-right:13px;
	padding:10px 10px 10px 0;
	}
	
#destaque p {
	margin-left:10px;
	}

#destaque div div {
	background:url(../imagens/global/bg_imagens.gif) top no-repeat; 
	height:58px; 
	width: 90px; 
	float:left; 
	top:100px;
	}
	
#destaque div div img {
	margin-left:13px; 
	margin-top:3px;
	}	
	
#destaque .link {
	float: left;
	color:#8b8888;
	text-decoration:none;
	height: 185px;
	overflow: hidden;
	}
	
#destaque .link:hover {
	float: left;
	color:#8b8888;
	text-decoration:none;
	}
	
/* CENTRAL - Notícias */
#noticias {
	float:left;
	background:#f2f2f2;
	width:236px;
	height:164px;
	padding:10px 10px 10px 0;
	margin: 10px 13px 0px 10px;
	}

#noticias .link {
	float: left;
	color:#8b8888;
	text-decoration:none;
	height: 115px;
	overflow: hidden;
	}
	
#noticias .link:hover {
	float: left;
	color:#8b8888;
	text-decoration:none;
	}	

/* CENTRAL - Depoimentos */
#depoimentos {
	float:left;
	background:#f2f2f2;
	width:321px;
	height:428px;
	padding:10px 10px 10px 0;	
	}
	
#depoimentos .link {	
	color:#8b8888;
	text-decoration:none;
	}
	
#depoimentos .link:hover {
	color:#8b8888;
	text-decoration:none;
	}	
	
#depoimentos  a {
	cursor: pointer;
	}
	
#depoimentos ul  {
	margin: 0px 10px 10px;
}
	
#depoimentos ul li {
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: solid 1px #FFF;
	height: 64px;
	overflow: hidden;
}

#depoimentos ul li.first {
	padding-top: 0px;
	border: none;
}

#depoimentos span.nome-cliente {
	display: block;
	margin-bottom: 2px;
}
	
/* CENTRAL - Rodape */

#rodape {
	float:left;
	width: 588px;
	margin:10px 10px 0 10px;
	border-top: 1px solid #EEE;
}

#rodape img {
	margin: 0px 5px;
	z-index: 999;
}
	
#rodape h4 {
	margin:25px 0 15px 15px;
	text-transform:uppercase;
	font-size: 10pt;
	float: left;
}
	
#rodape #parceiros {
	float: left;
	width: 155px;
	margin-right:25px;
	text-align: center;
}
	
#rodape #siteseguro {
	float: left;
	width: 130px;
	margin-right:25px;
	text-align: center;
	height: 130px;
}

#rodape #pagamento {
	float: left;
	width: 240px;
}

/* LATERAL */
#lateral {
	float:right;
	width: 296px;
	/*margin-left: 10px;*/
	font-size:11px;
	border-left: 1px solid #f4f2f2;
	border-right: 1px solid #f4f2f2;
	background:#e0e0e0;
	/*height: 555px; /*APAGAR */
	padding-bottom: 10px;
	
	-moz-border-radius: 0px 0px 10px 10px; /* Firefox */
	-webkit-border-radius: 0px 0px 10px 10px; /* Safari, Chrome */
	border-radius: 0px 0px 10px 10px; /* CSS3 */
	}

#lateral h2 {
	display:none;
	}
	
#lateral p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-decoration:underline;
	padding-left:65px;
	line-height: 25px;
	}
	
/* LATERAL - Abas - PEDIDO */

div #aba1 {
	height:244px;
	background:url(../imagens/global/bg_pedido.gif) top no-repeat;
	}

div #aba1 form {
	margin:auto;
	width:248px;
	padding-top:30px;
	}

div #aba1 label, div #aba1 legend {
	display:none;
	}

div #aba1 select, div #aba1 input {
	width: 248px;
	height:21px;
	margin-bottom: 17px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8b8888;
	border:1px solid #888989;
}

div #aba1 .botao {
	width:99px;
	height:25px;
	float: right;
	overflow: hidden;
	border: 0px;
	margin-top: 18px;
	text-indent: -1000em;
 	cursor: pointer; /* vai por o cursor como forma de mão ao passar por cima do botão */
  	cursor: hand; /* para o IE 5.x */
	background:url(../imagens/global/bg_pedido_bt.gif) no-repeat;
	}


/* LATERAL - Abas - CONSULTAS */

div #aba2 {
	height:244px;
	background:url(../imagens/global/bg_consultas.gif) top no-repeat;
	color:#FFF;
	}	
	
div #aba2 form {
	margin:auto;
	width:248px;
	padding-top:30px;
	}

div #aba2 legend {
	display:none;
	}	
	
div #aba2 label {
	float: left;
	padding-top:5px;
	display:block;
	height: 16px;
	width: 62px;
	color:#FFF;
	font-size: 12px;
	}	
	
div #aba2 input {
	width: 180px;
	height:21px;
	margin-bottom: 22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8b8888;
	border:1px solid #888989;
	}	
	
div #aba2 .botao {
	width:99px;
	height:25px;
	float: right;
	overflow: hidden;
	border: 0px;
	margin-top: 35px;
	text-indent: -1000em;
 	cursor: pointer; /* vai por o cursor como forma de mão ao passar por cima do botão */
  	cursor: hand; /* para o IE 5.x */
	background:url(../imagens/global/bg_consultas_bt.gif) no-repeat;
	}
	
div #aba2 ul li{
	margin-bottom: 15px;
}

div #aba2 a {
	color: #FFF;
	text-decoration: underline;
}

div #aba2 a:hover {
	color: #016ab1;
}

div #aba2 img{
	float: right;
	margin: 3px 10px;
	border: solid 2px #ccc;
}
	
/* LATERAL - Banners */
#lateral #banners {
	}
	
#lateral #banners li {	
	float:left;
	margin: 0 5px 10px 5px;
	width:286px;
	height:110px;
	background:url(../imagens/global/bg_banners.gif) center no-repeat;
	}
	
#lateral #banners li a img {	
	padding:11px;
	}	

	
	
	
div.div_logo {
	position: absolute;
	left: 5px;
	top: 30px;
	z-index: 1000;
}
	
/* rotator in-page placement */
div.rotator {
	height:166px;
	margin-left: 245px;
}
/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	opacity: 0;
	filter: alpha(opacity=0)
}
/* rotator image style */	
div.rotator ul li img {
	background: #FFF;
}

div.rotator ul li.show {
	z-index: 50;
}

.loader {
	display: none;
}

.loader  img {
	vertical-align: text-bottom;
}

.loader_error {
	color: #900;
}

#home_esquerda {
	float: left;
	width: 269px;
}

div.nota-home {
	background-image: url(../imagens/global/rating/star_home.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	display: expression('inline');
	margin-top: -1px;
}

div.estrela-dourada {
	background-position: 0px -24px ;
}

#depoimentos div.foto {
	background:url(../imagens/global/bg_imagens.gif) top no-repeat; 
	height:58px; 
	width: 90px; 
	float:left; 
}

#depoimentos div.foto img {
	margin-left:13px; 
	margin-top:3px;
	}	
	
#home_aviso {
	margin: 10px;
	padding: 10px;
	background-color: #EEE;
	color: #0163ae;
	margin-top: 3px;
	font-weight: bold;
}