/* CSS Document */
@import "default.css";

body {
	background-color: #BFBEAC;
	background-image: url("../images/layout/main_bg.gif");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #262624;
}
.topGreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #0ea925;
}
.topGrey {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-color: #5c5c58;
}
.container {
	position: relative;
	float: left;
	width: 788px;
	background-color:#FFFFFF;
}
.colLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	background-color: #FFFFFF;
}
.colCenter {
	position: relative;
	float: left;
	width: 350px;
	min-height: 458px;
	margin-left: 250px;
	padding-top: 320px;
}
.colRight {
	position: relative;
	float: right;
	width: 160px;
	padding-top: 150px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}
.flash {
	position:absolute;
	top: 20px;
	left: 250px;
}
.copyright {
	position:relative;
	float: left;
	width: 100%;
	background-color: #262624;
}
.copyright .txtPosition {
	position: relative;
	float: left;
	width: 150px;
	padding: 20px;
	margin-left: 18px;
	text-align: center;
}
.copyright .txtPosition, .copyright .txtPosition a {
	color: #FFF;
	background-color: transparent;
}
.menu {
	position: relative;
	float: left;
	width: 210px;
	border-top: 10px solid #262624;
	border-right: 5px solid #262624;
	margin-top: 10px;
	margin-left: 23px;
}
.menuItem {
	position: relative;
	float: left;
	width: 185px;
	background-image: url("../images/layout/main_bg.gif");
	margin-top: 5px;
	padding: 10px;
}
.menuItem a {
	background-color: transparent;
	color: #262624;
	font-weight: bold;
	text-decoration: none;
}
.menuItem a:hover {
	color: #0ea925;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
.submenu {
	position: relative;
	float: left;
	width: 205px;
	border-right: 2px solid #0ea925;
	margin-top: 10px;
	margin-left: 23px;
	padding-right: 5px;
	padding-top: 20px;
}
.submenuItem {
	position: relative;
	float: left;
	width: 190px;
	border-bottom: 2px solid #ADAC98;
	padding: 5px;

}
.submenuItem a{
	color: #0ea925;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
.slideClientes {
	position: relative;
	float: left;
	width: 190px;
	height: 160px;
	padding-left: 40px;
}
.line {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 3px solid #adac98;
	padding: 0px;
	margin: 0px;
	height: 24px;
	margin-bottom: 20px;
}
.iconEmail {
	position: absolute;
	right: -180px;
	bottom: 0px;
	width: 258px;
	height: 244px;
	background-image: url("../images/layout/iconEmail.jpg");
	background-repeat: no-repeat;
}
/********************************/
/* EMPRESA */
/********************************/
.imgEmpresa {
	position: absolute;
	bottom: 0px;
	right: -188px;
	background: url("../images/layout/bgEmpresa.jpg");
	background-repeat: no-repeat;
	width: 527px;
	height: 370px;
}
/********************************/
/* SERVIÇOS */
/********************************/
.imgServicos {
	position: absolute;
	bottom: 0px;
	right: -188px;
	background-repeat: no-repeat;
	width: 343px;
	height: 295px;
}

/********************************/
/* PORTFOLIO */
/********************************/
.board {
	position: relative;
	float: left;
	width: 350px;
	height: 300px;
	background-color: #EEE;
	color: #262624;
	border: 1px solid #888;
}
.board img {
	margin-top: 7px;
	margin-bottom: 5px;
}
.atalho { 
	position: relative;
	float: left;
	width: 350px;
	height: 98px;
	background-image:url("../images/layout/bg_portfolio.png");
	border: 1px solid #CCC;
	padding-left: 0px;
}
.atalho .arrowLeft{
	position: relative;
	float: left;
	top: 35px;
	margin-left: 20px;
	margin-right: 35px;
}
.atalho .arrowRight{
	position: relative;
	float: right;
	top: 35px;
	margin-right: 20px;
}
.atalho #container #scroller img{
	margin-top: 13px;
	margin-right: 15px;
	border: 1px solid #888;
}
#container {
  position: relative;
  float: left;
  width: 216px;
  margin: 0px;
  margin-left: 0px;
  overflow: hidden;

}
#scroller{
  margin: 0px;
  text-align: left;
}

/********************************/
/* NOTICIAS */
/********************************/

#news_expand, #wiki_expand, #saiba_expand {
	display: none;
}
#news_contract, #wiki_contract, #saiba_contract {
	display: inline;
}
