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

.contactUsDiv{
	width: 100%;
	min-height: 320px;
	height: 0;
	background: url(../../uploads/soft-touch-contact-us-banner.jpg) center center no-repeat;
	-webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
 	 background-attachment: scroll;
}
.importTextShadow{
	text-shadow: 2px 2px 8px hsla(0,0%,0%,0.77);
}
.aboutUsSectionBackground{
	background: url(../rsc/background/half-blue-mother-board-image-alpha-bg.png) center bottom no-repeat;
}