@charset "utf-8";
/* CSS Document */

/* BASIC HTML ELEMENTS */
#header h1 {
	margin:24px 0 0;
	font-size:1.25em;
}
#header.header a,
#header.header a:link,
#header.header a:visited,
#header.header a:hover,
#header.header a:active {
	color:#fff;
	text-decoration:underline;
}
/* CONTAINERS */
#header.header {
	position:relative;
	z-index:0;
	color:#fff;
}
#header .headerText {
	float:left;
	width:620px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#header .banner {
	width:960px;
	line-height:1.3;
}
#header a.logoLearningFruit {
	display:block;
	background:url(../images/headerLogoLearningFruit.png) 0 0 no-repeat;
	float:left;
	width:137px;
	height:137px;
	margin:7px 0 0 15px;
	_margin:7px 0 0 7px;
	text-indent:-9999px;
}
#header a.logoNetex {
	display:block;
	background:url(../images/logoNetex.png) 0 0 no-repeat;
	_background:url(../images/ie6_logoNetex.png) 0 0 no-repeat;
	float:right;
	width:156px;
	height:56px;
	margin:7px 15px 0 0;
	_margin:7px 7px 0 0;
	text-indent:-9999px;	
}

div .languages{
	float:right;
	position:relative;
	top:0px;
	left:40px;
	border-left:3px solid #fff;
	padding:5px;
	width:100px;
	
}

.languages span{
    padding-bottom:5px;
    float:left;
}

.languages .active{
    font-weight: bold;
}
