body{
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #777777;
}

img{
	border: 0px;
}

a:link, a:visited{
	color: #3f3f3f;
	text-decoration: underline;
}

a:hover{
	color: #3f3f3f;
	text-decoration: none;
}

.body{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
}

.top{
	width: 1000px;
	height: 75px;
	border-bottom: #f0f6fa 3px solid;
	float: left;
	overflow: hidden;
}

.left{
	width: 230px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.center{
	width: 554px;
	float: left;	
	overflow: hidden;
}

.content{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt;
	text-align: justify;
}

.right{
	width: 215px;
	float: left;
	overflow: hidden;
}

.middle{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}


.bottom{
	width: 1000px;
	float: left;
	border-top: #f0f6fa 3px solid;
	overflow: hidden;
}

.menuWrapper{
	width: 230px;
	float: left;
	clear: both;
	margin-bottom: 30px;
	overflow:hidden;
}

.menuTop{
	width: 228px;
	height: 12px;
	border-left: #ccdcee 1px solid; 
	border-right: #ccdcee 1px solid; 
	border-top: #ccdcee 1px solid; 
	background-color: #0050aa;
	overflow:hidden;
}

.menuBottom{
	width: 230px;
	height: 3px;
	background-image: url("images/menu_bottom.gif");
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
}

.menuMiddle{
	border-left: #ccdcee 1px solid; 
	border-right: #ccdcee 1px solid; 
	width: 228px; 
	background-color: #0050aa;
	overflow:hidden;
}

.menu{
	width: 190px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.mainMenuItem{
	width: 190px;
	padding-bottom: 5px;
	padding-top: 2px;
	background-image: url(images/menu_border.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.menuItem{
	display: none;
	padding-left: 12px;
	padding-top: 4px;
	background-image: url(images/list_sub.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
}

.menuItemChilds{
	margin-left: 5px;
}

.menuLink:visited, .menuLink:link, .menuLink:active{
	color: #ffffff; 
	text-decoration: none;
	display: block;
}

.menuLink:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* Top container */
.newGenerationLogo{
	font-size: 11px;
	width: 250px;
	margin-top: 25px;
	float: left;
	overflow: hidden;
}

.languageList{
	text-align: center;
	font-size: 11px;
	width: 250px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

.countryList{
	margin-top: 20px;
	width: 250px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.countryListSelect{
	border: #999999 1px solid;
	height: 18px;
	width: 150px;
	font-size: 8pt;
}

.newGenerationEmblem{
	width: 249px;
	text-align: right;
	float: left;
	overflow: hidden;
}

.contact{
	width: 499px;
	float: left;
	overflow: hidden;
}

.info{
	width: 499px;
	text-align: right;
	float: left;
	overflow: hidden;
}

.bannerBox{
	margin-bottom: 20px;
	width: 215px;
	float: left;
}

.bannerBoxHeader{
	height: 28px;
	width: 215px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-image: url("images/left_banner_bg.gif");
	/*margin-bottom: 5px;*/
	overflow: hidden;
}


.bannerBoxHeaderText{
	margin-top: 4px;
}

.bannerBoxContent{
	border-top: #eeeeee solid 1px;
	border-left: #eeeeee solid 1px;
	border-right: #eeeeee solid 1px;
}

.bannerBoxBottom{
	background-image: url("images/some.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.button{
	border: #3987bf 1px solid;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	background-image: url("images/button_bg.gif");
	margin: 2px;
}

.inputbox{
	border: #3987bf 1px solid;
	height: 18px;
	font-size: 8pt;
	padding: 0px;
	margin: 2px;
}

.search{
	height: 25px;
	text-align: center;
}
.searchField{
	float: left;
	margin: 0px 2px 0px 2px;
	display: inline;
}
