/* page */

body {
	background-color:#777;	
	font-family:"trebuchet ms", verdana, "bitstream vera sans";
	padding:0;
	margin:0;
	text-align:center;
}

#page {
	width:800px;
	margin:0px auto;
	padding:10px 0px 0px 50px;
	min-height:430px;
	text-align:left;
}

h1 {
	font-size:22px;
	letter-spacing:-1px;
	color:#0d7b7a;
	font-weight:normal;
}

h1 em {
	font-style:normal;
	color:darkorange;	
}


h2 {
	font-size:18px;
	font-weight:normal;
}


.less {
	color:#999;
	font-size:12px;
}

/*--------------------------------------------*/

/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;
	border:0;
	width:480px;
	height:388px;
	float:left;
}

a.flowplayer {
	margin-right:15px;
}

/* play button on top of splash image */
div.playButton {
	background:url("../Play Button.png") no-repeat;
	width:63px !important;
	height:39px;
	position:relative;
	bottom:90px;
	left:209px;
	opacity:1.0;
}

div.playButton:hover {
	opacity:.5;		
}

/* items */
div.scrollable {
	margin-left:-30px;
}

div.items {
	height:388px;		
	float:left;
	width:700px;
	background-color:#efefef;
	border:1px solid #ddd;
	margin: 0 0 0 0;
}
	
div.items div {
	width:700px;	
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:179px;
}

a.prev {
	background:url(img/button-left.gif);
	margin-right:10px;
}

a.prev:hover {
	background:url(img/button-left-over.gif);		
}

a.next {
	background:url(img/button-right.gif);
	margin-left:10px;
}

a.next:hover {
	background:url(img/button-right-over.gif);		
}


/* tabs */
ul.navi {
	margin:0px;
	padding:0px;
	height:1.45em;
	position:relative;
	left:39px;
	width:700px; 
}

ul.navi li {
	background:url(img/tab-left.gif) left top no-repeat;
	padding-left:4px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	background:url(img/tab-right.gif) right top no-repeat;
	padding:3px 12px;
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:13px;
}

ul.navi li.active a, ul.navi a:hover {
	background-position:100% -150px;
	border-bottom:1px solid #fff;
}

ul.navi li.active {
	background-position:0 -150px;	
}

div.flpCredits {
	text-align:center;
}



