div.main-content
{
	width: 970px;
	height: 749px;
	margin-right: 10px;
	background: url('../../images/startups/main_bg.jpg') no-repeat top right;
	float: left;
	margin-top: 5px;
	
}

div.intro
{
	background: url('../../images/startups/intro_bg.gif');
	width: 500px;
	padding-left: 60px;
	padding-right: 100px;
	padding-top: 15px;
	height: 79px;
	float: left;
	color: #fff;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

div.navigator
{
	float: left;
	clear: left;
	margin-left: 60px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 9pt;
	width: 350px;
	color: #717980;
}

div.navigator ul li
{
	font-size: 8pt;
	font-weight: normal;	
}

div.navigator ul li a.selected
{
	color: #a62650;
}

div.navigator ul li a.notselected
{
	color: #717980;
}

div.process-scrollbox
{
	float: right;
	width: 490px;
	
	margin-left: 15px;
	margin-right: 50px;
	margin-top: 30px;
	background: #edeff0;
	
	border-bottom: solid 4px #ffc539;
}

div.process-scrollbox a
{
	color: #a30046;
	text-decoration: underline;
}

div#scrollcontent
{
	float: left;
	width: 468px;
	overflow: hidden;
	font-size: 8pt;
	line-height: 15px;
	/*height: 515px; #defined in HTML for JS compatability */
	color: #5e656b;
}

div#scrollcontent span.heading
{
	color: #a62650;
	font-size: 13pt;
	font-family: Arial;
	font-weight: bold;	
}

div#scrollcontent span.heading span
{
	color: #717980;
	font-size: 11pt;
}

div#scrollcontent span.subheading
{
	font-weight: bold;
}

div#scroller
{
	float: left;
	width: 22px;
	background: #c4cacf;
	height: 100%;
}

img.arrow-up
{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
	cursor: pointer;
}

img.arrow-down
{
	margin-top: 0px;
	margin-left: 4px;
	cursor: pointer;
}

div#track
{
	width: 14px;
	height: 428px;
	background: #b4b9be;
	margin-left: 4px;
}

div#slider
{
	width: 14px;
	height: 40px;
	background: #6f767a;
	cursor: pointer;
}