
body
{
	color: #333;
	font-size: 11px;
	background-position:center;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}



.signup {
	position:relative;
	top: 11px;
	padding-right:50px;
}
.signup a
{
	display: block;
	float: right;
	width: 164px;
	height: 31px;
	background-image: url(../images/signup_up.jpg);
}

.signup a:hover 
{
	background-image: url(../images/signup_over.jpg);
}

.logo{
	float:left;
	clear:left;
	position:relative;
	left: 0px;
	top: 0px;
}




.nav {
	position:relative;
	left: 40px;
	top: 18px;
}

div#about_here_now			
{
	margin-left:20px;
	margin-right:45px;
	display:block;
	float:right;
	width:60px;
	height:14px;
	background-image:url(../images/footer_about_selected.jpg);
	background-repeat:no-repeat;
	
}

div#contact_here_now			
{
	display:block;
	float:right;
	width:82px;
	height:14px;
	background-image:url(../images/footer_contact_selected.jpg);
	background-repeat:no-repeat;

}

div#support_here_now			
{
	margin-left:20px;
	display:block;
	float:right;
	width:82px;
	height:14px;
	background-image:url(../images/footer_support_selected.jpg);
	background-repeat:no-repeat;

}

div#hosting_here_now			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	background-image: url(../images/nav_hosting_selected.png);
	background-repeat:no-repeat;
}
div#coloc_here_now			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	background-image: url(../images/nav_colocation_selected.png);
	background-repeat:no-repeat;
}
div#manserv_here_now			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	background-image: url(../images/nav_managed_services_selected.png);
	background-repeat:no-repeat;
}
div#cdn_here_now			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	background-image: url(../images/nav_cdn_selected.png);
	background-repeat:no-repeat;
}
div#netmap_here_now			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	background-image: url(../images/nav_networkmap_selected.png);
	background-repeat:no-repeat;
}

.nav_hosting a			
{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_hosting_up.png');
	background-repeat:no-repeat;
}
.nav_hosting a:hover		{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_hosting_over.png');
	background-repeat:no-repeat;
}
* > .nav_hosting a	{ background-image: url(../images/nav_hosting_up.png); }
* > .nav_hosting a:hover		{ background-image: url(../images/nav_hosting_over.png); }

.nav_colocation a		{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_colocation_up.png');
	background-repeat:no-repeat;
}
.nav_colocation a:hover		{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_colocation_over.png');
	background-repeat:no-repeat;
}
* > .nav_colocation a	{ background-image: url(../images/nav_colocation_up.png); }
* > .nav_colocation a:hover		{ background-image: url(../images/nav_colocation_over.png); }

.nav_managedservices a 	{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_managed_services_up.png');
	background-repeat:no-repeat;
}
.nav_managedservices a:hover		{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_managed_services_over.png');
	background-repeat:no-repeat;
}
* > .nav_managedservices a	{ background-image: url(../images/nav_managed_services_up.png); }
* > .nav_managedservices a:hover		{ background-image: url(../images/nav_managed_services_over.png); }

.nav_contentdelivery a	{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_cdn_up.png');
	background-repeat:no-repeat;
}
.nav_contentdelivery a:hover		{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_cdn_over.png');
	background-repeat:no-repeat;
}
* > .nav_contentdelivery a	{ background-image: url(../images/nav_cdn_up.png); }
* > .nav_contentdelivery a:hover		{ background-image: url(../images/nav_cdn_over.png); }

.nav_networkmap a		{
	display: block;
	float: left;
	width: 591px;
	height: 14px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_networkmap_up.png');
	background-repeat:no-repeat;
}
.nav_networkmap a:hover		{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_networkmap_over.png');
	background-repeat:no-repeat;
}
* > .nav_networkmap a	{ background-image: url(../images/nav_networkmap_up.png); }
* > .nav_networkmap a:hover		{ background-image: url(../images/nav_networkmap_over.png); }

.footerContainer
{
	width:960px;
	position:relative;
	top:-25px;
}

.footer
{
	width:959px;
	height:14px;
	background:#000000;
}

.footer2left 
{
	margin-top:6px;
	float:left;
	width:600px;
}
.footer2right 
{
	margin-top:6px;
	color: #333;
	float:right;
	text-align:right;
	text-decoration:none;
}
.footer2right a
{
	color: #333;
	text-decoration:none;
}

.footer2right a:hover
{
	color:#29c2de;
}

.footer_contact a 
{
	margin-left:20px;
	float:right;
	display:block;
	background-image:url(../images/footer_contact_up.jpg);
	background-repeat:repeat;
	width:82px;
	height:14px;
}
.footer_contact a:hover {background-image:url(../images/footer_contact_over.jpg);}
.footer_support a 
{
	margin-left:20px;
	float:right;
	display:block;
	background-image:url(../images/footer_support_up.jpg);
	background-repeat:repeat;
	width:82px;
	height:14px;
}
.footer_support a:hover {background-image:url(../images/footer_support_over.jpg);}
.footer_about a 
{
	margin-left:20px;
	margin-right:45px;
	float:right;
	display:block;
	background-image:url(../images/footer_about_up.jpg);
	background-repeat:repeat;
	width:60px;
	height:14px;
}
.footer_about a:hover {background-image:url(../images/footer_about_over.jpg);}



.footer
{

}

.footer_logo
{
	float:left;
	margin: 10px 10px 0 0;
	width:50px;
	height:50px;
}

.footer_logo a
{
	float:left;
	width:50px;
	height:50px;
	
}

.footer_logo a:hover
{
	
}

.footer_content
{
	float:left;
	margin: 10px 0 0 10px;
	font-size: 9px;
	
}

.footer_reflections
{
	float:left;
	background-image:url(../images/badge.reflections.png);
	margin: 0px;
	width:170px;
	height:49px;
}

.footer_links
{
	float:right;
	margin: 10px 10px 0 30px;
	color:#444;
	text-align:right;

}
.footer_links a
{	
	text-decoration: none;
	color:#444;
	text-align:right;
}
.footer_links a:hover
{
	color:#29c2de;
}

.grid_5 {

width:500px;
float:right:

}


.info
{
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:1.2;
	color:#FFFFFF;
	margin-left: 40px;
	margin-top: 40px;
	text-align: justify;
}
.infoBottom
{
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:1.2;
	color:#FFFFFF;
	margin-left: 40px;
	margin-top: 40px;
	text-align: justify;
	width:960px;
}
.infoRight
{
	float:right;
	position:relative;
	margin-top:40px;
	margin-right:40px;
	background:#000000;
	padding:10px;
	color:#FFFFFF;
}
.info ul
{
	list-style:url(../images/bullet.gif);
	line-height:18px;
	margin-top:10px;
}
.info li
{
	margin-bottom:14px;
}

.infoRight ul
{
	list-style:url(../images/bullet.gif);
	line-height:14px;
	margin-top:10px;
}
.infoRight li
{
	margin-bottom:14px;
}
.infoBox
{
	float:left;
	display:inline;
	position:relative;
	margin-top:20px;
	margin-left:40px;
	width:240px;
	height:240px;
	background:#000000;
	padding:10px;
	color:#FFFFFF;
}

.infoBox ul
{
	font-size:14px;
	list-style:url(../images/bullet.gif);
	line-height:14px;
	margin-top:10px;
}
.infoBox li
{
	margin-bottom:14px;
}


.mapinfo
{
	position:relative;
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:1.2;
	color:#FFFFFF;
	text-align: justify;
}

.formBox
{
	float:left;
	display:inline;
	position:relative;
	margin-top:0px;
	margin-left:40px;
	width:860px;
	height:280px;
	background:#000000;
	padding:10px;
	color:#FFFFFF;
}
div#info_signup1
{
	display:inline;
//float:left;
	margin-right:60px;
}
div#info_signup2
{
	display:inline;
//float:left;
	margin-right:60px;
}
div#info_signup3
{
		display:inline;
//float:left;
}

.cmForm label
{
	width:120px;
	font-size:12px;
	font-weight:bold;
} 

.cmForm li
{
	list-style:none;
	padding-top:14px;
	
}
.cmForm input, select, textarea
{
	background:#666666; border:#FFFFFF 1px solid;
	color:#FFFFFF;
	padding:2px;
	width:250px;
}
