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

.container{
		min-height:800px;
		width:100%;
		float:left;
		}
	.container .services{
		margin:auto;
		width:100%;
		float:left;
		margin-bottom:70px;
		-webkit-transition: width 0.9s ease-in-out;
		-moz-transition: width 0.9s ease-in-out;
		-o-transition: width 0.9s ease-in-out;
		transition: width 0.9s ease-in-out;
			}
	@media (max-width: 1350px) {
		.container .services{
			width:96%;
			margin:0 2% 70px 2%;
			}
		}
		.container .services .heading{
			text-align:center;
			}
			.container .services .heading h1{
				width:100%;
				text-shadow:1px 1px 0 #fafafa, 2px 2px 0 #999, 0 0 2px #fafafa;
				font-size:45px;
				margin-top:75px;
				padding-bottom:8px;
				-webkit-transition: font-size 0.9s ease-in-out;
				-moz-transition: font-size 0.9s ease-in-out;
				-o-transition: font-size 0.9s ease-in-out;
				transition: font-size 0.9s ease-in-out;
				}
			.container .services .heading span{
				background:url(../images/homepage/line.jpg) no-repeat center center;
				display:inline-block;
				width:100%;
				height:1px;
				}
		.container .services .servicesContent{
			margin: 70px auto auto;
			width: 920px;
				}
			.container .services .servicesContent ul{
				}
				.container .services .servicesContent ul li{
					float: left;
					min-height: 180px;
					width: 43%;
						}
				.container .services .servicesContent ul .alt{
					float: right;
						}
					.container .services .servicesContent ul li h2{
						 margin-bottom: 15px;
						}
					.container .services .servicesContent ul li p{
						
						}

























