/* Restaurante Giuseppe Style */

body {
	margin: 0px;
	background: url(/images/fundo_geral.jpg) repeat-x  left top #F5FFF0;
}

hr
{
	border: 0;
	height: 1px;
	color: #E0E0CB;
	background-color: #E0E0Cc;
	margin-left:0px;
}

#topo {
	border-bottom: 1px #000 solid;
	height:117px;
	padding: 0px;
	margin: 0px;
}

#topcentral {
	width:758px;
	position: relative;
	left:50%;
	margin-left:-379px;
	height:117px;
	border-left: 1px #000 solid;	
	border-right: 1px #000 solid;	
	background: url(/images/topo_01.jpg) no-repeat right top;
}
#topcentral img { float: left; border-right: 1px solid #000;}

#secao {
	float:left;
	width: auto;
	margin-left: 18px;
	padding-top: 90px;
}

#conteudo {
	width:758px;
	position: relative;
	left:50%;
	margin-left:-379px;
	border-left: 1px #000 solid;	
	border-right: 1px #000 solid;	
	background: url(/images/fundo_conteudo.gif) repeat-y left top #fff;
}

#footer {
	border-top: 1px #000 solid;
	padding: 0px;
	margin: 0px;
	clear: left;
}

#footerMiolo {
	width:758px;
	position: absolute;
	left:50%;
	margin-left:-379px;
	padding: 8px 0px;
	text-align: right;
}

/* -- CONTEUDOS ------------------------------------------------------------------ */

#principal {
	width: 520px;
	float: right;
}

.principalGrande {
	width: 500px;
	float: left;
	padding: 16px 0px;
	text-align:left;
	vertical-align:top;
}
.principalGrande img { float: left; margin: 3px 10px 0px 0px;}

#navegacao {
	width: 218px;
	float: left;
	text-align: left;
}

.info {
	clear:left;
	float: left;
	width: auto;
	min-height: 70px;
	padding: 10px 10px 10px 10px;
}

#caixasSecundarias {
	float:right;
	width:152px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.caixaArquivo {
	float:right;
	width:130px;
	background-color:#FFFFEC;
	border: 1px #E0E0CB solid;
	padding:10px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	clear: right;
}

.minifotos img { margin:0px 48px 30px 0px; border: #EFEFD8 4px solid;}
.minifotosb img { margin:0px 0px 30px 0px; border: #EFEFD8 4px solid;}
.minifotos:hover img, .minifotosb:hover img { border: #D3D3BC 4px solid;}
.minifotos:hover, .minifotosb:hover { border: #D3D3BC; /* irrelevant definition to overcome IE bug */}

/* -- MENU LATERAL ------------------------------------------------------------------ */

.menu {
	width:218px;
	padding-top:18px;
	padding-bottom:18px;
	border-bottom: 1px solid #000;
	background: #FFFFEC url(/images/fundo_g.jpg) no-repeat -5px 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 218px; /* Width of Menu Items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:left;
	}

ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 218px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 3000;
	}

/* Styles for Menu Items */
ul li a {
	width: 206px;
	display: block;
	text-decoration: none;
	color: #838669;
	/* background: #646464;  IE6 Bug */
	padding: 1px 2px 1px 10px;
	border-bottom: 0;
	}
	
ul li span {
	display:block;
	width: 206px; /* Width of Menu Items */
	text-decoration: none;
	color: #FFFFEC;
	background: #838669; /* IE6 Bug */
	padding: 1px 2px 1px 10px;
	border-bottom: 0px;
	opacity: .7; filter: alpha(Opacity=70); -khtml-opacity: .7;
	}

/* Fix IE. Hide from IE Mac \*/

* html ul li {
	float: left;
	height: 1%;
	}
	
* html ul li a {
	height: 1%;
	}
	/* End */

ul li a:hover {
	color: #fff;
	background: #838669;
} /* Hover Styles */
		
li ul li a {
	padding: 2px 2px 2px 10px; 
	text-align:left;
	border-left: 6px #838669 solid;
	border-right: 2px #E6E6BF solid;
	background-color: #FFFFEC;
	font-size: 1.0em;
	width: 130px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block;
	width: 150px;
	border: 0; } /* The magic */


/* -- FONTES H1 ------------------------------------------------------------------ */

h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.4em;
	line-height: 1em;
	color: #535540;
	margin: 0px;
	padding: 0px;
	clear:left;
}
h1 a{ text-decoration:none; color:#000;}
h1 a:visited{ color:#333; }
h1 a:Hover{ text-decoration:underline; }

#secao h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana; 
}
.principalGrande h1 {
	font-size: 1.2em;
	margin-bottom: 8px;
}

/* -- FONTES H2 ------------------------------------------------------------------ */

h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.0em;
	line-height: 1em;
	color: #535540;
	margin: 0px;
	padding: 0px;
	clear:left;
}
h2 a{ text-decoration:none; color:#000;}
h2 a:visited{ color:#333; }
h2 a:Hover{ text-decoration:underline; }

/* -- FONTES P ------------------------------------------------------------------ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:1.4em;
	color:#555;
	margin: 0px;
	padding: 0px;
	clear:left;
}
p a{ text-decoration:none; color:#555; }
p a:visited{ color:#777;  }
p a:Hover{ color:#fff; text-decoration:none; background-color:#838669; }

#footerMiolo p { font-size: 0.6em; color:#777; }
#footerMiolo p a { text-decoration:none; color:#777; }
#footerMiolo p a:visited { color:#777; }
#footerMiolo p a:Hover { color:#fff; text-decoration:none; background-color:#838669; }

.info p { font-size: 0.6em; }

.principalGrande p { margin-bottom: 8px; }

.caixaArquivo p { font-size: 0.65em; }

/* -- FORMULARIO ------------------------------------------------------------------ */

label { width: 70px; float: left; text-align: right; padding-right: 8px; }

input.text { width: 300px; border: 1px solid #ccc; }

select { border: 1px solid #ccc; }

textarea { width: 300px; border: 1px solid #ccc; }

input.button { width: 70px; background-color:#FFFFEC; color:#838669; }

.error_message { color: #f00; }
