
@charset "utf-8";
/* banner */
.banner #banner1 {
	padding: 0px; 
	width: 922px; 
	background-image:url(/images/landing%20banner_digital.png);
}
.banner #banner1 ul {
	width:180px; 
	list-style:none; 
	padding: 0; 
	margin: 30px; 
	float: right;
}
.banner #banner1 ul li {
	width:180px; 
	height: 30px; 
	background-image:url(/images/button_bg.png);
}
.banner #banner1 ul li a {
	display: block; 
	width: 171px;
	height: 23px; 
	color:#FFF; 
	font-weight:bolder; 
	text-decoration:none; 
	font-size: 0.8em; 
	padding: 9px 0 0 7px;
}
