/* CSS Document */

/* EN */
#logoBox_en{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_en.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_en h1{
	margin: 0px;
	padding-top: 76px;
	}
	
/* FR */
#logoBox_fr{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_fr.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_fr h1{
	margin: 0px;
	padding-top: 76px;
	}

/* GER */

#logoBox_ger{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_ger.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_ger h1{
	margin: 0px;
	padding-top: 76px;
	}
	
/* IT */

#logoBox_it{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_it.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_it h1{
	margin: 0px;
	padding-top: 76px;
	}
	
/* SP */

#logoBox_sp{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_sp.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_sp h1{
	margin: 0px;
	padding-top: 76px;
	}
	
/* PR */

#logoBox_pr{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_pr.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_pr h1{
	margin: 0px;
	padding-top: 76px;
	}
	
	/* AR */

#logoBox_ar{
	height: 75px;
	margin: 0px;
	background-image: url(../images/logo_ar.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	overflow: hidden;
	background-color: #FDFBED;
	}
#logoBox_ar h1{
	margin: 0px;
	padding-top: 76px;
	}
