@charset "utf-8";
/* CSS Document */

/* Menu */
body#empresa a#empresa { border-bottom: medium #901E78 solid; }
body#destaque a#destaque { border-bottom: medium #901E78 solid; }
body#servicos a#servicos { border-bottom: medium #901E78 solid; }
body#corporais a#servicos { border-bottom: medium #901E78 solid; }
body#faciais a#servicos { border-bottom: medium #901E78 solid; }
body#diversos a#servicos { border-bottom: medium #901E78 solid; }
body#alternativas a#servicos { border-bottom: medium #901E78 solid; }
body#dayspa a#servicos { border-bottom: medium #901E78 solid; }
body#contato a#contato { border-bottom: medium #901E78 solid;}

/* Sub-menus */
body#corporais a#corporais { color: #000; font-size: 14px;}
body#faciais a#faciais { color: #000; font-size: 14px;}
body#diversos a#diversos { color: #000; font-size: 14px;}
body#alternativas a#alternativas { color: #000; font-size: 14px;}
body#dayspa a#dayspa { color: #000; font-size: 14px;}


body {
	background-color: #C7AFC7;
	margin:0 ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

/* Background */

#bg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 900px;
	margin: auto;
	margin-top: 0;
}

/* Container */

#container {
	background-color: #FFF;
	width: 750px;
	margin-left: 75px;
}

/* Topo */

#topo {
	background-color: #FFF;
	width: 750px;
	height: 120px;
}

#logo-topo {
	display: block;
	width: 138px;
	height: 90px;
	padding-top: 15px;
}

#logo-topo img {
	border: none;
}

#frase-topo {
	background-color: #901E78;
	width: 580px;
	height: 30px;
	float: right;
	margin-top: 72px;
}

.chamadas {
	display: block;
	text-align: right;
	font-size: 19px;
	color: #FFF;
	margin: 3px 10px;
}

/* Rodapé */

#rodape {
	width: 900px;
	height: 140px;
	margin: auto;
	background-image: url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#conteudo-rodape {
	background-color: #FFF; /* APAGAR */
	width: 750px;
	margin-left: 75px;
}

#chamada-rodape {
	width: 250px;
	height: 50px;
	background-color: #901E78;
	color: #FFF;
	margin: 0;
}

.chamada-rodape {
	display: block;
	margin: 0;
	padding-top: 15px;
	font-size: 18px;
	text-align: center;
}

#txt-rodape {
	width: 500px;
	height: 46px;
	float: right;
	border-top: #901E78 medium solid;
}

#txt-rodape p {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}