/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.png) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:800px;
	display:table;
	margin:0 auto;
	font-family:"Trebuchet MS", Tahoma, Verdana;	
}
#topo{
	display:block;
	width:800px;
	height:301px;
	background:url(../imagens/topo.png) no-repeat;
}
#topo p{
	text-align:right;
	color:#900;
	font-weight:bold;
	float:right;
	font-size:14px;	
}
#menu{
	display:block;
	width:470px;
	height:18px;
	background:url(../imagens/menu.jpg) no-repeat;
	padding-top:20px;
	float:right;
}
#menu li{
	display:inline-block;
	width:auto;
	padding:0 13px 0 13px;
	float:left;
}
#menu li a{
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#menu li a:hover{
	text-decoration:underline;
}
#conteudo{
	display:table;
	width:800px;
	text-align:justify;
}
#esquerdo{
	display:table;
	width:241px;
	background:url(../imagens/quadro_esquerdo.png) repeat-y;
	margin-left:25px;
	float:left;
	font-size:12px;
}
#direito{
	display:block;
	width:515px;
	
	background:url(../imagens/direito.png);
	float:right;
	margin-top:10px;
	font-size:12px;
}
#cardapio, #bebida{
	overflow-x:hidden;
	overflow-y:scroll;
}

#cardapio{width:505px;height:420px;}

#bebida{width::190px;margin-left:15px;margin-right:5px;height:465px;}
	
#direito p{padding:0 30px 5px 30px;}

#esquerdo p{padding:0 20px 5px 20px;}

#direito li{
	padding-left:30px;
	line-height:22px;
	color:#008000;
	font-size:12px;
} 
#rodape{
	display:block;
	width:780px;
	height:75px;
	background:url(../imagens/rodape.jpg) no-repeat;
	padding-right:20px;
	text-align:right;
	font-size:12px;
	color:#fff;
	margin-top:7px;
}
#rodape a{
	color:#fff;
}
h1, h2, h3{
	font-family:"Times New Roman", Times, serif;
	color:#008000;
	padding-bottom:4px;
}

h1, h2{
	font-size:18px;
	padding-left:30px;
}
h3{
	font-size:13px;
	color:#f00;
	padding-left:20px;
}
#bebida h3, #bebida h2{padding-left:0px;}
#direito h3{padding-left:30px;}
img{
	border:none;
}
#esquerdo table{
	width:190px;
	border:0;
	cellpadding:0;
}
#direito table{
	width:450px;
	border:0;
	cellpadding:0;
	margin-left:30px;
}

a{text-decoration:none;}

a:hover{text-decoration:underline;}
 
/*classes*/
.cod{
	width:40px;
	font-weight:bold;
}
.cod2{
	width:30px;
	font-weight:bold;
}
.pizza{
	color:#008000;
	font-weight:bold;
}
.ingr{
	font-size:11px;
	font-style:italic;
}
.prato{
	font-weight:bold;
	color:#008000;
}
.valor{
	width:50px;
	text-align:right;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:inline-block;
  width:120px;
  text-align:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#00742f;
  float:left;
}
form{
	margin:20px 0 0 30px;
}