/*******************************
	ESTILO GERAL
*******************************/

body { 
background: url(img/fundo_estrelado2b.jpg) repeat-y;
}

#geral {
color: #fff;
font-size: 10pt;
font-family: helvetica, arial, tahoma, verdana, sans-serif;
width: 990px;
}

ul {
list-style: none;
}

a {
text-decoration: none;
color: #fff;
}

a:hover {
color: #83f;
}

/*******************************
	CABECALHO
*******************************/

a#player {
position: absolute;
top: 10px;
right: 10px;
background: url(img/nota_musical.png) no-repeat 90px 5px;
border: ;
color: #fff;
font-weight: bold;
padding-top: 25px;
padding-bottom: 25px;
padding-right: 70px;
text-align: right;
}

a#player:hover {
color: #83f;
}
#cabecalho {
width: 400px;
margin: 0 auto;
}

#cabecalho #titulo_anaya, #cabecalho span {
position: relative;
top: 60px;
left: -73px;
}

#cabecalho #titulo_anaya {
width: 350px;
top: -5px;
left: 45px;
}

#cabecalho span {
left: -100px;
}

#cabecalho #anaya {
margin-top: 30px;
}

#cabecalho #anaya span{
top: -90px;
left: -115px;
}

#cabecalho #foto_anaya {
margin-top: -40px;
margin-left: -20px;
}

/*******************************
	RADIO
*******************************/

#audio {
background: #fff;
width: 155px;
height: 330px;
padding: 5px;
}

#audio img {
margin-left: 2px;
width: 150px;
height: 150px;
}

#audio p {
color: #333;
}

#audio span {
color: #83f;
font-size: 9pt;
}

#audio embed {
width: 140px;
height: 30px;
}

/*******************************
	MENU
*******************************/

#menu {
padding-left: 210px;
font-size: 11pt;

}

#menu ul {
display: inline;
}

#menu li {
float: left;
background: url(img/estrela.png) no-repeat top left;
height: 40px;
padding-left: 40px;
}

a#atual {
color: #83f;
font-weight: bold;
}

/*******************************
	LINKS SECUNDARIOS
*******************************/

#links_secundarios {
margin-top: 80px;
background: url(img/estrela_secundaria.png) no-repeat top left;
padding-left: 30px;
padding-top: 5px;
height: 30px;
width: 200px;
margin-left: 397px;
}

#links_secundarios div {
background: url(img/estrela_secundaria.png) no-repeat 130px -5px;
}

#links_secundarios a {
margin-left: 20px;
}

/***************************************************************************
	CAIXA DE TEXTO GERAL
	**** Estas configurações de CSS não devem ser modificadas! ****
	O controle do tamanho das caixas de texto deve ser feito por cada 
	seção específica. Ex: Caixa de Texto Home, Caixa de Texto Biography, etc.
***************************************************************************/

#caixa_teto {
clear: both;
background: url(img/caixa_teto.png) no-repeat;
width: 500;
margin-left: 245px;
}

#caixa_chao {
background: url(img/caixa_chao.png) no-repeat;
height: 62px;
position: relative;
}

#caixa_teto p, #caixa_teto h1 {
position: relative;
left: 30px;
width: 430px;
text-align: justify;
}

#caixa_teto h1 {
color: #83f;
font-size: 13pt;
text-align: center;
}

/********************************
	CAIXA DE TEXTO HOME
*********************************/
#home #caixa_teto { height: 100px; }

#home #caixa_chao { top: 100px; }

#home #caixa_teto p, #home #caixa_teto h1 { top: -70px; }

/***********************************
	CAIXA DE TEXTO BIOGRAPHY
************************************/
#biography #caixa_teto { height: 450px; }

#biography #caixa_chao { top: 450px; }

#biography #caixa_teto h1 { top: -420px; }

#biography #caixa_teto p { position: absolute; top: -390px; }

/****************************************
	CAIXA DE TEXTO MUSIC SAMPLES
*****************************************/
#music #caixa_teto { height: 300px; }

#music #caixa_chao { top: 300px; }

#music #caixa_teto p, #music #caixa_teto h1 { top: -270px; }

#music #cds { margin-top: -260px; }

table img {
width: 60px;
border: 2px solid #fff;
}

#music table td.primeiro_cd {
padding-left: 60px;
}

#music a:hover img {
border: 2px solid #83f;
}

/****************************************
	CAIXA DE TEXTO SHOP ONLINE
*****************************************/
#shop #caixa_teto { height: 1068px; }

#shop #caixa_chao { top: 1068px; }

#shop #caixa_teto p, #shop #caixa_teto h1 { top: -1038px; }

#shop #cds_shop {
position: absolute;
top: -978px;
}

#shop .cdbaby {
width: 460px;
height: 116px;
}

#shop .cdbaby a img {
width: 70px;
float: left;
margin-left: 40px;
border: 2px solid #fff;
}

#shop .cdbaby a:hover img {
border: 2px solid #83f;
}

#shop .cdbaby .descricao {
float: right;
width: 300px;
height: 115px;
margin-left: 10px;
padding-left: 20px;
_background: url(img/btn_busca.gif) repeat-x top left;
}

#shop h2 {
font-size: 13pt;
border-bottom: 1px solid #8e84b7;
}

#shop span {
color: #fff;
font-size: 10pt;
}

#shop h2, #shop span {
position: relative;
top: -10px;
}

/****************************************
	CAIXA DE TEXTO CONTACT
*****************************************/
#contact #caixa_teto { height: 520px; }

#contact #caixa_chao { top: 520px; }

#contact #caixa_teto h1 { top: -490px; }

#form_contato {
position: absolute;
top: -440px;
}

label {
width: 100px;
border-left: 10px solid #797196;
padding-left: 5px;
float: left;
}

input {
width: 300px;
}

textarea {
width: 300px;
height: 150px;
}

#submit {
font-size: 9pt;
padding: 3px;
background: #797196;
color: #fff;
width: 50px;
height: 25px;
margin-left: 370px;
}

input:focus, textarea:focus {
background: #ddd;
color: #686085;
}

#contact span {
padding-left: 40px;
line-height: 20px;
font-size: 10pt;
font-weight: bold;
color: #888;
margin-left: 110px;
}

/****************************
	CAIXA DE NEWS
****************************/
#news #caixa_teto { height: 400px; }

#news #caixa_chao { top: 400px; }

#news #caixa_teto h1 { top: -370px; }

#news #artigo {
position: absolute;
top: -330px;
}

#news #artigo h3 {
margin-left: 30px;
}

#news #artigo span {
font-size: 8pt;
color: #bbb;
}

/****************************
	CAIXA DE LINKS
****************************/
#links #caixa_teto { height: 320px; }

#links #caixa_chao { top: 320px; }

#links #caixa_teto h1 { top: -290px; }

#links #lista_links {
position: absolute;
top: -240px;
left: 20px;
}

#links ul {
width: 400px;
line-height: 20px;
}

#links li{
width: 185px;
border-bottom: 1px solid #bab3d6;
float: left;
}

#links a {
font-weight: bold;
}

/*************************************
	CAIXA DE TEXTO CTRL_CONTACT
*************************************/
#ctrl_contact #caixa_teto { height: 120px; margin-top: 220px;}

#ctrl_contact #caixa_chao { top: 120px; }

#ctrl_contact #caixa_teto p, #ctrl_contact #caixa_teto h1 { top: -90px; }

#ctrl_contact a {
background: #797196;
border: 1px solid #83f;
color: #fff;
padding: 2px 10px;
margin-left: 185px;
}

#ctrl_contact span {
width: 450px;
font-family: arial, sans-serif;
padding-left:60px;
color: white;
}

#ctrl_contact span#msg_erro {
padding-left: 130px;
color: red;
}

/**********************
	RODAPE
***********************/

#rodape {
width: 600px;
margin-left: 195px;
text-align: center;
border-bottom: 4px solid #c600ff;
}

#selo_garantia {
width: 30px;
position: relative;
left: 764px;
bottom: 53px;
border: none;
border-top: 2px solid transparent;
}

a:hover #selo_garantia {
border-top: 2px solid #c600ff;
}