/* General settings */
body {
	margin:0;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	min-width:1000px;
}
small {
	font: 7pt/12pt Tahoma
}
/* General reset */
img{border:0;}
a{
	color:#3f701b;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background:url(../images/bg-wrapper-l.gif) repeat-x;
}
.w1{
	float:left;
	position:relative;
	left:50%;
	width:100%;
	background:url(../images/bg-wrapper-r.gif) repeat-x;
}
.w2{
	float:left;
	position:relative;
	left:-50%;
	width:100%;
	background:url(../images/bg-wrapper.gif) no-repeat 50% 0;
}
.w3{
	width:1010px;
	margin:0 auto;
}
/* header */
#header{
	position:relative;
	width:100%;
	overflow:hidden;
}
.slogan-area{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:674px;
	height:125px;
	z-index:1;
	background:url(../images/bg-slogan-area.png) no-repeat;
	padding:14px 0 0 30px;
}
.slogan-area img{
	float:left;
}
.slogan-area .slogan{
	float:left;
	width:189px;
	height:47px;
	background:url(../images/text-slogan.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:39px 0 0 5px;
}

.slogan-area .postit{
	float:left;
	width:162px;
	height:127px;
	background:url(../images/postit.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:-10px 0 0;
}

.text-para-consultar{
	width:208px;
	height:32px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-para-consultar.png) no-repeat;
	margin:0 0 13px auto;
}
/* nav */
#nav{
	margin:0;
	padding:51px 0 0 14px;
	list-style:none;
	width:690px;
	float:left;
	background:url(../images/bg-nav.gif) no-repeat;
}
#nav li{
	float:left;
	padding:0 4px 10px 0;
}
#nav li a{
	display:block;
	height:126px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li a:hover,
#nav li.active a{
	margin:10px 0 -10px;
	position:relative;
}
#nav li a.home{
	width:64px;
	background:url(../images/text-nav.gif) no-repeat;
}
#nav li.active a.home,
#nav li a.home:hover{background-position:0 -126px;}
#nav li a.progma{
	width:103px;
	background:url(../images/text-nav.gif) no-repeat -68px 0;
}
#nav li.active a.progma,
#nav li a.progma:hover{background-position:-68px -126px;}
#nav li a.premios{
	width:73px;
	background:url(../images/text-nav.gif) no-repeat -175px 0;
}
#nav li.active a.premios,
#nav li .premios:hover{background-position:-175px -126px;}
#nav li a.promocoes{
	width:93px;
	background:url(../images/text-nav.gif) no-repeat -252px 0;
}
#nav li.active a.promocoes,
#nav li .promocoes:hover{background-position:-252px -126px;}
#nav li a.regulamento{
	width:103px;
	background:url(../images/text-nav.gif) no-repeat -349px 0;
}
#nav li.active a.regulamento,
#nav li .regulamento:hover{background-position:-349px -126px;}
#nav li a.faq{
	width:54px;
	background:url(../images/text-nav.gif) no-repeat -456px 0;
}
#nav li.active a.faq,
#nav li a.faq:hover{background-position:-456px -126px;}
#nav li a.cartoes{
	width:64px;
	background:url(../images/text-nav.gif) no-repeat -514px 0;
}
#nav li.active a.cartoes,
#nav li a.cartoes:hover{background-position:-514px -126px;}
#nav li a.rastreamento{
	width:94px;
	background:url(../images/text-nav.gif) no-repeat -583px 0;
}
#nav li.active a.rastreamento,
#nav li a.rastreamento:hover{background-position:-583px -126px;}
.btn-fale{
	display:block;
	width:84px;
	height:18px;
	background:url(../images/btn-fale.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 2px 0 auto;
}
/* box */
#header .box{
	float:right;
	width:260px;
	padding:14px 21px 0 0;
}
#header .box form{
	overflow:hidden;
	width:100%;
	padding:65px 0 0;
}
#header .box .row{
	overflow:hidden;
	width:100%;
	padding:0 0 8px;
}
#header .box form label{
	float:left;
	color:#297509;
	line-height:17px;
}
#header .box .row input{
	float:right;
	border:1px solid #717171;
	border-bottom-color:#efefef;
	border-right-color:#efefef;
	background:#dcdcdc;
	color:#297509;
	padding:1px 5px;
	height:13px;
}
#header .box form #FsCpf{width:222px;}
#header .box form #FsCartao{width:112px;}
.btn-consultar{
	float:right;
	margin:4px 0 0;
	width:69px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	cursor:pointer;
	background:url(../images/btn-consultar.gif) no-repeat;
	border:0;
	padding:0;
}
/* main */
#main{
	overflow:hidden;
	width:100%;
	padding:4px 0 48px;
}
/* content */
#content{
	float:left;
	width:765px;
}
.gallery-holder{
	overflow:hidden;
	width:100%;
	padding:0 0 35px;
}
/* sub-nav */
.sub-nav{
background:none;
	margin:0 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:140px;
	overflow:hidden;
}
.sub-nav li{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-border.gif) no-repeat 20px 0;
	padding:3px 0 4px;
	margin:-1px 0 1px;
}
.sub-nav li a{
	background:url(../images/bg-arrow.gif) no-repeat 0 1px;
	padding:0 0 0 20px;
	color:#3f701b;
}
/* gallery */
.gallery{
	float:right;
	position:relative;
}
.gallery-box{
	background:url(../images/bg-gallery-holder.png) no-repeat;
	width:580px;
	height:auto;
	padding:4px 17px 6px;
	overflow:hidden;
}
.gallery-wrapp{
	width:580px;
	overflow:hidden;
}
.gallery-wrapp ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
}
.gallery-wrapp ul li{
	float:left;
	position:relative;
}
.gallery-wrapp ul li img{float:left;}
.gallery-wrapp ul li .text{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/bg-text.gif) no-repeat;
	width:579px;
	height:44px;
}
.text-ut-wisi{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:151px;
	height:32px;
	background:url(../images/text-ut-wisi.png) no-repeat;
	margin:7px 0 0 30px;
}
.switcher{
	position:absolute;
	right:18px;
	bottom:6px;
	overflow:hidden;
	height:57px;
	padding:0;
	margin:0;
	list-style:none;
}
* html .switcher{bottom:5px;}
.switcher li{
	float:left;
	padding:0 2px;
}
.switcher li a{
	float:left;
	width:27px;
	height:17px;
	padding:25px 0 15px;
	line-height:17px;
	color:#fff;
	font-size:16px;
	text-align:center;
  text-decoration:none;
}
/*.switcher li a:hover,*/
.switcher li.active a{
	background:url(../images/bg-switcher.gif) no-repeat;
	color:#134402;
	text-decoration:none;
}
/* visual */
.visual{
	width:596px;
	padding:0 64px 28px;
	position:relative;
	background:url(../images/border-visual.gif) no-repeat 68px 100%;
	margin:0 0 17px;
}
.visual-wrapp{
	overflow:hidden;
	width:596px;
}
.visual ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
}
.visual ul li{
	float:left;
	height:100px;
	width:260px;
	background:url(../images/bg-visual-box.gif) no-repeat;
	color:#369010;
	font-size:10px;
	padding:15px 14px 6px 11px;
	margin:0 25px 0 0;
}
.visual ul li img{
	float:left;
	margin:0 14px 0 0;
}
.wr-box{
	overflow:hidden;
	padding:0 0 0 9px;
}
* html .wr-box{
	overflow:visible;
	height:1%;
}
.visual .code{
	display:block;
	padding:0 0 2px;
}
.visual .name{
	display:block;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	border-left:5px solid #fccb05;
	margin:0 0 7px -9px;
	position:relative;
	padding:0 0 6px 6px;
	background:url(../images/border-name.gif) no-repeat 100% 100%;
}
.visual .price{
	display:block;
	font-size:13px;
	font-weight:bold;
}
.text-produtos{
	height:22px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-produtos.gif) no-repeat;
}
.heading{padding:0 0 7px 69px;}
.content-block{
	padding:7px 0 0 15px;
}
.visual .prev,
.visual .next{
	position:absolute;
	top:35px;
	width:14px;
	height:57px;
	background:url(../images/btn-prev-next.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.visual .prev{left:23px;}
.visual .next{
	right:26px;
	background:url(../images/btn-prev-next.gif) no-repeat 0 -57px;
}
.list-boxes{
	overflow:hidden;
	margin:0;
	padding:0 0 0 62px;
	list-style:none;
}
.list-boxes li{
	float:left;
	height:90px;
	width:230px;
	background:url(../images/bg-box.gif) no-repeat;
	margin:0 42px 0 0;
	padding:21px 17px 9px 28px;
}
.list-boxes li img{
	float:left;
	margin:12px 9px 0 0;
}
.list-boxes li p{
	overflow:hidden;
	margin:0;
	line-height:14px;
}
/* sidebar */
#sidebar{
	width:244px;
	background:url(../images/bg-sidebar.gif) repeat-y 16px 0;
	float:right;
	margin:2px 0 0;
	display:inline;
	position:relative;
	overflow:hidden;
}
#sidebar .t{
	background:url(../images/bg-sidebar-t.gif) no-repeat;
	width:244px;
}
#sidebar .b{
	background:url(../images/bg-sidebar-b.gif) no-repeat 16px 100%;
	width:180px;
	padding:40px 32px 18px;
	min-height:250px;
}
* html #sidebar .b{
	overflow:visible;
	height:270px;
}
.text-cartao{
	background:url(../images/text-cartao.gif) no-repeat;
	width:183px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 16px;
}
.text-pontuacao{
	background:url(../images/text-pontuacao.gif) no-repeat;
	width:73px;
	height:24px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 10px;
}
.text-maxi{
	background:url(../images/text-maxi.gif) no-repeat;
	width:86px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 9px;
}
.sel-form{
	overflow:hidden;
	width:100%;
}
.sel-form select{
	width:180px;
	margin:0;
	color:#333;
}
.sel-box{
	background:url(../images/bg-border-sel.gif) no-repeat 0 100%;
	width:100%;
	height:1%;
	padding:0 0 18px;
	margin:0 0 14px;
}
.sel-form p{
	margin:0 0 14px;
	line-height:14px;
}
.sel-form .row{
	overflow:hidden;
	width:100%;
	padding:0 0 2px;
}
.sel-form .row input{
	float:left;
	margin:0 3px 0 0;
	height:16px;
	width:16px;
	padding:0;
}
.sel-form .row label{
	float:left;
	width:153px;
}
.btn-votar{
	background:url(../images/btn-votar.gif) no-repeat;
	width:53px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	padding:0;
	border:0;
	display:block;
	margin:10px 0 0;
	cursor:pointer;
}
.ad{
	margin:3px 0 0 -4px;
	position:relative;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
}
.footer-nav{
	margin:0;
	padding:0 0 11px;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.footer-nav li{
	float:left;
	padding:0 21px;
}
.footer-nav li a{
	font-weight:bold;
	color:#666;
	font-size:10px;
	line-height:13px;
}
.footer-area{
	background:#023501 url(../images/bg-footer.jpg) no-repeat;
	width:993px;
	overflow:hidden;
	margin:0 0 0 5px;
	padding:22px 0 0;
}
.footer-area .logo{
	float:left;
	margin:-9px 36px 0 20px;
	position:relative;
}
.footer-area .copy{
	float:left;
	color:#fff;
}
.footer-area ul{
	margin:0;
	padding:0 33px 0 0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.footer-area ul li{
	float:left;
	background:url(../images/separator-footer.gif) no-repeat 0 2px;
	margin:0 1px 0 -1px;
	padding:0 5px;
}
.footer-area ul li a{color:#fff;}


.tabelaRegua { font-size: 11px; color: #333333; border-collapse: collapse; border: 1px 0 0 1px solid black;  text-align: center}
.tabelaRegua th { padding: 2px 5px 2px 5px; border-collapse: collapse; background-color: #CCCCCC; text-align: center; font-weight: bold; border-spacing: 0px; border: 1px solid #999999}
.tabelaRegua td { border-spacing: 0px; border-collapse: collapse; border: 1px solid #999999; text-align: center; padding: 2px}
#tablePremios { width: 100% }
#tablePremios th { color: #ddaf26; font-weight: bold; font-size: 12px; text-align: center; }
#tablePremios td { background-color: #749367; padding: 3px; }
#tablePremios tfoot td { background-color: #ebebeb; font-weight: bold; padding: 3px; }
#tableDadosPessoais td { color: #749367; }
.tabelaSimples tr td { padding: 4px; }
.par { background-color: #FFFFFF}
.impar { background-color: #f1f1f1}
.interno { background: #fff url(../images/bg-divcentro.jpg) repeat-x top; padding-bottom:17px; min-height:270px;}

/*load*/
#divLoadingBars { border:1px solid black; background:#fff;  width:32px; height:32px; z-index:100;  position:absolute; display:none}


#boxTtl {width:100%;clear:both;padding:0 0 7px 0;margin:0;border-bottom:1px solid #dcdcdc}
#boxTtl img {margin:0 0 0 15px}
#boxTtl img.margin10 {margin:0 0 0 10px}
#boxTtl img.margin20 {margin:0 0 0 20px}
#boxFioInf180 {float:left;margin:0;padding:0;height:13px;width:180px;background:url(../img/fio_boxInf180.gif) no-repeat}
#boxSubTtl {width:100%;clear:both;padding:0;margin:15px 0 0 15px}
#boxSubTtl h1{font:12pt/14pt Tahoma;color:#379310;font-weight:bold}
#boxSubTtl h3{font:7.5pt/18pt Tahoma;font-weight:normal}
#divLine{float:left;width:100%;height:1px;border-top:1px solid #379310;margin:5px 0 5px 0}
#divVoltar{background:url(../img/blt_seta_amarela.gif) no-repeat right top;float:right;width:125px;height:15px;margin:25px 0 0 0;padding:0 10px 0 0;}

/*box conteudos*/
#boxConteudo{width:549px;padding:15px;float:left;text-align:justify}
#boxConteudo b{color:#379310;font-weight:bold}
#boxPergunta {color:#379310;font-weight: bold; margin:0 0 15px 0; cursor:pointer}
#boxPergunta img {margin:0 5px 0 0}
#boxResposta {margin:0 0 15px 0;}

/*box enquete home*/
/*
#boxEnqueteHome{width:160px;padding:5px 10px 0 10px;float:left}
#boxEnqueteHome p {margin:0 0 10px 0}
#boxEnqueteHome ul {margin:0;clear:both}
#boxEnqueteHome li.input{float:left;text-align:left;width:20px;height:15px;border:0px solid}
#boxEnqueteHome li.resposta{float:right;text-align:left;width:130px;border:0px solid}
*/

/*box premio*/
#boxPremio{margin:25px 15px 0 0;float:left;width:180px;padding:0}
#boxPremioLast{margin:25px 0 0 0;float:left;width:180px;padding:0}
#boxPremio hr, #boxPremioLast hr {width:180px;border-color:#379310;margin:5px 0 5px 0}
#boxPremio ul, #boxPremioLast ul {clear:both;margin:0;padding:0;}
#boxPremio li.top, #boxPremioLast li.top{width:180px;height:10px;background:url(../img/bgr_boxPremioTop.gif) #379310 no-repeat}
#boxPremio li.bottom, #boxPremioLast li.bottom{width:180px;height:24px;background:url(../img/fio_boxInfPremio.gif) no-repeat; text-align:right}
#boxPremio a, #boxPremioLast a{font:7.5pt/18pt Tahoma;font-weight:normal;padding:0 25px 0 0}
#boxPremio li.img, #boxPremioLast li.img{width:145px; height:115px;margin:15px 17px 10px;border:0px solid #f00;}
#boxPremio li.descricao, #boxPremioLast li.descricao{text-align:left;width:150px;margin:0 17px 0; min-height:350px}
#boxPremio li.descricao h1, #boxPremioLast li.descricao h1{font:10pt/12pt Tahoma;color:#379310;font-weight:bold;min-height:32px}
#boxPremio li.descricao h3, #boxPremioLast li.descricao h3{font:7.5pt/12pt Tahoma;font-weight:normal}
#boxPremio li.descricao span, #boxPremioLast li.descricao span{font:7.5pt/12pt Tahoma;font-weight:normal}
#boxPremioDetalhe h1{font:12pt/14pt Tahoma;color:#379310;font-weight:bold; margin:15px 0 0; padding:0}
#boxPremioDetalhe h2{font:10pt/12pt Tahoma;font-weight:normal}
#boxPremioDetalhe h3{font:7.5pt/18pt Tahoma;font-weight:normal}

ul{list-style:none}


/*popup sugestoes premios*/

#dialog {	font-family:arial;}
#dialog .left {float:left; width:320px; height:160px; background: url(../images/bg-dialog-left.png) no-repeat; margin:20px 0; text-align:center; padding:190px 30px 30px 30px; color:#fff;}
#dialog .right {float:right; width:284px; margin:10px 0;}
#dialog ul {list-style:none; margin:0; padding:0;}
#dialog li {
background:url(../images/bg-visual-box.png) no-repeat bottom;
display:block;
float:left;
margin:10px 0 0;
color:#369010;
font-size:10px;
padding:13px 14px 8px 11px;
width:260px;
height:99px;
}
#dialog img {float:left;}
#dialog span {cursor:pointer;}
#dialog strong {color:#e73728;}
#dialog h1 {
	font-size:18px;
	line-height:24px;
	color:#e73728;
	}

#dialog .code{
	display:block;
	padding:0 0 2px;
}
#dialog .name{
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	border-left:5px solid #fccb05;
	margin:0 0 7px 0;
	position:relative;
	padding:0 0 6px 6px;
	background:url(../images/border-name.gif) no-repeat 100% 100%;
}
#dialog .price{
	display:block;
	font-size:12px;
	font-weight:bold;
}