
/* navigation */
#nav {
	height:100px;	
	width:600px;
}
#nav p { position: relative; float: left; text-align: left; margin-left: 5px; width: 40%; }
#nav ul {	
	width:600px;
	margin:0 0 0 5px;
	height:100px;
}

#nav li {	
	float:left;
	width:190px;
	list-style-type:none;
	text-align:left;
	height:100px;
}

#nav a {
	color: #247c26;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:90px;
	text-decoration:none;
}	

#nav a.current {
	background-color: #ecfed2;
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 5px;		
	display:block;
	position: relative; float: left;
}

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

/* panes */
#panes {
	background:#ecfed2;
	border-width:1px 1px 0;
	width:600px;	
	height: 170px;
	padding: 10px;
	margin-left: 8px; 
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	overflow: hidden;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	color:#444;	
	width:585px;
	overflow: hidden;
}

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

#panes p {
	position: relative; float: left; width: 50%;
}

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