@charset "utf-8";
/* CSS Document */

body{
		background-image:url(img/bg.jpg);
		background-repeat:repeat-x;
		background-color:#000000;
		margin:0;
		border:0;
}

#container{
	width:1000px;
	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	background-color:#000000;
}

ul,li{
	list-style:none;
}

#topo{
	width:1000px;
	height:250px;
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	margin:0;
}


#menu{
	width:910px;
	padding-top:210px;
	margin-left:90px;
}


#menu li a{
	display:block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	padding:0 40px 5px 0;
	float:left;
	font-family:"Bookman Old Style";
	font-size:12px;
	font-weight:bold;
	
}

#menu li{
	float:left;	
}

#menu a:hover{
	color:#DCBF9D;
}

#conteudo{
	width:1000px;
	min-height:450px;
	background-image:url(img/fundo-conteudo.jpg);
	background-repeat:no-repeat;
}

#menu-chef{
	width:235px;
	height:310px;
	background-image:url(img/plaquinha01.jpg);
	background-repeat:no-repeat;
	padding:200px 20px 0 25px;
	text-align:justify;
	font-family:"Bookman Old Style";
	font-size:12px;
	color:#663300;
	font-weight:bold;
	float:left;
}

#menu-chef a{
	color:#FFF;
}

#menu-chef a:hover{
	color:#FC0;
}

.text1{
	font-size:16px;
	text-align:center;
	color:#663300;
}
.text2{
	font-size:20px;
	text-align:center;
	color:#663300;
}

.text3{
	font-size:20px;
	font-weight:bold;
	}
	
.text4{
	font-size:16px;
	font-weight:bold;
	border:0;
	}	

#menu-cardapio{
	width:235px;
	height:310px;
	background-image:url(img/plaquinha02.jpg);
	background-repeat:no-repeat;
	padding:150px 40px 0 0;
	text-align:center;
	float:left;
}

#menu-cardapio a{
	display:block;
	font-family:"Bookman Old Style";
	font-size:16px;
	color:#663300;
	font-weight:bold;
	padding:10px 0 0 0;
	text-decoration:none;
}

#menu-cardapio a:hover{
	text-decoration:underline;
}

.menu-underline{
	text-decoration:underline;
	}

#flash{
	width:645px;
	height:460px;
	background-color:#000;
	float:left;
	margin:20px 20px 20px 35px;
}

#cardapio{
	width:605px;
	min-height:460px;
	background-image:url(img/fundo-cardapio.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	float:left;
	margin:50px 20px 20px 20px;
	font-family:"Bookman Old Style";
	font-size:14px;
	color:#e6e2c7;
	padding:10px 10px 10px 10px;
	text-align:justify;
}

#cardapio a{
	color:#FFFFFF;
	}

#cardapio a:hover{
	color:#999966;
	}
	
#rodape{
	width:900px;
	height:20px;
	float:left;
	clear:both;
	padding:10px 0 10px 100px;
	font-family:"Bookman Old Style";
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	text-align:center;
	clear:both;
}

#logowifi{
	width:1000px;
	height:57px;
	background-color:#0099FF;
	}
