/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image:url(images/nn-bg.gif);
	background-repeat: repeat-x;
}
#navleft {
	width: 100%;
	background-image:url(images/nn-logo.jpg);
	height: 138px;
	background-repeat: no-repeat;
}
#navright {
	float:right;
}
#container {
padding-top:106px;
padding-left:226px;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	/*	background-color: #13966A; */
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li 
{ 
	display: inline;
}

#navcontainer ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:80px;
	height:30px;
	/*	padding: 0.2em 1em; */
	/*	background-color: #13966A; */
	background-image:url(images/nn-bgbutton.gif);
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
	line-height: 28px;
}

#navcontainer ul li a:hover
{
	background-color: #000000;
	color: #FFFFFF;
	background-image:url(images/nn-bgbuttonroll.gif);
}
#toptext {
	float: right; 
	width: 300px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 0px;
	background-image:url(images/nn-searchbg.gif)
	}
.search {
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #16164A;
	margin : 0px 0px 0px 0px;
	border-top : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;
	padding : 1px 1px 1px 2px;
}
#languages {
	position:absolute;
	left:223px;
	top:7px;
	width:500px;
	height:30px;
	z-index:1;
}
#stamp {
	position:absolute;
	left:650px;
	top:7px;
	width:120px;
	height:120px;
	z-index:1;
	background-image:url(images/stamp.png);
	background-repeat: no-repeat;
}
#home-link {
	position:absolute;
	left:0px;
	top:0px;
	width:214px;
	height:108px;
	z-index:2;
}
