/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

.smalltext {
	text-align: justify;
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
}

li {
	color: #666666;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
}

h1 {
	font-size: 20pt;
	color: #666666;
	margin-top: 16px;
}

h2 {
	font-size: 1.4em;
	color: #666666;
}

h3 {
	font-size: 14px;
	text-align: left;
	color: #000000;
}

h4 {
	font-size: 13px;
	text-align: left;
	color: #000000;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


/* -------------------------------------------------------------------------------------------- */

.hp_holder {
	left: 0px;
	top: 0px;
	position: relative;
	width: 729px;
	margin-top: 65px;
	margin-left: 80px;
}

.hp_logo {
	left: 0px;
	top: 0px;
	position: relative;
	width: 432px;
	float: left;
}

.hp_buttons {
	left: 0px;
	top: 0px;
	margin-top: 80px;
	position: relative;
	width: 132px;
	float: right;	
}

.hp_buttons img
{
	margin-bottom: 20px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/* -------------------------------------------------------------------------------------------- */

.view_holder {
	left: 0px;
	top: 0px;
	position: relative;
	width: 885px;
	margin-top: 20px;
	margin-left: 30px;
}

.view_logo {
	left: 0px;
	top: 0px;
	position: relative;
	width: 343px;
	float: left;
}

.video {
	left: 0px;
	top: 0px;
	position: relative;
	width: 512px;
	margin-top: 86px;
	float: left;
}

.navigation {
	left: 0px;
	top: 0px;
	position: relative;
	margin-top: 15px;
	margin-left: 11px;
}

.videobuttons {
	margin-left: 20px;
}

.videobuttons img
{
	margin-bottom: 10px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.sectionbuttons img
{
	margin-right: 100px;
	margin-bottom: 10px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.aboutbuttons {
	margin-left: 20px;
	width: 150px;
}

.aboutbuttons img
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/* -------------------------------------------------------------------------------------------- */

.spacer {
	position: relative;
	float: left;
}

.horizontalSpacer {
	width: 100%;
	float: left;
}