@charset "UTF-8";

/* English OK 2008 */
/* footer.css */

/* set NULL */


/*--------------------------------- FOOTER PAGE ---------------------------------*/
/* Footer */
.div_footer{
	background-color:#CCCCCC;
	padding:30px 0 30px 0;
	margin:0;
	width:950px;
	border-top:20px solid #333333;
	}

.footer_table{
	border-collapse:collapse;
	width:900px;
	margin:0 auto 0 auto;
	padding:10px;
	border-spacing:0;
	background-color:#EEEEEE;
}

.footer_table th{
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	padding:20px 20px 0 20px;
	}
	
.footer_table td{
	font-size:11px;
	color:#666666;
	text-align:left;
	vertical-align:top;
	padding:0 20px 10px 20px;
	line-height:140%;
	width:25%;
	}

.footer_table .footer_services{
	font-size:11px;
	color:#666666;
	text-align:center;
	line-height:140%;
	padding:10px;
	margin:10px 0 10px 0;
	border:1px solid #999999;
	}

.footer_table .footer_services a{
	padding:10px;
}


.div_footer a{
	color:#666666;
}

.div_footer a:hover{
	color:#333333;
	text-decoration:none;
}

.tagcloud{
	width:240px;
	height:180px;
	padding:10px;
	margin:20px 0 0 0;
	line-height:160%;
	background-color:#FFFFFF;
}

.tagcloud p{
	text-align:justify;
	}

.tagcloud strong{
	font-size:15px;
}

.tagcloud a{
	text-align:justify;
	text-decoration:none;
	}

.div_footer a.feedback{
	display:block;
	margin:5px 0 0 0;
	padding:22px 0 0 0;
	width:260px;
	height:45px;
	font-size:16px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:2px;
	background-color:#333333;
}
