@charset "UTF-8";
/* CSS Document */
body {
	overflow-x: hidden;
} /* to remove horizontal scroll when using fly-in */
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #000000;
	overflow: hidden;
}
#popup {
	display: none;
	position: absolute;
	max-width: 602px;
	z-index: 1002;
	background: url(../img/bgdropdown.jpg) no-repeat;
	color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}
#baner_close {
	color: #cc0000;
	font-weight: bold;
	float: right;
	padding: 5px 10px 0 0;
}
#inner-left {
	float: left;
	padding: 20px 20px 0 20px;
	margin-top: 0;
	max-width:80%;
}
#inner-left h2 {
	font-size: 15px;
	color: #000;
	margin: -5px 0 15px 0;
	overflow: visible;
	font-family: LatoRegular, sans-serif;
}
#inner-right {
	float: right;
	position: absolute;
	bottom: 6px;
	right: -13px;
}