@charset "UTF-8";
/* CSS Document */
/*------------service.html---------------*/
#showcase #main {
	width:843px;
	padding:0 27px 65px 30px;
	background:url(../images/main_bg.jpg) no-repeat left bottom;
}

#showcase h2 {
	padding-bottom:12px;
	border-bottom:2px solid #B81502;
	margin-bottom:16px;
}

#showcase p{
	line-height:1.8;
}

.square {
	width: 573px;
	padding: 25px 20px 10px 25px;
	background: url(../images/square_top.gif) no-repeat;
}

.square-bottom {
	width: 618px;
	height: 13px;
	margin-bottom: 30px;
	background: url(../images/square_bottom.gif) no-repeat;
}

#example {
	padding-bottom: 20px;
}

#example li {
	padding-left: 22px;
	background: url(../images/showcase_icon.gif) no-repeat left 2px;
	line-height:1.8;
}

.copy-last {
	margin-bottom: 30px;
}

