@import url(textos.css);

/*PARAMENTROS GERAIS*/

* { margin:0; padding:0; border:0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#F3F3F3;
}

html {
    overflow: -moz-scrollbars-vertical;
}
  
/*FIM PARAMENTROS GERAIS*/  

/* CLASSES GERAIS */

.strong {	
	font-weight:bold;
}

.hide { 
	display: none; 
}

.clear {
	clear: both; 
}

img{
	border: none;
}

.img-left {
	float:left;
	padding: 2px 14px 2px 0px;
}

.img-right {
	float:right;
	padding: 2px 0px 2px 14px;
}

.centro {
	text-align: center;
}

.direita {
	text-align:right;
}

.left {
	float:left;
}

.right { 
	float:right;
} 

/*FIM CLASSES GERAIS*/

/*CONTEÚDO A TODAS PÁGINAS*/

#main {
	width: 988px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#topo {
	width:998px;
	height:205px;
	/*margin-top:21px;*/
}

#bordas {
	background-image:url(img/layout/bg.png);
	background-repeat:repeat-y;
	width:988px;
	height:100%;
	margin-top:-3px;
}

html>body #bordas {    /*para os outros navegadores*/
	margin-top: 0px;
}

#conteudo {
	float:left;
	width:480px;
	padding: 0 10px 0 10px;
}

html>body #conteudo {
	float:left;
	width:500px;
	padding: 0 20px 0 15px;
}

#borda-final {
	background:url(img/layout/borda-final.png);
	background-repeat:no-repeat;
	width:988px;
	height:11px;
}

#rodape {
	width: 998px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0 20px 0;
}

#info {
	width: 550px;
	margin-left: 110px;
	float:left;
	color: #909090;
	font-size:10px;
	line-height: 150%;
}

html>body #info {
	width: 550px;
	margin-left: 200px;
	float:left;
	color: #909090;
	font-size:10px;
	line-height: 150%;
}

#info a {
	color: #909090;
	font-size:10px;
	line-height: 150%;
	text-decoration:none;
}

#info a:hover {
	color: #909090;
	font-size:10px;
	line-height: 150%;
	text-decoration:underline;
}

#clickmasters {
	width: 110px;
	float: right;
	margin-top: -5px;
}

/* FIM CONTEUDO PARA TODAS AS PAGINAS*/

/* PARA A HOME */

#banner-home {
	margin-left: -5px;
	margin-bottom: 20px;
}

/* FIM HOME */

/* PÁGINAS INTERNAS */

#conteudo-interno {
	float:left;
	width:750px;
	padding: 0 20px 0 20px;
}

.ttl-home-in {
	padding-bottom: 6px;
	width:auto;
}

.recuo-ml {
	margin-top: 10px;
	margin-bottom: 20px;
}

.clientes-bg {
	background:url(img/clientes/borda.png);
	background-repeat:no-repeat;
/*	width:177px;
	height:126px; */
	width:165px;
	height:126px;	
	padding: 0px 10px 12px 4px;
}

html>body .clientes-bg {
	background:url(img/clientes/borda.png);
	background-repeat:no-repeat;
	width:165px;
	height:126px;	
	padding: 0px 10px 8px 4px;
}

#tab-clientes {
	margin: 20px 0 20px 0px;
	color:#4F4F4F;
	font-size:12px;
	font-weight:bold;
}

#tab-clientes a {
	color:#4F4F4F;
	font-size:12px;
	text-decoration:none;
}

#tab-clientes a:hover {
	color:#4F4F4F;
	font-size:12px;
	text-decoration:none;
}

/* FIM PÁGINAS INTERNAS */

/* ELEMENTOS COMUNS DE LAYOUT */ 

.titulo {
	background:url(img/layout/titulo-bg.png);
	background-repeat: no-repeat;
	width:360px;
	height:26px;	
	color: #678C0F;
	font-weight:bold;
	font-size: 16px;
	text-transform:uppercase;
	padding: 7px 0 0 18px;
	margin-bottom: 15px;
}

a.texto-borda {
	border-bottom: 1px dotted #678C0F;
	text-transform:uppercase;
	color:#191919;
	font-size:12px;
	text-decoration:none;
	cursor:text;
}

a.texto-borda:hover {
	border-bottom: 1px dotted #678C0F;
	text-transform:uppercase;
	color:#191919;
	font-size:12px;
	text-decoration:none;
	cursor:text;
}

a.texto-borda-2 {
	border-bottom: 1px dotted #678C0F;
	text-transform:uppercase;
	color:#4E690C;
	font-size:11px;
	text-decoration:none;
	cursor:text;
	font-weight:bold;	
}

a.texto-borda-2:hover {
	border-bottom: 1px dotted #678C0F;
	text-transform:uppercase;
	color:#4E690C;
	font-size:11px;
	text-decoration:none;
	cursor:text;
	font-weight:bold;
}

/* FIM ELEMENTOS COMUNS DE LAYOUT */ 

/* AREA DE LOGIN HOME*/

.recuo-login {
	margin-left:14px;
}

.recuo-login-btn {
	margin-left:150px;
	margin-bottom: 10px;
	margin-top:4px;
}

#area-login {
	font-size: 12px;
	color:#666666;
	margin-top: 8px;
	margin-left: 10px;
}

#area-login input {
	background:url(img/layout/input-login.gif);
	background-repeat:no-repeat;
	width: 142px;
	height: 17px;	
	padding:0;
	margin:0;
	padding: 1px 4px 0 4px;	
	font-size:12px;
	color:#333333;	
}	

#area-login select {
	width: 150px;
	height: 19px;	
	padding:0;
	margin:0;
	padding: 1px 0px 0 4px;	
	font-size:12px;
	color:#333333;
	background-color:#ffffff;
	border: 1px solid #9EAA97;
}
	
/* FIM AREA DE LOGIN HOME*/


/* AREA DE NOTICIAS HOME */

#lateral-home-noticias {
	background:url(img/layout/bg-noticias.png);
	background-repeat: repeat-y;
/*	width:263px;*/
	width:251px;
	float:left;
	padding: 11px 6px 0 6px;
}

.data-box {
/*	width: 42px;
	height:42px;*/
	width: 39px;
	height:28px;	
	background-color:#FAFAFA;
	color:#2C3C06;
	font-size:11px;
	font-weight:bold;
	padding: 14px 0 0 3px;
	float:left;
}

a.noticia-conteudo {
	float:left;
	margin-left: 10px;
	font-size: 11px;
	color:#333333;
	width: 180px;
	text-decoration:none;
}

a.noticia-conteudo:hover {
	float:left;
	margin-left: 10px;
	font-size: 11px;
	color:#333333;
	width: 180px;
	text-decoration:underline;
}

.recuo-noticias {
	padding-bottom: 15px;
}

html>body .recuo-noticias {
	padding-bottom: 0px;
}

.noticia-home {
	padding: 0px 0 15px 0;
}

html>body .noticia-home {
	padding:15px 0 15px 0;
}

.noticias-home-div {
	background:url(img/layout/noticias-home-div.gif);
	background-repeat:no-repeat;
	width:230px;
	height:1px;
}

/* FIM AREA DE NOTICIAS HOME */

/* AREA DE NEWSLEETER HOME */

#lateral-home-news {
	background:url(img/layout/news-home-lateral.png);
	background-repeat: no-repeat;
	width:272px;
	float:left;
	height:160px;
}

html>body #lateral-home-news {
	width:263px;
}

#home-news {
	background:url(img/layout/news-home-interno-ie.png);
	height:190px;
	width:270px;
	margin-left:1px;
	margin-top: 0px;
	float:left;	
}

html>body #home-news {
	background:url(img/layout/news-home-interno.png);
	height:190px;
	width:261px;
	margin-left:3px;
	margin-top: 1px;
	float:left;
}

html>body .news-linha {
	background:#C0C0C0;
	width:100%;
	height:1px;
}

#news-titulo {
	background-image:url(img/layout/news-titulo.gif);
	background-repeat:no-repeat;
	width:200px;
	height: 49px;
	margin: 17px 0 0 13px;
	padding: 18px 0 0 54px;
	font-size:11px;
	color:#373737;
}

#area-login {
	font-size: 12px;
	color:#333333;
	margin-top: 8px;
	margin-left: 10px;
}

#area-news input {
	background:url(img/layout/input-news.gif);
	background-repeat:no-repeat;
/*	width: 190px;
	height: 24px;	*/
	width: 187px;
	height: 24px;		
	padding:0;
	margin:0;
	padding: 4px 4px 0 4px;	
	font-size:12px;
	color:#607432;
	font-weight:bold;	
}

.recuo-news-btn {
	margin-left:158px;
	margin-bottom: 10px;
	margin-top:4px;
}

/* FIM AREA NEWSLETTER HOME */

/* AREA DE BANNER AMBIENTAL HOME */

#lateral-home-ambiental {
	width:260px;
	float:left;
	margin-top: 25px;
}

/* FIM AREA DE BANNER AMBIENTAL HOME */

/*MENU*/

#menu {
	width:180px;
	background-image:url(img/layout/menu-bg.png);
	background-repeat:repeat-y;
	margin-left:3px;
	float:left;
	/* text-transform:lowercase; */
}

html>body #menu {
	margin-left:6px;
}

#menu-in {
	float:right;
	margin-right: 3px;
	width: 150px;
	text-align:right;
}

 html>body #menu-in { /* para os outros navegadores*/
	margin-right: 5px;
}

.menu-bg-in {
	background-image:url(img/layout/menu-bg-inativo.png);
	background-repeat:no-repeat;
	width:170px;
/*	height:27px;	*/
	float:right;
	padding: 7px 0px 0 0; 
	padding-bottom: 7px;

}

.menu-bg-at {
	background-image:url(img/layout/menu-bg-ativo.png);
	background-repeat:repeat-y;
	width:170px;
/*	height:27px; */	
	float:right;
	padding: 7px 0px 0 0; 
	padding-bottom: 7px;

}

#menu a{
	font-size: 12.5px;
	color:#333333;
	text-decoration:none;
	padding-right: 10px;
}

#menu a:hover {
	color:#6C9135;
	font-size: 12.5px;
	text-decoration:underline;	
		padding-right: 10px;
}

#menu a.link-ativo {
	color:#6C9135;
	font-size: 12.5px;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;	
}	

/* FIM MENU */

/* NOTICIAS */

.noticias-in a {
	color:#60830E;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

.noticias-in a:hover {
	color:#60830E;
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;	
}

.noticias-in a.mais {
	color:#666666;
	font-size: 12px;
	text-decoration:underline;
}

.noticias-in a.mais:hover {
	color:#666666;
	font-size: 12px;
	text-decoration:none;
}

#noticias-interna img {
	border: 1px solid #8DA350;
	border-left: none;
	border-top:none;
}

#noticias-interna p {
	line-height: 145%;
}

.ttl-noticia-in {
	color:#60830E;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

/* paginação*/

#pages {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #678C0F;
	padding: 4px;
	text-decoration: none;
	float: left;
}

#pages li a:hover {
	color: #364A09;
}

#pages li.nolink {
	color: #CCC;
	padding: 4px;
}
#pages li.current {
	color: #305027;
	padding: 4px;
	font-weight:bold;
	text-decoration:underline;
}


/* PÁGINAS DE CONTATO */

#formulario {
	width:90%;
}

#viabilidade-form {
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#form-contato {
	width: 48%;
	float:left;
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

#mapa {
	width: 48%;
	float:right
}
	

.input-200 {
	width: 300px;
	height:16px;
	color: #4A651D;
	padding: 4px 2px 2px 2px;
	font-family: Arial, Verdana Helvetica, sans-serif;
	border: 1px solid #91C73B;
	background-color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
}

.select-200 {
	width: 310px;
	height:22px;
	color: #4A651D;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Verdana Helvetica, sans-serif;
	border: 1px solid #91C73B;
	background-color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
}

.textarea-200 {
	width: 300px;
	height: 120px;	
	font-family: Arial, Verdana Helvetica, sans-serif;
	border: 1px solid #91C73B;
	background-color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
	padding: 4px 2px 2px 2px;
		color: #4A651D;
}

.input-250 {
	width: 250px;
	height:16px;
	color: #4A651D;
	padding: 4px 2px 2px 2px;
	font-family: Arial, Verdana Helvetica, sans-serif;
	border: 1px solid #91C73B;
	background-color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
}


.textarea-250 {
	width: 250px;
	height: 120px;	
	font-family: Arial, Verdana Helvetica, sans-serif;
	border: 1px solid #91C73B;
	background-color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
	padding: 4px 2px 2px 2px;
		color: #4A651D;
}


/* mais textos */

.texto-borda-2 {
	text-transform:uppercase;
	color:#4E690C;
	font-size:11px;
	text-decoration:none;
	cursor:text;
	font-weight:bold;
	width:auto;
	text-decoration:underline;
}

.texto-borda-3 {
	text-transform:uppercase;
	color:#4E690C;
	font-size:11px;
	text-decoration:none;
	cursor:text;
	font-weight:bold;
	width:auto;
	text-decoration:underline;
	padding-bottom: 6px;
}