@charset "utf-8";
/* CSS Document */

#nav {
	height:26px;	
	width:115px;
}

#nav ul {	
	width:115px;
	margin:0 auto;	
}

#nav li {	
	float:left;
	list-style-type:none;
}

#nav a {
	display:block;
	position:relative;
	font-size:11px;		
	height:26px;
	text-decoration:none;
}	

#nav a.tabYou {
	background:url(../../../media/images/en/foundation/tab_you.gif) no-repeat left;
	width: 33px;
}

#nav a.tabYou.current {
	background-position: right;
}

#nav a.tabUs {
	background:url(../../../media/images/en/foundation/tab_us.gif) no-repeat left;
	width: 36px;
}

#nav a.tabUs.current {
	background-position: right;
}

#nav a.tabThem {
	background:url(../../../media/images/en/foundation/tab_them.gif) no-repeat left;
	width: 45px;
}

#nav a.tabThem.current {
	background-position: right;
}

#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 {
	width:1150px;	

	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div.page {
	display:none;		
	position: absolute;
	width:1150px; 
	font-size: 15px;
}

#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;
}
