/* ----------------------------------------------------------------------------------
|||||| ESTRUTURA ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/*
|||||| Geral ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
*{
	outline:none;
	padding:0;
	margin:0;
}
body, html{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	color:#37461B;
}
a:link, a:active, a:visited {
	background-color:inherit;
	color:#37461B;
	text-decoration:none;
}
a:hover{
	color:#929103;
}
h1, h2, h3, h4, h5, p{
	font-size:11px;
	padding:0;
	margin:0;
}
hr{
	display:none;
}
#prodListaAjax{
	clear:left;
}
/*
|||||| Bg |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#bgFaixas{
	background:url(../imagens/bgFaixas.gif) center center repeat-x;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}
#bg{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}
/*
|||||| Container ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#container{
	width:770px;
	height:500px;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin:-250px 0 0 -385px;
}
/* ----------------------------------------------------------------------------------
|||||| HOME |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| H1 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.home h1{
	display:none;
}
/* 
|||||| Versão |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.home h4{
	position:absolute;
	bottom:20px;
	left:20px;
}
/* 
|||||| Menu |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#menuHome{
	background:none;
	list-style:none;
	margin:200px 0 0 70px;
}
#menuHome li{
	margin:10px 0 10px 0;
}
#menuHome li a{
	background-position:center top;
	width:128px;
	height:26px;
	display:block;
	text-indent:-200000px;
}
#menuHome li a:hover{
	background-position:center bottom;
}
#menuHome .item1{
	background-image:url(../imagens/bt_01.gif);
}
#menuHome .item2{
	background-image:url(../imagens/bt_02.gif);
}
#menuHome .item3{
	background-image:url(../imagens/bt_03.gif);
}
#menuHome .item4{
	background-image:url(../imagens/bt_04.gif);
}
#menuHome .item5{
	background-image:url(../imagens/bt_05.gif);
}
#menuHome .item6{
	background-image:url(../imagens/bt_06.gif);
}
.en .item1{
	background-image:url(../imagens/bt_01_en.gif)!important;
}
.en .item2{
	background-image:url(../imagens/bt_02_en.gif)!important;
}
.en .item3{
	background-image:url(../imagens/bt_03_en.gif)!important;
}
/* 
|||||| Imagem |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.home{
	background:url(../imagens/bgHome.jpg) center right no-repeat;
}
/* ----------------------------------------------------------------------------------
|||||| INTERNAS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| H1 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
h1 a{
	width:145px;
	height:100px;
	display:block;
	float:left;
	display:inline;
	margin:20px 0 0 20px;
}
h1 img{
	border:0;
}
/* 
|||||| Menu |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.menu{
	height:70px;
	font-size:11px;
	float:left;
	margin:35px 0 0 20px;
}
.menu li{
	list-style-image:url(../imagens/icoLista.gif);
	width:65px;
	height:20px;
	padding:0 0 0 0;
	margin:0;
}
/* ----------------------------------------------------------------------------------
|||||| CONCEITO |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| Imagem |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.conceito{
	background:url(../imagens/bgConceito.jpg) center right no-repeat;
}
/* 
|||||| Conteudo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.conceito #conteudo{
	width:310px;
	float:left;
	clear:left;
	display:inline;
	margin:40px 0 0 35px;
}
.conceito h3{
	height:30px;
	text-indent:-20000px;
}
.conceito p{
	margin:0 0 30px 0;
}
.conceito h3.tit01{
	background:url(../imagens/conceitoTit01.gif) top left no-repeat;
}
.conceito h3.tit02{
	background:url(../imagens/conceitoTit02.gif) top left no-repeat;
}
.conceito h3.tit03{
	background:url(../imagens/conceitoTit03.gif) top left no-repeat;
}
.conceito h3.tit01_en{
	background:url(../imagens/conceitoTit01_en.gif) top left no-repeat;
}
.conceito h3.tit02_en{
	background:url(../imagens/conceitoTit02_en.gif) top left no-repeat;
}
.conceito h3.tit03_en{
	background:url(../imagens/conceitoTit03_en.gif) top left no-repeat;
}
/* ----------------------------------------------------------------------------------
|||||| PRODUTOS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| Conteudo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.produtos #conteudo{
	width:280px;
	float:left;
	clear:left;
	display:inline;
	position:relative;
	z-index:9;
	padding:0 20px 0 0;
	margin:40px 0 0 35px;
}
.produtos h3{
	height:30px;
	text-indent:-20000px;
}
.produtos p{
	margin:0 0 20px 0;
}
.produtos #img{
	width:440px;
	height:400px;
	position:absolute;
	top:2px;
	right:0;
}
.produtos #img img{
	width:440px;
	height:400px;
	float:left;
}
.produtos h3.toto{
	background:url(../imagens/prodTotoTit.gif) top left no-repeat;
}
.produtos h3.toto_en{
	background:url(../imagens/prodTotoTit_en.gif) top left no-repeat;
}
.produtos h3.amizade{
	background:url(../imagens/prodAmizadeTit.gif) top left no-repeat;
}
.produtos h3.amizade_en{
	background:url(../imagens/prodAmizadeTit_en.gif) top left no-repeat;
}
.produtos h3.assyaba{
	background:url(../imagens/prodAssyabaTit.gif) top left no-repeat;
}
.produtos h3.assyaba_en{
	background:url(../imagens/prodAssyabaTit_en.gif) top left no-repeat;
}
.produtos h3.jangada{
	background:url(../imagens/prodJangadaTit.gif) top left no-repeat;
}
.produtos h3.jangada_en{
	background:url(../imagens/prodJangadaTit_en.gif) top left no-repeat;
}
.produtos h3.mancebo{
	background:url(../imagens/prodManceboTit.gif) top left no-repeat;
}
.produtos h3.mancebo_en{
	background:url(../imagens/prodManceboTit_en.gif) top left no-repeat;
}
.produtos h3.marcador{
	background:url(../imagens/prodMarcadorTit.gif) top left no-repeat;
}
.produtos h3.marcador_en{
	background:url(../imagens/prodMarcadorTit_en.gif) top left no-repeat;
}
.produtos h3.adega{
	background:url(../imagens/prodAdegaTit.gif) top left no-repeat;
}
.produtos h3.adega_en{
	background:url(../imagens/prodAdegaTit_en.gif) top left no-repeat;
}
.produtos h3.saojoao{
	background:url(../imagens/prodSaoJoaoTit.gif) top left no-repeat;
}
.produtos h3.saojoao_en{
	background:url(../imagens/prodSaoJoaoTit_en.gif) top left no-repeat;
}
.produtos h3.aranha{
	background:url(../imagens/prodAranhaTit.gif) top left no-repeat;
}
.produtos h3.aranha_en{
	background:url(../imagens/prodAranhaTit_en.gif) top left no-repeat;
}
.produtos h3.ugabuga{
	background:url(../imagens/prodUgabugaTit.gif) top left no-repeat;
}
.produtos h3.ugabuga_en{
	background:url(../imagens/prodUgabugaTit_en.gif) top left no-repeat;
}
.produtos h3.colares{
	background:url(../imagens/prodColaresTit.gif) top left no-repeat;
}
.produtos h3.colares_en{
	background:url(../imagens/prodColaresTit_en.gif) top left no-repeat;
}
.produtos h3.aneis{
	background:url(../imagens/prodAneisTit.gif) top left no-repeat;
}
.produtos h3.aneis_en{
	background:url(../imagens/prodAneisTit_en.gif) top left no-repeat;
}
/* 
|||||| Menu |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#produtos{
	width:490px;
	height:90px;
	font-size:11px;
	text-align:center;
	position:absolute;
	top:400px;
	right:20px;
}
#produtos h3{
	height:15px;
	font-size:12px;
	text-align:right;
	text-indent:0;
	margin:0 25px 0 0;
}
#produtos h4{
	float:left;
	font-family:"trebuchet MS", sans-serif;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:-8px;
	left:22px;
}
#produtos div{
	border-top:#37411f 1px solid;
	width:450px;
	height:75px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
#produtos ul{
	list-style:none;
	position:absolute;
	left:0;
	top:0;
}
#produtos ul li{
	width:90px;
	display:inline;
	float:left;
}
#produtos ul li a{
	width:100%;
	height:75px;
	cursor:pointer;
	float:left;
	text-decoration:none;
	color:#37411f;
}
#produtos ul li a:hover{
	background:#F8F8F5;
	color:#929103;
}
#produtos ul li a img{
	border:0;
	width:50px;
	height:43px;
	margin:0 0 0 7px;
}
#produtos ul li a span{
	width:100%;
	height:15px;
	display:block;
	float:left;
}
#produtos #setaAnt, #produtos #setaProx{
	background:#f4f5f0;
	border-top:#37411f 1px solid;
	width:16px;
	height:75px;
	cursor:pointer;
	float:left;
	display:inline;
	margin:0 2px 0 2px;
}
#produtos #setaAnt{
	background:#f4f5f0 url(../imagens/setaEsq.gif) center no-repeat;
}
#produtos #setaProx{
	background:#f4f5f0 url(../imagens/setaDir.gif) center no-repeat;
}
#produtos #setaAnt:hover{
	background:#f4f5f0 url(../imagens/setaEsqOver.gif) center no-repeat;
}
#produtos #setaProx:hover{
	background:#f4f5f0 url(../imagens/setaDirOver.gif) center no-repeat;
}
/* 
|||||| Carregando |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.loading{
	position:absolute;
	top:200px;
	right:250px;
}
/* ----------------------------------------------------------------------------------
|||||| CONTATO ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| Imagem |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.contato{
	background:url(../imagens/bgContato.jpg) center right no-repeat;
}
/* 
|||||| Conteudo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.contato #conteudo{
	width:310px;
	float:left;
	clear:left;
	display:inline;
	margin:40px 0 0 35px;
}
.contato h3{
	background:url(../imagens/contatoTit.gif) top left no-repeat;
	height:30px;
	text-indent:-20000px;
}
.contato h3.en{
	background:url(../imagens/contatoTit_en.gif) top left no-repeat;
}
.contato h5{
	font-size:12px;
	margin:5px 0 0 0;
}
.contato p{
	margin:0 0 10px 0;
}
.contato form ul{
	list-style:none;
}
.contato form li{
	width:350px;
	float:left;
	margin:4px 0 2px 0;
}
.contato form label{
	width:350px;
	float:left;
}
.contato form input{
	background:#F5F5EB;
	border:0;
	width:220px;
	height:14px;
	font-size:11px;
	color:#37461B;
	padding:3px;
}
.contato form textarea{
	background:#F5F5EB;
	border:0;
	width:220px;
	height:80px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#37461B;
	padding:4px;
}
.contato form #enviar, .contato form #limpar{
	width:60px;
	height:20px;
	font-weight:bold;
	display:inline;
	margin:0 4px 0 0;
}
/* ----------------------------------------------------------------------------------
|||||| GUSTAVO DIAS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| Conteudo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.gustavodias #conteudo{
	width:310px;
	float:left;
	clear:left;
	display:inline;
	margin:40px 0 0 35px;
}
.gustavodias #conteudo #scroll{
	width:310px;
	height:210px;
	overflow:auto;
	position:relative;
}
.gustavodias h3{
	background:url(../imagens/gustavoTit01.gif) top left no-repeat;
	height:30px;
	text-indent:-20000px;
}
.gustavodias h3.en{
	background:url(../imagens/gustavoTit01_en.gif) top left no-repeat;
}
.gustavodias h4{
	background:url(../imagens/gustavoTit02.gif) top left no-repeat;
	height:30px;
	text-indent:-20000px;
}
.gustavodias h4.en{
	background:url(../imagens/gustavoTit02_en.gif) top left no-repeat;
}
.gustavodias p{
	margin:0 0 10px 0;
}
.gustavodias #conteudo ul{
	border-top:#37411f 1px solid;
	list-style:none;
	margin:20px 0 0 0;
}
.gustavodias ul li h5 a{
	display:block;
	margin:5px 0 0 0;
}
.gustavodias #imgTroca{
	width:500px;
	height:500px;
	right:0;
	top:50%;
	position:absolute;
	margin:-250px 0 0 0;
}
/* ----------------------------------------------------------------------------------
|||||| CLIPPING |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-----------------------------------------------------------------------------------*/
/* 
|||||| Imagem |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.clipping{
	/*background:url(../imagens/bgClipping.jpg) center right no-repeat;*/
}
/* 
|||||| Conteudo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.clipping #conteudo{
	width:450px;
	height:330px;
	float:left;
	clear:left;
	display:inline;
	margin:20px 0 0 150px;
}
.clipping #conteudo .container{
	border:#37461b solid;
	border-width:1px 0;
	width:100%;
	height:300px;
	float:left;
	position:relative;
	overflow:hidden;
}
.clipping #conteudo .container ul{
	list-style:none;
}
.clipping #conteudo a.up,
.clipping #conteudo a.down{
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#f4f5f0;
	width:100%;
	height:15px;
	line-height:12px;
	float:left;
	text-indent:-200000px;
}
.clipping #conteudo a.up{
	background-image:url(../imagens/btnTop.gif);
}
.clipping #conteudo a.down{
	background-image:url(../imagens/btnBot.gif)
}
.clipping #conteudo a.up:hover,
.clipping #conteudo a.down:hover{
	background-position:center top;
}
.clipping #conteudo .clipList{
	width:100%;
	float:left;
	position:relative;
}
.clipping #conteudo .clipList li{
	width:100%;
	height:300px;
	float:left;
	clear:left;
}
.clipping #conteudo .clipList li a.thumb{
	width:140px;
	height:180px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:20px;
}
.clipping #conteudo .clipList li a.thumb img{
	border:none;
	float:right;
}
.clipping #conteudo .clipList li h5,
.clipping #conteudo .clipList li h3,
.clipping #conteudo .clipList li h4,
.clipping #conteudo .clipList li p{
	width:260px;
	float:left;
}
.clipping #conteudo .clipList li h5{
	color:#37461b;
	font-size:11px;
	padding:25px 0 5px;
}
.clipping #conteudo .clipList li h3{
	color:#929103;
	font-size:17px;
}
.clipping #conteudo .clipList li h4{
	color:#37461b;
	font-size:11px;
	font-weight:normal;
	padding:5px 0 25px;
}
.clipping #conteudo .clipList li ul{
	background:#f4f5f0;
	width:100%;
	float:left;
}
.clipping #conteudo .clipList li ul li{
	width:auto;
	height:auto;
	clear:none;
	float:left;
}
.clipping #conteudo .clipList li ul li img{
	border:#fff 1px solid;
	margin:5px;
}
.clipping #conteudo .clipList li ul li a:hover img{
	border:#37461b 1px solid;
}
/* 
|||||| Scroll ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.scrollgeneric{
	line-height:1px;
	font-size:1px;
	position:absolute;
}
.vscrollerbase, .vscrollerbar{
	width:14px;
	top:0px;
}
.vscrollerbar{
	left:0px;
}
.vscrollerbar, .hscrollerbar{
	padding:14px;
	z-index:2;
}
.vscrollerbarbeg{
	background:url(../imagens/scrollDrag.gif);
	width:14px;
	height:auto;
	cursor:pointer;
}
.vscrollerbarend{
	background:url(../imagens/scrollDrag.gif);
	width:14px;
	height:10px;
}
.vscrollerbase{
	background:url(../imagens/scrollBg.gif);
}
.vscrollerbasebeg{
	top:0px;
	width:14px;
	height:14px;
}
.vscrollerbaseend{
	height:14px;
	width:14px;
}

/*********************************************************************************************************************************************************************************************************************************************************************************
	Preview
***********************************************************************************************************************************************************************************************************************************************************************************/
.preview,.preview .bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.preview{
	z-index:99999;
}
.preview .bg{
	background:#000;
}
.preview .imageContainer{
	width:100%;
	text-align:center;
	position:absolute;
	top:7%;
	z-index:9;
}
.preview .imageBox{
	background:#fff;
	border:#929103 5px solid;
	width:200px;
	height:200px;
	text-align:left;
	display:block;
	position:relative;
	margin:0 auto;
}
.preview .imageBox span.loading{
	background:url(../imagens/loader.gif) 50% 50% no-repeat;
	width:200px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px 0 0 -100px;
	z-index:0;
}
.preview .image{
	overflow:hidden;
	position:relative;
	padding:5px;
	z-index:9;
}
.preview .image img{
	position:relative;
	z-index:10;
}
.preview .image a{
	background:url(../imagens/blank.gif);
	width:49.5%;
	height:500px;
	text-indent:-200000px;
	position:absolute;
	top:0;
	left:-1px;
	z-index:999;
}
.preview .image a.next{
	right:-1px;
	left:auto;
}
.preview .image a span{
	background:url(../imagens/icoBackPreview.png) center left no-repeat;
	width:60px;
	height:140px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	cursor:pointer;
	margin:-70px 0 0;
}
.preview .image a.next span{
	background:url(../imagens/icoNextPreview.png) center right no-repeat;
	left:auto;
	right:0;
}
* html .preview .image a span{
	background:url(../imagens/icoBackPreview.gif) center left no-repeat;
}
* html .preview .image a.next span{
	background:url(../imagens/icoNextPreview.gif) center right no-repeat;
}
.preview .imageInfo{
	background:#fff;
	border:#929103 5px solid;
	border-top:0;
	display:none;
	position:absolute;
	left:-5px;
	z-index:9;
	padding:5px;
}
.preview .imageInfo h3{
	font-size:12px;
	padding:5px;
}
.preview .imageInfo h6{
	font-size:10px;
	font-weight:normal;
	position:absolute;
	bottom:10px;
	right:10px;
}
.preview .imageData{
	background:#929103;
	width:180px;
	color:#fff;
	position:absolute;
	bottom:80px;
	right:-202px;
	padding:10px;
	display:none;
}
.preview .imageData li{
	padding:3px 0;
}
.preview .close{
	background:#b40000 url(../imagens/icoClose.gif) center no-repeat;
	width:20px;
	height:20px;
	text-indent:-200000px;
	position:absolute;
	top:-10px;
	right:-10px;
	z-index:9999999;
}
.preview .close:hover{
	background-color:#929103;
}
.preview .zoonNav{
	width:30px;
	position:absolute;
	left:-32px;
	bottom:0;
	overflow:hidden;
	z-index:99999;
}
.preview .zoonNav a.min{
	background:#929103 url(../imagens/icoMinus.gif) center no-repeat;
}
.preview .zoonNav a.max{
	background:#929103 url(../imagens/icoMax.gif) center no-repeat;
}
.preview .zoonNav a{
	width:27px;
	height:27px;
	text-indent:-200000px;
	float:left;
	display:inline;
	margin:0 0 3px;
}
.preview .zoonNav a:hover{
	background-color:#b40000;
}
.preview .zoonNav a.disabled,
.preview .zoonNav a.disabled:hover{
	background-color:#929103;
	cursor:default;
}