div#container {
	padding-top: 18px;
}
/**** HERO ****/

div#headline {
	width: 934px;
	height: 68px;
	background: url(/images/home/headline.png) left top no-repeat;
	margin: 0 auto;
	text-indent: -999em;
	overflow: hidden;
}

div#hero {
	width: 100%;
	margin-top: 15px;
	float: left;
}

div#hero div.top {
	float: left;
	width: 100%;
	background: url(/images/home/hero-box.png) left top no-repeat;
	overflow: hidden;
	position: relative;
}

div#hero div#ibeam {
	width: 49px;
	height: 455px;
	background: url(/images/home/ibeam.png) left top no-repeat;
	position: absolute;
	left: 463px;
	top: 0;
}

div#hero a.hostBox,
div#hero a.hostBox:link,
div#hero a.hostBox:visited {
	float: left;
	padding: 20px;
	width: 435px;
}

div#hero a.hostBox p {
	font-size: 1.2em;
	margin-bottom: 0;
	color: #333333;
	text-align: center;
}

div#hero a.hostBox h2 {
	color: #333333;
	text-shadow: 0 -1px #FFFFFF;
	margin: 0 0 123px 0;
	font-weight: normal;
	text-align: center;
	font-size: 26px;
}

div#hero a.dedicated {
	background: url(/images/home/dedicated-server.png) center 78px no-repeat;
	margin-right: 25px;
}

div#hero a.hybrid {
	background: url(/images/home/hybrid-server.png) center 73px no-repeat;
}

div#hero a.hostBox:hover {
	text-decoration: none;
}

div#hero div.buttons {
	float: left;
	width: 100%;
	height: 57px;
	overflow: hidden;
}

div#hero div.buttons a,
div#hero div.buttons a:link,
div#hero div.buttons a:visited {
	width: 411px;
	margin-right: 25px;
	height: 57px;
	background: url(/images/home/hero-buttons.png) left top no-repeat;
	display: block;
	float: left;
	overflow: hidden;
	color: #d2e9ff;
	font-size: 18px;
	line-height: 57px;
	text-align: right;
	padding-right: 64px;
}

div#hero div.buttons a:hover {
	text-decoration: none;
	color: #00CCFF;
}

div#hero div.buttons a.hybrid,
div#hero div.buttons a.hybrid:link,
div#hero div.buttons a.hybrid:visited {
	margin-right: 0;
}

div#hero div.buttons a.jqHover {
	color: #00ccff;
}

/**** CONTENT BOX ****/

#home-content {
	margin-top: 25px;
	width: 973px;
	float: left;
	border: 1px solid #323232;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #323232;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#home-content div.left {
	float: left;
	width: 706px;
}

#home-content div.right {
	width: 267px;
	float: left;
	position: relative;
	z-index: 3;
}

#home-content div.right-bkg {
	width: 267px;
	background: #f2f2f2;
	height: 1000px;
	position: absolute;
	right: 0;
	top: 0;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	z-index: 1;
}

#home-content div.se-corner {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	right: -1px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #f2f2f2;
	border: 1px solid #323232;
	border-top: none;
	border-left: none;
	width: 10px;
	height: 10px;
}

#home-content div.item-head {
	float: left;
	width: 675px;
	border-right: 1px solid #323232;
	padding: 6px 15px;
	background: url(/images/home/tile-item-head.png) left top repeat-x;
	margin-top: 20px;
	line-height: 20px;
}

#home-content div.item-head h2 {
	padding: 0;
	margin: 0;
	border: none;
	float: left;
	color: #222222;
	font-size: 20px;
	text-shadow: 0 1px #FFFFFF;
}

#home-content div.item-head a,
#home-content div.item-head a:link,
#home-content div.item-head a:visited {
	float: right;
	font-weight: bold;
	color: #000000;
	background: url(/images/home/arrow-item-jump.gif) right 50% no-repeat;
	padding-right: 14px;
}

#home-content div.item-head a:hover {
	text-decoration: none;
}

#home-content div.item-body {
	border-top: 2px solid #111111;
	float: left;
	width: 680px;
	padding: 16px 10px 5px 15px;
}

#home-content div.item-body p {
	color: #FFFFFF;
	float: left;
	width: 576px;
	padding: 0 0 0 15px;
	margin: 0;
	position: relative;
	font-size: 1.1em;
}

#home-content div.item-body div {
	float: left;
	display: block;
	background: url(/images/home/home-v2-sprite.png) no-repeat;
}

#home-content div.item-body.screamingFast div {
	width: 83px;
	height: 66px;
	background-position: -7px -116px;
}

#home-content div.item-body.uptime div {
	width: 84px;
	height: 71px;
	background-position: -108px -112px;
}

#home-content div.item-body.managedServices div {
	width: 81px;
	height: 49px;
	background-position: -207px -123px;
}

#home-content div.item-body.support div {
	width: 83px;
	height: 65px;
	background-position: -310px -112px;
}

div.right-item p {
	position: relative;
	margin-bottom: 5px;
}

div.right div.right-item h3 {
	overflow: hidden;
	text-indent: -999em;
	margin: 0;
}

div.right div.contact {
	text-align: center;
}

div.right div.sas70 h3 {
	width: 116px;
	height: 38px;
	background: url(/images/home/home-v2-sprite.png) -437px -148px no-repeat;
}

div.right div.leadership h3 {
	width: 163px;
	min-height: 65px;
	padding-left: 74px;
	background: url(/images/home/keagy.png) left top no-repeat;
	text-indent: 0;
	font-size: 1.6em;
	line-height: 1.2em;
}

div.right div.gogrid h3 {
	width: 129px;
	height: 25px;
	background: url(/images/home/home-v2-sprite.png) -518px -87px no-repeat;
}

div.right div.contact h3 {
	width: 100%;
	text-indent: 0;
	overflow: auto;
}

div.right div.contact a,
div.right div.contact a:link,
div.right div.contact a:visited {
	background: url(/images/home/home-v2-sprite.png) -594px -150px no-repeat;;
	width: 218px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	margin: 10px auto 0 auto;
}

div.right div.contact p {
	font-size: 1.7em;
	margin: 8px 0 0 0;
	font-weight: bold;
	
}

div.right-item a.more,
div.right-item a.more:link,
div.right-item a.more:visited {
	text-align: right;
	float: right;
	padding: 0 14px 0 0;
	background: url(/images/home/sideArrow.gif) right 50% no-repeat;
	color: #5c5c5c;
}

/**** CONTENT BOX RIGHT COLUMN ****/

#home-content div.right-item {
	float: left;
	width: 237px;
	padding: 15px;
	border-bottom: 1px solid #AFAFAF;
	border-top: 1px solid #FFFFFF;
}

#home-content div.right-item.sas70 {
	border-top: none;
}

#home-content div.right-item.contact {
	border-bottom: none;
}


/**** CUSTOMER BOX ****/

#customers {
	float: left;
	width: 975px;
	height: 114px;
	background: url(/images/home/customer-bar.png) left top no-repeat;
	margin-top: 25px;
	overflow: hidden;
	text-indent: -999em;
}

#customers ul {
	list-style: none;
}