#nav {
	background:#ddd url(/js/tabs/h300_reverse.png);
	border-top:1px solid #CCCCCC;
	height:156px;	
	width:960px;
}

#nav ul {	
	/*width:100%;*/
	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(/js/tabs/down_large.jpg);	
}

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

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

/* panes */
#panes {
	background:#fff url(/js/tabs/h300_reverse.png) repeat-x scroll left bottom;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px 1px;
	width:958px;	
	/*height:600px;*/
height:850px;
	margin-top:-20px;
	padding-top: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:20px;
	left:20px;
	width:920px; 
}

#panes img {
	float:left;
	margin:5px 25px 10px 0px;	
	padding:3px;
	border:#cccccc solid 1px;	
}

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












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
