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

#page {
	width:800px;
	height:260px;
	background-color:#000;
	margin:0px auto;
	padding:20px 10px 10px 50px;
	border:1px solid #000;
	border-width:0 1px 1px 1px;
	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;
	color:#ffffff;

}


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

/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:430px;
	height:240px;
	margin-right:15px;
	float:left;
}

/* play button on top of splash image */
div.playButton {
	background:url(../../images/play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	top:-170px;
	left:200px;	
	margin-bottom:-10px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

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

div.items {
	height:240px;		
	float:left;
	width:700px;
	top:-11px;
	background-color:#58595a;
	border:1px solid #ddd;
}
	
div.items div {
	width:740px;	
}

div.scrollable div {		
	float:left;
}

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

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

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

a.prev {
	background:url(../../images/leftarrow.gif);
	margin-right:10px;
}

a.prev:hover {
	background:url(../../images/leftarrowover.gif);		
}

a.next {
	background:url(../../images/rightarrow.gif);
	margin-left:10px;
}

a.next:hover {
	background:url(../../images/rightarrowover.gif);		
}


/* tabs */ 
ul.navi { 
	margin:0px 0 0 0 ;
	padding:0px;
	height:0em;
	position:relative;
	top:-10px;
	left:38px;
	width:740px; 
}

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

ul.navi a {
	background:url(../../images/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;	
}


