.servicesBox {
	width:510px;
	margin:0 0 30px 0;
	padding:16px 0 0 0;
	background-image:url(../img/gfx-heading-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	z-index:1;
}

.servicesBox a {
	margin-right:30px;
}

.servicesBox span {
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
}

.servicesBox h1 {
	margin:0 0 5px 0;
	padding:0;
	font-size:100%;
	width:364px;
	height:17px;
	position:relative;
  overflow:hidden;
}

#servicesDSL {
	background-image:url(../img/h-dsl.gif);
	background-repeat:no-repeat;  
	position:absolute; 
	width:100%;
	height:100%;
}

#servicesHSW {
	background-image:url(../img/h-highSpeedWireless.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

#servicesDU {
	background-image:url(../img/h-dialup.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

#servicesHP {
	background-image:url(../img/h-hostingPackages.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

.servicesBox p {
	margin:0;
	width:410px;
}

.servicesImg {
	position:absolute;
	top:7px;
	right:0;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
}

.servicesImg2 {
	float:right;
	right:0;
	margin: 0 0 15px 15px;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
}

#address {
	float:right;
	text-align:right;
	width:750px;
	line-height:1em;
	font-size:90%;
	padding:12px 0 12px 12px;
}

