* {
	color:#686868;
	font-size:11px;
	font-family:verdana, arial;
	z-index:2;
}

.cursorInvisivel, .cursorInvisivel * {
	cursor:url('/site/escondeCursor.cur');
}

a {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

body {
	background:#bdb59a url('../imgs/bg.jpg') left center;
	margin:30px 0 5px 0;
}

#sombraMao {
	background:transparent url('../imgs/sombra_mao.gif') no-repeat center 40px;
	width:100%;
}

#principal {
	background:transparent url('../imgs/folha.gif') repeat-y left top;
	left:50%;
	margin-left:-388px;
	position:relative;
	width:777px;
	min-height:585px;
	_height:585px;
}

	#linhaTop {
		background:transparent url('../imgs/bg_top.gif') no-repeat left top;
		width:777px;
		height:12px;
		position:relative;
	}
	
	#linhaTop #topSplash {
		background:transparent url('../imgs/top_splash.png') no-repeat right top;
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='imgs/top_splash.png');
		position:absolute; left:25px; top:-45px;
		width:377px;
		height:59px;
		position:absolute;
	}

	#sombra {
		background:transparent url('../imgs/sombra.png') no-repeat right top;
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='imgs/sombra.png');
		position:absolute; left:-6px; top:65px;
		width:13px;
		height:391px;
		position:absolute;
		z-index:1;
	}

	#versao {
		position:absolute; left:618px; top:-5px;
	}

	#bg1 {
		background:transparent url('../imgs/bg1.gif') no-repeat left top;
	}

	#bg2 {
		background:transparent url('../imgs/bg2.gif') no-repeat left bottom;
		width:777px;
		position:relative;
	}

	#bg3 {
		background:transparent url('../imgs/bg3.gif') no-repeat right top;
		width:777px;
	}
	
	#bg4 {
		background:#f3f1ea url('../imgs/bg4.jpg') no-repeat left top;
		position:relative; left:7px;
		width:766px;
	}

	#bg5 {
		background:transparent url('../imgs/bg5.gif') repeat-y right top;
		width:766px;
	}

	#bg6 {
		background:transparent url('../imgs/bg6.gif') no-repeat right top;
		width:766px;
	}

	#bg7 {
		background:transparent url('../imgs/bg7.gif') no-repeat right bottom;
		width:766px;
		padding-bottom:10px;
		min-height:510px;
		_height:510px;
	}

	#linhaBottom {
		background:transparent url('../imgs/bg_bottom.gif') no-repeat left top;
		width:777px;
		height:12px;
	}
	
	#conteudo, #lateral {
		position:relative; float:left;	
	}

	#conteudo {
		width:553px;
	}

	#lateral {
		width:210px;
	}

	#flashMenu {
		height:230px;
	}

	#menu {
		margin:0;
		padding:0;
		width:197px;
	}
	
		#menu li {
			background:transparent url('../imgs/mnu_div.gif') no-repeat right bottom;
			list-style:none;
			list-style-image:none;
			padding:10px 0 7px 36px;
		}
	
		#menu li.linha {
			background:transparent url('../imgs/mnu_div.gif') no-repeat right bottom;
			padding:0;
		}
	
	#extranet, #busca {
		margin:0;
		padding-left:36px;
		padding-top:10px;
	}

	#busca {
		padding-top:15px;
		_padding-top:10px;
		margin-bottom:40px;	
	}
	
	
	#extranet input, #busca input {
		color:#88540e;
		background:#FFFFFF url('../imgs/form_bg_inicial.gif') no-repeat left top;	
		border:solid 1px #c98120;
		width:90px;
		margin:3px 0 3px 3px;
		_margin:3px;
	}

	#busca input {
		width:130px;
	}
	
	#extranet button, #busca button {
		background:transparent;	
		border:none;
		width:24px;
	}
	