/*

	Site Name: PageScroller
	Site URI: http://www.dairien.com
	Author: Dairien Boyd
	

*/

/*---------- 1. DOCUMENT STYLES [start] ----------*/



body, div, h2, h3, h4, h5, h6, p, ol, ul, table, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;

}

img, h1{
	margin: -35px 10px 0 180px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	z-index:1000;
}

body{
	height: 749px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

ol, ul{
	display: block;
	list-style: none;
}

a, a:focus, input, textarea{
	outline: none;
}

a, a:link, a:visited{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*---------- DOCUMENT STYLES [end] ----------*/

/*---------- 2. PAGE STRUCTURE [start] ----------*/

#wrapper{
	position:relative;
	width:600px;
	overflow:hidden;
	min-height: 100%;
}

* html #wrapper{
	height: 100%;
}

#main{	
	position: relative;
	overflow: visible;
	margin: 0 auto;
	padding: 0;
	/*padding: 0 0 70px; sticky footer */
	background: #84c88b;	
}

.barrinha{
	position:fixed;
	top:20px;
	left:40px;
	z-index:1000;
}

#description {
  border: 1px solid gray;
  height:749px;
  width: 216px;
  overflow: hidden;
  position: absolute;
}

.section{
	min-height: 500px;
	padding: 40px;
}


.pageScroll{
	position: fixed !important;
	top: 50%;
	left: 48%;
	margin-top: -357px;	
	width: 35%;
	height:100%;
	overflow:scroll;
}

.pageScroll.left{
	margin-left: -279px;
}

.pageScroll.right{
	margin-left: 500px;
}

.scrollNav a{
	display: block;
	color: #fff;
	font-weight: normal;
	padding: 8px 10px;
	
}

.scrollNav{
	border-top: 1px solid #ebeded;
	width:217px;
}

.scrollNav_1,
.scrollNav_1 a{
	border:none;
}

.scrollNav a:hover{
	color: #444;
	text-decoration: none;
}

li.scrollNav.active a{
	background: #fff;
	color: #333;
	font-weight: bold;
}

#controls{
	position: fixed;
	z-index: 999;
	height: 24px;
	width:24px;
	top: 120%;
	right: 90%;
	text-align: center;
}


#controls a:hover{
	text-decoration: none;
	color: #fff;
}

#controls a.next{
	bottom: 0;
}

#controls a.prev{
	top: 0px;
	left:0px;
}


/*---------- PAGE STRUCTURE [end] ----------*/