@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background:url(../images/bg.gif) fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}


#logo{
	position:fixed;
	width:280px;
	height:324px;
	top:30px;
	left:50%;
	margin-left:-490px;
}

#menu{
	width:650px;
	margin-left:-180px;
	position:fixed;
	left:50%;
	z-index:3;
}
#menu ul li{
	list-style:none;
}

#menu a{
	width:107px;
	height:120px;
	float:left;
	margin-right:1px;
	text-indent:-999px;
	overflow:hidden;
}
#menu a.menu_quemsomos{ margin-top:-30px; background:url(../images/bg_btquemsomos.png) no-repeat;}
#header.quemsomos #menu a.menu_quemsomos{ margin-top:0px;}

#menu a.menu_especialidades{ margin-top:-30px; background:url(../images/bg_btespecialidades.png) no-repeat;}
#header.especialidades #menu a.menu_especialidades{ margin-top:0px;}

#menu a.menu_sedacao{ margin-top:-30px; background:url(../images/bg_btsedacao.png) no-repeat;}
#header.sedacao #menu a.menu_sedacao{ margin-top:0px;}

#menu a.menu_ortodontiapreventiva{ margin-top:-30px; background:url(../images/bg_btortodontiapreventiva.png)  no-repeat;}
#header.ortodontiapreventiva #menu a.menu_ortodontiapreventiva{ margin-top:0px;}

#menu a.menu_dicas{ margin-top:-30px; background:url(../images/bg_btdicas.png) no-repeat;}
#header.dicas #menu a.menu_dicas{ margin-top:0px;}

#menu a.menu_contato{ margin-top:-30px; background:url(../images/bg_btcontato.png) no-repeat;}
#header.contato #menu a.menu_contato{ margin-top:0px;}

#wrapper{
	width:980px;
	margin:0 auto;
}
#destaque{
	float:left;
	width:670px;
	height:330px;
	background:url(../images/bg_destaque.png) no-repeat;
	margin:130px 0 0 320px;
	
}
#destaque_imagem{
	float:left;
	margin:30px 0 0 28px;
	position:absolute;
	z-index:1;
}
#destaque_botoes{
	float:right;
	position:absolute;
	margin:300px 0 0 500px;
	z-index:2;
}
#destaque_botoes ul li{
	list-style:none;	
}
.destaque_bt1{background:url(../images/destaque_bt1.png) no-repeat;
	width:43px;
	height:43px;
	overflow:hidden;
	text-indent:-999px;float:left;}
.destaque_bt1:hover{background:url(../images/destaque_bt1_hover.png) no-repeat; cursor:pointer;}

.destaque_bt2{background:url(../images/destaque_bt2.png) no-repeat;
	width:43px;
	height:43px;
	overflow:hidden;
	text-indent:-999px;float:left;}
.destaque_bt2:hover{background:url(../images/destaque_bt2_hover.png) no-repeat; cursor:pointer;}

.destaque_bt3{background:url(../images/destaque_bt3.png) no-repeat;
	width:43px;
	height:43px;
	overflow:hidden;
	text-indent:-999px;float:left;}
.destaque_bt3:hover{background:url(../images/destaque_bt3_hover.png) no-repeat; cursor:pointer;}

#conteudo{
	float:left;
	position:absolute;
	margin:150px 0 0 320px;
	z-index:2;
}
#footer_wrapper{
	float:left;
	width:100%;
	background:url(../images/bg_footer.png) top repeat-x #be97c6;
	color:#8b69ad;
	margin-top:50px;
}
#footer{
	width:650px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	font-size:11px;
}
#footer a{
	color:#8b69ad;
	font-weight:bold;
}
.nome_footer{
	background:#a986bd;
}