* {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f6f6;
	font-family: Tahoma;
	font-size: 12px;
	color: #979891;
	overflow: hidden;
}
object {
	outline: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #979891;
	text-decoration: none;
}
#geral {
	height: 717px;
	width: 1024px;
	background: url(../imagens/fundo.jpg);
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -358px;
	margin-left: -512px;
}
#menu_flash {
	position: absolute;
	z-index: 1000;
	width: 332px;
	height: 715px;
	/*margin: 0 auto;*/
	float: left;
}
#conteudo {
	height: 340px;
	width: 680px;
}
#lista {
	display: none;
}
#carousel {
	height: 340px;
	width: 680px;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
.campos_form {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #EAEAEA;
	padding: 5px;
}
.campos_form:focus {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 5px;
}
/**
* Scroll com Jquery
**/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
	background: #e9ebe9;
}
.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	background: #bbbec4;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
