@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: gray;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
#home {
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
}
#siga {
	background-image: url(../img/siga.jpg);
	background-repeat: no-repeat;
}
#consultoria {
	background-image: url(../img/consultoria.jpg);
	background-repeat: no-repeat;
}
#palestras {
	background-image: url(../img/palestra.jpg);
	background-repeat: no-repeat;
}
#cursos {
	background-image: url(../img/cursos.jpg);
	background-repeat: no-repeat;
}
#teatro {
	background-image: url(../img/teatro.jpg);
	background-repeat: no-repeat;
}
#consultores {
	background-image: url(../img/consultores.jpg);
	background-repeat: no-repeat;
}
#clientes {
	background-image: url(../img/clientes.jpg);
	background-repeat: no-repeat;
}
#artigos {
	background-image: url(../img/artigos.jpg);
	background-repeat: no-repeat;
}
#sucessores {
	background-image: url(../img/sucessores-op.jpg);
	background-repeat: no-repeat;
}
img {
	position: absolute;
	left: 50px;
	top: 30px;
	cursor: pointer;
}
.hide {
	position: absolute;
	visibility: hidden;
}
#qscroller1 {
	font-size: 0.7em;
	top: 450px;
	width: 400px;
	height: 170px;
	left: 300px;
}
#qscroller2 {
	width: 450px;
	height: 4000px;
}
.gestao {
	font-size: 1.4em;
	position: absolute;
	left: 280px;
	top: 100px;
	font-variant: small-caps;
}
.coluna1 {
	position: absolute;
	height: 800px;
	width: 250px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.menu {
	display: block;
	left: 10px;
	top: 170px;
	position: absolute;
	list-style-type: none;
	width: 240px;
	font-size: 1em;
	font-variant: small-caps;
}
.menu2 {
	display: block;
	top: 170px;
	position: absolute;
	list-style-type: none;
	width: 250px;
	font-size: 1em;
	font-variant: small-caps;
}
.coluna1 li a {
	display: block;
	height: 30px;
	width: 230px;
	cursor: pointer;
}
.pagina {
	display: block;
	position: absolute;
	height: 800px;
	width: 750px;
	left: 250px;
	top: 0px;
	background-color: #FFFFFF;
}
.pagina li a {
	display: block;
	height: 50px;
	width: 240px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	font-size: 0.9em;
	padding-left: 10px;
}
.wrapper {
	margin: 0px;
	overflow: hidden;
	position: absolute;
	height: 600px;
	width: 450px;
	left: 300px;
	top: 170px;
}
.inner {
	height: 1200px;
	width: 450px;
	position: absolute;
}
.conteudo {
	position: relative;
	width: 400px;
	font-size: 0.7em;
	height: 650px;
}
.conteudo ul {
	margin-left: 10px;
}
h1 {
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	color: #0066FF;
}
h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
}
h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.active {
	color: #0066FF;
	background-color: #FFFFFF;
}
.botton {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 999;
	white-space: nowrap;
	font-size: 0.7em;
}

