@charset "utf-8";
/* CSS Document */
/* navigation */
/* body {
	padding:150px 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color: #555555;
} */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#nav {
	/* background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png); 
	border-bottom:1px solid #CCCCCC;*/
	height:35px;	
	width:380px;
	margin-left:24px;
	border-bottom: 1px solid #ff4502;
}

#nav ul {	
	width:380px;
	padding-left:0px;
	/* margin:0 auto;	 */
}

#nav li {	
	float:left;
	width:120px;
	list-style-type:none;
	text-align:center;
	height:34px;
	margin-left:10px;
	text-transform:uppercase;
}

#nav a {
	background-image:url(../img/tab_notactive.jpg);
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background-repeat:repeat-x;
	color:#333333;
	display:block;
	padding:0px;
	position:relative;
	word-spacing:-2px;
	/*font-size:0.6em;	*/
	height:34px;
	text-decoration:none;
}	
#nav a:hover {
	border-top: 1px solid #ff4502;
	border-left: 1px solid #ff4502;
	border-right: 1px solid #ff4502;
}
#nav a.current {
	border-top: 1px solid #ff4502;
	border-left: 1px solid #ff4502;
	border-right: 1px solid #ff4502;
	background-image:url(../img/tab_active.jpg);
	background-repeat:repeat;
	color: #FFF;
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 0px;
	padding:4px;		
	display:block;
}

#nav strong {
	display:block;	
	padding-top:12px;
	/*font-size:0.6em;*/
}

/* panes */
#panes {
	/* background:#fff url(/images/pane_background.jpg) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0; */
	width:380px;	
	height:240px;
	margin-left:24px;
	/* margin-bottom:-20px;
	padding-bottom:20px; */
	
	/* 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;		
	position:absolute;
	top:0px;
	left:0px;
	/*font-size:12px;*/
	color:#444;	
	width:360px; 
	line-height:20px;
}
#panes img {
	margin-right:20px;	
	margin-left: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:300px;
	padding:20px;
	background-color:#ddd;
}
