/* welcome block */
.welcomeBlock {
	background: url(images/home-welcome-block-bg.png) no-repeat;
	width: 840px;
	height: 295px;
	margin: 0 auto;
	margin-top: 8px;
}

.welcomeBlock .sep {
	float: left;
	border-right: 1px solid #b7c1bd;
	width: 308px;
	height: 286px;
}
.welcome {
	float: left;
	display: inline;
	margin-left: 32px;
	margin-top: 23px;
	width: 261px;
	font-size: 9pt;
	color: #0e2b36;
}


.welcome a { float: right; color: #3d6d73; }
.welcome a:hover { text-decoration: none; }
.welcome p {
	margin: 0;
}
.packages {
	float: left;
	width: 489px;
	margin-top: 42px;
	margin-left: 22px;
	text-align: center;
}
.packages a {
	display: block;
	margin-top: 7px;
}

/* hosting packages */
.hostingPackages {
	display: inline; /* ie double margin fix */
	font-size: 9pt;
	background: url(images/home-hosting-packages-bg.png) no-repeat;
	width: 602px;
	height: 352px;
	float: left;
	margin-left: 10px;
}
.hostingPackages a { color: #3d6d73; }
.hostingPackages .hdr {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
}
.hostingPackages .content {
	margin: 0 !important;
	padding: 0 !important;
}
.hostingPackages .block {
	padding-left: 20px;
}
.hostingPackages .column {
	float: left;
	width: 190px;
}
.hostingPackages ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 15px;
}
.hostingPackages li {
	line-height: 13pt;
}
.hostingPackages a.viewMore {
	margin-left: 15px;
}

/* advanced services */
.advancedServices {
	font-size: 9pt;
	background: url(images/home-advanced-services-bg.png) no-repeat;
	width: 232px;
	height: 354px;
	float: left;
	margin-left: 2px;
	color: white;
}
.advancedServices a { color: white !important; }
.advancedServices .hdr {
	display: block;
	margin: 25px 0px 10px 26px;
}
.advancedServices p {
	margin: 0;
	margin-bottom: 8px;
	font-size: 8pt;
}
.advancedServices ul {
	padding-left: 20px;
}
.advancedServices .content {
	margin-left: 2px;
	margin-right: 2px;
}
.advancedServices a.viewMore {
	display: block;
	margin-top: 15px;
}
