/* 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: 290px;
    z-index: 7;
}

#borda_baixo {
    
	background:url(imagens/borda_baixo.jpg);
	background-repeat:no-repeat;
    position: absolute;
    left: 0px;
    top: 290px;
    width: 100%;
    height: 25px;
    z-index: 20;
}


/* aqui termina o menu */

/* aqui comecam os elementos do cardapio de tortas */





#formulario {
    
    position: absolute;
    left: 13%;
    top: 370px;
    width: 750px;
    height: 170px;
    z-index: 11;
}


/* rodape */

#rodape {
    background:url(imagens/rodape.jpg) repeat-x;
    position: absolute;
    left: 0px;
    top: 700px;
    width: 100%;
    height: 25px;
    z-index: 2;
}

#texto_rodape {
 
    position: absolute;
    left:53%;
    top: 705px;;
    width: 800px;
	  margin:0px 0 0 -422px;
    height: 15px;
    z-index: 23;
}


#produto_1 {
    
	background:url(fundo_produtos_bege.jpg) no-repeat;
    position: absolute;
    left: 12%;
    top: 380px;
    width: 750px;
    height: 230px;
    z-index: 11;
}


#torta {
    position: absolute;
    left: 60%;
    top: 15%;
    width: 215px;
    height: 165px;
	z-index: 13;
}

#titulo {
  
	position:absolute;
	left: 10%;
	top: 45px;
	width: 350px;
	height: 29px;
	z-index: 14;
}

#texto {
  
	position:absolute;
	left: 10%;
	top: 85px;
	width: 350px;
	height: 29px;
	z-index: 14;
}




