body {/* SET GENERAL ATTRIBUTES */
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F8F8F8;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	}
	
#wrap{/* DIV ASSEMBLE ALL SITE'S DIVS */
	width: 767px;
	margin:0 auto;	
}
#wrapinside{/* DIV ASSEMBLE ALL SITE'S DIVS */
	width: 767px;
	margin:0 auto;	
}
#all{/* DIV ASSEMBLE ALL SITE'S CONTENTS */
	position: relative;
	float: left;
	width: 767px;
	background-image: url(Imgs/back_page.jpg);
}
#acabamentotop{/* TOP BORDER ATTRIBUTES*/
	position: relative;
	float: left;
	width: 767px;
	height: 10px;
	background-image: url(Imgs/top_page.jpg);
	background-repeat: no-repeat;
	}
#top{/* HEADER ATTRIBUTES*/
	position: relative;
	float: left;
	height: 80px;
	width: 767px;
	}
#logo{/* LOGO DIV ATTRIBUTES*/
	position: relative;
	float: left;
	width: 154px;
	height: 70px;
	left: 30px;
	padding-top: 10px;
	}
.address{/* LOGO DIV ATTRIBUTES*/
	position: absolute;
	width: 100px;
	right: 30px;
	padding-top: 0px;
	font-size: 85%;
	color: #9EADB9;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(Imgs/icon1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	left: 590px;
	top: 30px;
	}
	
.address a{
	font-size: 100%;
	color: #9EADB9;
	line-height: 15px;
	font-weight: bold;
	}

#flash { /* DIV FOR FLASH MOVIE */
	position: relative;
	float: left;
	height: 262px;
	width: 767px;
	left: 1px;
	/*_left: 1px;ADJUST FLASH DIV 1 PX RIGHT AT IE */
}
#insideimage { /* DIV FOR FLASH MOVIE */
	position: relative;
	float: left;
	left: 8px;
	width: 752px;
	height: 74px;
	background-repeat: repeat-x;
	background-image: url(Imgs/fundo_faixa.gif);
	padding-bottom: 20px;

}

#acabamentobottom{/* TOP BORDER ATTRIBUTES*/
	position: relative;
	float: left;
	width: 767px;
	height: 6px;
	background-image: url(Imgs/bottom_page.jpg);
	background-repeat: no-repeat;
	}

.footer{/* FOOTER ATTRIBUTES*/
	width: 490px;
	position: relative;
	float: left;
	font-size: 90%;
	line-height: 12px;
	color: #999999;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}	
.footer a {
	font-size: 100%;
	line-height: 15px;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

.footer a:hover {
	text-decoration: underline;
}
#content{/*CENTRAL AREA THAT WRAP BOTH LEFT AND RIGH COLUMNS (CONTENTS)*/
	width: 767px;
	position: relative;
	float: left;
	text-align: left;
	padding-top:10px; /*ADJUST THE NEWS' TEXT IN THE HOME PAGE - ONLY IE )*/
}
.iconphone {
	position: relative;
	top: 20px;
}

#leftcolumn{/*LEFT COLUMN ATTRIBUTES*/
	position: relative;
	float: left;
	width: 313px;
	padding-left: 40px;
	font-size: 95%;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9EADB9;
	letter-spacing: 1pt;
	padding-top: 20px;
}
#leftcolumninside{/*LEFT COLUMN ATTRIBUTES*/
	position: relative;
	float: left;
	width: 160px;
	padding-left: 30px;
	font-size: 95%;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9EADB9;
	letter-spacing: 1pt;
	padding-top: 30px;
}
#centercolumn{/*CENTER COLUMN ATTRIBUTES*/
	width: 210px;
	position: relative;
	float: left;
	}
#centercolumninside{/*CENTER COLUMN ATTRIBUTES*/
	width: 490px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	padding-top: 30px;
	}	
.cinza {
	color: #8D8D8D;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 110%;
}


#rightcolumn{/*RIGHT COLUMN ATTRIBUTES - CONTENTS*/
	width:190px;
	position: relative;
	float: left;
	text-align: center;
	height: 100%;
	vertical-align: text-bottom;
	}

h1 {
	color: #9EADB9;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0;
}
#centercolumn h2 {
	color: #C1B379;
	font-size: 160%;
	font-weight: normal;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
h2 {
	color: #C1B379;
	font-size: 180%;
	font-weight: normal;
	line-height: 16px;
}
h3{
	font-size: 120%;
	font-weight: bold;
	color: #999999;
	line-height: 13px;
}

#centercolumn h3{
	font-size: 120%;
	font-weight: bold;
	color: #9EADB9;
	line-height: 13px;
	margin-top: -10px;
}
.predio {
	position: static;
}

p{
	font-size: 100%;
	color: #333333;
	line-height: 15px;
	}
	
p a{
	font-size: 100%;
	color: #9EADB9;
	line-height: 15px;
	font-weight: bold;
	}
.menuprodutos {/* CONTROLA LARGURA DOS MENUS */
	color: #9EADB9;
	text-align: left;
	padding-left: 5px;
	float: left;
	width: 117px;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
.menuprodutos1/* DEFINE PROPRIEDADES LINKS MENU*/
	{
	color: #9EADB9;
	text-decoration: none;
	padding-bottom: 2px;
	border-top:1px dotted #669999;
	line-height: 14px;
	padding-top: 2px;
	display: block;
	}
.menuprodutos3/* DEFINE PROPRIEDADES LINKS MENU*/
	{
	color: #9EADB9;
	text-decoration: none;
	line-height: 14px;
	display: block;
	padding-top: 2px;
	}	
.menuprodutos4/* DEFINE PROPRIEDADES LINKS MENU*/
	{
	color: #9EADB9;
	text-decoration: none;
	line-height: 16px;
	display: block;
	}
.cmv {position:absolute; left:45px; top:88px;}
#imagepages {
	position: absolute;
	left: 544px;
}
#imgpages {
	position:absolute;
	width:111px;
	height:122px;
	z-index:1;
	background-image: url(Imgs/img2.jpg);
	background-repeat: no-repeat;
	left: 575px;
	top: -12px;
}
#private {
	position:absolute;
	width:30px;
	height:30px;
	z-index:1;
	background-repeat: no-repeat;
	left: 705px;
	top: 80px;
}
.ondeestamos {
	top: 380px;
	right: 0px;
	left: 210px;
	bottom: 0px;
	position: absolute;
	}
.ondeestamos a{
	font-size: 100%;
	color: #9EADB9;
	line-height: 15px;
	font-weight: bold;
	}
.boxtop {
	background-image: url(Imgs/top_box.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	line-height: 14px;
	color: #666633;
}


.boxtop a{
	font-size: 100%;
	color: #9EADB9;
	line-height: 15px;
	font-weight: bold;
	}
.boxbottom {
	background-image: url(Imgs/bottonbox.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	height: 20px;
}

.axcel_email {
margin-bottom:-1px;
}

.axcel_rh {
margin-bottom:-1px;
}