/* CSS Document */
#head #toggleLanguage{
	position:absolute;
	top:15px;
	right:15px;
	width:30px;
	height:25px;
}
#hpMainTop{ 
	width:652px;
	float:left;
	height:232px;
	display:block;
	margin-bottom:20px;
}
#hpMainTop #hpAnimation{ 
	width:448px;
	float:left;
	height:232px;
	display:block;
	overflow:hidden;
}
#hpMainTop #hpTotems{ 
	width:195px;
	float:right;
	height:232px;
	display:block;
	border:0px  dotted #666666;
}
#hpMainTop #hpTotems .totem{
	width:195px;
	height:53px;
	margin-bottom:6px;
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:#999999 0px dotted;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	font-size:8px;
	text-transform:uppercase;
	line-height:11px;
}
#hpMainTop #hpTotems .totem strong{
	font-weight:normal;
}
#hpMainTop #hpTotems .totem a{
	color:#767676;
	text-decoration:none;
}
#hpMainTop #hpTotems .totem a:hover{
	color:#767676;
	text-decoration:underline;
}
#hpMainTop #hpTotems .current{
	background-image:url(/homepage/img/totem_bg_current.png);
}
#hpMainTop #hpTotems .others{
	background-image:url(/homepage/img/totem_bg_others.png);
}
#hpMainTop #hpTotems .others:hover{
	background-image:url(/homepage/img/totem_bg_others_hover.png);
}
#hpMainTop #hpTotems .totem a {
	text-decoration:none;
}
#hpMainTop #hpTotems .totem:hover {
	border-bottom:#666666 1px dotted;
}
#hpMainBottom{
	width:640px;
	overflow:hidden;
}
#hpMainBottom h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A21717;
	margin-bottom:10px;
	font-size:18px;
}
#hpMainBottom  p{
	line-height:20px;
	font-size:12px;
	text-align:justify;
}
#hpMainBottom a{
	color:#A21717;
	text-decoration:none;
}
#hpMainBottom a:hover{
	text-decoration:underline;
}
#hpMainBottom strong {
	color:#A21717;
}
#hpMainBottom .enumeration {
	width:250px;
	display:block;
	height:auto;
	overflow:hidden;
	float:left;	
	border:0px solid #666666;			
}
#hpMainBottom .enumeration ul{
}
#hpMainBottom .enumeration ul li{
	font-size:13px;
	margin-bottom:5px;
	list-style-type: square;
}
