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

/* // SERVICES STYLING - - - - - - - - - - - - - - */
.servicesWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.servicesTitle {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.servicesImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
h3.servicesSubTitle {
	font-weight:bold;
	font-size:1.2em;
	color:#343434;
	margin:0 auto;
}
div.servicesInfo {
	font-size:.85em;
}
/* // END SERVICES STYLING - - - - - - - - - - - - - - */