@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	border:none;
}
body{
	background:url(../images/grey.png);
}
#topo_maior{
	width:100%;
	height:150px;
	margin:0 auto; 
	background-color:#FFF;
}
#topo{
	width:1000px;
	height:150px;
	margin:0 auto; 
}
#logo{
	background:url(../images/marca.png);
	width:198px;
	height:68px;
	margin-top:40px;
	position:absolute;
}
#menu_maior{
	width:667px;
	height:75px;
	position:absolute;
	margin-left:300px;
	margin-top:50px;
}
#menu{
	width:600px;
	height:40px;
	margin-top:17px;
	margin-left:45px;
}
#menu ul{
	width:600px;
	height:40px;
	float:left;
}
#menu ul li{
	width:120px;
	height:40px;
	float:left;
	list-style:none;
	text-align:center;
}
#menu ul li a{
	width:120px;
	height:40px;
	float:left;
	list-style:none;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	color:#555;
	font-family:"nexa_lightregular";
	display:block;
	font-size:13px;
}
.separator{
	background: url(../images/div.png) no-repeat right center;
}
#menu ul li a:hover{
	color: #FFFFFF;
	background:#5D9E3C;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
#menu ul li ul{
	width:120px;
	height:120px;
	float:left;
	position:relative;
	z-index:10;
	display:none;
}
#menu ul li ul li{
	width:120px;
	height:40px;
	float:left;
}
#menu ul li ul li a{
	width:120px;
	height:40px;
	float:left;
	list-style:none;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	color:#555;
	font-family:"nexa_lightregular";
	display:block;
	font-size:13px;
	background:#FFFFFF;
	border-bottom:2px solid #5D9E3C;
}
#menu ul li:hover ul{
	display:block;
}
#redes{
	width:100px;
	height:40px;
	position:absolute;
	margin-left:900px;
	margin-top:10px;
}
#facebook{
	background:url(../images/facebook.png);
	width:31px;
	height:32px;
	position:absolute;
}
#twitter{
	background:url(../images/twitter.png);
	width:32px;
	height:32px;
	position:absolute;
	margin-left:35px;
}
#youtube{
	background: url(../images/youtube.png);
	width:31px;
	height:32px;
	position:absolute;
	margin-left:70px;
}
#slide_maior{
	width:100%;
	height:350px;
	background:url(../images/bg_slide.png) center;
	margin:0 auto;
}
#slide{
	width:1000px;
	height:350px;
	background: url(../images/smoke_slide.png) center;
	margin:0 auto;
}
#centraliza{
	width:1000px;
	height:300px;
	position:absolute;
	margin-top:10px;
}
#corpo_maior{
	width:100%;
	height:450px;
	margin:0 auto;
}
#corpo{
	width:1000px;
	height:450px;
	margin:0 auto;
}
#section{
	width:1000px;
	height:420px;
	margin:0 auto;
	position:absolute;
	margin-top:15px;
}
#item1{
	width:320px;
	height:420px;
	position:absolute;
}
#item2{
	width:320px;
	height:420px;
	position:absolute;
	margin-left:340px;
}
#item3{
	width:320px;
	height:420px;
	position:absolute;
	margin-left:680px;
}
#icon{
	width:100%;
	height:110px;
	background:url(../images/icon.png) no-repeat center center;
}
#titulo{
	width:100%;
	height:50px;
	text-align:center;
	font-family:"nexa_lightregular";
	font-size:24px;
	color:#555;
}
#texto{
	width:90%;
	margin:0 auto;
	height:auto;
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#555;
}
#leia{
	width:110px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-family:"nexa_lightregular";
	color:#FFF;
	background:#5D9E3C;
	border:none;
	margin:0 auto;
	text-decoration:none;
	margin-top:20px;
	list-style:none;
	cursor:pointer;
}
#leia a{
	border:none;
	margin:0 auto;
	text-decoration:none;
	color:#FFF;
}
#leia:hover{
	color: #FFFFFF;
	background:#4C8031;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
#section_fotos_maior{
	width:100%;
	height:320px;
	background:url(../images/shattered.png);
	margin:0 auto;
}
#section_fotos{
	width:1000px;
	height:320px;
	background: url(../images/smoke_slide.png) top center no-repeat;
	margin:0 auto;
}
#footer_maior{
	width:100%;
	height:200px;
	background:#5D9E3C;;
}
#footer{
	width:1000px;
	height:200px;
	background:#5D9E3C;
	margin:0 auto;
}
#sub_footer{
	width:100%;
	height:30px;
	background:#52873B;
}
#carrousel{
	width:800px; 
	height:230px; 
	position:absolute; 
	margin-left:50px;  
}
#animado{
	position:absolute;
	margin-top:110px;
}
.img{
	width:204px;
	height:166px;
	margin:10px;
}
.anterior{
	width:40px; 
	height:40px; 
	border:0; 
	background:url(../images/prev.png);
	margin:5px;
	cursor:pointer; 
	position:absolute;
	margin-top:70px;
	}
	.proximo{
		width:40px; 
		height:40px; 
		border:0; 
		background:url(../images/next.png);
		margin:5px;
		cursor:pointer; 
		position:absolute;
		margin-top:70px;
		margin-left:950px;
	}
	#titulo_carrocel{
		width:400px;
		height:50px;
		position:absolute;
		margin-top:50px;
		margin-left:300px;
		text-align:center;
		font-family: "nexa_lightregular";
		color:#555;
		font-size:36px;
	}
	#endereco{
		width:500px;
		height:80px;
		font-family:"nexa_lightregular";
		color:#FFF; 
		position:absolute;
		margin-top:60px;
	}
	#logo_footer{
		background:url(../images/logo_footer.png);
		width:68px;
		height:121px;
		margin-left:932px;
		margin-top:40px;
		position:absolute;
	}
	#sm{
		width:1000px;
		margin:0 auto;
	}
	#sm p{
		font-family:"nexa_lightregular";
		font-size:12px;
		float:right;
		line-height:30px;
		color:#FFF;
	}
	#sm p a{
		color:#CCCCCC;
		text-decoration:none;
	}
	
	
	
	#galeria{
	width:800px;
	height:550px;
	margin:0 auto;
}
#galeria img{
	margin:15px;
	padding:4px;
	background:#FFF;
	border:none;
	border-radius:2px;
}