@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, p, div, section, td, tr {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
    -webkit-text-size-adjust: 100%;
}

section a{
	color: #000;
	text-decoration: none;
}

.p1{
	color: #999999;
	font-size: 42px;
	font-weight: lighter;
	text-shadow: 1px 1px #000000;
	margin-bottom: 0px;
	margin-top: 20px;
}
.p2{
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 0px 1px 1px #000000;
	margin-top: 15px;
}
.p3{
	color: #333333;
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.otherservices{
	z-index: 900000;
	height: 50px;
	width: 202px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right:0px;
	
}

.otherservices a img{
	position: absolute;
	bottom: -10px;
	right:0px;
	overflow: visible;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.otherservices a:hover img{
    bottom: 0px;
	}
@media only screen and (max-width: 700px) {
	.otherservices{
		width: 102px;	
	}
	.otherservices a img{
	bottom: -2px;
	}
}
