/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/* navigation */
#nav {
	background:#fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.pngx);
	border-bottom:1px solid #CCCCCC;
	height:156px;	
	width:100%;
}

#nav ul {	
	width:500px;
	margin: 0 auto;
}

#nav li {	
	border-right:0px solid #ddd;
	float:right;
	padding-left:1px;
	width:115px;
	list-style-type:none;
	text-align:center !important;
}

#nav a {
	color:#000;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#nav a.current {
	background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
	text-align: center;
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
	
}

#nav strong {
	display:block;		
	font: normal 12px Tahoma;
}

/* panes */
#panes {
	background:#fff url(h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:0px 0px 0;
	width:100%;	
	height:170px;
	margin-bottom:-20px;
	padding-bottom:0px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	font: bold 16px Arial;
	text-align: justify;
	padding-top:10px;
	color:#fff;	
	width:95%; 
}

#panes img {
	float:right;
	margin:13px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}



/* TOOL TIP */



/* tooltip styling */
.tooltip {
	display:none;
	background:url('black_arrow_big.png');
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/* END OF TOOL TIP SECTION */
