#wrapper {
	margin: 10px;
	border: 1px solid #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
    
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#header {
	height: 60px;
	padding: 10px;
	font-family: 'Gill Sans', Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #666666;
}

#index {
	position: absolute;
	top: 81px;
	left: 0px;
	bottom: 0px;
	width: 249px;
	border-right: 1px solid #666666;
	z-index: 10;
	
	overflow-y: auto;
	overflow-x: hidden;
}

#index ul {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
}

#index ul.layer2 {
	margin: 0px -10px;
}

#index ul.layer3 {
	margin: 0px -25px;
}

#index ul li {
	margin: 0px;
	padding: 0px;
}

#index ul.layer1 > li {
	margin: 0px 0px 1px;
	padding: 3px 10px 2px;
}

#index ul.layer2 > li {
	margin: 0px 0px 1px;
	padding: 3px 10px 2px 25px;
}

#index ul.layer3 > li {
	margin: 0px 0px 1px;
	padding: 3px 30px 2px 40px;
}

#index ul li.item {
	font-weight: bold;	
}

#index ul li.item, #index ul li.content, #index ul li.workflow {
	cursor: pointer;
}

#index ul.layer1 > li.content:hover, #index ul.layer1 > li.item:hover, #index ul.layer1 > li.active {
	padding: 2px 30px 1px 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#index ul.layer2 > li.content:hover, #index ul.layer2 > li.item:hover, #index ul.layer2 > li.active {
	padding: 2px 30px 1px 25px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#index ul.layer3 > li.content:hover, #index ul.layer3 > li.item:hover, #index ul.layer3 > li.active {
	padding: 2px 30px 1px 40px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#index ul.layer2 > li.workflow {
	background-image: url(../pix/start-here.png);
	background-repeat: no-repeat;
	background-position: 25px 2px;
	padding: 4px 30px 3px 45px;	
}

#index ul.layer2 > li.workflow:hover, #index ul.layer2 > li.workflow.active {
	background-repeat: no-repeat;
	padding: 3px 30px 2px 45px;	
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#index ul.layer3 > li.workflow {
	background-image: url(../pix/start-here.png);
	background-repeat: no-repeat;
	background-position: 40px 2px;
	padding: 4px 30px 3px 60px;
}

#index ul.layer3 > li.workflow:hover, #index ul.layer3 > li.workflow.active {
	background-repeat: no-repeat;
	padding: 3px 30px 2px 60px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#content {
	padding: 10px;
	margin-left: 250px;
	z-index:20;
	position: absolute;
	top: 81px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: #ffffff;
	overflow: auto;
}

#content h1 {
	margin: 0px 0px 10px 0px;
}

#content video {
	width: 100%;
	display: block;
}

#content #videoSubtitle {
	margin: 10px 0px;
	text-align: center;
	height: 40px;
}

#content #allSteps {
	margin: 10px 0px;
}

#conten #allSteps .step {
	padding-bottom: 10px;
}