@charset "utf-8";
/* CSS Document */

#header {
	background:url(images/header.gif);
	width:552px;
	height:110px;
	clear:both;
	position:relative;
	left:4px;
	top:4px;
}

html, body, p, h1 {
	margin:0;
	padding:0;
}
#player-container {
	font: 11px Arial, Verdana, Geneva, sans-serif;
	color: #666;
	background: #fff;
	width:560px;
	height:303px;
	position:relative;
	top:0;
	left:0;
}
#movie {
	width:396px;
	height:294px;
	float:left;
	position:relative;
	top:4px;
	left:4px;
	border:0;
	background:#fff;
}
#panel {
	width:156px;
	float:right;
	position:relative;
	top:4px;
	right:4px;
}
h1 {
	font-size:11px;
	color:#666;
	margin-bottom:4px;
}
p {
	margin-bottom:14px;
}
a {
	color:#a2ad00;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

table img {
	border:1px #999 solid;
	margin-left:3px;
	margin-bottom:3px;
	width:47px;
	height:47px;
}
table td {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table a.active img {
	border:1px red solid;
}
.hidden{
	display:none;
	visibility: hidden;
}
.visible{
	display: block;
	visibility: visible;
}
#textbox, #introbox {
	width:141px;
	height:138px;
	position:absolute;
	left:8px;
	top:155px;
	margin-top:2px;
	line-height:14px;
}
#introbox{
	background: transparent url(images/beinspired.jpg) no-repeat;
	display: block;
	width: 152px;
	height: 152px;
	left: 4px;
	top:0;
	margin-top:1px;
}
#webaddress {
	position:absolute;
	bottom:0;
	/*display: block;*/
}
.empty,
.empty *{
	visibility:hidden;
	display:none;
	cursor:default!important;
}