@charset "utf-8";
/* CSS Document */

/* 	
	author: Dácio Veras
	http://mojjo.de/dacioveras/
	dacio@mojjo.de
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #ededed;
	background-image: url(../imgs/bodybackground.jpg);
	background-repeat:repeat;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5f4c2c;
}
#geral {
	margin:0 auto;
	padding:0;
	/*background:url(../imagens/header/canto.jpg) repeat-y;*/
	padding-left:5px; /*valor antigo 25px*/
	width:975px;
	height:auto;
	background-color:#D8D8D8;
}

/* - */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* -- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* -- */

a {
	color: #5f4c2c;
	text-decoration: none;
}
a img {
	border: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
strong {
	font-weight: bold;
}
#hr {
	width: 964px;
	margin: 0 auto;
	padding: 21px 0;
	background-image: url(../imgs/hr_divisor.png);
	background-repeat: repeat-x;
	background-position: center;
}
#hr a.flag {
	display: block;
	float: right;
	background-color: #ffcc00;
	background-image: url(../imgs/hr_a_flag_bg.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 28px;
	line-height: 28px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 7px 0 25px;
	margin: -15px 0 0 0;
}
#hr a.flag:hover {
	background-color: #5f4c2c;
	background-position: left -30px;
}
#hr a#estampasexclusivas {
	!display: none;
}

/* -- */

#header {
	width: 964px;
	margin: 0px auto 26px auto;
}
#header h1 {
	float: left;
	margin: 10px 0px 0px 8px;
	padding: 0;
	text-indent: -9999px;
}
#header h1 a {
	
	display: block;
	width: 191px;
	height: 121px;
	background-image: url(../imgs/h1_logo.png);
}

#header #atendimento {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 28px 0 17px 30px;
	text-align: right;
}
#header #atendimento p {
	margin: 0;
}
#header #atendimento p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#header #atendimento p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#header #atendimento p strong em {
	font-size: 24px;
}

#header #newsletters {
	position: relative;
	float: right;
	width: 270px;
	height: 80px;
	padding: 10px;
	margin: 28px 0 17px 20px;
	
	-moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Chrome e Safari */
    -khtml-border-radius: 4px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 4px; /* Native CSS3 */
	
	background-color: #ffffff;
}
#header #newsletters strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#header #newsletters input.campo {
	width: 212px;
	height: 23px;
	margin: 7px 0 0 0;
	padding: 0 4px 0 4px;
	color: #5f4c2c;
	line-height: 23px;
	
	border: none;
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	background-color: #ededed;
	position: relative;
}
#header #newsletters input.campo:focus {
	border: none;
	outline: none;
	/*background-color: #ffcc00;*/
}
#header #newsletters input.btn {
	border: none;
	outline: none;
	color: #ffcc00;
	height: 23px;
	padding: 4px 0px;
	width: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	background-color: #5f4c2c;
	position: relative;
}
#header #newsletters input.btn:hover {
	background-color: #ffcc00;
	color: #5f4c2c;
}
#header #newsletters #status {
	position: absolute;
	display: none;
	bottom: -43px;
	right: 8px;
	height: 41px;
	background-image: url(../imgs/newsletter_status_img_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 10;
}
#header #newsletters #status p {
	display: block;
	height: 32px;
	padding: 9px 5px 0 6px;
	margin: 0 -3px 0 0;
	line-height: 32px;
	background-image: url(../imgs/newsletter_status_img_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* - */
#header #menu {
	height: 42px;
	background-image: url(../imgs/menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #menu ul li {
	float: left;
	margin: 0;
	padding: 0px 14px 0 11px;
	background-image: url(../imgs/menu_divisor.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header #menu ul li a {
	display: block;
	height: 39px;
	padding: 0;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	!font-weight: 400;
	letter-spacing: 0.001em;
	color: #5f4c2c;
	text-transform: uppercase;
}
#header #menu ul li a:hover {
	color: #ffcc00;
}
#header #menu ul li a.selected {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;	
}

/* - */

#footer {
	width: 100%;
	height: 120px;
	margin: 60px 0 0 0;
	background-color: #ffffff;
}
#footer #wrap {
	width: 964px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#footer #wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer #wrap ul li {	
	display: block;
	width: 304px;
	float: left;
	margin: 0 25px 0 0;
}
#footer #wrap ul li p.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b49b72;	
}
#footer #wrap ul li address {
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 0 10px 0;
}
#footer #wrap ul li.empresas {
	margin: 0;
}
#footer #wrap ul li ul {
	display: block;
	width: 210px;
	margin: 0;
	padding: 0;
}
#footer #wrap ul li ul li {
	float: left;
	margin: 0;
	width: auto;
}

/* - */

#cep {
	position: fixed;
	top: -240px;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 -250px;
	text-align: center;

	width: 500px;
	height: 230px;
	
	background-color: #ffffff;
	
	-webkit-border-radius: 10px; /* Chrome e Safari */
	-moz-border-radius: 10px; /* Firefox */
	-khtml-border-radius: 10px; /* Linux browsers */
	behavior: url(js/PIE.htc); /* IE */
	border-radius: 10px; /* Native CSS3 */
	z-index: 13;
}
#cep p{
	display: block;
	margin: 0;
	padding: 20px 0 30px 0;
	text-transform: uppercase;
	font-style: italic;
	
	font-size: 22px;
	
	background-color: #ffcc00;
	background-image: url(../imgs/newsletters_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	
	-webkit-border-top-left-radius: 10px; /* Chrome e Safari */
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px; /* Linux browsers */
	-khtml-border-radius-topleft: 10px;
	behavior: url(js/PIE.htc); /* IE */
	border-top-right-radius: 10px; /* Native CSS3 */
	border-top-left-radius: 10px;
}
#cep div.close {
	width: 34px;
	height: 34px;
	background-image: url(../imgs/newsletters_close.gif);
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 6px;
}
#cep input.campo {
	width: 280px;
	height: 50px;
	margin: 7px 0 0 0;
	padding: 0 4px 0 4px;
	color: #5f4c2c;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	
	border: none;
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	background-color: #ededed;
	position: relative;
}
#cep input.campo:focus {
	border: none;
	outline: none;
	/*background-color: #ffcc00;*/
}
#cep input.btn {
	border: none;
	outline: none;
	color: #ffcc00;
	height: 50px;
	padding: 4px 0px;
	width: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	background-color: #5f4c2c;
	position: relative;
}
#cep input.btn:hover {
	background-color: #ffcc00;
	color: #5f4c2c;
}
#cep #status {
	padding: 15px 0 0 0;
}
#fade {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(../imgs/fade_50.png);
	background-repeat: repeat;
	z-index: 12;
}

/* - */

#homeFirst {
	width: 964px;
	margin: 0 auto;
}
#homeFirst #slides {
	position: relative;
	float: left;
	width: 612px;
	height: 307px;
}
#homeFirst #slides ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#homeFirst #slides ul.images {
	display: block;
	width: 612px;
	height: 307px;
	overflow: hidden;
}

#homeFirst #slides ul.arrows {
	position: relative;
}
#homeFirst #slides ul.arrows li {
	position: absolute;
	display: block;
	top: -175px;
	width: 33px;
	height: 33px;
	background-position: 0px 0px;
}
#homeFirst #slides ul.arrows li:hover {
	background-position: 0px 33px;
	cursor: pointer;
}
#homeFirst #slides ul.arrows li.previous {
	background-image: url(../imgs/home_slide_arrow_1.png);
	left: 8px;
}
#homeFirst #slides ul.arrows li.next {
	background-image: url(../imgs/home_slide_arrow_2.png);
	right: 8px;
}

#homeFirst #slides ul.nav {
	width: 612px;
	position: absolute;
	bottom: 7px;
	left: 0px;
	text-align: center;
}
#homeFirst #slides ul.nav li {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 0;
	background-image: url(../imgs/home_slide_bullet.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-indent: -9999px;	
}
#homeFirst #slides ul.nav li:hover {
	cursor: pointer;
	background-position: center -14px;
}
#homeFirst #slides ul.nav li.selected {
	background-position: center -14px;
}
#homeFirst #side {
	float: right;
	width: 322px;
	height: 292px;
	padding: 10px 30px 0 0;
	
	-webkit-border-top-right-radius: 10px; /* Chrome e Safari */
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-topright: 10px; /* Linux browsers */
	-khtml-border-radius-bottomright: 10px;
	behavior: url(js/PIE.htc); /* IE */
	border-top-right-radius: 10px; /* Native CSS3 */
	border-bottom-right-radius: 10px;
	
	background-color: #ffffff;
	position: relative;
	z-index: 0;
}
#homeFirst #side h1, #homeFirst #side h2, #homeFirst #side h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 25px;
}
#homeFirst #side h1 {
	font-size: 36px;
	height: 36px;
	line-height: 32px;
	background-color: #ffcc00;
	padding: 0px 4px 0px 25px;
	margin: 0 0 5px 0;
	float: left;
	clear: left;
}
#homeFirst #side h2 {
	font-size: 28px;
	line-height: 26px;
}
#homeFirst #side h3 {
	font-size: 18px;
	padding: 0 0 5px 25px;
	margin: 0 0 5px 0;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#homeFirst #side p {
	padding: 0px 2px 2px 25px;
	margin: 0;
	font-size: 10px;
	line-height: 17px;
}
#homeFirst #side a {
	display: block;
	height: 27px;
	padding: 0 25px 0 25px;
	margin: 15px 0 0 0;
	background-color: #ffcc00;
	background-image: url(../imgs/home_side_a.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 27px;
}
#homeFirst #side a:hover {
	background-position: right -27px;
	background-color: #5f4c2c;
	/*color: #ffcc00;*/
}

#homeWrap {
	width: 964px;
	margin: 42px auto 0 auto;
}
#homeWrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#homeWrap ul li {
	display: block;
	width: 304px;
	height: 275px;
	float: left;
	margin: 0 25px 0 0;
	
	-webkit-border-bottom-left-radius: 10px; /* Chrome e Safari */
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-radius-bottomleft: 10px; /* Linux browsers */
	-khtml-border-radius-bottomright: 10px;
	
	behavior: url(js/PIE.htc); /* IE */
	
	border-bottom-left-radius: 10px; /* Native CSS3 */
	border-bottom-right-radius: 10px;
	
	background-color: #ffffff;
	position: relative;
	z-index: 0;
}
#homeWrap ul li.enquete {
	margin: 0;
}
#homeWrap ul li.enquete img {
	position: absolute;
	top: -16px;
	right: 11px;
}
#homeWrap ul li.enquete p {
	display: block;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 15px 15px 15px;
	line-height: 18px;
}
#homeWrap ul li.enquete form {
	margin: 0 15px;
	font-size: 12px;
}
#homeWrap ul li.enquete form span {
	display: block;
	margin: 0 0 10px 0;
	line-height: 16px;
}
#homeWrap ul li.enquete form span label {

}
#homeWrap ul li.enquete form span label:hover {
	color: #a37b37;
}
#homeWrap ul li.enquete form span input[type="radio"] + span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../imgs/radio_button.png") no-repeat 0 0;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
#homeWrap ul li.enquete form span input[type="radio"]:checked + span::before {
	background-position: 0 -14px;
}
#homeWrap ul li.enquete form span label input[type="radio"] {
	position: absolute;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#homeWrap ul li.enquete form span input[type="radio"]:focus + span::before,
#homeWrap ul li.enquete form span input[type="radio"]:active + span::before
{
	background-position: 0 -28px;
}
#homeWrap ul li.enquete form input.btn {
	border: none;
	outline: none;
	color: #ffcc00;
	height: 23px;
	padding: 4px 10px;
	margin: 10px 0 0 15px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	background-color: #5f4c2c;
	position: relative;
}
#homeWrap ul li.enquete form input.btn:hover {
	background-color: #ffcc00;
	color: #5f4c2c;
}
#homeWrap ul li.enquete form #status {
	font-size: 10px;
	color: #a7967a;
	margin: 10px 0 0 15px;
}


#homeWrap ul li h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 99;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#homeWrap ul li p.imagem {
	display: block;
	width: 304px;
	height: 150px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
#homeWrap ul li p.imagem img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#homeWrap ul li p {
	margin: 15px 15px 10px 15px;
	line-height: 18px;
}
#homeWrap ul li a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 3px 15px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}

/* -- */

#produtoheader {
	width: 964px;
	height: 320px;
	margin: 42px auto 0 auto;
	position: relative;
	background-color: #ffffff;
}
#produtoheader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#produtoheader h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	margin: 30px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#produtoheader p {
	float: left;
	clear: left;
	padding: 10px 5px 0 15px;
	width: 550px;
	line-height: 22px;
}
#produtoheader a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 572px;
	height: 50px;
	float: left;
	clear: left;
	line-height: 18px;
	padding: 10px 0 0 15px;
	
	background-color: #faf8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
#produtoheader a span {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 17px;
	left: 530px;
	background-image: url(../imgs/header_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#produtoheader a:hover span {
	background-position: 0px -25px;
}
#produtoheader img {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #ffcc00;	
}

#entenda {
	width: 964px;
	margin: 0 auto;
	background-color: #ffffff;
	
	-webkit-border-bottom-left-radius: 10px; /* Chrome e Safari */
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-radius-bottomleft: 10px; /* Linux browsers */
	-khtml-border-radius-bottomright: 10px;
	
	behavior: url(js/PIE.htc); /* IE */
	
	border-bottom-left-radius: 10px; /* Native CSS3 */
	border-bottom-right-radius: 10px;
}
#entenda ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#entenda ul li {
	float: left;
	display: block;
	width: 215px;
	min-height: 150px;
	margin: 0;
	padding: 10px 13px;
	
	border-top: solid #ededed 1px;
	background-image: url(../imgs/sobreproduto_entenda_divisor.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#entenda ul li.title {
	background-color: #ffcc00;
	background-image: url(../imgs/sobreproduto_entenda_titlearrow.gif);
}
#entenda ul li.title h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 35px 0 0 0;
	line-height: 20px;
}
#entenda ul li.nobg {
	background-image: none;
}
#entenda ul li h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
#entenda ul li p {
	margin: 5px 0 0 0;
	line-height: 16px;
}
#entenda ul li a {
	text-decoration: underline;
}
#entenda ul li a:hover {
	text-decoration: none;
	color: #ffcc00;
}

#informacoes {
	position: relative;
	width: 964px;
	margin: 75px auto 0 auto;
	background-color: #faf8f8;
	
	-webkit-border-bottom-left-radius: 10px; /* Chrome e Safari */
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-radius-bottomleft: 10px; /* Linux browsers */
	-khtml-border-radius-bottomright: 10px;
	
	behavior: url(js/PIE.htc); /* IE */
	
	border-bottom-left-radius: 10px; /* Native CSS3 */
	border-bottom-right-radius: 10px;
}
#informacoes h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#informacoes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#informacoes ul li {
	display: block;
	width: 241px;
	float: left;
}
#informacoes ul li p {
	margin: 0;
	padding: 7px 10px 25px 10px;
	background-image: url(../imgs/sobreproduto_info_divisor.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 18px;
}
#informacoes ul li.ultimo p {
	background-image: none;
}

/* -- */
/* EstampasExclusivas */

/* -- */

#estampasheader {
	width: 964px;
	height: 207px;
	margin: 42px auto 0 auto;
	position: relative;
	background-color: #ffffff;
}
#estampasheader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#estampasheader h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	margin: 40px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#estampasheader p {
	/*float: left;*/
	clear: left;
	padding: 10px 5px 0 15px;
	width: 550px;
	line-height: 24px;
}
#estampasheader img {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #ffcc00;	
}
#previsualizar {
	width: 964px;
	height: 390px;
	margin: 42px auto 0 auto;
	position: relative;
	background-color: #ffffff;
}
#previsualizar h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffcc00;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#previsualizar h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 27px;
	
	display: block;
	width:135px;
	height: 27px;
	padding: 0 5px 0 15px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 790px;
	float: left;
	clear: left;
	
	background-color: #ffcc00;
	background-image: url(../imgs/home_side_a.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	
}
#previsualizar #imagem {
	width: 640px;
	height: 427px;
	float: left;
	position: relative;
}
#previsualizar #imagem img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#previsualizar #imagem #papeis {
	position: absolute;
	top: 85px;
	left: 85px;
	z-index: 9;
	width: 340px;
	height: 260px;
	background-image: url(../imgs/previsualizar_array_estampas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#previsualizar #estampas {
	float: right;
	position: relative;
	width: 324px;
	
}
#previsualizar #estampas h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
	padding: 19px 0 0 0px;
	
	display: block;
	width: 324px;
	height: 65px;
	
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../imgs/previsualizar_titlebg.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	z-index: 10;
}
#previsualizar #estampas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#previsualizar #estampas ul li {
	float: left;
	display: block;
	width: 162px;
	height: 91px;
	z-index: 8;
	
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
#previsualizar #estampas ul li:hover {
	cursor: pointer;
}
#previsualizar_2 {
	width: 964px;
	height: 1320px;
	margin: 42px auto 0 auto;
	position: relative;
	background-color: #ffffff;
}
#previsualizar_2 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffcc00;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#previsualizar_2 h2{
font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color:#FFF;
	line-height: 30px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	position: absolute;
	top: 3px;
	left: 0px;
	margin: 40px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #999;
	
}

#outrasestampas {
	width: 964px;
	margin: 42px auto 0 auto;
	position: relative;
}
#outrasestampas h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#outrasestampas #estampas {
	width: 100%;
	height: 130px;
	!height: auto;
	overflow: hidden;
	position: relative;
}
#outrasestampas #estampas ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}
#outrasestampas #estampas ul li {
	float: left;
	overflow: hidden;
}
#outrasestampas #estampas ul li.obs {
	width: 480px;
	height: 120px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#outrasestampas #estampas ul li.obs h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	
	padding: 0 5px 0 15px;
	margin: 0;
	float: left;
	clear: left;
	border-bottom: 1px solid #fc0;
}
#outrasestampas #estampas ul li.obs p {
	margin: 0px;
	padding: 5px 5px 0 15px;
	line-height: 20px;
	clear: left;
}
#outrasestampas #estampas ul li.obs p a {
	text-decoration: underline;
}
#outrasestampas #estampas ul li.obs p a:hover {
	color: #fc0;
	text-decoration: none;
}
#outrasestampas #categorias {
	position: absolute;
	top: -11px;
	right: 0px;
	display: none;
	z-index: 10;
}
#outrasestampas #categorias p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	
	display: block;
	width: 110px;
	height: 22px;
	margin: 0;
	padding: 0 0 0 10px;;
	line-height: 22px;
	border: solid 1px #ffcc00;
	background-color: #ffcc00;
	background-image: url(../imgs/outrasestampas_bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#outrasestampas #categorias p.title:hover {
	background-color: #ffffff;
}
#outrasestampas #categorias ul {
	display: none;
	margin: -1px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	border: solid 1px #ffcc00;
	list-style: none;
}
#outrasestampas #categorias ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 5px 8px 5px 2px;
	cursor: pointer;
}
#outrasestampas #categorias ul li:hover {
	background-color: #ffcc00;
}

#texturas {
	width: 964px;
	margin: 42px auto 0 auto;
}
#texturas h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#texturas #intro {
	width: 250px;
	position: relative;
	padding: 0 0 15px 0;
	background-color: #ffffff;
	float: left;
}
#texturas #intro h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	
	margin: 30px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#texturas #intro p {
	/*float: left;*/
	clear: left;
	padding: 5px 5px 0 15px;
	line-height: 24px;
}
#texturas #thumbs {
	width: 430px;
	float: left;
	margin: 0;
}
#texturas #thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#texturas #thumbs ul li {
	display: block;
	height: 71px;
	margin: 1px;
	float: left;
	position: relative;
}
#texturas #thumbs ul li:hover {
	cursor: pointer;
}
#texturas #thumbs ul li:hover p {
	border-top: solid 5px #ffcc00;
}
#texturas #thumbs ul li p {
	width: 141px;
	position: absolute;
	top: 66px;
	left: 0px;
	margin: 0;
	text-align: center;
}
#texturas #thumbs ul li p span {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	background-image: url(../imgs/tooltip_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
	position: relative;
	
	opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */
}
#texturas #thumbs ul li p span strong {
	display: inline-block;
	min-width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px;
	background-color: #ffcc00;
}
#texturas #vantagens {
	width: 284px;
	position: relative;
	float: right;
	background-color: #ffffff;
	padding: 30px 0 10px 0;
}
#texturas #vantagens ul {
	list-style-image: url(../imgs/ul_bullet.jpg);
	margin: 0 0 0 30px;
	list-style-position: outside;
}
#texturas #vantagens ul li {
	margin: 0 0 12px 0;
}

/* -- */
/* Instalação */

/* -- */

#instalacaoheader {
	width: 964px;
	height: 268px;
	margin: 42px auto 0 auto;
	position: relative;
	background-color: #ffffff;
}
#instalacaoheader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: 2px;
	left: 9px;
	z-index: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#instalacaoheader h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	margin: 40px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#instalacaoheader p {
	float: left;
	clear: left;
	padding: 5px 5px 0 15px;
	width: 430px;
	line-height: 24px;
}
#instalacaoheader a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 572px;
	height: 50px;
	float: left;
	clear: left;
	line-height: 18px;
	padding: 10px 0 0 15px;
	
	background-color: #faf8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
#instalacaoheader a span {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 17px;
	left: 530px;
	background-image: url(../imgs/header_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#instalacaoheader a:hover span {
	background-position: 0px -25px;
}
#instalacaoheader img {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #ffcc00;	
}
#howinstall {
	width: 964px;
	margin: 0 auto;
	background-color: #ffffff;
	
	-webkit-border-bottom-left-radius: 10px; /* Chrome e Safari */
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-radius-bottomleft: 10px; /* Linux browsers */
	-khtml-border-radius-bottomright: 10px;
	
	behavior: url(js/PIE.htc); /* IE */
	
	border-bottom-left-radius: 10px; /* Native CSS3 */
	border-bottom-right-radius: 10px;
}
#howinstall ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#howinstall ul li {
	float: left;
	display: block;
	width: 215px;
	min-height: 200px;
	margin: 0;
	padding: 10px 13px;
	
	border-top: solid #ededed 1px;
	background-image: url(../imgs/instalacao_how_divisor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#howinstall ul li.title {
	height: 200px;
	background-color: #ffcc00;
	background-image: url(../imgs/sobreproduto_entenda_titlearrow.gif);
}
#howinstall ul li.title h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 80px 0 0 0;
	line-height: 15px;
}
#howinstall ul li.nobg {
	background-image: none;
}
#howinstall ul li h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
#howinstall ul li p {
	text-align: center;
	margin: 5px 0 0 0;
	line-height: 16px;
}
#howinstall ul li2 {
	float: left;
	display: block;
	width: 722px;
	min-height: 200px;
	margin: 0;
	padding: 0px 0px;
	
	border-top: solid #ededed 1px;
	background-image: url(../imgs/instalacao_how_divisor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* -- */
/* Fale Conosco */

/* -- */

#faleconosco {
	width: 964px;
	margin: 42px auto 0 auto;
}
#faleconosco #left {
	width: 747px;
	height:845px;
	float: left;
	background-color: #ffffff;
	position: relative;
	padding: 0 0 45px 0;
}
#faleconosco #left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	
	height: 30px;
	margin: 0;
	padding: 0 5px 0 15px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 10;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#faleconosco #left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	margin: 40px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
#faleconosco #left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 13px;
	text-transform: uppercase;
	
	/*height: 30px;*/
	margin: 30px 0 0 0;
	padding: 0 5px 0 15px;
	float: left;
	clear: left;
	background-color: #ffffff;
	
	
}
#faleconosco #left p {
	font-style:italic;
	float: left;
	clear: left;
	padding: 2px 5px 0 15px;
	width: 260px;
	line-height: 18px;
}
#faleconosco #left form {
	width: 500px;
	margin: 15px 0 0 15px;
}
#faleconosco #left form table tr td {

}
#faleconosco #left form input.campo, #faleconosco #left form select.estados,  #faleconosco #left form textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5f4c2c;
	
	height: 22px;
	background-color: #ffffff;
	border: solid 1px #ffcc00;
	padding: 0 2px;
	margin: 0 10px 10px 0;
	line-height: 22px;
	
	-moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Chrome e Safari */
    -khtml-border-radius: 4px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 4px; /* Native CSS3 */
}
#faleconosco #left form input.campo:focus, #faleconosco #left form select.estados:focus, #faleconosco #left form textarea:focus {
	outline: none;
}
#faleconosco #left form textarea {
	padding: 2px;
	height: 100px;
	line-height: 14px;
}
#faleconosco #left form span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 2px;
	margin: 0 0 10px 0;
}
#faleconosco #left form span.estados {
	display: inline-block;
	height: 22px;
	background-color: #ffffff;
	border: solid 1px #ffcc00;
	padding: 0 2px;
	margin: 0 10px 10px 0;
	text-indent: 0;
	line-height: normal;
	
	-moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Chrome e Safari */
    -khtml-border-radius: 4px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 4px; /* Native CSS3 */
	
	background-image: url(../imgs/select_arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	overflow: hidden;
}
#faleconosco #left form span.msg {
	float: left;
	width: 69px;
	height:100px;
}
#faleconosco #left form input.btn {
	border: none;
	outline: none;
	background-color: #5f4c2c;
	color: #ffcc00;
	height: 23px;
	padding: 4px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 69px;
	
	-moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Chrome e Safari */
    -khtml-border-radius: 3px; /* Linux browsers */
    behavior: url(js/PIE.htc); /* IE */
    border-radius: 3px; /* Native CSS3 */
	
	float: left;
}
#faleconosco #left form input.btn:hover {
	background-color: #ffcc00;
	color: #5f4c2c;
}
#faleconosco #left form #status {
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 15px;
}

#faleconosco #right {
	width: 215px;
	float: right;
	height:888px;
}
#faleconosco #right a.googlemaps {
	display: block;
	width: 381px;
	height: 268px;
	background-image: url(../imgs/faleconosco_googlemaps.jpg);
	background-position: left top;
	text-indent: -9999px;
	border-left: solid 12px #ffcc00;
}
#faleconosco #right a.mail, #faleconosco #right span.tel {
	display: block;
	width: 338px;
	height: 40px;
	margin: 0 0 3px 0;
	padding: 20px 0 0 55px;
	background-repeat: no-repeat;
	background-position: left top;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}
#faleconosco #right a.mail {
	font-size: 18px;
	background-image: url(../imgs/faleconosco_icon_mail.png);
	background-color: #ffcc00;
	!font-size: 16px;
}
#faleconosco #right span.tel {
	height: 47px;
	padding-top: 13px;
	font-size: 24px;
	background-image: url(../imgs/faleconosco_icon_tel.gif);
	background-color: #faf8f8;
}
#faleconosco #right #facebook {
	margin: 0 0 3px 0;
	padding: 20px 0 20px 10px;
	padding-top: 13px;
	background-color: #faf8f8;
}
#faleconosco #right #hr {
	width: 381px;
	margin: 0 auto;
	padding: 21px 0;
	background-image: url(../imgs/hr_divisor.png);
	background-repeat: repeat-x;
	background-position: center;
}
#faleconosco #right img{
border-left: solid 12px #ffcc00;}
