@charset "utf-8";
/* CSS Document */
.wrapping {
	margin:0 auto;
	width:910px;
	padding:0;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
}
.wrap-top,
.main-left,
.main-right,
.contact-home p,
.contact-home h3 {
	padding:0;
	margin:0;
}
.wrap-bottom {
	margin:0;
	padding:0 5px;
}
.bottom-home {
	background-image:url(../images/bottom_home.jpg);
	background-repeat:no-repeat;
	width:869px;
	height:235px;
	margin-left:20px;
	margin-top:5px;
}
.main-left {
	float:left;
	width:290px;
}
.main-right {
	float:right;
	width:620px;
}

/* ======== Language Menu ============= */
.menu-lang {
	padding:470px 0 10px 25px;
	margin:0;
	vertical-align:middle;
}
.menu-lang img {
	border:none;
}
/* ========= Contact ================ */
.contact-home {
	float:left;
	padding:0 15px 0 80px;

}
.contact-home img,
.service-home img  {
	border:none;
}
.contact-home,
.contact-home p {
	font-size:12px;
	color:#333;
	line-height:18px;
}
.contact-home h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
/* ========= Service home =========== */
.service-home {
	padding:75px 0 0 60px;
	float:left;
}

.service-home a:hover img,
.contact-home a:hover img  {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
/*====== Footer =======*/
.footer {
	margin-top:20px;
	padding:10px 5px;
	border-top:#ff6011 4px solid;
}
.menu-footer ul {
	list-style:none;
	padding-left:10px;
	padding-bottom:20px;
}
.menu-footer,
.menu-footer li,
.menu-footer li a:link,
.menu-footer li a:active,
.menu-footer li a:visited,
.menu-footer li a:hover {
	float:left;
	font-size:10px;
}
.menu-footer a:link,
.menu-footer a:active,
.menu-footer a:visited {
	color:#999;
	text-decoration:none;
	padding:0 10px;
	
}
.menu-footer a:hover {
	text-decoration:underline;
	color:#333;
	padding:0 10px;
}
.copyright {
	float:right;
	padding-right:10px;
	color:#999;
	font-size:10px;
}
