/* Company page
*/

#main.text-content {
	background: url(../images/company.jpg) no-repeat;
	padding: 330px 30px 10px 30px;
}

#main ul {
	border-top: 1px dotted #333230;
	margin-top: 20px;
}

#main ul li {
	border-bottom: 1px dotted #333230;
	padding: 4px;
}

#main .column {
	float: left;
	width: 46%;
	padding-right: 4%;
}



/* Gift Service */

.step {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	padding:0px 0px 0px 100px;
	background-repeat: no-repeat;
	background-position: left top;
}

#StepOne {
	background-image: url(../images/giftservice/step1.jpg);
}
#StepTwo {
	background-image: url(../images/giftservice/step2.jpg);
}
#StepThree {
	background-image: url(../images/giftservice/step3.jpg);
}
#StepFour {
	background-image: url(../images/giftservice/step4.jpg);
}
#StepFive {
	background-image: url(../images/giftservice/step5.jpg);
}
#StepSix {
	background-image: url(../images/giftservice/step6.jpg);
}

.step h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #e7752f;
	padding:4px 0px 0px 0px;
	margin:0px;
}

.step p {
	padding:0px 0px 10px 0px;
	margin:0px;
}