/**
 * CSS PIZZA 
 * @author Mailon Rafael Andrade Torres 
 * @copyright 01/05/2009
 * @version 0.01 Beta 
 *
 * HISTORICO
 *
 * 0.01 - criado padrões de mensagens e propriedades das tags;
 *
**/

/** 
	NÃO ALTERAR 
**/ 
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}a img{border:none;}ul{list-style:none;}h1{font-size:2.5em;line-height:1;margin-bottom:0.5em;}h2{font-size:2em;margin-bottom:0.75em;}h3{font-size:1.5em;line-height:1;margin-bottom:1em;}h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}h5{font-size:1em;font-weight:bold;margin-bottom:1.5em;}h6{font-size:1em;font-weight:bold;}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}p img.left{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}p img.right{float:right;margin:1.5em 0 1.5em 1.5em;}.clearfix:after, .container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}.clearfix, .container{display:block;}.clear{clear:both;}.last{margin-right:0;}.right{float:right;}.left{float:left;}label{font-weight:bold;}fieldset{padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}legend{font-weight:bold;font-size:1.2em;}input.text,input.title,textarea,select{margin:0.5em 0;border:1px solid #bbb;}input.text:focus,input.title:focus,textarea:focus,select:focus{border:1px solid #666;}input.text,input.title{width:300px;padding:5px;}input.title{font-size:1.5em;}textarea{width:390px;height:250px;padding:5px;}.error,.notice,.success{padding:.8em;margin-bottom:1em; border-top:2px solid #DDD;border-bottom:2px solid #DDD;}.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}.notice{background:#FFF6BF;color:#514721;border-color:#FFD324;}.success{background:#E6EFC2;color:#264409;border-color:#C6D880;}.error a{color:#8a1f11;}.notice a{color:#514721;}.success a{color:#264409;}

/** 
	CARACTERISTICAS 
**/ 

p{margin:0 0 1.2em; color:#f0f0f0; font-size:120%; font-style:italic;font-weight:bold;}
a {
	color:#bcab77;
	text-decoration:none;
}
a img{
	border:4px solid #453320;
}
a:hover img{ border-color: #bcab77;
}

a:hover{ 
	color:#d38539;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
body {
	line-height:1.5;
	font-size:75%;
	color:#855e35;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.container {
	margin:0 auto;
	width:908px; 
}
.conteudoF{
	background-image:url(../_img/branco.gif);
	background-repeat:repeat-y;
	background-color:#5B4035;
	background-position:top left;
	margin-right:39px;
}
.conteudo{
	background-image:url(../_img/colheres.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:95px;
}
h1{
	border-bottom:1px dotted #453320;
	text-align:right;
	padding-right:30px

}


/***************************************************************************************************************************
****************************************************************************************************************************
ESTILO 
****************************************************************************************************************************
***************************************************************************************************************************/
.cabecalho{
	background-image:url(../_img/cabecalho.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:410px;
}
.logo{
	width:285px;
	height:210px;
	margin-top:190px;
	margin-left:43px;
	position:absolute;
	overflow:hidden;
	text-indent:-9000px;
	display:block;
}
.menu{
	position:absolute;
	margin-top:325px;
	margin-left:325px;
}
.menu li{
	height:28px;
	float:left;
}
.menuLink{
	width:55px;
	margin-left:13px;
}
.quemSomosLink{
	width:95px;
	margin-left:22px;
}
.receitasLink{
	width:65px;
	margin-left:25px;
}
.LocalizacaoLink{
	width:105px;
	margin-left:20px;
}
.faleConoscoLink{
	width:100px;
	margin-left:25px;
}
.menu li a{
	overflow:hidden;
	text-indent:-9000px;
	display:block;
	line-height:26px;
	width:100%;
}
.menu li a:hover{
	font-weight:bold;
	word-spacing:3px;
	text-decoration:none;
}



.ft{
	background-image:url(../_img/ft.gif);
	background-repeat:no-repeat;
	width:172px;
	height:142px;
	padding:6px;
}

.rodape{
	background-image:url(../_img/rodape.gif);
	background-repeat:repeat-x;
	background-position:bottom right;
	height:47px;
}
