@charset "utf-8";
/* CSS Document */

/* =============================================================================
   Main
   ========================================================================== */

section {
	margin-bottom: 20px;
	height: 340px;
	min-height: 340px;
	height: auto !important;
	background: url(../images/workflow/iconArrow.png) no-repeat center bottom;
}

.last {
	height: 280px;
	min-height: 280px;
	height: auto !important;
	margin-bottom: 30px;
	background-image: none;
}

article {
	padding: 90px 350px 0 60px;
	border: 1px solid #dbdbdb;
	box-shadow: 3px 3px 6px #999;
	height: 185px;
	min-height: 185px;
	height: auto !important;
}

.appointment {background: url(../images/workflow/bgAppointment.jpg) no-repeat center top;}
.estimate {background: url(../images/workflow/bgEstimate.jpg) no-repeat center top;}
.works {background: url(../images/workflow/bgWorks.jpg) no-repeat center top;}
.delivery {background: url(../images/workflow/bgDelivery.jpg) no-repeat center top;}

