@charset "UTF-8";
/* CSS Document */
#maincontent{
	position: relative;
	width: 935px;
}
#globalwrapper{
	height: 590px;
	position: absolute;
	top: 50%;
	margin-top: -295px;
	width: 935px;
	left: 50%;
	margin-left: -468px;
}
#maincontent .showcase{
	border: 1px solid #424344;	
	width: 933px;
	height: 353px;
	overflow: hidden;
}
#buttons{
	margin-top: 9px;
	width: 935px;
	overflow: hidden;
}
#buttons .button{
	float: left;
	margin-left: 9px;
	width: 225px;
	position: relative;
	height: 125px;
	overflow: hidden;
	border: 1px solid #424344;
	cursor: pointer;
}
#buttons .first{
	float: left;
	margin-left: 0px;
}
#buttons .button .bgimage{
	position: absolute;
	z-index: -10;
}
#buttons .button .label{
	position: absolute;
	bottom: 0px;
	border-bottom: none;
	width: 215px;
	/*height: 125px;
	margin-top: 70px;*/
	background-image:url(images/scanlines.png);
	background-repeat:repeat;
	background-attachment: fixed;
	padding-left: 10px;
}
#buttons .button .label .title{
	font-family: "Gill Sans","Tahoma",verdana, sans-serif;
	font-size: 25px;
	color: #FFF;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: lighter;
}
#buttons .button .label .text{
	padding-right: 10px;
	font-size: 11px;
	height: 78px;
	color: #CCC;
}
#buttons .button .label .link{
	padding-top: 2px;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 7px;
	height: 12px;
}

#introvideo{
	position: absolute;
	z-index: 99;
	top: 1px;
	left: 1px;
}
#introvideo .closer{
	position: absolute;
	left: 917px;
	cursor: pointer;
	z-index: 999;
}