@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.txtC{
	text-align: center;
}


br {
	clear: both;
}

img {
	border: 0;
}

body{
background-color:#fef5ca;
margin:0px;
}


#conteudo{
	margin: 0;
	padding: 0;
	background-image:url(../layout/imgs/fundo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:"Futura Lt BT", Arial, "Myriad Pro";
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0 auto;
	text-align:center;
	width:960px;
	height: 1100px;
}

#menu{
	width:327px;
	float:left;
	margin: 0;
	padding: 0;
}

#logo{
	width: 299px;
	float:left;
	padding-bottom:20px;
}

#jingle_foto{
	width: 334px;
	float:left;
	margin: 0;
	padding: 0;
}

#ouvir_jingle{

}

#bottom{
	float:left;
	text-align:center;
}

#telefone{
	width:331px;
	float:left;
}

#horario{
	width:302px;
	float:left;
}

#foto_bottom{
	width:327px;
	float:left;
}

#middle{
	
}

#pedido{
	text-align:left;
	float:left;
	width:385px;
}

#video{
	width: 575px;
	float:left;
	text-align:left;
}

#pizza_do_mes{
	width:425px;
	text-align:left;
	float:left;
}

#promocao_de_verdade{
	width:475px;
	float:left;
	padding-left:9px;
}


#pedido form input{
	border: 0px;
}

#email_log, #senha_log{
border: 0px;
background-color:#f9dba7;
margin-right:5px;
}

#email_log{
	margin-left: 3px;
}

#btn_login{
	background: url(../layout/imgs/btn_form.png) transparent no-repeat;
	width:33px;
	height:26px;
	border:0px;
	cursor:pointer;
}

.hide {
	visibility: hidden;
}
.show {
	visibility: visible;
}

.assinatura {
	position: fixed;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 42px;
	height: 17px;
	background: transparent url('../layout/imgs/assinatura-crista.png') no-repeat top left;
}
