*{	
	margin: 0; 
	padding: 0;
	font-weight: normal;
}

* html #total {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

html, body {
	height: 100%;
}

#total {
	min-height: 100%;
	position: relative; 
	background: #fff; 
	width: 100%;
	min-width: 926px;
}

#main-container {	
	padding-bottom: 315px; 
	width: 100%; 
	height: 100%;	
}
	
.main-content{
	padding: 30px 0
}

/*
------------------------------------
	pagina-texto
------------------------------------
*/

.pagina-texto .txt{
	text-align: justify	
}

.ilustracao{
	width: 370px;
	margin-top: 4px
}

.ilustracao img{
	max-width: 370px;
}

/*
------------------------------------
	contato
------------------------------------
*/

#mapa{
	border: 10px solid #9bc231;
	width: 370px;
	height: 573px
}

.contato h3{
	height: 60px;
	line-height: 60px;
	background: #9bc231;
	width: 460px;
	padding: 0 15px;
	font-size: 30px;
}

.contato p{
	padding: 25px;
	width: 440px;
	background: #dcdcdc;
	line-height: 29px;
}

/*
------------------------------------
	header
------------------------------------
*/

#main-header{
	background: #a5ce37; 
	height: 125px; 
	width: 100%;
	min-width: 926px;
	position: relative
}

#logo{
	margin-top: 1px;
}

#main-header ul{
	width: 570px;
	position: relative;
	z-index: 10
}

#main-header ul li a{
	/*altura 125 sem serrilhado*/
	width: 105px;
	line-height: 95px;
	height: 95px;
	padding-top: 30px;
	margin-left: 9px;
	float: right;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	background: #9bc231;
	text-align: center;
	position: relative;
}

#main-header ul li a span{
	display: none
}

#main-header ul li a:hover{
	background: #9bc231 url(../images/main-menu-hover.png) center 25px no-repeat;
}

#main-header ul li a.ativo{
	background: #b055a0 url(../images/main-menu-hover.png) center 25px no-repeat;
	z-index:1
}

#main-header ul li a.ativo span{
	display: block
}

#main-header ul li a.ativo span{
	width: 105px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	display: block;
}


#main-header ul li a.ativo.btn5 span{
	background: url(../images/main-menu-btn5-ativo.png);
}

#main-header ul li a.ativo.btn4 span{
	background: url(../images/main-menu-btn4-ativo.png);
}

#main-header ul li a.ativo.btn3 span{
	background: url(../images/main-menu-btn3-ativo.png);
}

#main-header ul li a.ativo.btn2 span{
	background: url(../images/main-menu-btn2-ativo.png);
}

#main-header ul li a.ativo.btn1 span{
	background: url(../images/main-menu-btn1-ativo.png);
}

/*divisao menu banner*/

#divisao-menu-banner{
	width: 100%;
	z-index: 3;
	bottom: -11px;
	position: absolute;	
}

#divisao-menu-banner .content-width-926px{
	width: 926px;
	height: 11px;
	background: url(../images/divisao-menu-banner-central.png);
}

#divisao-menu-banner-left{
	height: 11px;
	background: url(../images/divisao-menu-banner.png) right;
}

#divisao-menu-banner-right{
	height: 11px;
	background: url(../images/divisao-menu-banner.png) left;
}


/*
------------------------------------
	footer
------------------------------------
*/

#main-footer{
	position: absolute; 
	bottom: 0; 
	height: 315px; 
	width: 100%; 
	background: #9bc231;
}

/*footer menu*/

#footer-menu {
	width: 195px;	
	background: #a5ce37;
	padding: 0 20px 30px;
}

.footer-titulo{
	font-size: 30px;
	color: #fff;
	margin-top: 20px
}

#footer-menu ul{
	margin: 10px 0 0 20px;
}

#footer-menu ul li a{
	color: #fff;
	font-size: 22px;
}

/*footer endereco*/

#footer-endereco{
	width: 215px;
	padding: 35px 13px 35px 25px;
	position: relative
}

#footer-endereco #icone-endereco{
	width: 23px;
	height: 24px;
	background-position: -54px -3px;
	margin: 45px 10px 0 0px
}

#footer-endereco p{
	font-size: 20px;
	color: #fff
}

#footer-fone{
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	background: #a5ce37;
	padding: 0 25px 0 20px;
	margin-top: 30px;
}

#footer-fone .icone{
	width: 20px;
	height: 24px;
	background-position: -77px 0;
	margin: 13px 10px 0 0
}

#footer-divisao{
	width: 3px;
	height: 175px;
	background: #a5ce37;
	border-left: 3px solid #8fb32d;
	position: absolute;
	top: 35px
}

/*footer form*/

#footer-form{
	width: 385px;
	margin-left: 30px;
	position: relative
}

#footer-form h3{	
	position: relative;
	z-index: 1
}

#footer-form h4{
	font-size: 25px;
	margin-top: 24px;
	position: relative;
	z-index: 1
}

#footer-form form{
	margin-top: 10px;
	position: relative;
	z-index: 1
}

#footer-form div.left{
	width: 190px
}

#footer-form input,
#footer-form textarea{
	width: 162px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #88ab28;
	font-size: 16px;
	padding: 0 10px;	
	margin: 0 0 6px 6px;
}

#footer-form textarea{
	height: 68px;
}

#footer-form #textarea-box{
	height: 70px;
	overflow: hidden;
	margin-bottom: 6px
}

#footer-form input.btn{
	margin: 0 0 0 6px;
	height: 32px;
	width: 182px;
	border: 0;
	background: #9bc231;
	border: 1px solid #88ab28;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

#footer-balao{
	position: absolute;
	z-index: 0;
	right: -25px
}

#desenvolvido{
	width: 100%;
	background: url(../images/footer-desenvolvido.png);
	text-align: center;
	line-height: 33px;
	height: 33px;
	padding-top: 39px;
}

#desenvolvido a{
	font-size: 15px;
	color: #fff;
}