html {overflow-y:scroll;}
html,body {height:100%}
body {
	width:100%;
	height:100%;
	font: 14px Scada, Helvetica, sans-serif;
	color:#000;
	background-color:#d8d9db;
	
}
	#body{background:url(../imgs/site.png) top center no-repeat #dadada;}

/* fix for inputs inline shadow */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* no borders for buttons (ie7) */
textarea{resize:none;outline:0px;/* font: 14px Cabin, Helvetica, sans-serif; */}
button {*border: none !important;*border-color: transparent !important}
a,button,input {outline:none !important}

html, body, div, h1, h2, h3, img{
	padding: 0px;
	border: 0px;
	margin: 0px;
	outline:none;
}
ul, li, img, p, a, fieldset{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	color:#000;
}
/* input{font: 14px Cabin, Helvetica, sans-serif;} */
fieldset{
	padding: 0;
	margin: 0;
	border: 0;
}
option:checked { color: #206bdb; }

#bgTopo{
	width:100%;
	height:220px;
}
	#topo{
		position:relative;
		width:970px;
		height:220px;
	}
		#topo .logo{
			position:absolute;
			left:0px;
			top:50%;
			margin-top:-27px;
			margin-left:80px;
			display:inline-block;
		}
		#menu{
			float:right;
			margin-right:80px;
			margin-top:100px;
		}
			#menu ul{
				display:table;
			}
			#menu li:first-child{margin-left:0px;}
			#menu li{
				float:left;
				margin-left:25px;
			}
				#menu li a{
					font-size:15px;
					display:inline-block;
					padding-bottom:5px;
					border-bottom:2px solid transparent;
				}
				#menu li:hover a{
					border-bottom:2px solid #57723d;
				}
#bgBanner{
	width:100%;
	height:440px;
	background-color:#57723d;
}
	#cycleBanner{
		width:100%;
		height:440px;
	}
		#cycleBanner li{
			width:100%;
			height:440px;
			display:block;
		}
			#cycleBanner li a{
				width:100%;
				height:440px;
				display:inline-block;
			}
	#bgPics{
		position:relative;
		width:970px;
		height:34px;
		margin-top:-50px;
	}
		#pics{
			position:absolute;
			right:60px;
			z-index:99999;
		}
			#pics a{
				background:url(../imgs/pic1.png) no-repeat center bottom;
				width:35px;
				height:34px;
				display:inline-block;
				cursor:pointer;
				line-height:34px;
				color:#57723d;
			}
			#pics a.activeSlide{
				background:url(../imgs/pic3.png) no-repeat center bottom;
			}
			
#bgRodape{
	width:100%;
	height:140px;
}
	#borderRodape{
		background:url(../imgs/borderRodape.jpg);
		width:100%;
		height:10px;
	}
	#rodape{
		width:970px;
		height:100px;
	}
		#rodape p{
			width:100%;
			display:inline-block;
		}
			#rodape p a:hover{
				text-decoration:underline;
			}
		#rodape p.p1{
			margin-top:25px;
		}
		#rodape p.p2{
			margin-top:10px;
		}
	#footer{
		width:970px;
		height:25px;
		padding-top:10px;
		color:#000;
	}
		#footer .copyright{
			float:left;
		}
		#footer .desenvolvido{
			float:right;
		}
			#footer .desenvolvido a{
				color:#000;
			}
			#footer .desenvolvido a:hover{
				text-decoration:underline;
			}
#content{
	width:970px;
	height:auto;
	min-height:300px;
}
	#navMain{
		position:relative;
		height:400px;
	}
		#navMain ul{
			position:absolute;
			width:100%;
			height:230px;
			top:50%;
			left:0px;
			margin-top:-115px;
			display:inline-block;
		}
			#navMain li{
				position:relative;
				width:230px;
				height:230px;
				display:inline-block;
				overflow:hidden;
				cursor:pointer;
			}
				#navMain li .description{
					width:230px;
					height:115px;
					margin-top:-115px;
					background-color:#999a9c;
					display:table;
					font-size:18px;
				}
					#navMain li:hover .description{
						background-color:#57723d;
					}
					#navMain li .description p{
						display:table-cell;
						padding-top:45px;
						vertical-align:middle;
					}
						#navMain li .description p span{
							display:block;
							text-align:center;
							color:#fff;
						}
				#navMain .mascara{
					position:absolute;
					background:url(../imgs/losango.png) no-repeat;
					width:230px;
					height:230px;
					display:inline-block;
					top:0px;
					left:0px;
				}
#internas{
	width:970px;
	background:url(../imgs/bgTriangulo.png) #d8d9db no-repeat;
	background-position:0px 130px;
	margin-bottom:120px;
}

	#main{
		float:right;
		width:755px;
		height:auto;
		min-height:300px;
	}
	
	#container{
		width:880px;
		height:auto;
		margin-top:20px;
	}
	
	.categoria{
		margin-top:20px;
		height:auto;
	}
		.categoria .descCat{
			margin-top:5px;
			margin-bottom:40px;
			text-align:left;
			font-style:italic;
		}
		.produtos{
			width:100%;
			height:auto;
			text-align:left;
		}
			.produtos ul.imagens{
				width:auto;
				height:200px;
				display:inline-block;
			}
				.produtos .imagens li:first-child{margin-left:0px;}
				.produtos .imagens li{
					float:left;
					position:relative;
					width:200px;
					height:200px;
					margin-left:30px;
					overflow:hidden;
					cursor:pointer;
				}
					.produtos .imagens li .description{
						width:200px;
						height:100px;
						margin-top:-100px;
						background-color:#999a9c;
						display:table;
						font-size:18px;
					}
						.produtos .imagens li:hover .description{
							background-color:#57723d;
						}
						.produtos .imagens li .description p{
							display:table-cell;
							padding-top:35px;
							vertical-align:middle;
						}
							.produtos li .description p span{
								display:block;
								text-align:center;
								color:#fff;
							}
					.produtos .imagens .mascara{
						position:absolute;
						background:url(../imgs/losango2.png) no-repeat;
						width:200px;
						height:200px;
						display:inline-block;
						top:0px;
						left:0px;
					}
			.produtos .infos{
				float:left;
				width:100%;
				height:auto;
				margin-left:50px;
				padding-left:50px;
				border-left:1px solid #73885B;
			}
				.produtos .infos li:first-child{
					margin-top:0px;
					text-transform:uppercase;
					
					font-size:14px;
				}
				.produtos .infos li{
					font-size:12px;
					margin-top:3px;
					font-style:italic;
				}
				.produtos .detalhe{
					position:absolute;
					font-size:10px;
					bottom:25px;
					left:50px;
				}
				
	#menuAbas{
		text-align:left;
	}
		#menuAbas li:first-child{margin-left:0px;}
		#menuAbas li{
			margin-left:20px;
			display:inline-block;
		}
			#menuAbas li a{
				font-size:18px;
				font-style:italic;
			}
				#menuAbas li.ativo a,
				#menuAbas li:hover a{
					border-bottom:2px solid #73885b;
				}
	#abas{
		width:100%;
		margin-top:10px;
		overflow:hidden;
	}
		#abas #viewer{
			width:2000px;
			display:table;
			margin-left:0px;
			/* margin-left:-880px; */
		}
		#abas .nav{
			float:left;
			width:880px;
			margin-top:10px;
		}
			#abas .nav ul:first-child{
				border-top:0px;
				margin-top:0px;
				padding-top:0px;
			}
			#abas .nav ul{
				border-top:1px solid #000;
				margin-top:20px;
				padding-top:20px;
				display:inline-block;
			}
			#abas .nav li:first-child{
				border-left:1px solid transparent;
				padding-left:0px;
			}
			#abas .nav li{
				float:left;
				width:180px;
				height:auto;
				padding:0px 22px;
				border-left:1px solid #000;
			}
				#abas .nav li p{
					font-size:14px;
				}
				#abas .nav li div{
					font-size:12px;
					margin-top:10px;
				}
					#abas .nav li div span{
						font-size:14px;
						font-weight:bold;
					}

/* TEXTOS E TÍTULOS */
.header{
	margin-top:40px;
	display:block;
	text-align:right;
}
	.header span{
		padding-bottom:20px;
		border-bottom:2px solid #73885b;
		display:inline-block;
		
		color:#000;
		font-size:30px;
	}
	.header.marginBot{margin-bottom:40px;}
.h1{
	margin-top:0px;
	display:block;
	text-align:left;
}
	.h1 span{
		padding-bottom:5px;
		border-bottom:2px solid #73885b;
		display:inline-block;
		
		color:#000;
		font-size:20px;
		font-style:italic;
	}
.h2{
	margin-top:0px;
	display:block;
	text-align:left;
	
	color:#000;
	font-size:26px;
	font-style:italic;
}
	
	.texto{
		font-style:italic;
		font-size:16px;
	}
	.textoInterno{
		line-height:24px;
		text-align:right;
	}
/* FIM - Textos e Títulos */

.inputPadrao{
	border:1px solid #d5d5d6;
	padding:5px 0px 5px 8px;
	color:#444545;
	background-color:#eaeaea;
	box-shadow:0px 0px 2px #a4a4a4;
	font-style:italic;
}
	.inputPeq{width:142px;}
	.inputMed{width:222px;}
	.inputGra{width:302px;}

	.left{
		padding:5px 0px;
		text-align:right;
		color:#444545;
	}
		.left label{
			margin-right:10px;
		}
	.right{
		padding:5px 0px;
		padding-left:10px;
		text-align:left;
		color:#444545;
	}
	.submitContato{
		margin-left:368px;
		font-style:italic;
	}
	
	
/* TRIÂNGULOS */
.seta-cima {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
}
.seta-direita {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #aaa;
}
.seta-baixo {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #aaa;
}
.seta-esquerda {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #aaa;
}
/* FIM - Triângulos */