#main {
	height:640px;
}

.info_content{
	height:590px;
	background-image:url(/assets/images/backgrounds/phone_loud_speaker.jpg);
	background-repeat:no-repeat;
	background-position:25px -100px;
	padding-left:315px;
	padding-right:65px;
	padding-top:80px;
}


.services_list{
	width:650px;
	height:405px;
	overflow:hidden;
}

.services_list .service_item{
	width:147px;
	height:405px;
	border:0px solid #fff;
	float:left;
	margin-top:2px;
	margin-right:3px;
	background-repeat:no-repeat;
	position:relative;
}

.services_list .services_skin{
	background-image:url(/assets/images/skins/home_services_skin.jpg);
}

.services_list .services_hover_skin{
	background-image:url(/assets/images/skins/home_services_hover_skin.jpg);
}

.services_list .services_skin .summary{
	display:none;
}

.services_list .services_hover_skin .summary{
	display:block;
	color:#bcbcbc;
	padding-top:2px;
	line-height:14px;
}

#service_app_development{
	background-position:0px 0px;
}

#service_user_management{
	background-position:-148px 0px;
}

#service_global_delivery{
	background-position:-297px 0px;
}

#service_billing_reporting{
	background-position:-445px 0px;
}

.services_list .service_content{
	border:0px solid red;
	height:197px;
	width:115px;
	margin-left:17px;
	margin-top:0;
	padding:5px 8px 0;
	cursor:pointer;
}

.services_list .service_content .title{
	font-size:15px;
	font-weight:bold;
}

.services_list .service_item a.more_info{
	position:absolute;
	display:block;
	width:47px;
	height:18px;
	border:0px solid red;
	top:183px;
} 


#service_app_development a.more_info{
	left:0px;
}

#service_user_management a.more_info{
	left:2px;
}

#service_global_delivery a.more_info{
	left:5px;
}

#service_billing_reporting a.more_info{
	left:6px;
}

.services_list .service_item a.more_info span{
	display:none;
}

.offers_services{
	position:relative;
	margin-top:-110px;
}

.info_content #phone_flash_content{
	position:absolute;
	left:61px;
	top:148px;
}

.info_content #phone_flash_content,
.info_content #phone_flash_content #phone_flash_load{
	width:175px;
	height:322px;
}
