/*
Documento css
Autor Rodolfo Giovanni
Projeto Kiara Animes
Data 26/05/2009
*/

body{
background:black url('../img/corpo.gif');
font:14px Trebuchet MS;
color:silver;
margin:0px;
padding:0px;
}

a:link{color:gold;text-decoration:none;font-weight:bold;}
a:visited{color:gray;text-decoration:none;font-weight:bold;}
a:active{color:black;text-decoration:none;font-weight:bold;}
a:hover{color:orange;text-decoration:underline;font-weight:bold;}

a img{border:solid 4px gray;}
a:hover img{border:solid 4px orange;}

a:hover .logo{
border:none;
}

img.logo{
border:none;
}

img.atendimento{
position:absolute;
right:0;
top:0;
}

img.chapeu{
position:absolute;
margin-top:5px;
margin-left:-10px;
}

img.lancamento{
margin-right:3%;
margin-left:3%;
width:10%;
}

img.extras{
margin-right:3%;
margin-left:3%;
width:15%;
}

table.produtos{
border:0px;
}

h4.tituloNoticias{
}

div#chapeu{
border-bottom:solid 5px gold;
margin:0px;
margin-top:8px;
padding-left:40px;
color:gold;
font-weight:bold;
font-size:15px;
}

div#topo{
width:99%;
height:135px;
margin:0px;
padding-left:10px;
background:url('../img/topo.jpg');
border-bottom:solid 5px gold;
}

div#menu{
position:absolute;
top:119px;
left:50%;
margin-left:-195px;
z-index:2;
}

div#corpo{
width:70%;
height:650px;
margin:0px;
margin-left:10px;
padding:0px;
background:black;
}

div#lancamentos{
float:left;
width:98%;
height:auto;
padding:0px;
margin:0px;
}

div#produtos{
float:right;
width:27%;
height:auto;
padding:0px;
margin:0px;
}

div#noticias{
float:left;
width:67%;
height:auto;
padding:0px;
margin:0px;
}

div#extras{
float:left;
width:67%;
height:auto;
padding:0px;
margin:0px;
}

div#rodape{
float:left;
width:99%;
margin:0px;
padding:5px;
padding-top:20px;
text-align:center;
}

div#imagem{
position:absolute;
top:115px;
right:0px;
bottom:0px;
width:275px;
height:560px;
background:url('../img/soul.gif');
z-index:1;
}
