/* aqui comeca a parte comum a todas as paginas, incluindo as internas */

body {
	background-color:#FFE3E1;
		}



     #centralizador {
       height:450px;
       left:50%;
       margin:0px 0 0 -462px;
       position:absolute;
       top:0%;
       width:800px;
       z-index: 20;
}

#top_gradiente {
    background:url(top_gradiente.gif) repeat-x;
    position: absolute;
	left:0px;
    top: 0px;
    width: 100%;
    height: 110px;
    z-index: 1;
}


#topo_menu {
    position: absolute;
    left: -56px;
    top: 5px;
    width: 1020px;
    height: 158px;
    z-index: 23;
}


#continua_menu {
    background:url(background_repete_fino.jpg) repeat-x;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 110px;
    z-index: 2;
}


#entrega {
    
	position: absolute;
    left: 475px;
    top: 0px;
    width: 345px;
    height: 28px;
    z-index: 6;
}/* aqui termina a parte comum as internas */


/* aqui comeca o menu */

#cardapios_menu {
    position: absolute;
    left: 10%;
    top: 190px;
    width: 750px;
    height: 115px;
    z-index: 10;
}


#background_branco {
    
	background-color: #FFFFFF;
    position: absolute;
    left: 10%;
    top: 340px;
    width: 793px;
    height: 500px;
    z-index: 7;
}

#borda_baixo {
    
	background:url(imagens/borda_baixo.jpg);
	background-repeat:no-repeat;
    position: absolute;
    left: 0px;
    top: 480px;
    width: 100%;
    height: 25px;
    z-index: 20;
}



/* aqui termina o menu */

/* aqui comecam os elementos do cardapio de tortas */



#titulo {
  
	position:absolute;
	left: 10%;
	top: 45px;
	width: 350px;
	height: 29px;
	z-index: 14;
}


#texto {
	
	position:absolute;
	left: 10%;
	top: 15%;
	z-index: 5;
	width: 400px;
	height: 520px;
}

#imagem_1 {
    position: absolute;
    left: 60%;
    top: 5%;
    width: 215px;
    height: 165px;
	z-index: 13;
}

#imagem_2 {
    position: absolute;
    left: 60%;
    top: 35%;
    width: 215px;
    height: 165px;
	z-index: 23;
}

#produto_1 {
    
	background:url(fundo_salgadinhos.jpg) no-repeat;
    position: absolute;
    left: 12%;
    top: 380px;
    width: 750px;
    height: 530px;
    z-index: 11;
}

















/* aqui comecam os elementos do cardapio */



#titulo {
   width: 350px;
	position:absolute;
	z-index: 14;
}


#texto {
	width: 350px;
	position:absolute;
	z-index: 5;
	height: 119px;
}


/* rodape */

#rodape {
    background:url(imagens/rodape.jpg) repeat-x;
    position: absolute;
    left: 0px;
    top: 900px;
    width: 100%;
    height: 25px;
    z-index: 22;
}

#texto_rodape {
 
    position: absolute;
    left:53%;
    top: 905px;;
    width: 800px;
	  margin:0px 0 0 -429px;
    height: 15px;
    z-index: 25;
}

