/* GERAL */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background: #62292a url(../images/bg_gradiente_preto.gif) repeat-x;
	font: 12px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* TOPO */
#logo-and-menu {
	width: 759px;
	margin: 0 auto;
	padding-top: 20px;
}
#logo {
	width: 197px;
	height: 85px;
	float: left;
}
#menu {
	float: right;
	padding-top: 20px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	margin-right: 10px;
}
#menu ul li a {
	display: block;
	height: 66px;
}
#menu ul li a.menu-churrascaria {
	width: 94px;
	background: url(../images/menu_churrascaria.gif);
}
#menu ul li a.menu-pizzaria {
	width: 55px;
	background: url(../images/menu_pizzaria.gif);
}
#menu ul li a.menu-aquilo {
	width: 48px;
	background: url(../images/menu_aquilo.gif);
}
#menu ul li a.menu-servicos {
	width: 59px;
	background: url(../images/menu_servicos.gif);
}
#menu ul li a.menu-fotos {
	width: 38px;
	background: url(../images/menu_fotos.gif);
}
#menu ul li a.menu-contato {
	width: 55px;
	background: url(../images/menu_contato.gif);
}
#menu ul li a.menu-home {
	width: 44px;
	background: url(../images/menu_home.gif);
}
#menu ul li a:hover {
	background-position: 0 -66px;
}

/* DESTAQUE */
#destaque {
	width: 100%;
	height: 255px;
	background: url(../images/bg_destaque.gif) repeat-x;
	text-align: center;
}

/* CONTENT */
#ogrupo {
	width: 759px;
	margin: 0 auto;
	position: relative;
	top: -23px;
}
#ogrupo-wrapped {
	width: 657px;
	position: relative;
	left: 89px;
}
#ogrupo-prazeresdoquilo {
	width: 274px;
	height: 160px;
	background: url(../images/prazeresaquilo.png) no-repeat left top;
	float: left;
	padding-top: 110px;
}
#ogrupo-prazeresdapizza {
	width: 366px;
	height: 111px;
	background: url(../images/prazeresdapizza.png) no-repeat left top;
	float: left;
	margin-left: 14px;
	padding-top: 110px;
}
.borda-pontilhada-vertical {
	width: 3px;
	background: url(../images/borda_pontilhada_vert.gif) repeat-y;
	float: left;
	margin-top: 23px;
}
#content {
	width: 586px;
	margin: 0 auto;
	position: relative;
	top: 5px;
}
#content p, #content h2, #content ul {
	margin-bottom: 15px;
}
#content h1 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	clear: both;
	padding-top: 5px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
}
#content ul {
	margin-left: 30px;
}
#content ul.grid-fotos {
	margin-left: 0;
	list-style: none;
}
#content ul.grid-fotos li {
	width: 139px;
	display: block;
	float: left;
	margin: 0 10px 15px 0;
}
#content ul.grid-fotos li.ultimo-linha {
	margin-right: 0;
}

/* FORMS */
form {
	margin: 0 0 15px 30px;
}
form p {
	clear: both;
} 
label {
	width: 100px;
	text-align: right;
	padding-right: 10px;
	display: block;
	float: left;
	font-weight: bold;
}
input.caixas-de-texto, textarea {
	width: 300px;
	border: 1px solid black;
	padding: 2px;
	float: left;
	display: block;
	margin-bottom: 15px;
}
textarea {
	height: 150px;
}

/* RODAPE */
.borda-pontilhada-horizontal {
	width: 586px;
	height: 2px;
	background: url(../images/borda_pontilhada_horiz.gif) repeat-x;
	clear: both;
	margin: 0 auto;
}
#rodape {
	width: 586px;
	margin: 0 auto;
	padding-top: 20px;
}
#rodape-endereco {
	float: left;
}
#rodape-telefones {
	float: right;
	font-weight: bold;
	text-align: right;
}