@charset "utf-8";
body {
	
	font:12px/1.55em Arial, sans-serif;
	background-image: url(../images/bground.gif);
	margin:0px;
}


/* Heading */
h1, h2, h3, h4, h5, h6 {
	margin-bottom:.6em;
	line-height:1.3em;
    }
h2              { margin-bottom:.8em; margin-top:0.5em; font-size:1.7em; font-weight:normal; font-family:Tahoma; border-bottom:#b5d4e0 solid 1px; }
h2.alt2         { margin-bottom:.8em; margin-top:0.5em; font-size:1.3em; font-weight:normal; font-family:Tahoma; border-bottom:#b5d4e0 solid 1px; }
h2.alt          {margin-bottom:.4em;}
h3              { margin-bottom:.3em; color:#3097b9; font-size:12px; border-bottom:#C8C8C8 thin 1px; }
h3.alt          { padding-bottom:2px; color:#444 !important; }
h3.alt2         { margin-bottom:1em; border-bottom:1px solid #ccc; }
h4              { font-size:1.25em; font-weight:normal; font-family:Tahoma; margin-top:2em; }
h4 a, 
h4 a:hover      {text-decoration:none;}
h5              { margin-bottom:.3em; font-size:1.1em; }
h6              { margin-bottom:.1em; font-size:1em; }

.tabs{ background-image:url(../images/tabs.gif) no-repeat;}


/* panes */
#panes {
	background:#fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:743px;	
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}



/* navigation */
#nav {
	background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:156px;	
	width:745px;
}

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

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

#nav a {
	color:#333333;
	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);	
}

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

#nav strong {
	display:block;		
	font-size:13px;
}


/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:650px; 
}

#panes img {
	float:left;
	margin-right:20px;		
}

#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;
}



#spacer{
	height:20px;
}
