html, body {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background: #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 940px;
}	

#header {
	float: left;
	display: inline;
	width: 100%;
	background: #000;
	height: 110px;
}

#header .container {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 110px;
}

#header #logo {
	float: left;
	display: inline;
	width: 224px;
	margin: 26px 0 0 0;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
}	

#header #logo img {
	display: block;
}

#header p {
	float: left;
	display: inline;
	width: 200px;
	color: #ccc;
	font-size: 0.75em;
	font-style: italic;
	margin: 49px 0 0 10px;
}	

#header #phone {
	float: right;
	display: inline;
	width: auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #555;
	color: #fff;
	font-size: 0.75em;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#header #phone span {
	font-size: 1.125em;
	font-weight: bold;
	color: #ff6600;
}

#header #phone img {
	vertical-align: middle;
}

#nav {
	float: left;
	display: inline;
	width: 100%;
	height: 40px;
	background: url(../images/nav-bg.jpg) repeat-x;
}

#nav li {
	float: left;
	display: inline;
	width: auto;
}	

#nav li a {
	float: left;
	display: inline;
	border-right: 1px solid #555;
}

#nav li a#link-1 {
	background: url(../images/nav-link-1.jpg) no-repeat;
	width: 127px;
	height: 40px;
	border-left: 1px solid #555;
}

#nav li a#link-2 {
	background: url(../images/nav-link-2.jpg) no-repeat;
	width: 163px;
	height: 40px;
}

#nav li a#link-3 {
	background: url(../images/nav-link-3.jpg) no-repeat;
	width: 140px;
	height: 40px;
}

#nav li a#link-4 {
	background: url(../images/nav-link-4.jpg) no-repeat;
	width: 108px;
	height: 40px;
}

#nav li a#link-5 {
	background: url(../images/nav-link-5.jpg) no-repeat;
	width: 85px;
	height: 40px;
}

#nav li a#link-6 {
	background: url(../images/nav-link-6.jpg) no-repeat;
	width: 96px;
	height: 40px;
}

#nav li a#link-1:hover, #nav li a#link-2:hover, #nav li a#link-3:hover, #nav li a#link-4:hover, #nav li a#link-5:hover, #nav li a#link-6:hover, #nav li a#link-1.active, #nav li a#link-2.active, #nav li a#link-3.active, #nav li a#link-4.active, #nav li a#link-5.active, #nav li a#link-6.active {
	background-position: 0 -40px;
}

#main {
	float: left;
	display: inline;
	width: 100%;
	background: #ccc;
	padding: 0 0 40px 0;
}

#main #banner-home {
	float: left;
	display: inline;
	width: 940px;
	background: url(../images/homepage-banner-bg.jpg) no-repeat;
	height: 300px;
	margin: 20px 0 0 0;
	position: relative;
}

#main #banner-home #person {
	position: absolute;
	bottom: 0;
	right: 10px;
}

#main #banner-home h1 {
	float: left;
	display: inline;
	width: 640px;
	height: 44px;
	margin: 35px 0 0 35px;
}

#main #banner-home h1 img {
	display: block;
}

#main #banner-home h2 {
	float: left;
	display: inline;
	width: 600px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 20px 0 0 35px;
	padding: 0 0 1em 0;
}

#main #banner-home p {
	float: left;
	display: inline;
	width: 600px;
	font-size: 0.75em;
	color: #fff;
	margin: 0 0 0 35px;
	line-height: 1.5em;
	padding: 0 0 30px 0;
}

#main #banner-home a#learn-more-button {
	clear: left;
	float: left;
	display: inline;
	width: 125px;
	height: 27px;
	margin: 0 0 0 35px;
	background: url(../images/learn-more-button.png) no-repeat;
}

#main #banner-home a#learn-more-button:hover {
	background-position: 0 -27px;
}

#main #banner-hosting {
	float: left;
	display: inline;
	width: 940px;
	background: url(../images/hosting-banner-bg.jpg) no-repeat;
	height: 150px;
	margin: 20px 0 0 0;
}

#main #banner-hosting h1 {
	float: left;
	display: inline;
	width: 640px;
	height: 36px;
	margin: 20px 0 0 20px;
}

#main #banner-hosting h1 img {
	display: block;
}

#main #banner-hosting h2 {
	float: left;
	display: inline;
	width: 600px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 15px 0 0 20px;
}

#main #banner-hosting ul {
	float: left;
	display: inline;
	width: 700px;
	margin: 20px 0 0 20px;
}

#main #banner-hosting li {
	float: left;
	display: inline;
	width: auto;
	padding: 0 20px 0 0;
	color: #fff;
	font-size: 0.75em;
}

#main #banner-hosting li span {
	color: #ff3300;
	font-weight: bold;
	font-size: 1.25em;
}

#main #banner-network {
	float: left;
	display: inline;
	width: 940px;
	background: url(../images/network-banner.jpg) no-repeat;
	height: 150px;
	margin: 20px 0 0 0;
}

#main #banner-network h1 {
	float: left;
	display: inline;
	width: 640px;
	height: 36px;
	margin: 20px 0 0 20px;
}

#main #banner-network h1 img {
	display: block;
}

#main #banner-network h2 {
	float: left;
	display: inline;
	width: 600px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 15px 0 0 20px;
	line-height: 1.25em;
}

#main #box-1 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	background: url(../images/box-1-bg.jpg) no-repeat;
	margin: 20px 0 0 0;
}

#main #box-1 h2 {
	padding: 15px 0 0 15px;
}	

#main #box-1 h2 span {
	color: #ff3300;
}

#main #box-1 p {
	font-size: 0.675em;
	color: #fff;
	padding: 20px 20px 1em 125px;
	line-height: 1.125em;
}

#main #box-1 a.learn-more-button {
	background: url(../images/learn-more-sub-button.png) no-repeat ;
	width: 79px;
	height: 22px;
	display: block;
	margin: 0 0 0 125px;
}

#main #box-1 a.learn-more-button:hover {
	background-position: 0 -22px;
}

#main #box-2 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	background: url(../images/box-2-bg.jpg) no-repeat;
	margin: 20px 0 0 20px;
}

#main #box-2 h2 {
	padding: 15px 0 0 15px;
}	

#main #box-2 h2 span {
	color: #ff3300;
}

#main #box-2 p {
	font-size: 0.675em;
	color: #fff;
	padding: 20px 20px 1em 108px;
	line-height: 1.125em;
}

#main #box-2 a.learn-more-button {
	background: url(../images/learn-more-sub-button.png) no-repeat ;
	width: 79px;
	height: 22px;
	display: block;
	margin: 0 0 0 108px;
}

#main #box-2 a.learn-more-button:hover {
	background-position: 0 -22px;
}

#main #box-3 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	background: url(../images/box-3-bg.jpg) no-repeat;
	margin: 20px 0 0 20px;
}

#main #box-3 h2 {
	padding: 15px 0 0 15px;
}	

#main #box-3 h2 span {
	color: #ff3300;
}

#main #box-3 p {
	font-size: 0.675em;
	color: #fff;
	padding: 20px 20px 1em 143px;
	line-height: 1.125em;
}

#main #box-3 a.learn-more-button {
	background: url(../images/learn-more-sub-button.png) no-repeat ;
	width: 79px;
	height: 22px;
	display: block;
	margin: 0 0 0 143px;
}

#main #box-3 a.learn-more-button:hover {
	background-position: 0 -22px;
}

#main .content {
	float: left;
	display: inline;
	width: 940px;
	margin: 20px 0 0 0;
	background: #fff url(../images/main-bg-bottom.jpg) no-repeat bottom center;
	padding: 0 0 40px 0;
}

#main .content h2 {
	background: url(../images/main-bg-top.jpg) no-repeat;
	width: 940px;
	height: 35px;
}

#main .content h2 img {
	padding: 10px 0 0 10px;
}	

#main .content p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 20px 10px 0 10px;
}

#main .content #content-home-left {
	float: left;
	display: inline;
	width: 700px;
	margin: 20px 0 0 10px;
}

#main .content #content-home-left p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
}

#main .content #content-home-left ul {
	background: url(../images/checkmarks.jpg) no-repeat;
	padding: 0 0 0 40px;
	margin: 20px 0 0 0;
	height: 446px;
}

#main .content #content-home-left li {
	border-top: 1px dotted #666;
	height: 78px;
	padding: 10px 0 0 0;
}

#main .content #content-home-left li h3 {
	color: #ff3300;
}

#main .content #content-home-right {
	float: right;
	display: inline;
	width: 200px;
	margin: 10px 10px 0 20px;
}

#main .content #content-home-right img {
	display: block;
}	

#main .content #content-home-right #testimonial {
	float: left;
	display: inline;
	width: 160px;
	background: url(../images/bubble.png) no-repeat;
	min-height: 173px;
	height: auto !important;
	height: 173px;
	font-family: georgia, serif;
	font-size: 0.875em;
	color: #666;
	font-style: italic;
	padding: 20px 20px 0 20px;
	line-height: 1.125em;
	margin: 10px 0 0 0;
}

#main .content #content-home-right #testimonial p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 45px 0 0 10px;
}

#main .content #content-home-right #testimonial p span {
	color: #006699;
	font-weight: bold;
}

#main .content #content-hosting-left {
	float: left;
	display: inline;
	width: 612px;
	margin: 20px 0 0 10px;
}

#main .content #content-hosting-left ul {
	float: left;
	display: inline;
	width: 612px;
}

#main .content #content-hosting-left li {
	float: left;
	display: inline;
	width: 108px;
	text-align: center;
	font-size: 0.75em;
	line-height: 35px;
	border-bottom: 1px dotted #666;
}

#main .content #content-hosting-left li img {
	vertical-align: middle;
}

#main .content #content-hosting-left li.title {
	width: 180px;
	text-align: left;
	font-weight: bold;
}

#main .content #content-hosting-left .table-header {
	float: left;
	display: inline;
	width: 612px;
	background: url(../images/table-header-bg.png) no-repeat;
	height: 40px;
	margin: 10px 0 0 0;
}

#main .content #content-hosting-left .table-header h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 340px;
}

#main .content #content-hosting-left .table-header li {
	border: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}

#main .content #content-hosting-left .table-footer li {
	border: 0;
}

#main .content #content-hosting-left .table-footer li a {
	background: url(../images/order-now-button.png) no-repeat;
	width: 79px;
	height: 22px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 15px 0 0 15px;
}

#main .content #content-hosting-left .table-footer li a:hover {
	background-position: 0 -22px;
}

#main .content #content-hosting-right {
	float: right;
	display: inline;
	width: 286px;
	margin: 30px 10px 0 0;
}	

#main .content #content-hosting-right #hosting-features {
	float: left;
	display: inline;
	width: 266px;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 9px;
}

#main .content #content-hosting-right #hosting-features h4 {
	float: left;
	display: inline;
	width: 254px;
	background: #99cc33;
	border: 1px solid #99cc33;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 27px;
	font-size: 0.75em;
	color: #fff;
	padding: 0 0 0 10px;
}

#main .content #content-hosting-right .box {
	float: left;
	display: inline;
	width: 244px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 15px 10px 20px 10px;
}

#main .content #content-hosting-right .box img {
	display: block;
	padding: 0 0 10px 0;
}

#main .content #content-hosting-right .box p {
	margin: 0;
}

#main .content #content-hosting-right #testimonial {
	float: left;
	display: inline;
	width: 160px;
	background: url(../images/bubble.png) no-repeat;
	min-height: 173px;
	height: auto !important;
	height: 173px;
	font-family: georgia, serif;
	font-size: 0.875em;
	color: #666;
	font-style: italic;
	padding: 20px 20px 0 20px;
	line-height: 1.125em;
	margin: 20px 0 0 43px;
}

#main .content #content-hosting-right #testimonial p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 45px 0 0 10px;
}

#main .content #content-hosting-right #testimonial p span {
	color: #006699;
	font-weight: bold;
}

#main .content #content-hosting-left #hosting-includes, #main .content #content-dedicated-left #hosting-includes {
	float: left;
	display: inline;
	width: 592px;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 9px;
	margin: 40px 0 0 0;
}

#main .content #content-hosting-left #hosting-includes h4, #main .content #content-dedicated-left #hosting-includes h4 {
	float: left;
	display: inline;
	width: 580px;
	background: #99cc33;
	border: 1px solid #99cc33;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 27px;
	font-size: 0.75em;
	color: #fff;
	padding: 0 0 0 10px;
}

#main .content #content-hosting-left #hosting-includes .box, #main .content #content-dedicated-left #hosting-includes .box {
	float: left;
	display: inline;
	width: 570px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 10px;
}

#main .content #content-hosting-left #hosting-includes .box li, #main .content #content-dedicated-left #hosting-includes .box li {
	float: left;
	display: inline;
	width: 180px;
	border: 0;
	text-align: left;
	line-height: 1.5em;
}

#main .content #content-hosting-left #hosting-includes .box li span, #main .content #content-dedicated-left #hosting-includes .box li span {
	color: #ff3300;
	font-weight: bold;
	font-size: 1.25em;
}

#main .content #content-hosting-left #disclaimer {
	float: left;
	display: inline;
	width: 612px;
	font-size: 0.625em;
	color: #666;
	margin: 30px 0 0 0;
	line-height: 1.25em;
}

#main .content #content-dedicated-left {
	float: left;
	display: inline;
	width: 612px;
	margin: 20px 0 0 10px;
}

#main .content #content-dedicated-left ul {
	float: left;
	display: inline;
	width: 612px;
}

#main .content #content-dedicated-left li {
	float: left;
	display: inline;
	width: 216px;
	text-align: center;
	font-size: 0.75em;
	line-height: 35px;
	border-bottom: 1px dotted #666;
}

#main .content #content-dedicated-left li img {
	vertical-align: middle;
}

#main .content #content-dedicated-left li.title {
	width: 180px;
	text-align: left;
	font-weight: bold;
}

#main .content #content-dedicated-left .table-header {
	float: left;
	display: inline;
	width: 612px;
	background: url(../images/table-header-bg.png) no-repeat;
	height: 40px;
	margin: 10px 0 0 0;
}

#main .content #content-dedicated-left .table-header h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 340px;
}

#main .content #content-dedicated-left .table-header li {
	border: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}

#main .content #content-dedicated-left .table-footer li {
	border: 0;
}

#main .content #content-dedicated-left .table-footer li a {
	background: url(../images/order-now-button.png) no-repeat;
	width: 79px;
	height: 22px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 15px 0 0 69px;
}

#main .content #content-dedicated-left .table-footer li a:hover {
	background-position: 0 -22px;
}

#main .content #providers {
	margin: 25px auto 0 auto;
	width: 690px;
}

#main .content #providers li {
	float: left;
	display: inline;
	width: auto;
	padding: 0 15px;
}

#main .content #providers li img {
	display: block;
}

#main .content .datacenter-features {
	float: left;
	display: inline;
	width: 900px;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 9px;
	margin: 20px 0 0 10px;
}

#main .content .datacenter-features h4 {
	float: left;
	display: inline;
	width: 888px;
	background: #99cc33;
	border: 1px solid #99cc33;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 27px;
	font-size: 0.75em;
	color: #fff;
	padding: 0 0 0 10px;
}

#main .content .datacenter-features .box {
	float: left;
	display: inline;
	width: 878px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 10px;
}

#main .content .datacenter-features .box li {
	float: left;
	display: inline;
	width: 290px;
	border: 0;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.75em;
}

#main .content .datacenter-features .box li span {
	color: #ff3300;
	font-weight: bold;
	font-size: 1.25em;
}

#footer {
	float: left;
	display: inline;
	width: 100%;
	background: #fff url(../images/footer-bg.jpg) repeat-x;
	text-align: center;
	padding: 0 0 25px 0;
}	

#footer img {
	display: block;
	margin: 10px auto 0 auto;
	width: 700px;
}

#footer p {
	font-size: 0.675em;
	color: #666;
	padding: 5px 0 0 0;
}
