.fleft {
	float: left;
}
.fright {
	float: right;	
}
section#conteudo {
}
section#conteudo #esquerda {
	float: left;
	width: 280px;
}
section#conteudo #direita {
	float: right;
	width: 655px;
	margin-right: 40px;
/*	background: url(../img/fundo-branco-90.png);*/
	padding: 0;
}
section#conteudo #direita h1 {
	color: #ff8b00;
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 10px 0;
}
section#conteudo #direita h1 span {
	font-weight: normal;
	font-size: 0.75em;	
}
section#conteudo #direita h2 {
	font-size: 1.18em;
	margin-bottom: 35px;
	font-weight: normal;
}
section#conteudo #direita h2 span {
	font-size: 1.25em;
}
#destaque {
	position: relative;
	color: #fff;
	width: 900px;
	height: 260px;
	margin: 0 auto 20px auto;
	border: 10px solid #fff;
	box-shadow: 0px 0px 9px rgba(3,3,3,0.3);
}
#slideshow {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;	
}
#slideshow li {
	margin: 0;
	display: block;
	width: 900px;
	height: 260px;	
}
#slideshow li img {
	width: 100%;
}


#pager {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: -12px;
}
#pager a {
	padding: 3px 7px;
	background: #ffb600;
	display: block;
	color: #fff;
	margin: 0 0 6px 0;
	border-radius: 7px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
#pager a:hover, #pager a.activeSlide {
	background: #ff8b00;
	color: #fff;
}
#destaque h1 {
	display: block;
	font-size: 1.5em;
	padding: 10px;
	font-weight: normal;
}
#destaque h2 {
	display: block;
	font-size: 1.0em;
	padding: 5px 10px;
	font-weight: normal;
}
#destaque .chamadas {
	background: url(../img/fundo-texto-destaque.png) top left repeat-y;
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(3,3,3, 0.3);
	
}
#destaque a.link {
	position: absolute;
	right: 10px;
	bottom: 13px;
	border-radius: 10px;
	background: #fe0500 url(../img/fundo-botoes-laranja.png) top center repeat-x;
	height: 17px;
	padding: 4px 15px 6px 15px;
	color: #fff;
	box-shadow: 0px 2px 2px rgba(3,3,3, 0.3);
}
#status {
	padding: 20px 0 0 0;	
}
#status ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;	
}
#status ul li {
	position: relative;
}
#status ul li.titulo {
}
#status ul li.titulo span {
	font-size: 1.2em;
	background: #ffa100 url(../img/fundo-status-destaque.png) top left repeat-y;
	display: block;
	position: absolute;
	height: 34px;
	line-height: 34px;
	position: relative;
	padding: 0 0 0 20px;
	max-width: 210px;
	color: #fff;
}
#status ul li.titulo span:before {
	position: absolute;
	left: -10px;
	top: -12px;
	background: #ec7000 url(../img/fundo-status-destaque-encaixe.png) top left no-repeat;
	content: '';
	width: 10px;
	height: 46px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#status ul li.titulo span:after {
	position: absolute;
	right: -15px;
	top: 0px;
	background: url(../img/fundo-status-destaque-ponta.png);
	content: '';
	width: 15px;
	height: 33px;
}
#status ul li ul {
	padding: 10px;
	margin: 10px 0 20px 30px;
	font-weight: normal;
	font-size: 0.83em;
	color: #787878;
}
#status ul li ul li {
	position: relative;	
}
#status ul li ul li .count {
	position: absolute;
	left: -45px;
	color: #961e23;
}
.boxItens {
	border-bottom: 3px solid #ff8c00;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	overflow: hidden;
}
.boxItens h3 {
	padding: 5px 10px 5px 30px;
	background: url(../img/fundo-bege-20.png);
	position:relative;
	display: inline-block;
}
.boxItens h3:before {
	width: 15px;
	height: 20px;
	background: url(../img/marcador.png) no-repeat;
	content: '';
	left: 3px;
	top: 6px;
	position: absolute;
	display: block;	
}
.boxItens .item {
	position: relative;
	width: 147px;
	float: left;
	text-align: center;
	margin: 8px;
}
.boxItens .item.primeiro {
	margin-left: 0;
}
.boxItens .item.ultimo{
	margin-right: 0;
}
.boxItens .item .areaFoto {
	width: 120px;
	height: 90px;
	overflow: hidden;
	position: relative;
	margin: 0px auto 8px auto;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);	
	border-radius: 8px;	
}
.boxItens .item .carregando {
	display: none;	
}
.boxItens .item select {
	display: block;
	width: 100%;
	margin: 5px 0 0 0;	
}
.boxItens .item .areaSabores {
	display: none;	
}
.boxItens .item .campoTexto {
	background: 0;
	border: 0;
	background: url(../img/fundo-campos.png) center center;
	height: 22px;
	border-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-family: "Humanst521BTRoman", Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	padding-left: 8px;
}
.boxItens .item .campoTexto.sabores {
	background: url(../img/fundo-campos-sabores.png) center center;
	color: #504137;
}
.boxItens .item .campoTexto.acompanhamentos {
	background: url(../img/fundo-campos-acompanhamentos.png) center center;
	color: #644b37;
}
.boxItens .item .campoTexto.extras {
	background: url(../img/fundo-campos-extras.png) center center;
	color: #554619;
}
.boxItens .item .campoTexto.bordas {
	background: url(../img/fundo-campos-bordas.png) center center;
	color: #694632;
}
.boxItens .item .campoTexto.brindes {
	background: url(../img/fundo-campos-brindes.png) center center;
	color: #415037;
}
.boxItens .item .campoTexto.brindesSabores {
	background: url(../img/fundo-campos-brindesSabores.png) center center;
	color: #464b3c;
}
.boxItens .item .botaoPedir {
	background: url(../img/fundo-botao-pedir.png) center center;
	height: 30px;
	color: #fff;
	border: 0;
	border-radius: 10px;
	display: block;
	width: 100%;
	margin: 5px 0;
	font-family: "Humanst521BTRoman", Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	padding-bottom: 4px;
	cursor: pointer;
}
.boxItens .item .botaoPedir.extras {
	margin-top: 25px;
}
.item .detalhe {
	font-size: 0.8em;
}
hr.divisor {
	margin: 10px 0;
	border-bottom: #000 dotted 1px;
}

.mais a {
	float: right;
	background: url(../img/fundo-botoes-laranja.png) top center repeat-x;
	padding: 2px 10px 2px 22px;
	border-radius: 8px;
	position: relative;
	margin-right: 5px;
}
.mais a, .mais a:before {
	color: #fff;	
}
.mais a:before {
	content: '+';
	position: absolute;
	left: 6px;	
}
.mais.itens a {
	position: absolute;
	z-index: 1;
	right: -4px;
	bottom: 40px;
}
#cardapio {
	width: 960px;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.categoria {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 9px rgba(3,3,3,0.3);	
	width: 180px;
	float: left;
	padding: 10px;
	min-height: 300px;
	margin: 0px 20px;
}
.categoria div.foto {
	position: relative;
	display: block;
	width: 180px;
	height: 260px;
	overflow: hidden;
	background: #efefef;
}
.categoria div.foto img.foto {
	display: none;	
}
.categoria a.linkImagem {
	
}
.categoria h4 a {
	position: absolute;
	max-width: 140px;
	min-width: 140px;
	padding: 4px 10px 4px 20px;
	background: #fefe00 url(../img/fundo-cardapio-destaque.png) top left repeat-y;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0px;
	min-height: 37px;
	max-height: 37px;
	line-height: 37px;
	font-size: 1.5em;
	color: #000;
}
.categoria h4 a:before {
	position: absolute;
	left: -10px;
	top: -17px;
	background: #eccc00 url(../img/fundo-cardapio-destaque-encaixe.png) top left no-repeat;
	content: '';
	width: 10px;
	height: 62px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.categoria h4 a:after {
	position: absolute;
	right: -15px;
	top: 0px;
	background: url(../img/fundo-cardapio-destaque-ponta.png);
	content: '';
	width: 15px;
	height: 45px;
}
.categoria p {
	text-align: center;	
}
.areaExtra {
	position: relative;
	padding-bottom: 24px;
}
.mais.itens a {
	position: absolute;
	z-index: 1;
	right: -4px;
	bottom: 0px;
}

#erroAutenticacao {
	position: absolute;
	width: 315px;
	right: 0px;
	top: 100px;
	padding: 4px 10px;
	text-align: center;
	background: #b40000;
	color: #fff;
	border: 1px solid #00321e;
	margin: -12px 0 10px 0;	
}