
*
{
    margin: 0;
    padding: 0;
}

body {
	background: url(../images/fundoSite.png) left top repeat #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333;
}

a
{
    color: #B20000;
    text-decoration: none;
}

img
{
    border: none;
}

p
{
    margin-bottom: 10px;
}

ul
{
    margin: 0 0 20px 20px;
    padding: 0;
}

h1
{
    font-weight: normal;
    font-size: 24px;
    color: #F77B00;
    margin: 0 0 20px 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear
{
    clear: both;
    height:0;
    overflow: hidden;
}

/* Clear Fix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }


/* PADROES DA AGÊNCIA, NÃO PRECISA ALTERAR NADA */
.clear { height:0; overflow:hidden; visibility:hidden; clear:both; font-size:1px; }
.tab { padding:5px; border: 1px dashed #C0C0C0; }
.tabSB { padding:0px; border: 0px; }
.tabhea { background-color:#666; font-weight: bold; color:#F7F7F7; padding:5px; vertical-align:top; text-align:center; font-size:14px; }
.hea { background-color: #F7F7F7; font-weight: bold; color:#000; padding:5px; vertical-align:top; }
.lab { padding-right:10px; text-align:left; padding-top:4px; padding-bottom:4px; }
.dat { padding-top:4px; padding-bottom:4px; }
.cou { background-color: #F4F4EC; color:#666; padding:5px; text-align:center; font-size:9px; }
.foo { background-color: #F7F7F7; font-weight: bold; padding:5px; }
.off { filter:alpha(opacity=30); opacity:0.3 }
.aviso, .avisoOK, .erro { border:1px dashed #CCC; text-align:center; padding:10px; font-size:12px; font-weight:bold; margin-bottom: 10px; }
.aviso { background-color:#FFFFCC; color:#F60; }
.avisoOK { background-color:#DDFDBD; color:#060; }
.erro { background-color:#FFDDDE; color:#600; }
.rad10 { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.rad05 { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rad10S { border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.rad10I { border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; }
.rad05S { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.rad05I { border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
.fundoTransparente { background-color: rgba(22, 21, 17, 0.75); /* R G B Alpha */ filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cc161511', EndColorStr='#cc161511'); /* Alpha R G B */ }
.margemCima { margin-top: 20px; }
.margemBaixo { margin-bottom: 20px; }
.fLargo{ width:275px; }
.fGigante{ width:600px; }
.fGigante8{ width:800px; }
.fMedio{ width:125px; }
.fCurto{ width:50px; }
.tabela { padding:2px; border: 1px dashed #C0C0C0; }
.linhaTituloGr { background-color: #333; font-weight: bold;	color:#FFFFFF; padding:2px; text-align:center; font-size:16px; }
.linhaTitulo { background-color: #888; font-weight: bold; color:#FFF; padding:2px; vertical-align:top; }
.linhaDados { padding:2px; border-bottom: 1px dotted #C0C0C0; vertical-align:middle; }
.linhaDadosDestaque { padding:2px; border-bottom: 1px dotted #C0C0C0; vertical-align:top; background-color:#FFC; }
.linhaContador { background-color: #F0F0F0; font-weight: bold; color:#333; padding:2px; text-align:center; vertical-align:top; }
.linhaTotal { background-color: #F0F0F0; font-weight: bold; padding:2px; }
.cen { text-align:center; }
.rig { text-align:right; }
.lef{ text-align:left; }
.jus{ text-align:justify; }
.destaque { color: #D80000; }


/* Estrutura */
#pagina
{
	width: 882px;
	margin: 0 auto;
	text-align: left;
}


.cabecalho
{
	position:relative;
	margin-bottom: 40px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

.logo
{
    position:absolute;
    left: 0;
    top: 30px;
    z-index:2;
}

#saudacao
{
	position: absolute;
	top: 20px;
	right: 295px;
	font-size: 11px;
	text-align: right;
    z-index:2;
}

.cesta
{
    position:absolute;
    right: 158px;
    top: 20px;
    width:134px;
    height:55px;
    background:url(../images/minhaSacola.png) no-repeat;
    z-index:2;
}

#contador
{
    color: #999;
    text-align:right;
    margin: 20px 20px 0 0;
    font-size: 13px;
}

#contador a
{
	color: #999;
}

.calculadora
{
    position:absolute;
    right: 114px;
    top: 20px;
    z-index:3;
}
.insta
{
    position:absolute;
    right: 54px;
    top: 20px;
    z-index:3;
}
.face
{
    position:absolute;
    right: 0;
    top: 20px;
    z-index:3;
}

.menuSupArea
{
	position: relative;
	float:left;
	width: 100%;
    	padding-top:100px;
	overflow: hidden;
	z-index:1;
}

.home .menuSupArea
{
    padding-top:120px;
}

.menuSup,
.menuSupHome
{
	position:relative;
	left:50%;
	margin: 0;
    list-style:none;
    display:inline;
    float: left;
}

.menuSup li,
.menuSupHome li
{
	position:relative;
	right:50%;
    margin: 0;
    list-style: none;
    display:inline;
    float:left;
}

.menuSup li
{
	height: 36px;
    padding: 0 21px 0 18px;
    background: url(../images/linhaDivisaoMenuMenor.png) no-repeat left center;
	line-height: 36px;
}

.menuSupHome li
{
	height: 46px;
    padding: 0 30px 0 27px;
    background: url(../images/linhaDivisaoMenu.png) no-repeat left center;
	line-height: 46px;
}

.menuSup li.primeiro,
.menuSupHome li.primeiro
{
	padding-left: 0 !important;
    background:none !important;
}

.menuSup li.ultimo,
.menuSupHome li.ultimo
{
	padding-right: 0;
}

.menuSup li.ultimo
{
	background: none !important;
}

.menuSup li.busca
{
	padding-top: 0 !important;
}
.menuSup li #textoBusca
{
	border: solid 1px #969696;
	background-color: #F6F6F6;
	width: 157px;
}

.menuSup li #btnBusca
{
	border: none;
	background-color: transparent;
	color: #B20000;
	margin-left: 5px;
}

.animacao,
.animacao .slide
{
	width: 960px;
    height:240px;
}

.animacao .slide
{
	text-align: center;
    overflow: hidden;
}

.animacao .slideButtonsContainer {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.fraseHome
{
	margin: 40px 0 80px 0;
	text-align: center;
}

#rodape
{
	clear: both;
	padding-top: 20px;
	position: relative;
}

.menuInfArea
{
	position: relative;
	float:left;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.menuInf
{
	padding: 0;
	margin: 0;
	list-style:none;
	display:inline;
	clear:left;
	float:left;
	position:relative;
	left:50%;
}

.menuInf li
{
	padding: 0;
	margin: 0 15px;
	display:inline;
	float:left;
	position:relative;
	right:50%;
}

.menuInf li.primeiro
{
	margin-left: 0;
}

.menuInf li.ultimo
{
	margin-right: 0;
}

#base
{
	border-top: solid 1px #F77B00;
	padding: 10px;
	color: #FF7900;
	clear: both;
}

#base p
{
	margin: 0;
}
.rodapeDir
{
	float: right;
}

.rodapeEsq
{
	float: left;
}

.rodapeCen
{
	text-align: center;
	margin: 0 auto;
}

.notas
{
	padding: 20px 0;
	color: #AFAFAF;
	font-size: 11px;
	text-align: center;
}


/* PAGINAS */
#conteudo {
	padding-bottom: 20px;
}

#lateral {
	width: 175px;
	padding: 20px;
	float: left;
	background-color: #F1F1F1;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	margin-right: 20px;
	min-height: 440px;
}

#lateral.menor {
	width: 138px;
}

#lateral h1,
#lateral h2 {
	margin: 0 0 20px 0;
	color: #6D6D6D;
	font-size: 40px;
	line-height: 1em;
}

#lateral h2 {
	font-size: 15px;
	color: #B20000;
}

#lateral h4 {
	font-weight: normal;
	margin-bottom: 10px;
}

#lateral p {
	color: #B20000;
}

#lateral ol,
#lateral ul {
	margin:0;
}

#lateral ol {
	padding: 0 0 0 20px;
}

#lateral ul {
	padding:0;
	list-style: none;
	font-size: 13px;
}

#lateral li {
	margin-bottom: 10px;
}

#lateral li a {
	color: inherit;
}

#lateral .video {
	width: 178px;
	height: 126px;
	overflow: hidden;
}



#principal {
	float: left;
	width: 645px;
	position: relative;
}

#principal.detalhe {
	width: 664px;
	background-color: #FBF9F9;
	min-height: 460px;
	padding: 10px;
}

.boxDica {
	background-color: #F1F1F1;
	padding: 5px 20px 5px 5px;
	margin-bottom: 10px;
}

.boxDica img {
	width: 96px;
	float: left;
}

.boxDica .texto {
	text-align: center;
	font-size: 12px;
	margin-left: 116px;
}

.boxDica h3 {
	color: #B20000;
	margin: 10px 0;
	font-style: italic;
}

.produtos {
	min-height: 100px;
}

.produto {
	display: inline;
	float: left;
	width: 125px;
	height: 165px;
	margin: 10px 18px;
}

.produto p {
	margin-top:0;
}

.produto .corte {
	width: 125px;
	height: 115px;
	overflow: hidden;
}

.produto a {
	font-size: 11px;
	color: #807F7F;
}

.voltar {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.voltar a {
	padding: 5px 0 2px 40px;
	border-bottom: solid 1px #AEAEAE;
	font-size: 12px;
	color: #AEAEAE;
	background: url(../images/setaVoltar.png) no-repeat 20px center;
}

#principal .imagem {
	clear: both;
	width: 278px;
	height: 262px;
	overflow: hidden;
	background-color: #fff;
	border: solid 2px #C5C5C5;
	display: inline;
	float: left;
	margin-right: 30px;
}

.detalhes {
	width: 348px;
	display: inline;
	float: left;
}

.detalhes h1 {
	margin-bottom: 10px;
}

.detalhes .codigo {
	font-size: 12px;
	color: #6D6D6D;
	margin-bottom: 10px;
}

.detalhes .texto {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 20px;
	font-size: 12px;
}

.detalhes .preco {
	font-size: 24px;
	color: #A11E22;
	float: left;
	margin-top: 20px;
}

.detalhes .qtde {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #000;
}

.detalhes .qtde p {
	margin-bottom: 0;
	font-size: 12px;
	color: #6D6D6D;
}

.detalhes .qtde input {
	border: solid 1px #AEAEAE;
	font-size: 14px;
	width: 50px;
}

.detalhes .btnCompra {
	background: url(../images/btnVermelho.png) no-repeat;
	border: none;
	color: #fff;
	font-size: 11px;
	width: 184px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin-top: 15px;
}

.detalhes .compartilhe {
	clear: both;
	float: right;
	text-align: right;
}

.detalhes .subtitulo {
	padding: 5px 0 2px 20px;
	border-bottom: solid 1px #AEAEAE;
	font-size: 12px;
	color: #AEAEAE;
	margin-bottom: 10px;
}

.bloco {
	clear: both;
	margin: 0 20px 20px 0;
}

.detalhesColuna {
	width: 200px;
	min-height: 50px;
	text-align: left;
	display: inline;
	float: left;
	margin-right: 20px;
}

.detalhesColuna h4 {
	padding: 5px 0 2px 25px;
	background: url(../images/btnMais.png) no-repeat left 5px;
	font-size: 12px;
	color: #6D6D6D;
	margin-bottom: 10px;
	position: relative;
	height: 15px;
}

.detalhesColuna h4 div {
	border-bottom: solid 1px #D2D2D2;
	min-width: 110px;
	position: absolute;
}

.detalhesColunaDireita {
	width: 180px;
	float: right;
	margin-right: 0;
}

.miniatura,
.miniatura img {
	width: 100px;
}

.miniatura {
	display: inline;
	float: left;
	height: 132px;
	margin: 10px 15px;
	overflow: hidden;
}

.cardapioHome{
	display:inline-block;
	font-size:13px;
	padding:10px 20px;
	color:#B20000;
	border:1px solid #FF7900;
	margin:25px auto;
}