
body {background-color: #707173}

html {font-family:verdana}

#container{
	width:1018px;
	margin:0 auto;
}

#header {
	width:1018px;
	height:150px;
	margin:0 auto;
	background-image:url(../imagens/header.jpg);
}

#fundo_empresa{
	
	width:1018px;
	height:752px;
	margin:0 auto;
	background-image:url(../imagens/fundo_empresa.jpg);
}

#fundo_servicos{
	
	width:1018px;
	height:752px;
	margin:0 auto;
	background-image:url(../imagens/fundo_servicos.jpg);
}

#fundo_contactos{
	
	width:1018px;
	height:752px;
	margin:0 auto;
	background-image:url(../imagens/fundo_contactos.jpg);
}

#fundo_txt {
	float:left;
	width:472px;
	height:661px;
	margin-left:80px;
	background-image:url(../imagens/fundo_txt.png);
}

#texto {
	margin-top:40px;
	font-size: 12px;
	padding:10px;
	text-align:justify;
	line-height:120%;
	
}

#col_direita{
	float:left;
	width:320px;
	height:661px;
	margin-left:70px;
	
}


.lateral {
	width:316px;
	height:154px;
	margin:0 auto; 
	margin-top:10px;
	background-image:url(../imagens/lateral.png)
}

.lateral p {
	font-size:10pt;
	color:#ffffff;
	padding:8px;
	line-height:15px;
}



#barra {
	width:900px;
	height:154px;
	margin-left:-582px; 
	margin-top:10px;
	background-image:url(../imagens/servicos.png)
}

#barra div {
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	padding:40px 30px;
	line-height:22px;

}


/*** MENU ***/

#menu {
	float: left;
	margin-left:70px;
    width: 393px;
    margin-top:115px;
}

#menu li{display:inline;}

#menu li a {
	color:#ffffff;
	text-decoration:none;	
	
}

#menu a:hover {
	color:#4b8117;
}


#menu .menu-selected{color:#4b8117; font-weight:bold;}



#footer {
	width:1018px;
	height:50px;
	background-image:url(../imagens/footer_bkg.png);
	margin-top:30px;
	
}



/* SLIDESHOW JQUERY CYCLE */

.slideshow img { padding: 0px; border: none; background-color: #eee; height: 131px !important;  width: 472px !important;}


