/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }
	
/* Propriedades gerais ========================================================== */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../imagens/tile.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#522c1b;
}
	
img{
	border:none;}
	
a, input, button {
	outline: none;
}

a, a:hover, a:active, a:focus {
	-moz-outline-style: none;
	outline: none;
	direction:ltr;
	color:#522c1b;
	font-size:12px;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

input, textarea{
	background:#e7d4cb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:4px;
	border:#FFF solid thin;
	margin-top:5px;
}

.botao{
	background:#e7d4cb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a87e6c;
	padding:4px;
	border:#e7d4cb solid thin;
	margin-top:5px;
	cursor:pointer;
}

[disabled] { 
    color:#777;
}


/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 50px;
    width: 100%;
	display:block;
}

/* Textos ========================================================== */
.cright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#522c1b;
	font-size:10px;
}

.cright a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#522c1b;
	font-size:10px;
	text-decoration:none;
}

.cright a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#522c1b;
	font-size:10px;
	text-decoration: underline;
}

.link a{
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	color:#c4937e;
	font-size:12px;
	text-decoration:none;
}

.link a:hover{
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	color:#dcbeb2;
	font-size:12px;
	text-decoration:none;
}

h1 {
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	font-size:38px;
	line-height:40px;
	font-stretch:ultra-condensed;
	font-weight:100;
	color:#522c1b;
}

h2 {
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	font-size:14px;
	color:#f3e9e5;
	line-height:16px;
}

.not_titulo{
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
}
.not_data{
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
}

.tabuleta a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#522d1b;
	line-height:54px;
	font-weight:bold;
}

.tabuleta a:hover {
	color:#000;
	text-decoration:none;
}

.img {
	  	width:120px;
		height:120px;
		float:left;
		margin-right:10px;
		margin-top:15px;	
	}
	
.img img {
	border:#f3e9e5 thin solid;	
}

.img a{
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
	
.img a:hover{
		-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}

#lista_prod{
		width:120px;
		height:120px;
		float:left;
		text-align:left;
		vertical-align:top;
		margin-right:23px;
		margin-top:15px;
}

.cat a{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
}

.subcat {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
}

.subcat a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7d4cb;
	text-transform:uppercase;
}

.subcat a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

/* Divs ========================================================== */
#pagina {width:100%; height:100%; position:relative; margin:0;}
#pagina[id] {display: table; position: static;}
	
#area_total{position: absolute; top: 50%; width: 100%; text-align: center;}
#area_total[id] {display: table-cell; vertical-align: middle; position: static;}

#entrada{
	background:url(../imagens/fundo.gif) bottom no-repeat #c4937e;
	border:3px #FFF solid;
	position: relative; top: -50%; text-align: center;
	width:950px;
	height:500px;
	margin-left: auto; margin-right: auto;
	color:#522c1b;
	font-size:12px;
}

#area{position: absolute; width: 100%; text-align: center; float:inherit; overflow:hidden; clear:both;}

#content{
	position: relative; 
	top: -550px; 
	text-align: left;
	width:950px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0;
	color:#522c1b;
	font-size:12px;
	z-index:0;
	background:#FFF;
	float:inherit;
}
	
#menu_rest{
	background:url(../imagens/menu_restaurante.png) left top no-repeat;
	position: relative; text-align: center; top: 0; left: -410px;
	width:403px;
	height:220px;
	margin-left: auto; margin-right: auto;
	padding-top:200px;
	padding-left:25px;
	z-index:10;
	float:inherit;
}

#submenu_rest{
	background:url(../imagens/submenu_restaurante.png) left top no-repeat;
	position: relative; text-align: left; top: 0; left: -375px;
	width:403px;
	height:270px;
	margin-left: auto; margin-right: auto;
	padding-top:160px;
	padding-left:95px;
	z-index:3;
	float:inherit;
}
	
.menu_rest a {
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	color:#FFF;
	font-size:13px;
	line-height:18px;
	text-decoration:none;
}

.menu_rest a:hover {
	font-family: 'PT Serif', "Times New Roman", Times, serif;
	color:#dcbeb2;
	text-decoration:none;
}

#menu_gourmet{
	background:url(../imagens/menu_gourmet.png) left top no-repeat;
	position: relative; 
	float:inherit;
	text-align: center; 
	top: -428px; left: 447px;
	width:403px;
	height:220px;
	margin-left: auto; margin-right: auto;
	padding:0;
	padding-top:200px;
	z-index:20;
	overflow:hidden;
}

#submenu_gourmet{
	background:url(../imagens/submenu_gourmet.png) left top no-repeat;
	position: relative; 
	float:inherit;
	top: -418px; left: 568px;
	text-align: left; 
	width:403px;
	height:255px;
	margin-left: auto; margin-right: auto;
	padding-left:242px;
	padding-top:165px;
	z-index:2;
	overflow:hidden;
}

#conteudos{
	position: relative; text-align: left; top: 83px; left: 0;
	width:950px;
	border:3px #FFF solid;
	background:#c4937e;
	z-index:5;
	margin:0;
	padding:0;
	margin-left: auto; margin-right: auto;
	overflow:hidden;
}

.gallery {
	float:left;
	margin-right:10px;
	margin-top:10px;
	border:#FFFFFF thin solid;
	width:185px;
	height:auto;
	background-color:#FFFFFF;
}