/* navigation */
#nav {
	background:#ddd url(h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:156px;	
	width:745px;
	
}
 
#nav ul {	
	width:710px;
	margin:0 auto;	
	
}
 
#nav li {	
	border-right:1px solid #ddd;
	float:left;
	 
	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(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;
}
 
/* panes */
#panes {
	background:#fff url(h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:743px;	
	height:190px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	 
	position:relative;
}
 
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:650px; 
}
 
#panes img {
	float:left;
	margin-right:20px;
	 
   background-color:#fff;
	border:1px solid #ccc;
	 
	padding:4px;		
	display:block;
	 
}
 
#panes p.more {
	color:#000;
	font-weight:bold;
}
 
#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

#panes h3 a { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#333; text-decoration:none;}

#panes h3 a:hover {color:#666; text-decoration:none;}
 
.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
