/* NETDEPOT GLOBAL STYLES */


* {padding:0;margin:0;}
html,body{margin:0;padding:0}

/* GLOBAL - PAGE FRAMEWORK */

body {
	padding:0px;
	margin:0px;
	text-align:left;
	border: 0px;
	background: #1F2024;
}
p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	outline: none;
	border: none;
}
div { 
	display: block;	/* Default block */
	position: relative;	/* Position all div's relative unless otherwise stated */
	text-align:left;	/* Default align-left */
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link img {
	outline: none;
	border: none;
}

a:visited img {
	outline: none;
	border: none;
}

a:hover img {
	outline: none;
	border: none;
}

a:active img {
	outline: none;
	border: none;
}

a:focus img {
	outline: none;
	border: none;
}





/* GLOBAL - HEADER ELEMENTS */

/*Header wrapper */

.h_w {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	background:#42474D url(images/bg_1x89.gif) repeat-x right top;
	height: 89px;
}
/* Minimum height for compliant browsers */
html>body .h_w {
	height: auto !important;
	min-height: 89px;
}

/*Header inner */

.h_i {
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	height: 89px;
}

/* Minimum height for compliant browsers */
html>body .h_i {
	height: auto !important;
	min-height: 89px;
}

/*Header container */

.header {
}

.header h1 {
	position: absolute;
	top: 12px;
	left: 0px;
}
.header h1 a {
	width: 322px;
	height: 61px;
	display: block;
	background: url(images/logo_322x61.gif) no-repeat top left;
}

.header h1 a span {
	display: none;
}

/*Header contact elements */

.header_contact {
	float: right;
	width: 337px;
	background: url(images/header-contact_337x53.gif) no-repeat top left;
	height: 38px;
	padding-top: 15px;
}
/* Minimum height for compliant browsers */
html>body .header_contact {
	height: auto !important;
	min-height: 38px;
}
.header_contact .empty {
	float: left;
	width: 73px;
}
.header_contact .live_chat {
	float: left;
	width:100px;
}
.header_contact .email_us {
	float: left;
	width:95px;
}
.header_contact .login {
	float: left;
	width:69px;
}

.header_contact .sales_support {
	float: left;
	width: 337px;
	margin-top: 15px;
	color: #fff;
	font-size: 9.5pt;
}

/* GLOBAL - MAIN NAVIGATION ELEMENTS */

/*Menu wrapper */

.m_w {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	background: url(images/bg_1x36.gif) repeat-x right top;
	height: 36px;
}
/* Minimum height for compliant browsers */
html>body .m_w {
	height: auto !important;
	min-height: 36px;
}

/*Menu inner */

.m_i {
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	height: 36px;
}
/* Minimum height for compliant browsers */
html>body .m_i {
	height: auto !important;
	min-height: 36px;
}

.main_navigation {
	position: relative;
	float:left;
	height: 36px;
}
/* Minimum height for compliant browsers */
html>body .main_navigation {
	height: auto !important;
	min-height: 36px;
}

.main_navigation li {
	float: left;
	position :relative;
}
.main_navigation li a {
	height: 33px;
	display: block;
	text-align: center;
	line-height: 33px;
}

.n1 {
	width: 83px;
}
.n1 a {
	background: url(images/m1_83x66.gif) no-repeat 0px 0px;
}
.n1 .selected {
	background: url(images/m1_83x66.gif) no-repeat 0px -33px;
}
.n2 {
	width: 165px;
}
.n2 a {
	background: url(images/m2_165x66.gif) no-repeat 0px 0px;
}
.n2 .selected {
	background: url(images/m2_165x66.gif) no-repeat 0px -33px;
}
.n3 {
	width: 137px;
}
.n3 a {
	background: url(images/m3_137x66.gif) no-repeat 0px 0px;
}
.n3 .selected {
	background: url(images/m3_137x66.gif) no-repeat 0px -33px;
}
.n4 {
	width: 109px;
}
.n4 a {
	background: url(images/m4_109x66.gif) no-repeat 0px 0px;
}
.n4 .selected {
	background: url(images/m4_109x66.gif) no-repeat 0px -33px;
}
.n5 {
	width: 161px;
}
.n5 a {
	background: url(images/m5_161x66.gif) no-repeat 0px 0px;
}
.n5 .selected {
	background: url(images/m5_161x66.gif) no-repeat 0px -33px;
}
.n6 {
	width: 107px;
}
.n6 a {
	background: url(images/m6_107x66.gif) no-repeat 0px 0px;
}
.n6 .selected {
	background: url(images/m6_107x66.gif) no-repeat 0px -33px;
}
.n7 {
	width: 104px;
}
.n7 a {
	background: url(images/m7_104x66.gif) no-repeat 0px 0px;
}
.n7 .selected {
	background: url(images/m7_104x66.gif) no-repeat 0px -33px;
}
.n8 {
	width: 96px;
}
.n8 a {
	background: url(images/m8_96x66.gif) no-repeat 0px 0px;
}
.n8 .selected {
	background: url(images/m8_96x66.gif) no-repeat 0px -33px;
}



/* GLOBAL FOOTER - GET CONNECTED */

/*Get connected wrapper */

.g_w {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	background:#3E4146 url(images/bg_1x34.gif) repeat-x right top;
	height: 34px;
}
/* Minimum height for compliant browsers */
html>body .g_w {
	height: auto !important;
	min-height: 34px;
}

/*Get connected inner */

.g_i {
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	height: 34px;
	z-index: 1000;
}
/* Minimum height for compliant browsers */
html>body .g_i {
	height: auto !important;
	min-height: 34px;
}

.get_connected {
	float: left;
	position: relative;
	display: block;
	margin-top: 7px;
	z-index:1000;
}
.get_connected li {
	display: block;
	position: relative;
}
.get_connected li strong {
	display: block;
	position: relative;
	font-weight: normal;
}
.get_connected li a {
	display: block;
}

.get_connected_left {
	background: url(images/get-connected_172x34.gif) no-repeat top left;
	position: absolute;
	top: 0px;
	left: -23px;
	z-index: 2000;
	width: 172px;
	height: 34px;
	display: block;
}

.get_connected .connected_blank {
	float: left;
	width: 159px;
}
.get_connected .twitter {
	float: left;
	width: 76px;
}
.get_connected .facebook {
	float: left;
	width: 87px;
}
.get_connected .friend_feed {
	float: left;
	width: 100px;
}
.get_connected .linkedin {
	float: left;
	width: 142px;
}

.get_connected .connect_support {
	float: left;
	width: 400px;
	text-align: left;
}
.get_connected .connect_support strong {
	float: right;
}




/* GLOBAL FOOTER - LINKS */

/*Footer links wrapper */

.f_w {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	background:#000;
	height: 175px;
	border-bottom: 1px solid #242529;
}
/* Minimum height for compliant browsers */
html>body .f_w {
	height: auto !important;
	min-height: 175px;
}

/*Footer links inner */

.f_i {
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	height: 165px;
	padding-top: 10px;
}
/* Minimum height for compliant browsers */
html>body .f_i {
	height: auto !important;
	min-height: 165px;
}

.footer_links {
	display: block;
	position: relative;
	width:964px;
	float: left;
}
.footer_links ul {
	position: relative;
	float: left;
	display: block;
}
.links1 {
	width: 146px;
}
.links2 {
	width: 145px;
}
.links3 {
	width: 145px;
}
.links4 {
	width: 145px;
}
.links5 {
	width: 145px;
}
.links6 {
	width: 112px;
}
.links7 {
	width: 125px;
}


/* GLOBAL FOOTER - BOTTOM */

/*Footer bottom wrapper */

.b_w {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	height: 63px;
}
/* Minimum height for compliant browsers */
html>body .b_w {
	height: auto !important;
	min-height: 63px;
}

/*Footer bottom inner */

.b_i {
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	height: 47px;
	padding-top: 16px;
}
/* Minimum height for compliant browsers */
html>body .b_i {
	height: auto !important;
	min-height: 47px;
}

.footer_bottom {
	position: relative;
	float: left;
}
.footer_bottom .left_links {
	position: relative;
	float: left;
	width: 360px;
	margin-left: -9px;
	padding-top: 9px;
}
.footer_bottom .left_links li {
	position: relative;
	float: left;
	display: block;
}
.footer_bottom .left_links li a {
	padding-left: 9px;
	padding-right: 9px;
	display: block;
	float: left;
}
.footer_bottom .right_links {
	position: relative;
	float: left;
	width: 560px;
	text-align: right;
	display: block;
	background: url(images/logo_32x28.gif) no-repeat top right;
	padding-right: 44px;
	padding-top: 9px;
	padding-bottom: 9px;
}






/* GLOBAL ICONS */

.has_icon {
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 23px;
	display: block;
}

.has_icon_indent10 {
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 23px;
	display: block;
	margin-left: 10px;
}

.sml_icon {
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 9px;
	display: block;
}

.strong_icon {
	padding-top: 0.1em;
	padding-bottom: 0.5em;
	padding-left: 23px;
	display: block;
}

.i_chat {
	background: url(images/icn-chat_16x26.gif) no-repeat top left;

}
.i_email {
	background: url(images/icn-email_16x26.gif) no-repeat top left;
}
.i_lock {
	background: url(images/icn-lock_16x26.gif) no-repeat top left;
}
.i_phone {
	background: url(images/icn-phone_16x26.gif) no-repeat top left;
}
.i_report {
	background: url(images/icn-report_16x26.gif) no-repeat top left;
}
.i_forums {
        background: url(images/icn-forums_16x26.gif) no-repeat top left;
}
.i_pen {
	background: url(images/icn-pen_16x26.gif) no-repeat top left;
}
.i_twitter {
	background: url(images/icn-twitter_16x26.gif) no-repeat top left;
}
.i_facebook {
	background: url(images/icn-facebook_16x26.gif) no-repeat top left;
}
.i_friendfeed {
	background: url(images/icn-frndfeed_16x26.gif) no-repeat top left;
}
.i_linkedin {
	background: url(images/icn-linkedin_16x26.gif) no-repeat top left;
}
.i_arrow {
	background: url(images/icn-arrow_16x26.gif) no-repeat top left;
}

.i_graytick {
	background: url(images/icn-tick-gray_16x26.gif) no-repeat top left;
}
.i_thickarrow {
	background: url(images/icn-thickarrow_16x26.gif) no-repeat top left;
}
.i_plus {
	background: url(images/icn-plus_16x26.gif) no-repeat top left;
}









/* GLOBAL FONT STYLING */

.style1 {
	font-family: tahoma, sans-serif;
	color: #F3F3F3;
}
.style1 a {
	color: #F3F3F3;
	text-decoration: none;
}
.style1 a:hover {
	color: #B5B5B5;
	text-decoration: underline;
}

.style2 {
	font-family: tahoma, sans-serif;
	color: #F3F3F3;
}
.style2 a {
	color: #F3F3F3;
	text-decoration: none;
}
.style2 a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}

.style2 .selected {
	color: #000;
}
.style2 .selected:hover {
	color: #000;
	text-decoration: underline;
}

.style3 {
	font-family: arial, sans-serif;
	color: #707070;
}
.style3 a {
	color: #707070;
	text-decoration: none;
}
.style3 a:hover {
	color: #707070;
	text-decoration: underline;
}

.style3 strong {
	font-family: tahoma, sans-serif;
	color: #AAAAAA;
	margin-bottom: 5px;
	display: block;
}
.style3 strong:hover {
	color: #777777;
	text-decoration: underline;
}

.style4 {
	font-family: tahoma, sans-serif;
	color: #000;
}



.style5 {
	font-family: arial, sans-serif;
	color: #484D54;
}
.style6 {
	font-family: arial, sans-serif;
	color: #9F1F20;
}
.style7 {
	font-family: arial, sans-serif;
	color: #11589B;
}
.style8 {
	font-family: tahoma, sans-serif;
	color: #9F1F20;
}

.style9 {
	color: #6F7277;
	font-family: arial, sans-serif;
}

.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
.size15 {
	font-size: 15px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size22 {
	font-size: 22px;
}

.lheight18 {
	line-height: 18px;
}

.lheight20 {
	line-height: 20px;
}

.bordered {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 6px;
}

.normal {
	font-weight: normal;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt17 {
	margin-top: 17px;
}
.mt20 {
	margin-top: 20px;
}
.mt26 {
	margin-top: 26px;
}
.mt35 {
	margin-top: 35px;
}

.pb40 {
	padding-bottom: 40px;
}


.anchor1 {
}
.anchor1 a {
	color: #2E6CA7;
	text-decoration: none;
}
.anchor1 a:hover {
	text-decoration: underline;
}

.anchor2 {
}
.anchor2 a {
	color: #11589B;
	text-decoration: none;
}
.anchor2 a:hover {
	color: #3E81CB;
	text-decoration: underline;
}
.anchor3 {
}
.anchor3 a {
	color: #484D54;
	text-decoration: none;
}
.anchor3 a:hover {
	color: #000000;
	text-decoration: none;
}

.blocked {
	display: block;
}



/* GLOBAL GENERAL STYLING */

.clearme {
	clear: both;
}

/* GLOBAL GENERAL STYLING FROM NON PRODUCT PAGE */


.breadcrumbs {
	margin-left: 13px;
	margin-top: 3px;
	position: relative;
	float: left;
	display: block;
}
.breadcrumbs li {
	position: relative;
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #484D54;
	padding-top: 0.3em;

}
.breadcrumbs li a {
	color: #11589B;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #3E81CB;
	text-decoration: underline;
}

.breadcrumbs .crumbed {
	background: url(images/icn-arrow_16x26.gif) no-repeat top left;
	margin-left: 11px;
	padding-left: 14px;
}

.breadcrumbs .pointer {
	background: url(images/icn-arrow_16x26.gif) no-repeat top left;
	margin-left: 11px;
	padding-left: 14px;
}

.keep_updated {
	background: url(images/keepupdated_218x96.gif) no-repeat 0px 0px;
	width: 218px;
	height: 48px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.keep_updated:hover {
	background: url(images/keepupdated_218x96.gif) no-repeat 0px -48px;
}
.need_help {
	background: url(images/needhelp_218x96.gif) no-repeat 0px 0px;
	width: 218px;
	height: 48px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.need_help:hover {
	background: url(images/needhelp_218x96.gif) no-repeat 0px -48px;
}
.req_quote {
	background: url(images/reqquote_218x96.gif) no-repeat 0px 0px;
	width: 218px;
	height: 48px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.req_quote:hover {
	background: url(images/reqquote_218x96.gif) no-repeat 0px -48px;
}
.whats_up {
	background: url(images/whatsup_218x96.gif) no-repeat 0px 0px;
	width: 218px;
	height: 48px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.whats_up:hover {
	background: url(images/whatsup_218x96.gif) no-repeat 0px -48px;
}

.boxed_menu {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

.boxed_menu ul {
	position: relative;
	display: block;
	margin-top: 3px;
	float: left;
}
.boxed_menu ul li {
	position: relative;
	display: block;
	float: left;
}
.boxed_menu ul li a {
	display: block;
	float: left;
	background: url(images/icn-redarrow_16x26.gif) no-repeat 0px -60px;
	padding-left: 20px;
	color: #F4F4F4;
	text-decoration: none;
	font-size: 13px;
	font-family: tahoma, sans-serif;
	padding-top: 3px;
	padding-right:6px;
}
.boxed_menu ul li a:hover {
	background: url(images/icn-redarrow_16x26.gif) no-repeat top left;
	text-decoration: underline;
}
.boxed_menu ul .base_item {
	background: url(images/icn-redarrow_16x26.gif) no-repeat top left;
	text-decoration: underline;
}

.expanding .box3, .expanding .box3 span {
	background: transparent url('images/boxed_menu.gif') no-repeat scroll left 0;
	margin: 0 10px 0 0;       /* 10px == amount of background image to the right */
	padding: 0 0 0 10px;      /* 10px == amount of background image to the left */
	display: -moz-inline-box; /* Firefox 2 support for inline-block */
	display: inline-block;    /* Must be used so that height can be set */
	height: 30px;             /* Same as height of background image */
}
.expanding .box3 {
	background-position: right 0;
	margin: 0;
	padding: 0;
}

.share {
	background: url(images/share_80x24.gif) no-repeat top left;
	width: 80px;
	height: 24px;
	position: absolute;
	display: block;
	right: 20px;
	top: 2px;
}


/* GLOBAL GENERAL STYLING FROM SUB PRODUCT PAGE */





.box4 {
	background: url(images/b4-mid_723x1.gif) repeat-y top left;
	width: 723px;
}

.box4 .b4top {
	background: url(images/b4-top_723x26.gif) no-repeat top left;
	width: 723px;
	height: 26px;
}
.box4 .b4inner {
	float: left;
	padding-right: 35px;
	padding-left: 22px;
	padding-bottom: 25px;
}
.box4 .b4long_inner {
	padding-right: 35px;
	padding-left: 22px;
	padding-bottom: 8px;
}


.box4 .b4left {
	width: 314px;
	float: left;
	padding-right: 52px;
}
.box4 .b4right {
	width:300px;
	float: left;
}

.box4 .learn_more {
	background: url(images/learn-more_73x24.gif) no-repeat top left;
	display: block;
	width: 71px;
	height: 24px;
	line-height: 24px;
	color: #11589B;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 2px;
	margin-top: 6px;
}
.box4 .learn_more:hover {
	color: #3E81CB;
	text-decoration: underline;
}

.order_now {
	background: url(images/order-now_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now:hover {
	background: url(images/order-now_221x104.gif) no-repeat 0px -52px;
}

.order_now59 {
	background: url(images/config-now_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now59:hover {
	background: url(images/config-now_221x104.gif) no-repeat 0px -52px;
}

.order_now159 {
	background: url(images/order-now136_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now159:hover {
	background: url(images/config-now_221x104.gif) no-repeat 0px -52px;
	
	
	
}
.order_now73 {
	background: url(images/order-now73_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now73:hover {
	background: url(images/order-now73_221x104.gif) no-repeat 0px -52px;
}

.order_now133 {
	background: url(images/order-now133_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now133:hover {
	background: url(images/order-now133_221x104.gif) no-repeat 0px -52px;
}

.order_now200 {
	background: url(images/order-now236_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now200:hover {
	background: url(images/order-now236_221x104.gif) no-repeat 0px -52px;
}

.order_now30 {
	background: url(images/order-now30_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now30:hover {
	background: url(images/order-now30_221x104.gif) no-repeat 0px -52px;
}

.chat_now221 {
	background: url(images/chat-now_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.chat_now221:hover {
	background: url(images/chat-now_221x104.gif) no-repeat 0px -52px;
}


.order_now39 {
	background: url(images/order-now39_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;
}
.order_now39:hover {
	background: url(images/order-now39_221x104.gif) no-repeat 0px -52px;
}

.order_now_UNMANAGED{
	background: url(images/order-now136_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;

}
.order_now_UNMANAGED:hover {
	background: url(images/order-now136_221x104.gif) no-repeat 0px -52px;
}


.order_now_MANAGED{
	background: url(images/order-now235_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;

}
.order_now_MANAGED:hover {
	background: url(images/order-now235_221x104.gif) no-repeat 0px -52px;
}


.order_now_ENTERPRISE{
	background: url(images/order-now359_221x104.gif) no-repeat 0px 0px;
	width: 221px;
	height: 52px;
	position: relative;
	display: block;

}
.order_now_ENTERPRISE:hover {
	background: url(images/order-now359_221x104.gif) no-repeat 0px -52px;
}



.nd_bargins {
	background: url(images/nd-bargins_219x192.gif) no-repeat 0px 0px;
	width: 219px;
	height: 96px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.nd_bargins:hover {
	background: url(images/nd-bargins_219x192.gif) no-repeat 0px -96px;
}
.nd_single {
	background: url(images/nd-single_219x186.gif) no-repeat 0px 0px;
	width: 219px;
	height: 93px;
	position: relative;
	display: block;
}
.nd_single:hover {
	background: url(images/nd-single_219x186.gif) no-repeat 0px -93px;
}

.nd_dual {
	background: url(images/nd-dual_219x194.gif) no-repeat 0px 0px;
	width: 219px;
	height: 97px;
	position: relative;
	display: block;
}
.nd_dual:hover {
	background: url(images/nd-dual_219x194.gif) no-repeat 0px -97px;
}

.nd_back {
	background: url(images/nd-back_219x184.gif) no-repeat 0px 0px;
	width: 219px;
	height: 92px;
	position: relative;
	display: block;
}
.nd_back:hover {
	background: url(images/nd-back_219x184.gif) no-repeat 0px -92px;
}


.nd_cloud_btn1 {
	background: url(images/cloud-servers_219x192.gif) no-repeat 0px 0px;
	width: 219px;
	height: 96px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.nd_cloud_btn1:hover {
	background: url(images/cloud-servers_219x192.gif) no-repeat 0px -96px;
}

.nd_cloud_btn2 {
	background: url(images/cloud-storage_219x184.gif) no-repeat 0px 0px;
	width: 219px;
	height: 92px;
	position: relative;
	display: block;
}
.nd_cloud_btn2:hover {
	background: url(images/cloud-storage_219x184.gif) no-repeat 0px -92px;
}

.nd_cloud_btn3 {
	background: url(images/vp-datacenter_219x186.gif) no-repeat 0px 0px;
	width: 219px;
	height: 93px;
	position: relative;
	display: block;
}
.nd_cloud_btn3:hover {
	background: url(images/vp-datacenter_219x186.gif) no-repeat 0px -93px;
}

.nd_cloud_btn4 {
	background: url(images/vp-servers_219x194.gif) no-repeat 0px 0px;
	width: 219px;
	height: 97px;
	position: relative;
	display: block;
}
.nd_cloud_btn4:hover {
	background: url(images/vp-servers_219x194.gif) no-repeat 0px -97px;
}







.btn-bkup-svr {
	background: url(images/nd-bkup-srvr-btn_209x74.gif) no-repeat 0px 0px;
	width: 209px;
	height: 37px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.btn-bkup-svr:hover {
	background: url(images/nd-bkup-srvr-btn_209x74.gif) no-repeat 0px -37px;
}

.btn-cld-svr {
	background: url(images/cld-svrs-btn_176x96.gif) no-repeat 0px 0px;
	width: 176px;
	height: 48px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.btn-cld-svr:hover {
	background: url(images/cld-svrs-btn_176x96.gif) no-repeat 0px -48px;
}



.btn-ded-hst {
	background: url(images/ded-hst-btn_200x92.gif) no-repeat 0px 0px;
	width: 200px;
	height: 46px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.btn-ded-hst:hover {
	background: url(images/ded-hst-btn_200x92.gif) no-repeat 0px -46px;
}



.btn-cld-strg {
	background: url(images/cld-strg-btn_163x90.gif) no-repeat 0px 0px;
	width: 163px;
	height: 45px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.btn-cld-strg:hover {
	background: url(images/cld-strg-btn_163x90.gif) no-repeat 0px -45px;
}

.enroll_now {
	background: url(images/enroll-now_154x108.gif) no-repeat 0px 0px;
	width: 154px;
	height: 54px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.enroll_now:hover {
	background: url(images/enroll-now_154x108.gif) no-repeat 0px -54px;
}



.refer_now {
	background: url(images/refer-now_156x108.gif) no-repeat 0px 0px;
	width: 156px;
	height: 54px;
	position: relative;
	display: block;
	margin-top: 6px;
}
.refer_now:hover {
	background: url(images/refer-now_156x108.gif) no-repeat 0px -54px;
}









.box5 {
	background: url(images/b5-mid_723x1.gif) repeat-y top left;
	width: 723px;
	margin-left: 1px;
}

.box5 .b5top {
	background: url(images/b5-top_723x26.gif) no-repeat top left;
	width: 723px;
	height: 26px;
}
.box5 .b5inner {
	float: left;
	padding-right: 35px;
	padding-left: 22px;
	padding-bottom: 25px;
}
.box5 .b5long_inner {
	padding-right: 35px;
	padding-left: 22px;
	padding-bottom: 8px;
}


.box5 .b5left {
	width: 314px;
	float: left;
	padding-right: 52px;
}
.box5 .b5right {
	width:300px;
	float: left;
}

.box5 .long_floats {
	float: left;
	width: 696px;
}

.box5 .b5long_left {
	width: 330px;
	float: left;
	padding-left: 18px;
}

.box5 .b5long_right {
	width: 330px;
	float: left;
	padding-left: 18px;
}

.box5 .learn_more {
	background: url(images/learn-more_73x24.gif) no-repeat top left;
	display: block;
	width: 71px;
	height: 24px;
	line-height: 24px;
	color: #11589B;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 2px;
	margin-top: 6px;
}
.box5 .learn_more:hover {
	color: #3E81CB;
	text-decoration: underline;
}


.back_to_top {
	margin-left: 10px;
	border-bottom: 1px solid #fff;
	height: 30px;
	width: 701px;	
	margin-bottom: 15px;
}
.back_to_top a {
	background: url(images/btn-back-to-top_103x24.gif) no-repeat top left;
	width: 103px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}



.last_min_floats {
	width: 400px;
	float: left;
	margin-top: 10px;
}
.last_min_float_left {
	width: 200px;
	float: left;
}
.last_min_float_right {
	width: 200px;
	float: left;
}
