* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px verdana;
	background: url(../images/temp/bg.jpg) repeat-y top left #000;
}

#wrapper {
	background: url(../images/temp/background.jpg) no-repeat scroll bottom left;
}


/*body.delivery {
	background: url('../images/bg_delivery.jpg') repeat top left;
}*/
body.delivery #wrapper {
	height: 1360px;
	position: relative;
}
body.delivery #wrapper #footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
body.delivery #wrapper .deliveryRagazzo {
	width: 553px;
	font-size: 9px;
	height: 310px;
	padding-bottom: 0;
	margin-top: 10px;
}
#regrasDelivery {
	background-color: #9b0707;
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 10px;
}
#regrasDelivery h3{
	font-family: Georgia; font-weight: bold; text-transform: uppercase;  padding: 10px 0 0 10px; font-size: 12px;
}
#regrasDelivery h3:first-letter {
	font-size: 18px;
}
#regrasDelivery .fecharDelivery{
	position: absolute; top: 10px; right: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 15px;
}
ul, ol, dl {
	padding: 5px 5px 15px 25px;
}
img {
	border: none;
}
#wrapper {
	min-width: 1000px;
}
/* header *********************************** */
#header {
	background: #590505 url('../images/bg_pontilhado-y.gif') repeat-y 939px 0;
	height: 68px;
	padding-left: 470px;
	font-size: 10px;
	margin-bottom: 28px;
	position: relative;
	z-index: 20;
}
h1 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 115px;
	text-align: center;
	z-index: 99;
}
/* navegacao superior *********************************** */
#navExtra {
	background: url('../images/bg_pontilhado-x.gif') repeat-x 0 21px;
	padding: 0;
	padding-top: 10px;
	list-style: none;
	height: 12px;
}
#navExtra li {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}
#navExtra li a {
	display: block;
	background: url('../images/itens_nav_superior.gif') no-repeat 0 0;
	padding-top: 14px;
	height: 0!important;
	overflow: hidden;
	position: relative;
}
#navExtra li a.sobreEmpresa {
	background-position: 0 0;
	width: 85px;
}
#navExtra li:hover a.sobreEmpresa {
	background-position: 0 -14px;
}
#navExtra li a.noticias {
	background-position: -95px 0;
	width: 37px;
}
#navExtra li:hover a.noticias {
	background-position: -95px -14px;
}
#navExtra li a.faleConosco {
	background-position: -142px 0;
	width: 64px;
}
#navExtra li:hover a.faleConosco {
	background-position: -142px -14px;
}
#navExtra li a.bandeira{
	padding-top: 0;
	background: none;
	height: auto!important;
}
#navExtra li ul {
	position: absolute;
	top: 12px;
	left: -5px;
	list-style: none;
	padding: 0;
	background-color: #590505;
	width: 130px;
	padding: 5px;
	z-index: 99;
	display: none;
}
#navExtra li ul li {
	padding: 3px 0;
	display: block;
	width: 100%;
}
#navExtra li ul li a {
	padding-top: 0;
	height: auto!important;
	overflow: visible;
	background: none;
	color: #f8eed7;
	padding-left: 8px;
	background: url('../images/bullets_1.gif') no-repeat center left;
}
#navExtra li ul li a:hover {
	color: #e5bf61;
	background: url('../images/bullets_2.gif') no-repeat center left;
	text-decoration: none;
}
#navExtra li:hover ul {
	display: block;
}
/* menu principal  *********************************** */
#navPrincipal {
	position: absolute;
	top: 60px;
	left: 0;
	width: 645px;
	background-color: #590505;
	position: absolute;
	padding: 0 0 18px 115px;
	list-style: none;
	height: 18px;
}
#navPrincipal li {
	position: relative;
	float: left;
	padding-right: 22px;
}
#navPrincipal li a {
	display: block;
	background: url('../images/itens_nav_principal.gif') no-repeat 0 0;
	padding-top: 18px;
	height: 0!important;
	overflow: hidden;
}
#navPrincipal li a.cardapio {
	background-position: 0 0;
	width: 58px;
}

#navPrincipal li:hover a.cardapio {
	background-position: 0 -18px;
}
#navPrincipal li a.delivery {
	background-position: -68px 0;
	width: 57px;
}
#navPrincipal li:hover a.delivery {
	background-position: -68px -18px;
}
#navPrincipal li a.promocoes {
	background-position: -134px 0;
	width: 70px;
}
#navPrincipal li:hover a.promocoes {
	background-position: -134px -18px;
}
#navPrincipal li a.lojas {
	background-position: -214px 0;
	width: 33px;
}
#navPrincipal li:hover a.lojas {
	background-position: -214px -18px;
}
#navPrincipal li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: -5px;
	list-style: none;
	padding: 0;
	background-color: #590505;
	width: 130px;
	padding: 5px;
}
#navPrincipal li ul li {
	padding: 3px 0;
	display: block;
	width: 100%;
}
#navPrincipal li ul a {
	padding-top: 0;
	height: auto!important;
	overflow: visible;
	background: none;
	color: #f8eed7;
	padding-left: 8px;
	background: url('../images/bullets_1.gif') no-repeat center left;
}
#navPrincipal li ul a:hover {
	color: #e5bf61;
	background: url('../images/bullets_2.gif') no-repeat center left;
	text-decoration: none;
}
#navPrincipal li:hover ul {
	display: block;
}
#pularConteudo {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	text-indent: -600em;
	width: 1000px;
}
/* estrutural  *********************************** */
#container {
	margin-left: 21px;
	position: relative;
	z-index: 10;
	width: 739px;
}
/* footer  *********************************** */
#footer {
	height: 14px;
	background-color: #590505;
	width: 100%;
	clear: both;
	padding: 3px 0;
	margin-top: 150px;
}
#footer span.direitosReservados {
	background: url('../images/itens_rodape.gif') no-repeat 0 0;
	display: block;
	width: 145px;
	padding-top: 14px;
	height: 0!important;
	overflow: hidden;
	float: left;
	margin-left: 23px;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin-left: 310px;
}
#footer ul li {
	display: block;
	float: left;
	padding: 0 5px 0 7px;
	background: url('../images/bullets_3.gif') no-repeat center left;
}
#footer ul li.firstChild {
	background: none;
	padding-left: 5px;
}
#footer ul li a {
	display: block;
	background: url('../images/itens_rodape.gif') no-repeat 0 0;
	padding-top: 14px;
	height: 0!important;
	overflow: hidden;
	float: left;
}
#footer ul li a.imprensa {
	background-position: -155px 0;
	width: 47px;
}
#footer ul li a.imprensa:hover, #footer ul li a.imprensa.on{
	background-position: -155px -14px;
}
#footer ul li a.franquias {
	background-position: -212px 0;
	width: 49px;
}
#footer ul li a.franquias:hover, #footer ul li a.franquias.on{
	background-position: -212px -14px;
}
#footer ul li a.termosLegais {
	background-position: -271px 0;
	width: 69px;
}
#footer ul li a.termosLegais:hover, #footer ul li a.termosLegais.on{
	background-position: -271px -14px;
}
#footer ul li a.politicaPrivacidade {
	background-position: -350px 0;
	width: 114px;
}
#footer ul li a.politicaPrivacidade:hover, #footer ul li a.politicaPrivacidade.on{
	background-position: -350px -14px;
}
#footer ul li a.areaExclusiva {
	background-position: -475px 0;
	width: 74px;
}
#footer ul li a.areaExclusiva:hover, #footer ul li a.areaExclusiva.on{
	background-position: -475px -14px;
}
/* home estrutural *********************************** */
#container.home {
	margin-top: -28px;
}
#destaquePrincipalHome {
	width: 918px; height: 372px;
}
.homeDestaques {
	width: 607px;
	position: relative;
	font-size: 9px;
	height: auto;
}
.homeDestaques .prato{
	height: 130px;
}

.destaquesRight {
	float: right;
	width: 359px;
	margin-top: 0;
}

.destaquesLeft {
	width: 238px;
}
/* destaque delivery */
.deliveryRagazzo {
	background-color: #8C0505;
	position: relative;
	padding-bottom: 14px;
	color: #FFF;
}
.deliveryRagazzo h2, .home h2 {
	width: auto;
	padding: 0;
	background: none;
}
.deliveryRagazzo h2{
	font-size: 12px; padding: 10px 5px 0 10px; margin-bottom: -4px;
	font-family: Georgia; font-weight: bold; text-transform: uppercase; 
}
.deliveryRagazzo h2:first-letter {
	font-size: 18px;
}

.telefone-delivery {margin-bottom: 13px}

.deliveryRagazzo .texto{
	font-size: 12px; font-family: Georgia; font-weight: bold; text-transform: uppercase;
}
.deliveryRagazzo p.texto img, .deliveryRagazzo p.texto span{
	vertical-align: bottom;
}

.deliveryRagazzo p {
	padding: 12px 10px 0 10px; 
	width: 340px;
}
.deliveryRagazzo a.facaPedido {
	margin-top: 15px;
	display: block;
	background: url('../images/botoes/facaPedidoOnline.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
.deliveryRagazzo a.facaPedido:hover {
	background-position: 0 -56px;
}
.deliveryRagazzo .selo {
	position: absolute;
	top: 0;
	right: 0;
}
/* pratos mais pedidos */
.pratosMaisPedidos, .pratosMaisPedidos .pratos {
	float: left;
	background-color: #f7e1af;
}
.pratosMaisPedidos h2{
	clear: both; padding-top: 10px;
	padding-left: 10px;
	font: normal normal bold 12px Georgia;
	text-transform: uppercase;
	color: #2e2207;
	margin-bottom: -4px;
}
.pratosMaisPedidos h2:first-letter {
	font-size: 18px;
}
.pratosMaisPedidos h3 {
	float: left;
	width: 197px;
	padding-left: 10px;
	padding-top: 8px;
	height: 20px;
	font: normal normal bold 10px Georgia;
	text-transform: uppercase;
	background-color: #cfac66;
	margin: 1px 0;
	color: #2e2207;
}
.pratosMaisPedidos h3:first-letter {
	font-size: 14px;
}
.pratosMaisPedidos a.facaPedido {
	display: block;
	background: url('../images/botoes/facaPedidoOnline.gif') no-repeat 0 -28px;
	/*text-indent: -5000px;*/
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	/*height: 28px;*/
	overflow: hidden;
	margin: 1px 0;
}
.pratosMaisPedidos a.facaPedido:hover {
	/*background-position: 0 -56px;*/
}
/* destaque cardapio */
.destaqueConfiraMassas {
	background-color: #fd8700;
	padding: 10px 0 14px 0;
	color: #eae1ca;
}
.destaqueConfiraMassas p {
	padding: 0 10px 10px 10px;
}
.destaqueConfiraMassas a.saibaMais {
	background: url('../images/botoes/saibaMais.gif') no-repeat 0 -84px;
}
.destaqueConfiraMassas a.saibaMais:hover {
	background-position: 0 -112px;
}
/* destaque confira nossas lojas */
.destaqueConfiraLojas {
	margin-top: 10px;
}

.destaqueConfiraLojas, .confiraLojas{
	background-color: #103522;
	padding: 10px 0 14px 0;
	color: #bac79c;
}

.destaqueConfiraLojas p, .confiraLojas p, .destaqueConfiraMassas p {
	padding: 0 10px 0 10px;
}
a.saibaMais {
	margin-top: 19px;
	display: block;
	background: url('../images/botoes/saibaMais.gif') no-repeat 0 -56px;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
a.saibaMais:hover {
	background-position: 0 -112px;
}

a.buscar {
background:transparent url(../images/botoes/buscar.gif) no-repeat scroll left -28px;
display:block;
height:0pt !important;
margin-top:19px;
overflow:hidden;
padding-top:28px;
width:142px;
}
a.buscar:hover {
background:transparent url(../images/botoes/buscar.gif) no-repeat scroll left top;
}

/* tÃ­tulo internas ********** */
h2 {
	width: 739px;
	padding: 32px 0 27px 0;
	min-height: 30px;
	height: auto!important;
	height: 30px;
	background: url('../images/bg_titulo.gif') repeat top left;
}
.breadcrumbs{
	position: absolute; top: 10px; left: 10px; font: 10px Tahoma; color: #000; font-weight: bold;
}
.breadcrumbs a{
	color: #000;
	padding-right: 8px;
	background: url('../images/bullets_2.gif') no-repeat center right; font-weight: normal;
}

/* nav h2 */
h2.subTitulo{

}
h2.subTitulo .subTituloItem{
	padding: 10px 0 0 10px; 
	margin-bottom: 0;
}

ul#navSub {
	padding: 0;
	list-style: none;
	height: 18px;
}

ul#navSub.imagem{
	padding-bottom: 15px;
}

ul#navSub li {
	display: inline;
}

ul#navSub li a {
	display: block;
	float: left;
	padding-top: 18px;
	height: 0!important;
	overflow: hidden;
	background: url(../images/itens_nav_franquia.gif) no-repeat 0 0;
	margin-right: 10px;
}
ul#navSub li a.sobreRede {
	background-position: 0 0;
	width: 85px;
}
ul#navSub li a.sobreRede:hover, ul#navSub li a.sobreRede.on {
	background-position: -145px 0;
	width: 85px;
}
ul#navSub li a.apoioFranqueado {
	background-position: 0 -18px;
	width: 141px;
}
ul#navSub li a.apoioFranqueado:hover, ul#navSub li a.apoioFranqueado.on {
	background-position: -145px -18px;
	width: 141px;
}
ul#navSub li a.investimento {
	background-position: 0 -36px;
	width: 93px;
}
ul#navSub li a.investimento:hover, ul#navSub li a.investimento.on {
	background-position: -145px -36px;
	width: 93px;
}
ul#navSub li a.cadastro {
	background-position: 0 -54px;
	width: 67px;
}
ul#navSub li a.cadastro:hover, ul#navSub li a.cadastro.on {
	background-position: -145px -54px;
	width: 67px;
}

/* destaque internas ********** */
.destaqueSuperior {
}
/* home de cardapios *********************************** */
.listaHomeCardapio ul{
	padding: 0;
	width: 618px;
	list-style: none;
	font-size: 1px;
	padding-top: 10px;
}
.listaHomeCardapio ul li {
	float: left;
	padding: 0 10px 10px 0;
}

.listaHomeCardapio ul li  p{margin-top: -1px;}

/* interna de cardapios  *********************************** */
.carrosselPratos {
	width: 710px;
	background-color: #ebd7a8;
	margin-top: 10px;
	padding: 7px 0 10px 30px;
}
.itemCarrossel {
	width: 196px;
	height: 200px;
	overflow: hidden;
	background: url('../images/carrossel/carrossel_bg.gif') no-repeat bottom left;
	padding: 4px 5px 5px 5px;
	float: left;
	margin: 0 28px 10px 0;
}
.itemCarrossel a {
	display: block;
	position: relative;
	width: 196px;
	height: 200px;
	text-decoration: none!important;
}
.itemCarrossel a img {display: block;}

.itemCarrossel a span.txt, .listaHomeCardapio li p {
	display: block;
	width: 186px;
	padding-left: 10px;
	height: auto;
	overflow: hidden;
	font: normal normal bold 10px/28px Georgia;
	text-transform: uppercase;
	background-color: #d5ae62;
	margin-top: 1px;
	color: #2c1609;
}

.itemCarrossel a span.txt {
	position: relative;
	top: 0;
	padding: 5px 0 5px 10px;
	line-height: 18px;
}

.listaHomeCardapio li p {
	height: 14px
}
	
.itemCarrossel a span:first-letter {
	font-size: 14px;
}

.bgCarrossel {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/carrossel/background_over.png');
	width: 100%;
}
.bgCarrossel[class] {
	background: url('../images/carrossel/background_over.png') repeat center center;
}
/* produto */
.produto {
	width: 607px;
	margin-top: 10px;
	font-size: 9px;
}
.produto .infosPrato small {
	font-size: 9px;
	color: #b0a380;
	display: block;
	margin-left: 10px;
}
/* template 1 foto a esquerda conteÃºdo a direita*/
.produto.template1 .imagem {
	float: left;
}

.template1, .template2 {
	width: 610px;
	#width: 607px;
}

.produto.template1 .infosPrato {
	float: right;
	margin-left: -1px;
}
.produto.template1 .tabelaNutricional{
	float: right;
}

.clearright {clear: right;}

/* template 1 conteudo a esquerda foto a direita*/
.produto.template2 .imagem {
	float: left;
}
.produto.template2 .imagem .selo {
	right: 0;
}
.produto.template2 .infosPrato {
	float: right;
	/*margin-right: -1px;*/
}
.produto.template2 .tabelaNutricional {
	float: right;
}
.produto.template3 .imagem {
	float: none;
	padding: 10px 10px 10px 0;
}
.produto.template3 .infosPrato {
	width: 369px;
	float: left;
}

.produto.template3 .right {
/*	bottom: auto;
	right: auto;
	top: 0;
	left: 50%;
	margin-left: -110px;*/
	float: right;
	width: 238px;
}
.produto.template3 .tabelaNutricional{
	float: right;
}
.produto .imagem {
	padding: 10px 10px 10px 0;
	background-color: #f5f0e4;
	/*position: relative;*/
}
.produto .imagem .selo {
	position: absolute;
	top: 10px;
	right: 10px;
}
.produto .infosPrato {
	width: 238px;
	background-color: #f5f0e4;
	color: #533810;
}
.produto .infosPrato h3 {
	padding: 5px 10px 0 10px;
	font: normal normal bold 10px/30px Georgia;
	text-transform: uppercase;
	color: #2f2205;
	line-height: normal;
	margin-bottom: 12px;
}
.produto .infosPrato h3:first-letter {
	font-size: 16px;
}
/*.produto .infosPrato h3 {
	padding-left: 10px;
	height: 30px;
	font: italic normal normal 12px/30px Georgia;
	text-transform: uppercase;
	color: #2f2205;
}
.produto .infosPrato h3:first-letter {
	font-size: 16px;
}*/
.produto .infosPrato p {
	padding: 0 10px 10px 10px;
}
.produto .infosPrato a.vejaTabela {
	margin-bottom: 15px;
	display: block;
	background: url('../images/botoes/tabelaNutricional.gif') no-repeat 0 0;
	width: 150px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
.produto .infosPrato a.vejaTabela:hover {
	background-position: 0 -28px;
}
.produto .tabelaNutricional {
	background-color: #320101;
	color: #d4b97a;
	/*position: absolute;
	bottom: 10px;
	right: 10px;*/
	width: 238px;
	position: relative;
/*	z-index: 99;*/
	
	display: none;
}
.tabelaNutricional p{
	font-weight: bold; font-size: 10px; font-family: Georgia; padding: 10px 0 10px 10px; background-color: #320101; width: 228px;
	position: relative; text-transform: uppercase;
}
.tabelaNutricional p .fecharTabela{
	position: absolute; top: 10px; right: 10px; width: 10px;
}

#tabelaNutricional {overflow: hidden}

#tabelaNutricional div {display: none}

#tabelaNutricional a:link, #tabelaNutricional a:hover, #tabelaNutricional a:active, #tabelaNutricional a:visited {
	color: #d4b97a;
	text-decoration: none;
}

#tabelaNutricional table {
	width: 270px;
}

#tabelaNutricional p em {font-size: 9px}

.tabelaNutricional table {
	margin: 0 10px 10px 0;
	font-size: 9px;
}
.tabelaNutricional table caption {
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	color: #e3bc5c;
}
.tabelaNutricional table th {
	width: 75px;
	text-align: left;
	color: #e3bc5c;
	padding-left: 10px;
}
.tabelaNutricional table td {
	width: 45px;
}
/*destaque delivery*/
#right {
	width: 238px;
	float: right;
}

.destaqueDelivery {
	width: 238px;
	background-color: #8C0505;
	padding-bottom: 14px;
	color: #FFF;
	font-size: 9px;
	font-family: Tahoma;
}

.destaqueDelivery h4 {clear: both}

.destaqueDelivery p {
	padding: 0 10px 10px 10px;
	background-color: #8C0505!important;
}

.destaqueDelivery a.facaPedido {
	display: block;
	background: url('../images/botoes/facaPedidoOnline.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
.destaqueDelivery a.facaPedido:hover {
	background-position: 0 -56px;
}
/* monte sua salada */
.produto.monteSalada .infosPrato {
	width: 299px;
}
.monteSalada .destaqueDelivery {
	width: 299px;
}
/* ingredientes */
.monteSalada .ingredientes {
	background-color: #efe7d4;
	margin: 0 10px 10px 0;
}
.monteSalada .ingredientes ul {
	list-style-image: url('../images/bullets_4.gif');
	float: left;
}
/* promoÃ§oes home */
.homePromocoes {
	width: 607px;
	margin-top: 10px;
}
.homePromocoes .destaquesLaterais {
	width: 238px;
	float: left;
}
.homePromocoes .deliveryRagazzo {
	clear: both;
	font-size: 9px;
}
.homePromocoes .destaquesLateraisRight {
	background-color: #f8e4b5;
	width: 359px;
	float: right;
	padding-bottom: 0;
}
.homePromocoes .destaqueUm {
	width: 238px; overflow: hidden;
}
.homePromocoes .destaqueUm a.saibaMais {
	display: block;
	background: url('../images/botoes/saibaMais.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
	margin-top: 1px;
	position: absolute;
	left: 0;
	top: 190px;
}
.homePromocoes .destaqueUm a.saibaMais:hover {
	background-position: 0 -112px;
}
.homePromocoes .destaqueDois {
	margin-top: 10px;
}
.homePromocoes .destaqueTres {
	margin-top: 15px;
}
.homePromocoes .destaqueDois a.saibaMais {
	display: block;
	background: url('../images/botoes/saibaMais.gif') no-repeat 0 -28px;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
	margin-top: 1px;
	float: right;
	margin-right: 10px;
}
.homePromocoes .destaqueDois a.saibaMais:hover {
	background-position: 0 -112px;
}
.homePromocoes h3 {
	background-color: #fdb201; margin-top: 1px; padding-left: 5px; font-size: 10px; font-family: georgia; text-transform: uppercase; font-weight: bold;
	width: 202px;
}
.homePromocoes h3:first-letter {
	font-size: 16px;
}
/* promocoes home da promocao */
/*.promocaoDetalhes h4 {
	font: italic normal normal 11px Georgia;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.promocaoDetalhes h4:first-letter {
	font-size: 16px;
}*/
#promocaoDetalhes img.promocaoDetalhes {
	margin: -10px -10px 10px -10px;
}
#promocaoDetalhes p {
	padding-bottom: 10px;
}
#promocaoDetalhes h5 {
	float: left;
	width: 210px;
	padding-left: 10px;
	height: 28px;
	font: normal normal bold 10px/28px Georgia;
	text-transform: uppercase;
	background-color: #d8c2a9;
	margin: 1px -10px;
	color: #42290a;
}
#promocaoDetalhes h5 strong {
	font-size: 14px;
	text-transform: lowercase;
	font-weight: normal;
}
#promocaoDetalhes a.vejaRegulamento {
	display: block;
	background: url('../images/botoes/vejaRegulamento.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
	float: left;
	margin: 1px 0;
}
#promocaoDetalhes a.vejaRegulamento:hover {
	background-position: 0 -28px;
}
a.fechar {
	display: block;
	background: url('../images/botoes/fechar.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
#regrasDelivery a.fechar {
	background-position: 0 -28px;
}
a.fechar:hover, #regrasDelivery a.fechar:hover {
	background-position: 0 -56px;
}
a.voltar {
	display: block;
	background: url('../images/botoes/voltar.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
a.voltar:hover {
	background-position: 0 -28px;
}
/* contato */
.decoraSimples {
	padding: 10px 10px 10px 0;
	background-color: #f5f0e4;
	margin: 10px 0 -10px 0;
	width: 590px;
}
.simples {
	width: 362px;
	margin-top: 10px;
	float: left;
	font-size: 9px;
	position: relative;
	color: #564114;
}
.simples a {
	color: #564114;
}
.extra {
	background-color: #f5f0e4;
	padding: 10px;
}
.simples.extra {
	width: 342px;
}
.simples.extra.decoraSimples{
	padding-top: 0;
}
.simples h3 {
	/*	font: italic normal normal 12px Georgia;
	text-transform: uppercase;
*/	margin: 1px 0 10px 0;
	font-size: 13px;
	/*color: #2e2207;*/
}
/*.simples h3:first-letter {
	font-size: 16px;
}*/
.simples .decoracaoImagem {
	margin-left: -10px;
	margin-bottom: 10px;
}
.aEmpresa {
	background-color: #f5f0e4;
	padding: 10px;
	width: 342px;
}
.oGrupo {
	color: #c8e0b8;
	background-color: #103522;
	padding: 10px;
	width: 342px;
	margin-top: 10px;
}
.oGrupo strong {
	font-size: 12px;
}
.oGrupo a{
	color: #c8e0b8;
}
.oGrupo a.saibaMais {
	margin-top: 0!important;
}
.simples.oGrupo {
	background-color: #f5f0e4;
	color: #564114;
}
.simples.oGrupo a{
	color: #564114;
}

.sobre-left {
	width: 365px;
	float: left
}

.simples.oGrupo2 {
	background-color: #133e2b;
	color: #c8e0b8;
	padding:10px 0pt 0pt 10px;
	width:353px;
}

.simples.oGrupo2 a{
	color: #c8e0b8;
}
.aEmpresaLateral {
	float: right;
}

.aEmpresaLateral p {
	padding: 10px 10px 10px 10px;
	background-color: #f3e3c2;
	display: block;
}
.aEmpresaLateral strong {
	font-size: 13px;
}
.aEmpresaLateral p.on {
	background-color: #f0dbaf;
}

.aEmpresaLateral a {
	color: #50360f;
}
.aEmpresaLateral a b {
	background: url('../images/bullets_5.gif') no-repeat center left;
	padding-left: 8px;
	margin-top: 5px;
	display: block;
}
.oGrupo a.saibaMais {
	margin-left: -10px;
	margin-top: 15px;
}
.contato b {
	color: #7d0303;
	font-weight: normal;
}

.contato legend {
	display: none;
}
.contato label {
	display: block;
	padding-left: 6px;
	margin-top: 10px;
	background: url(../images/bullets_5.gif) no-repeat center left;
}

.contato input, .contato textarea {
	background-color: #d3bf96;
	width: 281px;
	border: none;
	font: 9px verdana;
	padding: 5px;
	margin-top: 3px;
}
.contato textarea {
	height: 80px;
}
.contato form {
	width: 286px;
}
/*a.enviar {*/
.contato input.bt-enviar {
	display: block;
	width: 142px;
	height: 28px;
	background: url('../images/botoes/enviar.gif') no-repeat 0 0;
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 20px;
}
a.enviar:hover {
	background-position: 0 -28px;
}
.simplesLateral {
	width: 238px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	font: 10px Tahoma;
	position: relative;
}
.simplesLateral.decoraSimplesLateral {
	padding-left: 0;
}
.servicos {
	margin-bottom: 10px;
	background-color: #0d2c1a;
	color: #d0e3ba;
}
.servicos p {
	padding: 0 10px 10px 10px;
}
.servicos h4 {
}
.servicos p.telefone {
	background: #0a2215 url('../images/bg_telefone.jpg') no-repeat top left;
	border-bottom: 1px solid #103522;
	color: #cfe2b9;
	min-height: 52px;
	padding: 18px 0 0 65px;
} * html .servicos p.telefone {height: 52px;}

.servicos p.email {
	background: #06180e url('../images/bg_email.jpg') no-repeat top left;
	padding-top: 20px;
	min-height: 48px;
	color: #d0e3ba;
	padding: 20px 0 0 65px;
} * html .servicos p.email {height: 48px;}

/* press releases */
ul.pressReleases {
	list-style: none;
	padding: 0;
	color: #35280b;
}
ul.pressReleases a {
	color: #35280b;
}
ul.pressReleases li {
	padding-bottom: 5px;
	padding-left: 8px;
	background: url('../images/bullets_5.gif') no-repeat 3px 5px;
}
ul.paginacao {
	list-style: none;
	padding: 0;
	text-align: center;
	padding-top: 10px;
}
ul.paginacao li {
	display: inline;
	font-size: 9px;
}
ul.paginacao, ul.paginacao a {
	color: #533810;
}
ul.paginacao a {
	border: 1px solid #533810;
	border-color: transparent #533810 transparent transparent;
	padding-right: 3px;
}
ul.paginacao li.on, ul.paginacao li.on a {
	color: #ac7809;
	font-weight: bold;
}
ul.paginacao li.anterior {
	padding-left: 5px;
	background: url('../images/bullets_5_1.gif') no-repeat center left;
}
ul.paginacao li.proxima a {
	border-color: transparent;
	padding: 0;
}
ul.paginacao li.proxima {
	padding-right: 5px;
	background: url('../images/bullets_5.gif') no-repeat center right;
}
.downloads {
	background-color: #6a7358;
	margin-bottom: 10px;
}
.downloads ul {
	padding: 0;
	list-style: none;
}
.downloads ul li {
	background-color: #4e604b;
	margin-bottom: 1px;
}
.downloads ul li a {
	display: block;
	padding: 10px;
	color: #d0e3ba;
}
.downloads ul li.other {
	background-color: #3f4d3d;
}
p.data {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
}
.decoracaoRelease {
	margin: 0 -10px 10px -10px;
}
p.botoes {
	margin-left: -10px;
}
.franquiaCadastro input, .franquiaCadastro select {
	background-color: #d3bb8f;
	border: none;
	padding: 5px 1px;
	font: 9px verdana;
}
.franquiaCadastro td {
	padding-bottom: 5px;
}
.franquiaCadastro .botoesEnviar {
	text-align: right;
}
.imagemDecorativa {
	margin-left: -10px;
	margin-bottom: 10px;
}
/* lojas */
.formLojas th {
	text-align: left;
	background: url(../images/bullets_5.gif) no-repeat center left;
	padding: 5px;
}
.formLojas select {
	background-color: #cdb488;
	border: none;
	font: 10px tahoma;
	padding: 4px;
	width: 190px;
}
.formLojas td {
	padding: 2px;
	vertical-align: top;
	width: 50%;
}
.formLojas .checkbox {
	vertical-align: middle;
	border: none;
	background-color: transparent;
}
/* resultados */
.resultados {
	background-color: #e0d4b6;
	margin: 0 -10px -10px -10px;
}
.resultados.interna{
	margin-bottom: 10px;
}
.resultados h4, .lojaIndividual h4{
	text-transform: uppercase;
	background-color: #d3bb8f;
	padding: 10px 15px;
	color: #261304;
	font-size: 9px;
}
.lojaIndividual h4{
	margin: 0 -10px 10px -10px;
}
.resultados p {
	border-bottom: 1px solid #eae0c9;
	padding: 15px 20px;
	background: url(../images/bullets_5.gif) no-repeat 15px 20px;
}
.resultados strong {
	background: url(../images/bullets_6.gif) no-repeat center right;
	padding-right: 10px;
	color: #820404;
}
.resultados strong a{
	color: #820404; 
}
.resultados p.resultado strong {
	background-image: none;
}
/* resultados loja */
.imagemLoja {
	margin-top: 10px;
}
.lojaIndividual{
	background-color: #dcd1b5; color: #2f2205;
	margin: 0 -10px -10px -10px; padding: 0 10px 10px 10px;
}
.lojaIndividual p{
	padding-left: 10px;
}
.lojaIndividual p.titulo{
	padding-bottom: 0;
}
.lojaIndividual p.titulo strong{
	color: #820404;
	padding-left: 5px; margin-left: -5px;
	background: url(../images/bullets_5.gif) no-repeat center left;
}

.lojaPossui {
	background-color: #d3bf96;
	padding-bottom: 10px;
	margin-left: -10px; 
}
.lojaPossui p {
	font-weight: bold;
	padding: 10px 15px;
	color: #221603;
}
.lojaPossui ul {
	list-style: none;
	padding: 0 15px;
}
.lojaPossui ul li {
	width: 40%;
	float: left;
	color: #231603;
	background: url(../images/bullets_5.gif) no-repeat 0 5px;
	padding-left: 5px;
}

.noticiasLateral{
	background-color: #dfd7ad;
	padding: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.noticiasLateral h4{
	position: relative;
	padding-right: 70px;
	font-size: 9px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.noticiasLateral h4 span,
.noticiasHome h3 span{
	color:#8a7e39;
	position: absolute;
	top: 0;
	right: 0;
}
.noticiasLateral p{
	color: #5f5f23;
}
.noticiasLateral a span.mais,
.noticiasHome a span.mais{
	color: #35350f;
	font-weight: bold;
	background: url('../images/bullets_5.gif') no-repeat center left;
	padding-left: 8px;
	margin-top: 5px;
	display: block;
}
.noticiasLateral a,
.noticiasHome a{
	color: #35350f;
}
.noticiasHome h3{
	position: relative; 
	padding-right: 70px; 
	font-size: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}
.noticiasHome p{
	color: #453106;
}
.noticiasLateral.mais h4{
	padding: 0; 
	margin: 0; 
	font-weight: normal;
}
.noticiasLateral.mais h4 span{
	position: static;
	color: #35280b;
	font-weight: bold;
}
.simples.extra.noticias h3{
	font-size: 9px;
	font-weight: bold;
}

#regulamento{
	clear: both; display: none;
}


a.voltarHome {
	margin-top: 5px;
	display: block;
	background: url('../images/botoes/voltar_home.gif') no-repeat 0 0;
	width: 142px;
	padding-top: 28px;
	height: 0!important;
	overflow: hidden;
}
a.voltarHome:hover{
	background-position: 0 -28px;
}


/* coisas que os designers não fizeram */
.subtitulo {
  color: #49371e;
  font-size: 8pt;
  font-family: Georgia;
  padding-left: 13px;
  width: 597px;
}

.aEmpresaLateral p strong{ display: block; font-size: 10px; font-family: Georgia; font-weight: bold; color: #50360f; text-transform: uppercase; }
.aEmpresaLateral p strong:first-letter { font-size: 14px; }


.destaqueDelivery h4, .servicos h4, .downloads h4, .destaqueConfiraLojas h4, .simples.extra h3, .destaqueConfiraMassas h4{padding: 10px 0 5px 10px; font-size: 10px; font-family: Georgia; font-weight: bold; text-transform: uppercase; } 
.destaqueDelivery h4:first-letter , .servicos h4:first-letter , .downloads h4:first-letter , .destaqueConfiraLojas h4:first-letter , .simples.extra h3:first-letter , .destaqueConfiraMassas h4:first-letter { font-size: 14px; }
.destaqueConfiraLojas h4, .destaqueConfiraMassas h4{ padding: 10px 0 5px 10px; }

.destaqueDelivery p.texto strong, .servicos p.telefone strong{ font-size: 12px; font-family: Georgia; font-weight: bold; text-transform: uppercase; }

.simples.extra h3{ padding: 0; }

.simples.extra h3 span{ text-transform: none; font-family: verdana; }

.noticiasLateral p.tit{ font-size: 10px; font-family: Georgia; font-weight: bold; text-transform: uppercase; }
.noticiasLateral p.tit:first-letter { font-size: 14px; }

.simples.extra .listaLocalidade {
margin:0pt -10px -10px;
width:362px;
}
.simples.extra .listaLocalidade h3 {
background:#D8C194 none repeat scroll 0%;
color:#241204; 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:9px;
margin:0pt;
padding:5px 16px;
}
.simples.extra .listaLocalidade ul {
padding:0pt;
}
.simples.extra .listaLocalidade li {
border-top:1px solid #E5DAC3;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-2px 0pt;
padding:20px 16px;
}
.simples.extra .listaLocalidade li.even {
background:transparent url(../images/bg1_lista_localidade.gif) repeat-y scroll 0%;
}
.simples.extra .listaLocalidade li.odd {
background:transparent url(../images/bg2_lista_localidade.gif) repeat-y scroll 0%;
}
.simples.extra .listaLocalidade li h4 {
background:transparent url(../images/bullets_5.gif) no-repeat scroll left 5px;
color:#630202; 
padding-left:8px;
}
.simples.extra .listaLocalidade li div {
padding-left:8px;
}

