﻿body
{
	width: 960px;
	margin: 30px 0 0 0;
	background-color: black;
	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	color: White;
	font-family: Arial,Helvetica, Sans-Serif;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2
{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 13pt;
	letter-spacing: -1px;
}

p
{
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 12pt;
}

a
{
	text-decoration: none;
	color: white;
}

p.desc_line
{
	font-weight: bold;
}

#header
{
	margin-bottom: 20px;
}

#main
{
	height: 300px;
	background-color: #000000;
	border: 1px solid white;
	padding: 20px;
}

#main img.shot
{
	float: left;
	margin-right: 50px;
}

#main img.start
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#main h2
{
	font-size: 26px;
	font-weight: normal;
}

#main p.desc
{
	font-size: 9pt;
	margin-top: 10px;
	font-weight: bold;
}

#main p.desc_content
{
	font-size: 9pt;
	height: 50px;
	overflow: auto; 
	line-height: 16px;
}

#footer
{
	margin-top: 20px;
	text-align: center;
}

#footer p
{
	font-size: 8pt;
}

p.desc
{
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}

#menu
{
	
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
}

#menu li
{
	float: left;
	margin: 0 2px;
} 

#menu a
{
	line-height: 60px;
	font-size: 9pt;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 20px;
}

#menu a.active
{
	border: 1px solid white;
	color: white;
	background-color: #01821c;
}

#menu a:hover
{
	background-color: #01821c;
	text-decoration: underline;
	border: 1px solid white;
}

.stepcarousel
{
	position: relative; /*leave this value alone*/
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	overflow: scroll; /*leave this value alone*/
	height: 130px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 306px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 105px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-image: url(/images/panel_back.png);
	background-repeat: no-repeat;
	background-color: Black;
	padding: 10px;
}

.stepcarousel .panel img
{
	margin-right: 10px;
	margin-left: 3px;
	float: left;
}

.stepcarousel .panel p.title
{
	font-weight: bold;
}

.stepcarousel .panel p
{
	font-size: 8pt;
}

.stepcarousel .panel a
{
	text-decoration: none;
	color: White;
}

.stepcarousel .panel a:visited
{
	
}
