<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.container {width: 1140px !important;}
h1,h2,h3,h4,h5,h6 {margin: 0;}

#header { background-color: #181818; min-height: 60px; padding: 12px 0; position: relative;}
.top-menu {
	display:block;
	position:relative;
	padding:12px 0 8px;
    float: right;
}
.top-menu ul {list-style:none; margin:0; padding:0;}
.top-menu ul li { display:inline-block; margin-left:12px; position:relative; font:13px 'Open Sans', Arial, Helvetica, sans-serif;}
.top-menu ul li a {color:#babdbf; }
.top-menu ul li a:hover {color:#fff;}
.top-menu ul li a i {
    margin-right: 4px;
    font-size: 15px;
}
/*
.top-menu .support, .top-menu .chat {margin-right:15px;}
.top-menu .support span, .top-menu .chat span {background:url(../images/sprite.png) no-repeat 0 -94px; height:17px; width:17px; display:block; position:absolute;}
.top-menu .chat span {background-position: 0 -123px; margin-right:0px;}
.top-menu .signup span {height:11px; width:11px; background: url(../images/sprite.png) no-repeat 0 -64px; position:absolute; top:3px;}*/
.top-menu .signup a { padding:0; color:#68def0;}

.navbar {
    border: 0;
    margin: 0;
    height: 70px;
    background: #333940;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.nav-title {
    float: left;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    padding: 0 25px 0 0;
    color: #fff;
}
.navbar .nav &gt; li &gt; a {padding: 0 15px; line-height: 67px; border-top: 3px solid transparent; font-size: 14px; color: #fff;}

.navbar .nav &gt; li.active &gt; a, .navbar .nav .open &gt; a {
    background: #3f464d;
    border-top: 3px solid #00adee;
}
.navbar .nav &gt; li &gt; a:hover, .navbar .nav &gt; li &gt; a:focus {background: #3f464d;}

.navbar .abt { border-left:1px solid #3f464d; margin-left: 30px;}
.navbar .nav &gt; li.abt &gt; a { padding: 0 25px; }
.navbar .nav .dropdown-menu {
    background:#3f464d;
    border: 0;
}
.navbar .nav .dropdown-menu &gt; li &gt; a {
    font-size: 14px;
    color: #bcc3cc;
    padding: 5px 20px;
}
.navbar .nav .dropdown-menu &gt; li &gt; a:hover {color: #00adee; background: none;} 
.navbar .nav .dropdown-menu .divider {background-color: #4d545b;}
/*
.menu {
	display:block;
	position:absolute;
	top:50px;
	right:0;
	height:30px;
	z-index:1;
}
.menu ul {list-style:none; margin:0; padding:0;}
.menu ul li {display:block; float:left; margin:0; position:relative; border: 1px solid rgba(255, 255, 255, 0);}
.menu ul li a {  
	color:#fff; 
	font:14px/26px Arial, Helvetica, sans-serif;
	padding:0 8px;
	display:block;

	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;

}
.menu ul li a:hover {color:#fff; text-shadow:none;}

.menu ul li.parent:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #00aeef;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px medium;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	color:#333;}

.menu ul li.parent ul {
position: absolute;
	top: 26px;
	left: -1px;
	opacity: 0;
	 -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #00aeef;
    border-color: -moz-use-text-color #000000 #000000;
    border-radius: 0 4px 4px 4px;
    border-right: 1px solid #000000;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: none;
    margin: 0;
    padding: 10px 0;
    z-index: 1;
}
.menu ul li:hover &gt; ul {opacity:1;}

.menu ul li ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	float:none;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	background:none;
	margin:0;
}
.menu ul li:hover &gt; ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}
.menu ul li ul li a {
	width:120px;
	float:none;
	border-radius:none;
	background:none;
	color:#fff;
	text-shadow:none;
	font-weight:normal;
	font-size:12px;
}
.menu ul li ul li a:hover {
	background:#288aaf;
}
*/
#banners {background:#111; min-height:100px; margin-top: -10px;}
#level1 {background:url(../images/pages_greyfade_upper.gif) repeat-x 0 0, url(../images/pages_greyfade_lower.gif) repeat-x 0 100%; padding:40px 0;}
#level1 h1, #level1 h2 {
	font:25px 'HelveNue', Arial, Helvetica, sans-serif;
	border:0;
	padding:0;
	margin:0 0 20px;
	text-align:center;
}
#level1 h1 { font-size:34px; color:#323232;}
#level2 {background:#edf0f2; padding:60px 0}

.bestfit {color:#9c9c9c; position:relative; font:italic 12px/1.6em Arial, Helvectica, sans-serif; display:block; margin:0 auto; padding-bottom:15px;}

#enhance-matrix { background:url(../images/sprite.png) no-repeat 0 -647px; height:86px; position:relative;}
#enhance-matrix .ssl, #enhance-matrix .domain {position:absolute; top:0; left:10px; width:460px; height:86px;}
#enhance-matrix .domain {left:490px;}

#enhance-matrix .price {color:#161616; position:absolute; right:16px; bottom:7px; font:42px 'HelveNue', Arial, Helvectica, sans-serif;}
#enhance-matrix .price .dollar {font-size:12px !important; bottom:20px; position:relative;}
#enhance-matrix .price .mo {font-size:10px !important; position:relative; color:#888;}


.homeMatrix {margin-bottom:30px;}
.homeMatrix .viewplans-btn {margin:15px 0 -6px -6px !important;}
.hostMatrix, .homeMatrix &gt; div {text-align:center;}
.hostMatrix div h3, .homeMatrix div h3 {font-size:21px;}
.hostMatrix strong, .homeMatrix strong {}
.hostTitle { position:relative;}
.hostTitle h3 { margin:0; display:block; height:52px;}

.hostTitle .price {display:block; padding:6px 20px 12px; background:#000; color:#fff; position:relative; font:50px 'HelveNue', Arial, Helvectica, sans-serif; }
.hostTitle .price .starting { display:block; font:11px Arial, Helvetica, sans-serif; color:#999; text-align:left; padding:8px 0 4px;}
.hostTitle .price .dollar {font-size:13px !important; bottom:26px; position:relative;}
.hostTitle .price .mo {font-size:16px !important; position:relative; color:#888;}
.hostTitle .oldPrice {display:block; font-size:14px; color:#565656; text-decoration:line-through; font-family:Georgia, "Times New Roman", Times, serif;}

.hostInfo { padding:20px 15px;
	border:1px #cacaca;
	border-style:none solid solid;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 37%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 37%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	-webkit-box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	-moz-box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	}
.hostInfo p {margin-bottom:6px;}

.p19 {padding:19px;}
.extralarge_button, .large_button, .big_button {
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09);
    color: #fff !important;
    display: inline-block;
    font: 700 20px/50px Arial,Helvetica,Tahoma,sans-serif;
    height: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    transition: background 0.15s linear 0s, top 0.08s linear 0s, box-shadow 0.08s linear 0s;
}

.dblock {
    display: block !important;
}

.bgreen {
    background: #70b159;
}
.bgreen:hover, .bgreen:active {background: #8dca77; text-decoration: none;}
.large_button {
    height: 44px;
    line-height: 44px;
}

.host-summary {
	padding: 60px 0; 
	color: #fff;
	text-align: center;
	font-size: 19px;
}
.host-summary h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
.main-title {
	text-align: center;
	color:#222;
	font:700 35px/45px 'Cabin', sans-serif;
}
.sub-title {
	text-align: center;
	color: #333;
	font:500 28px/35px 'Raleway', sans-serif;
}
.micro-title {
	text-align: center;
	color: #333;
	font:300 22px/35px 'Raleway', sans-serif;
}
.mb60 {margin-bottom: 60px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb40 {margin-bottom: 40px;}
.mb30 {margin-bottom: 30px;}
.mb20 {margin-bottom: 20px;}
.uppertext {text-transform: uppercase;}

.tab-header {border-bottom: 1px solid #c3c3c3; list-style: none; padding: 0; margin:0 1px; }
.tab-header li {float: left;}
.tab-header li a {
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  position: relative;
  background: #fff; 
  float: left;
  width: 346px;
  height: 40px;
  font: 16px/37px "Open Sans",Arial,sans-serif;
  color: #444;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.tab-header li:first-child a {border-left: 1px solid #c3c3c3;}
.tab-header li.active a, .tab-header li a:hover {
	background: #345488;
 	color: #fff;
}
.tab-header li.active a:after, .tab-header li a:hover:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -3px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #345488;
}

.advantages {
	list-style: none; width: 100%; 
	overflow: none;
	margin:0 auto;
	padding: 20px 0;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}

.advantages li {
	display: inline-block;
	width: 20%;
	float: left;
	box-sizing:border-box;
	text-align: center;
	color: #232323;
	min-height: 90px;
	border-right: 1px solid #ccc;
}
.advantages.last, .advantages li.last {border: none;}
.advantages li img {}
.advantages li h5 {color: #232323; padding-top: 10px; display: block;}


.plans-table	{width: 100%;}
.plans-table tr:nth-child(2n+1) {background: rgba(0,0,0,0.04);}

.tip {
	border-bottom: 1px dashed #535353;
	color: #535353;
	cursor: help;
	text-decoration: none;
}
.tip:hover {text-decoration: none;}

.product-plans {
    margin:0;
    overflow: hidden !important;
    border: 1px solid #e3e3e3;
}
.product-plans table {
    width: 100%;
    background: #fff;
    font-size: 15px;
}
.product-plans td, .product-plans th {
    border-bottom: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    padding: 10px 20px;
    text-align: center;
}
.product-plans th {
    padding: 0;
    vertical-align: top;
}
.product-plans .legacy th {
    padding: 0;
}
.product-plans th:first-child {
    padding: 15px 20px 20px;
}
.product-plans .legacy th:first-child {
    padding: 0;
}
.product-plans th:not(:first-child) {
    /*border-bottom: 2px solid #66c1ef;*/
}
.product-plans tr:last-child td {
    border-bottom: medium none;
    padding: 30px 0;
}
.product-plans .legacy tr:last-child td {
    padding: 10px 20px;
}
.product-plans .vps-features tr:last-child td {
    padding: 10px 20px;
}
.product-plans tr td:last-child, .product-plans tr th:last-child {
    border-right: medium none;
}
.product-plans tr td:first-child, .product-plans tr th:first-child {
    text-align: left;
}
.product-plans .planname {
    width: 20%;
}
.product-plans .bestValue, .product-plans .bestValue small {
    color: #f40856;
    font-weight: 700;
}
.product-plans h3 {
    background: none repeat scroll 0 0 #66c1ef;
    color: #fff;
    font-size: 20px;
    margin: 0 ;
    padding: 10px 0;
    text-shadow: 1px 1px #4a8bac;
}
.product-plans .legacy h3 {
    margin: 0;
}
.product-plans th:nth-child(3) h3 {
    background: none repeat scroll 0 0 #2ca9e8;
}
.product-plans .legacy th:nth-child(3) h3 {
    background: none repeat scroll 0 0 #66c1ef;
}
.product-plans .price {
    color: rgba(50, 50, 50, 0.95);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 1px 1px #fff, 0 0 0 #000, 1px 1px #fff;
}
.product-plans .vps-features .price {
    font-size: 18px;
    line-height: 1.5;
}
.product-plans .vps-features th {
    padding: 15px 0;
}
.product-plans .price sup {
    font-size: 22px;
}
.product-plans .price span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.product-plans .price sup.note-mark {
    color: #f40856;
    font-weight: 400;
}
.product-plans .locations span {
    font-size: 20px;
    font-weight: 700;
}
.product-plans .locations small a {
    font-weight: 400;
}
.product-plans small {
    font-weight: 400;
}
.product-plans .location, .product-plans .location-mobile, .features-select, .change_plan, .submenu-select, aside .mobile-menu, .vps-locations, .vps-plans-mobile {
    background: url("../img/bullet_select.png") no-repeat scroll 95.5% 50% #fff;
    border: 5px solid #efefef;
    box-shadow: 1px 1px 3px #ccc inset;
    clear: both;
    font-size: 14px;
    margin: 15px 0 10px;
    padding: 8px 10px 5px !important;
    width: 100%;
}

/* ---- Shared Hosting -----*/

.included-shared {text-align: center;}
.included-shared .featurette {margin-bottom: 20px;}
.included-shared i { font-size: 36px; margin: 20px 0 10px; color: #68717a;}
.included-shared h3 {font-size: 18px; font-weight:600; margin: 20px 0 15px;}
.included-shared p {font-size: 14px;}

#compare {padding: 60px 0 0;}


.addon-features {
	margin:0 auto;
	padding: 60px 0;
    position: relative;
}
.addon-dir {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0px 0px 0px -50px;
    border-top: 30px solid #EDF0F2;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    display: block;
    height: 0px;
    width: 0px;
}
.addon-features .featurette {}
.addon-features .featurette &gt; div {
	text-align: left;
	padding: 20px 0;
    border-bottom: 1px solid #d3d2d2;
}
.addon-features .featurette &gt; div.last {border: none;}
.addon-features span.dip,
.addon-features span.ssl,
.addon-features span.domain,
.addon-features span.slock,
.addon-features span.spam,
.addon-features span.geo {
	background: url("../images/shared-hosting/sh-plan-icons.png") no-repeat 0 -72px;
    display: block;
    position: absolute;
    top:30px;
    height: 44px;
    width: 47px;
}
.addon-features span.ssl {
	width: 39px;
	background-position: -92px -72px;
}
.addon-features span.domain{
	width: 37px;
	background-position: -51px -72px;
}
.addon-features span.geo{
    width: 44px;
    height: 48px;
    background-position: -49px -117px;
}
.addon-features span.slock{
	width: 36px;
	background-position: -135px -72px;
}
.addon-features span.spam {
	width: 44px;
	background-position: 0px -116px;
}
.addon-features h5 {margin:0 0 20px 70px; font-size: 16px; font-weight: 700; height:24px; line-height: 24px; color: #222;}
.addon-features h5 span {font-size: 13px; color: #A8A8A8;}
.addon-features p {clear: both; font-size: 13px; margin-left: 70px; margin-bottom: 0;}

.main-title .fa-heart {color: #de221d;}
.main-title.border {
	border-bottom:6px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.shared.pricing, .business.pricing  {padding: 50px 0;}

.plan {
	background: #fff;
    border: 1px solid #ccc;
   /* border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
}

.pricing .plan {position: relative; text-align: center; color: #666; height: 420px;}
.pricing .plan.p1 .plan-h1 span, 
.pricing .plan.p2 .plan-h1 span, 
.pricing .plan.p3 .plan-h1 span
  {
    display: inline-block; 
    float: left; 
    margin: 0 20px 0px 15px; 
    background: url(../images/shared-hosting/sh-plan-icons.png) no-repeat; 
    height:50px; 
    width: 44px; 
}


.pricing .plan.p2 .plan-h1 span {background-position: -44px 0;}
.pricing .plan.p3 .plan-h1 span {background-position: -88px 0;}

.business.pricing .plan {height: 500px;}
.business.pricing .plan.p1 .plan-h1 ,
.business.pricing .plan.p2 .plan-h1,
.business.pricing .plan.p3 .plan-h1,
.business.pricing .plan.p1 .plan-h1 h2,
.business.pricing .plan.p2 .plan-h1 h2,
.business.pricing .plan.p3 .plan-h1 h2 {text-align: center;}

.business.pricing .plan.p1 .plan-h1 span,
.business.pricing .plan.p2 .plan-h1 span,
.business.pricing .plan.p3 .plan-h1 span {background: url(../images/business-hosting/plan-icons.png) no-repeat; 
    height: 51px;
    float: none;
    margin: 0 0 5px;
}
.business.pricing .plan.p2 .plan-h1 span {background-position: -44px 0;}
.business.pricing .plan.p3 .plan-h1 span {background-position: -88px 0;}

.pricing .plan .plan-h1, .business-pricing .plan .plan-h1 {
	background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 10px 20px 20px;
    position: relative;
    text-align: left;
}
.pricing .plan .plan-h1 h2, .business-pricing .plan .plan-h1 h2 {
	color: #333;
    font:700 28px/25px 'Open Sans',sans-serif;
    padding: 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    z-index: 10;
    margin: 0 0 11px;
}
.pricing .plan .plan-h1 h3, .business-pricing .plan .plan-h1 h3 {
	font-size: 14px; margin: 0;
} 
.pricing .plan &gt; div &gt; strong {display: block; font-size:18px; margin: 0 0 px;}
.pricing .plan &gt; div &gt; span { color: #666; font-size: 14px;}
.pricing .plan .p19 ul {
	border-top: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 15px 0 0 25px;
}
.pricing .plan .p19 ul li {
	border: 0 none;
    margin: 5px 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 14px;
}
.pricing .plan .p19 ul li i { color: #fa8072; font-size: 15px;}
.pricing .plan .large_button {
	bottom: 30px;
    position: absolute;
    transition: background 0.15s linear 0s, bottom 0.08s linear 0s, box-shadow 0.08s linear 0s;
    width: 235px;
    left: 40px;
}

.host-summary.shared {background:#13161b;}
/* ---- End: Shared Hosting -----*/


.sslMatrix {}
.sslMatrix &gt; div {
	width:220px;
	float:left;
	margin-right:20px; 
	text-align:center;
	position:relative;
}
.sslMatrix div:last-child {margin:0;}
.sslMatrix div h3 {font-size:21px;}
.sslTitle { position:relative;}
.sslTitle h3 {text-indent:-9999em; background:url(../images/sprite.png) no-repeat; margin:0; display:block; height:53px;}
.sslTitle .sslt01 { background-position:0 -320px;}
.sslTitle .sslt02 { background-position:0 -373px;}
.sslTitle .sslt03 { background-position:0 -426px;}
.sslTitle .sslt04 { background-position:0 -479px;}
.sslTitle .sslt05 { background-position:-221px -320px;}
.sslTitle .sslt06 { background-position:-221px -373px;}
.sslTitle .sslt07 { background-position:-221px -426px;}
.sslTitle .sslt08 { background-position:-221px -479px;}
.sslTitle .sslt09 { background-position:-442px -320px;}
.sslTitle .sslt10 { background-position:-442px -373px;}

.sslTitle .price {display:block; padding:6px 20px 12px; background:#000; color:#fff; position:relative; font:45px 'HelveNue', Arial, Helvectica, sans-serif; }
.sslTitle .price .dollar {font-size:13px !important; bottom:21px; position:relative;}
.sslTitle .price .mo {font-size:16px !important; position:relative; color:#888;}
.sslTitle .oldPrice {display:block; font-size:14px; color:#565656; text-decoration:line-through; font-family:Georgia, "Times New Roman", Times, serif;}

.sslInfo { padding:20px 15px;
	border:1px #cacaca;
	border-style:none solid solid;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 37%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 37%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	-webkit-box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	-moz-box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	box-shadow: inset 0px -1px 8px rgba(30, 47, 47, 0.15);
	}
.sslInfo p {margin-bottom:6px;}
.comodo { display:block; height:75px; width:275px; background:url(../images/sprite.png) no-repeat -192px -52px; margin-bottom:30px;}
.sslHighlight, .dedHighlight {margin-bottom:40px;}
.sslHighlight  ul li, .dedHighlight ul li {
	border-bottom: 1px solid #d9d9d9;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 12px 0 12px 26px;
}
.sslHighlight .h1 {background:url(../images/ssl-domain.png) no-repeat 0 50%;}
.sslHighlight .h2 {background:url(../images/ssl-business.png) no-repeat 0 50%;}
.sslHighlight .h3 {background:url(../images/ssl-seal.png) no-repeat 0 50%;}
.sslHighlight .h4 {background:url(../images/ssl-browser.png) no-repeat 0 50%;}
.sslHighlight .h5 {background:url(../images/h-dollar.png) no-repeat 0 50%;}
.sslHighlight .h6 {background:url(../images/ssl-renew.png) no-repeat 0 50%;}

.dedHighlight .h1 {background:url(../images/ssl-domain.png) no-repeat 0 50%;}
.dedHighlight .h2 {background:url(../images/h-drive.png) no-repeat 0 50%;}
.dedHighlight .h3 {background:url(../images/h-mem.png) no-repeat 0 50%;}
.dedHighlight .h4 {background:url(../images/h-folder.png) no-repeat 0 50%;}
.dedHighlight .h5 {background:url(../images/h-configure.png) no-repeat 0 50%;}
.dedHighlight .h6 {background:url(../images/h-secure.png) no-repeat 0 50%;}
.dedHighlight .h7 {background:url(../images/h-os.png) no-repeat 0 50%;}

#sslCompare {position:relative; margin-top:30px;}
#sslCompare a {display:block; height:93px; width:705px; background:url(../images/sprite.png) no-repeat 0 -1386px;}

.popular {display:block; height:66px; width:66px; position:absolute; top:0; right:0; background:url(../images/sprite.png) no-repeat 0 -160px; z-index:1;}
.new {display:block; height:60px; width:60px; position:absolute; top:0; right:0; background:url(../images/sprite.png) no-repeat -100px -64px; z-index:1;}
.soon {display:block; height:60px; width:60px; position:absolute; top:0; right:0; background:url(../images/sprite.png) no-repeat -36px -64px; z-index:1;}


.feature-btn {display:block; position:absolute; bottom:6px; width:100%;}
.feature-btn a, a.feature-btn {
	margin:0 8px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ef3b68 0%,
		#ee2d5d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ef3b68),
		to(#ee2d5d));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #b70f39;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	
}
.feature-btn a:hover, a.feature-btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#616060 0%,
		#1f1f1f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#616060),
		to(#1f1f1f));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}


.host-icon { background:url(../images/server-icon.png) no-repeat 0 4px; padding-left:36px;}
.domain-icon { background:url(../images/domain-icon.png) no-repeat 0 4px; padding-left:28px;}
.ssl-icon { background:url(../images/ssl-icon.png) no-repeat 0 4px; padding-left:26px;}
	
.shadow-sep {
	display:block;
	background:url(../images/shadow-divider.png) no-repeat 0 0;
	height:78px;
	width:960px;
	margin:0 auto;
}
.shadow-sep {margin-top:40px;}
#level3 {background:url(../images/darth_stripe.png) repeat; border-top:2px solid #232937; border-bottom:2px solid #232937; padding:30px 0; color:#fff;}
#level3 h3 {color:#fff; font-size:15px; font-weight:normal; margin-bottom:16px;}
#level3 h3 span {color:#3db3c5;}
#level3 .hstep1 {padding-left:80px; background:url(../images/hstep1.png) no-repeat 0 0; margin-bottom:25px;}
#level3 .hstep1 strong {font-size:105%;}
#level3 .hstep2 {padding-left:80px; background:url(../images/hstep2.png) no-repeat 0 0; margin-bottom:25px;}
#level3 .hstep3 {padding-left:80px; background:url(../images/hstep3.png) no-repeat 0 0; margin-bottom:25px;}

.domain-check {display:block; padding:11px 20px; background: rgba(0,0,0,0.5); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.domain-check form {margin:0;}
.domain-name, .domain-tld {float:left; margin-right:10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border:1px solid #bdbdbd; padding:6px 10px; }
.domain-name {width:235px; height:18px;}
.domain-btn { border:none; background:#3db3c5; color:#fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height:32px; width:50px;}




#snow {background:url(../images/snow.png) repeat-x 0 0; padding:40px 0;}


.list-tick li { background:url(../images/blacktick.png) no-repeat 0 50%; padding:8px 0 8px 22px; margin:0;}
#contact-info small {font-size:11px; color:#d9d9d9;}

#about-sidebar {
	background:url(../images/sidebg2.png) no-repeat 1px 0;
	min-height:320px;
	width:100%;
	padding-top:30px;
	margin-top:15px;
}
#about-sidebar ul {}
#about-sidebar ul li { display:block; height:38px; margin:0; position:relative;}
#about-sidebar ul li a {
    border-bottom: 1px solid #E5E5E5;
    color: #818181;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    height: 37px;
    padding: 0 0 0 32px;
    width: 175px;
	line-height:37px;
}
#about-sidebar ul li a span { height:7px; width:4px; background:url(../images/sprite.png) no-repeat 0 -256px; display:block; position:absolute; left:18px; top:15px;} 

#about-sidebar ul li a:hover { color:#333;}
#about-sidebar ul li a:hover span {background-position:0 -273px;}
#about-sidebar ul li a.selected-first, #about-sidebar ul li a.selected {
	background: #009DC4;
	background: -moz-linear-gradient(center top , #00B7D3 1%, #009DC4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00B7D3), color-stop(100%,#009DC4));
	background: -webkit-linear-gradient(top, #00B7D3 1%,#009DC4 100%);
	background: -o-linear-gradient(top, #00B7D3 1%,#009DC4 100%);
	background: -ms-linear-gradient(top, #00B7D3 1%,#009DC4 100%);
	background: linear-gradient(to bottom, #00B7D3 1%,#009DC4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B7D3', endColorstr='#009DC4',GradientType=0 );
    border: 1px solid #00718D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    height: 36px;
	line-height:36px;
    position:absolute;
    text-shadow: 0 -1px 0 rgba(0, 81, 107, 0.5);
	left:-6px;
	padding-left:38px;
}
#about-sidebar ul li a.selected-first span, #about-sidebar ul li a.selected span { height:7px; width:4px; background:url(../images/sprite.png) no-repeat 0 -265px; display:block; position:absolute; left:23px; top:15px;} 
#about-sidebar ul li a.selected {
    margin: -1px 0;
}
#about-sidebar li span.arrow { background:url(../images/sprite.png) no-repeat -25px -256px; position:absolute;
	 height: 10px;
    left: -6px;
    top: 37px;
    width: 8px;}



#banners.business, #banners.shared {background-color: #136899; margin-top: 0; font: 400 14px/22px 'Open Sans', sans-serif;}
#business-header, #shared-header {	height:300px; position:relative; color: #fff; background: url(../images/business-hosting/bwh-background.jpg) no-repeat 100% 0;}
#business-header .bwh-block, #shared-header .swh-block { position: relative; display: block; margin:0 230px 0 30px; overflow: hidden; padding: 30px 0 0;}
.bwh-block .banner-img, .swh-block .banner-img {float: left; margin-right: 40px; padding-top: 20px}
.bwh-block .banner-content, .swh-block .banner-content {float: left; width: 510px;}
.bwh-block .banner-content h1, .bwh-block .banner-content h2,
.swh-block .banner-content h1, .swh-block .banner-content h2 {color: #fff; font: 400 20px 'Open Sans', sans-serif; white-space: normal; letter-spacing: normal;}
.bwh-block .banner-content h1,.swh-block .banner-content h1 {font-size: 29px; font-weight: 700; margin-bottom: 8px;}
.bwh-block .banner-content h2, .swh-block .banner-content h2 { height: auto; margin-bottom: 40px; line-height: 26px;}
.bwh-block .banner-points,
.swh-block .banner-points {display: block; margin-left: 15px;}
.bwh-block .banner-points p,
.swh-block .banner-points p { line-height: 20px; font-size: 16px; margin-bottom: 7px; background: url(../images/green-tick.png) no-repeat 0 50%; padding-left: 32px;}
#business-header .bwh-corner {position: absolute; top: 0; right: 40px;}

#banners.shared {background-color: #13161b;}
#shared-header {background-image: url(../images/shared-hosting/swh-background.jpg);}
#shared-header .swh-block {margin-right: 100px; }
.swh-block .banner-content {width: 600px;}
#shared-header .swh-corner {position: absolute; bottom: 15px; right: 35px;}



#vps-header {
	background: url(../images/banner-vpshost.jpg) no-repeat 50% 0;
	height:350px;
	position:relative;
}
#cloud-header {
	background: url(../images/banner-cloudvps.jpg) no-repeat 50% 0;
	height:350px;
	position:relative;
}
#dedicated-header {
	background: url(../images/banner-dedhome.jpg) no-repeat 50% 0;
	height:350px;
	position:relative;
}

#domain-header {
	background:url(../images/banner-domain.png) no-repeat 50% 0;
	height:390px;
	position:relative;
}
#domain-header form {position:absolute; top:251px; left:355px; width:580px; margin:0;}
#domain-header form .domain-name {position:relative; height:47px; width:310px; margin-right:13px; padding-left:0; border:0;}
#domain-header form .domain-name label {position:absolute; top:20px; left:0; color:#a49e9e; font-size:18px;}
#domain-header form .domain-name input { border:0; height:45px; width:320px; font-size:18px; color:#000; line-height:45px;}
#domain-header form select {float:left; margin:19px 25px 0 10px; font-size:17px; width:75px; border:0;} 
#domain-header form select option {border:0;}
#domain-header form .domain-btn {
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size: 17px;
	height:45px;
	line-height:45px;
	width:125px;
	margin:7px 4px;
	color: #ffffff;
	padding: 0 20px;
	background: -moz-linear-gradient(
		top,
		#2a78bd 0%,
		#0a4980);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#2a78bd),
		to(#0a4980));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #195f9c;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(003,047,094,0.6),
		0px 1px 0px rgba(255,255,255,0);
}
 
#domain-header form .domain-btn:hover {
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 4px rgba(255,255,255,0.5);
}

dl{font-size:1.2em;line-height:170%;margin-bottom:20px;}
dl,dt,dd{padding:0;margin:0;}
.faqs{ }
.faqs dt{font-weight:bold;
background:#e4e4e4 url(../images/q.gif) 12px 12px no-repeat; padding:10px 0 10px 45px; margin-bottom:14px; position:relative; font:19px 'MyriadProNormal', Arial, Helvetica, sans-serif;  }
.faqs dt:hover{cursor:pointer;}
.faqs dd{background:url(../images/a.gif) 0 2px no-repeat;padding:0 0 20px 30px;position:relative;color:#777; margin-left:12px;}
.faqs .hover{color:#000;}

#domain-features {position:relative; margin-top:40px;}
#domain-features .two {margin-top:15px;}
.df-cp span, .df-rl span, .df-wg span {display:block; float:left; width:26px; height:26px; background:url(../images/all-icon.png) no-repeat 0 -800px; margin-right:8px; margin-top:2px;}
.df-rl span {background-position:0 -225px;}
.df-wg span {background-position:-38px -1005px;}
/*.df-cp p, .df-rl p, .df-wg p {margin-left:40px;}*/
#domain-ext .dext {
	border-bottom: 1px dotted #BBBBBB;
    font-family: Arial,Helvetica,Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
	color:#777;
}
#domain-ext .dext span {color: #FF9900;   float: right;}
#domain-ext .dext-small {margin-top:12px; font-size:11px; color:#000;}
#domain-ext .dext-small span { color:#999;}
.domainWHOIS {display:block; position:relative; height:110px; width:705px; background:url(../images/sprite.png) no-repeat 0 -1490px; margin-top:30px;}
.domainFAQ a { background: url("../images/sprite.png") no-repeat scroll -608px -164px transparent;
    display: block;
    height: 36px;
    text-indent: -99999em;
    width: 180px;
}

#ssl-header {
	background: url(../images/banner-ssl.jpg) no-repeat 50% 0;
	height:350px;
	position:relative;
}
#ssl-info #positivessl, #instantssl, #essentialssl, #evssl { 
 padding-top:100px; margin-top:15px; font-size:11px; text-align:center; } 

#ssl-info #positivessl { background:url(../images/comodo-positive.png) no-repeat 50% 0;}
#ssl-info #instantssl, #essentialssl { background:url(../images/comodo-secure.png) no-repeat 50% 0;}
#ssl-info #evssl { background:url(../images/comodo-ev.png) no-repeat 50% 0;}
#ssl-btns {text-align:center;}
.add_cart-btn { display:inline-block; width:120px; height:38px; background:url(../images/btns.png) no-repeat 0 0px; text-indent:-9999em; margin-top:25px; }
.add_cart-btn:hover {background-position: 0 -49px;}
.disclaimer { color:#999; font-size:11px;}

#about-info h1, #why-info h1, #career-info h1, #contact-info h1, #reviews-info h1, #hosttech-info h1, #partners h1, #programs-info h1 { font-size:40px;}

#about-info h2, #why-info h2, #career-info h2, #contact-info h2, #reviews-info h2, #hosttech-info h2 {
	margin-bottom:35px;}
	
/* ===================== About us Page ====================*/
#about-header {
	background: url(../images/banner-about.jpg) no-repeat 50% 0;
	height:200px;
	position:relative;
}
#about-header h1 {
	display:block;
	padding-top:150px;
	color:#f2f2f2;
	text-shadow:1px 1px 0 rgba(0,0,0,0.6);
}
.pink { color:#ee2f5f;}

#why-info {margin:40px 0 20px;}

.whyOption { position:relative; margin-bottom:35px; padding-left:80px; color:#888; min-height:120px;}
.whyOption span { display:block; width:70px; height:120px; background:url(../images/sprite.png) no-repeat 0 -800px; position:absolute; left:0;}
.whyOption span.why2 { background-position: -96px -800px;}
.whyOption span.why3 { background-position: -192px -800px;}
.whyOption span.why4 { background-position: -288px -800px;}
.whyOption span.why5 { background-position: -384px -800px;}
.whyOption span.why6 { background-position: -480px -800px;}
.whyOption span.why7 { background-position: -576px -800px;}

/* ============ Community Programs ============== */
#programs-info {position:relative;}
#programs-info h1 {margin-bottom:35px;}
.program {position:relative; margin-top:30px;}
.program h2 {margin-bottom:15px !important; }

/* ============ Hosting Technology -============= */

.dcs { position:relative; margin:40px 0;}
.dcs .row {margin-top:30px;}
.dcs  h2 {margin-bottom:15px !important;}
.dc01 { position:relative; float:left; width:45%; margin-right:20px;}
.dc01:last-child { margin:0;}
.dc01 img { border:1px #efefef; border-style:solid none none; padding:10px 0 20px;}
.dc01 ul { margin-left:15px;}

/* ============ Our Partners ==================*/
#partners {position:relative;}
.partner {position:relative; margin-top:30px;}
#partners h1 {margin-bottom:35px;}
.partner h2 {margin-bottom:15px !important;}

/* ============ Contact Us ==================== */

#offices { position:relative; margin:20px 0 30px;}
#offices h3 { font-size:21px;}
#offices h3 span {color:#b7b7b7;}

#contact-info dl.tabs.light { padding: 20px 0 0;  border:1px #f2f2f2; border-style:solid none none; width:auto;}
#contact-info .light.tabs dd a {width:180px;}

.departments .dp {position:relative; margin-bottom:25px; padding-left:210px; min-height:115px !important;}
.departments .dp .btn { margin:0;}
.departments .dp small {display:block; margin-bottom:8px;}
.departments .dp .connect {position:absolute; top:0; left:0; padding-right:25px; border-right:1px solid #f2f2f2; min-width:165px !important}

.kBase {}
.kbaseSearch {
	width:500px; 
	height:25px;
	padding:8px 12px 8px 45px; 
	border:1px solid #888; 
	color:#888;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin-right:10px;
	background:url(../images/kb-search.gif) no-repeat 8px 10px;
}
.kbsearchWrap {position:relative;}
.kbsearchWrap label {position:absolute; top:12px; left:45px; color:#888;}
.kbasesubmit {display:inline !important; margin-top:0 !important;}

#client-login { padding-bottom:40px; border-bottom:1px solid #f2f2f2;}
#client-login .user, #client-login .pass {position:relative; margin-bottom:10px;}
#client-login .user label, #client-login .pass label {position:absolute; top:6px; left:30px; color:#888;}
#client-login .user input, #client-login .pass input { width:270px; padding:6px 12px 6px 30px; border:1px solid #888; color:#888;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#client-login .username { background:url(../images/client-login-user.gif) no-repeat 8px 6px;}
#client-login .password { background:url(../images/client-login-pass.gif) no-repeat 8px 6px;}
#client-login .btn_wrap { float:right; margin-right:13px;}
.login-btn {
	display:block;
	width:115px;
	text-indent:-9999em;
	height: 38px;
    margin-top: 25px;
	background:url(../images/btns.png) no-repeat -140px 0; 
	border: 0;
	
}
.login-btn:hover {background-position:-140px -49px; cursor:pointer;}
#client-login .login-btn {margin:15px 0 10px;}

.register-btn {
	display:inline-block;
	width:240px;
	text-indent:-9999em;
	height: 38px;
    margin-top: 25px;
	background:url(../images/btns.png) no-repeat 0 -97px; 
	border: 0;
	
}
.register-btn:hover {background-position:0 -146px; cursor:pointer;}
#client-login .register-btn {margin-top:77px; margin-left:40px;}

.departments h2 {margin-bottom:15px !important;}
.openticket-btn, .contactus-btn, .signup-btn, .viewplans-btn, .viewcerts-btn, .registerdom-btn, .learnmore-btn, .viewallplans-btn {
	display:inline-block;
	width:115px;
	text-indent:-9999em;
	height: 38px;
    margin-top: 25px;
	background:url(../images/btns.png) no-repeat -261px 0; 
	border: 0;
	
}
.openticket-btn:hover {background-position: -261px -49px; cursor:pointer;}
.contactus-btn {background-position:-380px 0;}
.contactus-btn:hover {background-position:-380px -49px; cursor:pointer;}
.signup-btn { width:170px; background-position:-406px -192px; margin-top:17px;}
.signup-btn:hover {background-position:-406px -241px;}
.viewplans-btn { width:200px; background-position:0 -192px; margin-top:15px;}
.viewplans-btn:hover {background-position:0 -241px;}
.viewallplans-btn { width:140px; background-position:0 -284px; margin-top:15px;}
.viewallplans-btn:hover {background-position:0 -322px;}

.learnmore-btn { width:120px; background-position:-450px -97px; margin-top:15px;}
.learnmore-btn:hover {background-position:-450px -146px;}
.registerdom-btn { width:200px; background-position:-203px -192px; margin-top:15px;}
.registerdom-btn:hover {background-position:-203px -241px;}
.viewcerts-btn { width:200px; background-position:-244px -97px; margin-top:15px;}
.viewcerts-btn:hover {background-position:-244px -146px;}

.launch-banner-home-btn {position:absolute; top:240px; left:685px; margin:0;}
.cloud-banner-home-btn {position:absolute; top:266px; left:732px; margin:0;}
.vps-banner-home-btn {position:absolute; top:245px; left:878px; margin:0;}
.ded-banner-home-btn {position:absolute; top:300px; left:740px; margin:0;}
.domain-banner-home-btn {position:absolute; top:245px; left:934px; margin:0;}
.ssl-banner-home-btn {position:absolute; top:262px; left:310px; margin:0;}

#support-btns {margin-bottom: 30px; text-align:center;}
#support-btns a {margin:0;}



#standard-features {text-align:center; margin-top:40px;}
.push-up {margin-top:40px;}

#hosting-info { }
#hosting-info&gt;h1, #vps-info&gt;h1 {text-align:left; font-size:45px;}
#hosting-info&gt;h2, #vps-info&gt;h2 {text-align:left; font-size:19px;}

#webhost-tabs {background:url(../images/shadow-divider.png) no-repeat 50% 27px;}


.all-feats, .all-faq, .all-addons {display:block; width:180px; height:36px; background:url(../images/sprite.png) no-repeat -608px -128px; text-indent:-99999em;}
.all-faq {background-position: -608px -164px;}
.all-addons {background-position:-608px -200px;}
.pinkbullets {}
.pinkbullets li { background:url(../images/pinktick.png) no-repeat 0 4px; padding-left: 20px; margin-bottom:6px;}

.sidebar-mod, #vps-addons div, .sidebarFaq, #shared-addons div {
	-webkit-box-shadow: inset 0px 0px 4px 4px rgba(30, 47, 47, 0.05);
    box-shadow: inset 0px 0px 4px 4px rgba(30, 47, 47, 0.05);
	-moz-box-shadow: inset 0px 0px 4px 4px rgba(30, 47, 47, 0.05);
	border:1px #c8c8c6 solid;
	background:#fafafa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	padding:12px 20px;
	margin-bottom:15px;
}
.sidebar-mod.heart, .sidebar-mod.freehost, .sidebar-mod.domain {padding-left:75px; background:#fafafa url(../images/vps-addon-prices.png) no-repeat 0 -175px;}
.sidebar-mod.freehost {background-position:0 -335px;}
.sidebar-mod.domain {background-position:0 -431px;}
.sidebar-mod h3 { font:18px Arial, Helvetica, sans-serif; letter-spacing:0;}
.sidebar-mod p {margin:0;}
.sidebarFaq {color:#888;}
.sidebarFaq h3 {}
.sidebarFaq a {margin-right:4px; color:#888;}
.sidebarFaq a:hover {color:#ee2f5f;}
.sidebarFaq a:last-child {margin:0 0 0 4px;}
.img-left {float:left; margin:0 12px 10px 0;}
.img-right {float:right; margin:0 0 10px 15px;}
	
#shared-hosting div .columns:first-child {margin-left:0;}
#shared-hosting .ten.columns { width:650px;}
#shared-hosting .two.columns {width:278px; margin-left:30px;}

.addon-one, .addon-two, .addon-three, .addon-four {background:url(../images/host-addons.png) no-repeat 0 0; padding-left:200px; margin-bottom:20px;}
.addon-two {background-position:0 -192px;}
.addon-three {background-position:0 -384px;}
.addon-four {background-position:0 -576px;}

.non-profit { background:url(../images/heart.png) no-repeat 0 0; padding-left: 90px; }
/*#shared-hosting .hosting-left h3 { font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold;}*/
#shared-hosting .hosting-left .row {margin-bottom:15px;}
.hosting-left ul {list-style:outside; margin-left:15px;}
.hosting-left ul li {margin-bottom:2px;}
#feat-techpart {
	background:#fafafa;
	border:1px solid #dad9c6;
	border-radius:4px;
	text-align:center;
}
#feat-techpart .inner {margin:15px;}
#feat-techpart h3 { font-size:18px; font-weight:bold; margin:5px 0 0; color:#485469;}
#feat-techpart h4 {
    border-bottom: medium none;
    border-top: 1px solid #DDDDDD;
    color: #423D35;
    font: 600 16px Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 15px 0 7px;
    text-transform: uppercase;}
#feat-techpart ul {color:#555; font-size:11px; line-height:1.5; margin:0 0 0 15px; padding:0; text-align:left; list-style:outside;}
#feat-techpart ul li {margin:4px 0;}

#legal-info ul { list-style:outside; margin:15px 0 15px 33px;}

/* -================ Slide Show styles ===========================-*/

/* -================ VPS SLider ===========================-*/

.f-left{float:left;}
.f-right{float:right;}


/*#vps-box {
	width:938px; 
	border:1px solid #cacaca;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 37%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #ffffff 37%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 37%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 8px rgba(30, 47, 47, 0.1);
	-moz-box-shadow: inset 1px 1px 8px rgba(30, 47, 47, 0.1);
	box-shadow: inset 1px 1px 8px rgba(30, 47, 47, 0.1);
}
.vps-wrap { padding:50px 20px 30px;	}
#vps-slider-wrap { 
	color: #333333;
	background:url(../images/vps-slider.png) no-repeat 0 0;
	margin:0 auto;
	width:755px;
	/*	border: 1px solid #cbcbcb; 
	background-color:#ebecec; 
	-webkit-box-shadow: inset 0 1px 2px rgba(30, 47, 47, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(30, 47, 47, 0.1);
	box-shadow: inset 0 1px 2px rgba(30, 47, 47, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;**\
	padding:0 55px;
}
#vps-config { position:relative; display:block; margin:0 auto; width:900px;}
#vps-config {margin-top:20px;}
#vps-config .config-left {float:left; width:500px;}
#vps-config .config-right {float:right;}

.config-left .option { float:left; background:url(../images/vps-config-sep.png) no-repeat 0 0; padding-left:15px; text-align:center; margin-right:15px; font:bold 20px Arial, Helvetica, sans-serif; color:#0b0b0b; text-shadow:1px 1px 0 #fff; text-transform:uppercase; min-width:90px; padding-top:20px; min-height:60px;}
.config-left .option h4 {font-size:14px; color:#686868; margin-bottom:4px; }


.management {float:left; margin-right:30px; background:url(../images/vps-config-sep.png) no-repeat 0 0; padding-left:18px; text-align:left; padding-top:20px; min-height:60px; }

.total {color:#0c0b0b; font-weight:bold; font-size:50px; position:absolute; display:block; height:56px; top:0; width:130px;}
.total span {margin-left:12px; font-weight:bold;}
.total sup {font-size:12px;margin-top:-5px;font-weight:normal;position:absolute;top:13px;}
.total sub {font-size:13px;color:#888888;font-weight:normal;position:absolute;top:33px;}

.config-right .signup .price {color:#fff; position:relative; font:45px 'HelveNue', Arial, Helvectica, sans-serif; display:block; margin:0 auto; padding-left:15px; text-align:left;}

.config-right .signup .price .dollar {font-size:13px !important; bottom:26px; position:relative;}
.config-right .signup .price .mo {font-size:16px !important; position:relative; color:#888;}


.config-right .signup { display:block; position:relative; background:#131313;
	-webkit-box-shadow: inset 1px 1px 9px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 1px 1px 9px rgba(0, 0, 0, 0.7);
	box-shadow: inset 1px 1px 9px rgba(0, 0, 0, 0.7); 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	text-align:right;
	width:270px;
	height:56px;
	margin-top:15px;
	}
.btn-signup {background: url(../images/vps-signup-btn.png) no-repeat 0 0; width:130px; height:60px; text-indent:-9999px;border:0 none; cursor:pointer;}
.btn-signup:hover {background-position: 0 -64px;}
.radio-wrap {margin-left:35px;}
form.custom .management label { font-size:12px; margin-bottom:6px;}

form.custom span.custom { display: inline-block; width: 10px; height: 10px; position: relative; top: 2px; border: solid 1px #c9c9c9; background: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07);
	-moz-box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07);
	box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07); 
	margin-right:5px; }

form.custom .management span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
form.custom .management span.custom.radio.checked:before { content: ""; display: block; width: 6px; height: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 5px; background: #848383; position: relative; top: 2px; left: 2px; }

/* Layout helpers
----------------------------------*\
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*\/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*\/

/* states and images *\/
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*\/

/* Overlays *\/
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*\/
.ui-widget { font-family:Arial, Helvetica, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { }
.ui-widget-content a { color: #333333; }
.ui-widget-header { background-color: #464646;}
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*\/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:url(../images/slider-handle.png) no-repeat;font-size:11px;color:#ffffff;text-decoration:none;text-align:center;line-height:26px;font-weight:bold;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*\/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*\/

/* Corner radius *\/
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

-- Overlays 
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.ui-slider { position: relative; text-align: left; cursor:pointer;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; height:8px !important; top:1px !important; }
.ui-slider-handle {width:60px !important; height:35px !important; cursor:pointer !important;}

.ui-slider-horizontal { height:50px; height:8px; position:relative; padding-bottom:50px; }
.ui-slider-horizontal .ui-slider-handle { top:-9px; margin-left: -30px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

*/



/* ================= Index =========================*/

.reviewsHome h3 {display:block; height:32px; text-indent:-99999em; background:url(../images/sprite.png) -192px -128px no-repeat;}
#success .success {position:relative; margin-bottom:40px; color:#888;}
#success .eight.columns {width:575px;}
#success .four.columns {margin-left:35px; padding-left:35px; background:url(../images/shadow-vertical.png) no-repeat 0 50%; width:315px; min-height:390px;}
#success h3.network-icon {padding-left:28px; background:url(../images/icon-network.png) no-repeat 0 4px;}
#success h3.cal-icon {padding-left:28px; background:url(../images/icon-cal.png) no-repeat 0 4px;}
#success h3.transfer-icon {padding-left:28px; background:url(../images/icon-move.png) no-repeat 0 4px;}
/* ================= Web Hosting Page ===================*/
#shared-addons { background:url(../images/shadow-divider.png) no-repeat 50% 0; padding-top:35px; margin-top:40px;}
#shared-addons h1 {font-size: 30px; text-align:left; margin-bottom:0px;}
#shared-addons h2 {font-size: 20px; text-align:left; margin-bottom:20px;}
#shared-addons div {float:left; position:relative; width:220px; margin-right:20px; padding-left:92px; background:#FAFAFA;}
#shared-addons div span { background: url(../images/vps-addon-prices.png) no-repeat 0 0px; display:block; height:45px; width:79px; position:absolute; left:0; top:17px;}
#shared-addons div:hover, #vpsFAQ:hover, .sidebar-mod:hover {border-color:#b1b1b1;}
#shared-addons div:last-child {margin-right:0;}
#shared-addons h4 {text-transform:none; font-size:12px;}
#shared-addons .evSsl {margin-right:0;} 
#shared-addons .posSsl span {background-position:0 -184px; }
#shared-addons .evSsl span {background-position:0 -229px; }
#shared-addons .dedIP span {background-position:0 -92px; }
#shared-addons .co2 span {background-position:0 -276px; }

.HighlightFeat ul.pinkbullets li {background-position:4px 18px;}
.nonProfit h3.heart { background:url(../images/heart.png) no-repeat 0 10px; padding-left:37px;}

.ratelobby{position:relative; margin-top:30px;}

/* -================ Public Cloud Page ===========================-*/

#public-cloud-header {
	background: url(../images/banner-publiccloud.jpg) no-repeat 50% 0;
	height:350px;
	position:relative;
}

#vps-info { text-align:left; margin-top:-40px; background:url(../images/vps-server-bg.png) no-repeat 100% 0; padding-top:24px;}
#vps {margin-top:-20px;}
.HighlightFeat {position:relative; margin-bottom:25px;}
.HighlightFeat h4, .managedPlans h4 {margin-bottom:12px;}
.HighlightFeat  ul li {
	border-bottom: 1px solid #d9d9d9;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 12px 0 12px 26px;
}
.HighlightFeat .h1 {background:url(../images/h-slider.png) no-repeat 0 50%;}
.HighlightFeat .h2 {background:url(../images/h-dollar.png) no-repeat 0 50%;}
.HighlightFeat .h3 {background:url(../images/h-bolt.png) no-repeat 0 50%;}
.HighlightFeat .h4 {background:url(../images/h-headset.png) no-repeat 0 50%;}
.HighlightFeat .h5 {background:url(../images/h-file.png) no-repeat 0 50%;}

.vps-perks {color:#888;}
.vps-perks h3 {/*color:#00b6d2; */text-shadow:1px 1px 0 #fff;}

.vps-perks h3.red-storage { background: url("../images/red-storage.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.scale-cloud { background: url("../images/scale-cloud.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.console { background: url("../images/console.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.pro-manage { background: url("../images/pro-managed.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.connect { background: url("../images/connect-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.os-deploy { background: url("../images/os-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}

.vps-perks h3.satis-icon { background: url("../images/satis-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.clock-icon { background: url("../images/watch-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.cf-icon { background: url("../images/cf-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}
.vps-perks h3.cg-icon { background: url("../images/cg-icon.png") no-repeat scroll 0 4px transparent;  padding-left: 28px;}



.managedPlans {margin:50px 0 20px; position:relative;}

.managedPlans div a {display:block; background:url(../images/sprite.png) no-repeat -544px 0; height:81px; width:230px; text-indent:-99999em;}
#vps-addons { background:url(../images/shadow-divider.png) no-repeat 50% 0; padding-top:35px; margin-top:40px;}
#vps-addons h1 {font-size: 30px; text-align:left; margin-bottom:0px;}
#vps-addons h2 {font-size: 20px; text-align:left; margin-bottom:20px;}
#vps-addons div {float:left; position:relative; width:188px; margin-right:20px; padding-left:92px; background:#FAFAFA;}
#vps-addons div span { background: url(../images/vps-addon-prices.png) no-repeat 0 0px; display:block; height:45px; width:79px; position:absolute; left:0; top:17px;}
#vps-addons div:hover, #vpsFAQ:hover, .sidebar-mod:hover {border-color:#b1b1b1;}
#vps-addons div:last-child {margin-right:0;}
#vps-addons h4 {text-transform:none; font-size:12px;}
#vps-addons .soft {margin-right:0;} 
#vps-addons .soft span {background-position:0 -92px; }
#vps-addons .cpanel span, #vps-addons .clinux span, #vps-addons .monitor span {background-position:0 -46px; }
#vps-addons .managed span {background-position:0 -138px; }
#vps-addons .r1soft span {background-position:0 -322px; }
#vpsFAQ {position:relative; height:40px;}
#vpsFAQ h4 {position:absolute; top:22px; left:0;}

 /*---------------- Cloud SLider ---------------*/
 
 #vps-box {
	width:498px; 
	height:247px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	right:120px;
}
.vps-wrap { padding:32px 13px 30px;	position:relative;}
#vps-slider-wrap { 
	margin:0 auto;
	width:413px;
	padding:0 29px;
}
.vps-icons { margin:-15px 0 0 10px; height:12px; width:452px; background:url(../images/cloudServerIcons.png) no-repeat 0 0;}

.config-values {width:458px; position:relative; margin:0 auto; overflow:hidden; height:66px;}
.config-values { margin-top:40px;}

.config-values .option { float:left; text-align:center; font:bold 18px Arial, Helvetica, sans-serif; color:#fff;  text-transform:uppercase; width:25%; min-height:45px;}
.config-values .option h4 {font-size:14px; color:#15a2c1; margin-bottom:4px; }

.config-values .option h4 span { color:#d0d0d0 !important; font-weight:normal; font-style:italic;}
.config-values .option:first-child {padding-left:0;}

.vps-cost { position:relative; display:block; margin:0 auto; width:460px;}

.management {float:left; margin-right:30px; background:url(../images/vps-config-sep.png) no-repeat 0 0; padding-left:18px; text-align:left; padding-top:20px; min-height:60px; }

.total {color:#99a4a8; font-size:14px; position:absolute; display:block; height:56px; top:10px; width:300px; text-align:right;}
.total span {margin-left:12px; font-weight:bold;}
.total sup {font-size:16px;font-weight:normal;position:absolute;top:8px;}
.total sub {font-size:13px;color:#888888;font-weight:normal;position:absolute;top:33px;}

.vps-cost .price {color:#fff; position:relative; font:40px 'HelveNue', Arial, Helvectica, sans-serif; display:inline-block; padding-left:10px;}

.vps-cost .price .dollar {font-size:13px !important; bottom:26px; position:relative;}
.vps-cost .mo {font-size:16px !important; position:relative; color:#99a4a8; display:inline-block; bottom:2px;}


.vps-cost .signup { 
	display:block; position:relative;
	float:right;
	text-align:right;
	width:130px;
	height:40px;
	margin-top:12px;
}
.vps-cost .signup .matrixBtn {margin-top:4px; cursor:pointer;}
.btn-signup {background: url(../images/vps-signup-btn.png) no-repeat 0 0; width:130px; height:60px; text-indent:-9999px;border:0 none; cursor:pointer;}
.btn-signup:hover {background-position: 0 -64px;}
.radio-wrap {margin-left:35px;}
form.custom {margin:0;}


form.custom span.custom { display: inline-block; width: 10px; height: 10px; position: relative; top: 2px; border: solid 1px #c9c9c9; background: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07);
	-moz-box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07);
	box-shadow: inset 1px 1px 4px rgba(30, 47, 47, 0.07); 
	margin-right:5px; }

form.custom .management span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
form.custom .management span.custom.radio.checked:before { content: ""; display: block; width: 6px; height: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 5px; background: #848383; position: relative; top: 2px; left: 2px; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family:Arial, Helvetica, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { }
.ui-widget-content a { color: #333333; }
.ui-widget-header { 	
	background: #54d8ed;
	background: -moz-linear-gradient(top, #7ce4f3 1%, #54d8ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7ce4f3), color-stop(100%,#54d8ed));
	background: -webkit-linear-gradient(top, #7ce4f3 1%,#54d8ed 100%);
	background: -o-linear-gradient(top, #7ce4f3 1%,#54d8ed 100%);
	background: -ms-linear-gradient(top, #7ce4f3 1%,#54d8ed 100%);
	background: linear-gradient(to bottom, #7ce4f3 1%,#54d8ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ce4f3', endColorstr='#54d8ed',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px #aeeff8;
	-moz-box-shadow: inset 0px 1px 0px #aeeff8;
	box-shadow: inset 0px 1px 0px #aeeff8;
}
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:url(../images/cloud-slide-handle.png) no-repeat;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.ui-slider { position: relative; text-align: left; cursor:pointer;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 24px; height: 24px; cursor:pointer !important;}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; height:6px !important; }

.ui-slider-horizontal { height:50px; height:6px; position:relative; padding-bottom:35px; }
.ui-slider-horizontal .ui-slider-handle { top:-8px; margin-left: -12px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* ======================= Dedicated Page ======================*/
#dedicated-info { text-align:left; margin-top:-40px; background:url(../images/ded-server-bg.png) no-repeat 100% 0; padding-top:24px;}
#dedicated {margin-top:-20px;}
.dedFeats, .dedManaged, .bizFeats {position:relative; padding-top:30px;}

.dedManaged h2 {margin-bottom:15px;}
.dedOS { text-align:center; margin-top:25px; position:relative; padding:8px 0;}
.dedOS p {line-height:25px; color:#212121; margin:0;}
.dedOS span {display:inline-block; width:25px; height:25px; margin-left:6px; background:url(../images/sprite.png) no-repeat 0 0; vertical-align:text-top; margin-top:-5px;}
.dedOS span.os-centos {background-position:-128px -160px;}
.dedOS span.os-debian {background-position:-75px -191px;}
.dedOS span.os-ubuntu {background-position:-99px -159px;}
.dedOS span.os-freebsd {background-position:-127px -126px;}
.dedOS span.os-redhat {background-position:-63px -127px;}
.dedOS span.os-clinux {background-position:-95px -127px;}
.dedOS span.os-windows {background-position:-72px -158px;}

/* ======================== Business Hosting Page ============== */
.bizFeats .row {margin-bottom:15px; color:#777;}

.matrixBtn {
	padding:8px 20px;
	border: 1px solid #b8103a;
    box-shadow: inset 0 1px 0px #fb719b;
	color:#fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	background: #ef3b68;
	background: -moz-linear-gradient(top, #ef3b68 1%, #ee2d5d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ef3b68), color-stop(100%,#ee2d5d));
	background: -webkit-linear-gradient(top, #ef3b68 1%,#ee2d5d 100%);
	background: -o-linear-gradient(top, #ef3b68 1%,#ee2d5d 100%);
	background: -ms-linear-gradient(top, #ef3b68 1%,#ee2d5d 100%);
	background: linear-gradient(to bottom, #ef3b68 1%,#ee2d5d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3b68', endColorstr='#ee2d5d',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:20px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
.matrixBtn:hover {
	background: #545454;
	background: -moz-linear-gradient(top, #545454 1%, #343434 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#545454), color-stop(100%,#343434));
	background: -webkit-linear-gradient(top, #545454 1%,#343434 100%);
	background: -o-linear-gradient(top, #545454 1%,#343434 100%);
	background: -ms-linear-gradient(top, #545454 1%,#343434 100%);
	background: linear-gradient(to bottom, #545454 1%,#343434 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#343434',GradientType=0 );
	border-color:#010101;
	box-shadow: inset 0 1px 0px #838383;
	color:#ccc;
	}

.black-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 6px 10px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: none repeat scroll 0 0 #2b2b2b;

    -webkit-box-shadow: inset 0px 0px 9px 10px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0px 0px 9px 10px rgba(0, 0, 0, 0.07); 
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}
.black-btn:hover {
	background:#35bfff;
	-webkit-box-shadow: inset 0px 0px 3px 4px rgba(7,126,131, 0.15);
	box-shadow: inset 0px 0px 3px 4px rgba(7,126,131, 0.15); 
}
.black-btn.faq { 
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.reviews {
	position:relative;
	margin:30px 0 40px;
}
.reviewRow { margin-top:30px;}
.reviewRow &gt; p {
	background: #F3F3F3;
    border: 1px solid #D3D3D3;
    border-radius: 6px 6px 6px 6px;
    box-shadow: inset 0 1px 0  rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
    font-family: "Droid Serif",Georgia,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    padding: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
	margin:0;
}
.reviewsHome .reviewRow &gt; p {font-size:12px;}
.reviewAuthor {
    margin-top: -1px;
    padding: 15px 0 0 45px;
	position:relative;
}
.reviewAuthor .lip {	background: url(../images/sprite.png) no-repeat -32px -128px; height:19px; width:19px; position:absolute; top:0; left:14px;}
.reviewAuthor .star5 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:75px; height:15px;}
.reviewAuthor .star45 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:70px; height:15px;}
.reviewAuthor .star4 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:60px; height:15px;}
.reviewAuthor .star35 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:55px; height:15px;}
.reviewAuthor .star3 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:45px; height:15px;}
.reviewAuthor .star25 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:40px; height:15px;}
.reviewAuthor .star2 {position:absolute; right:0; bottom:3px; background:url(../images/star.png) repeat-x; width:30px; height:15px;}

/* =============== FuzeBlue Menu ==================== */
ul.fuzeBlueMenu {}
ul.fuzeBlueMenu li {display:block; height:40px; margin-bottom:8px; position:relative;}
ul.fuzeBlueMenu a {
	border: 1px solid #CFCFCF;
	color: #818181;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	text-shadow: 0 1px 0 white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #ffffff 10%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 10%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 10%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 10%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #ffffff 10%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	text-align:left;
}
ul.fuzeBlueMenu a:hover {color:#333;}
ul.fuzeBlueMenu a.selected { 		
	position: relative; 
	height:40px; 
	border: 1px solid #00718D;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 81, 107, 0.5);
	background: #28c3db;
	background: -moz-linear-gradient(top, #00b7d3 1%, #009dc4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00b7d3), color-stop(100%,#009dc4));
	background: -webkit-linear-gradient(top, #00b7d3 1%,#009dc4 100%);
	background: -o-linear-gradient(top, #00b7d3 1%,#009dc4 100%);
	background: -ms-linear-gradient(top, #00b7d3 1%,#009dc4 100%);
	background: linear-gradient(to bottom, #00b7d3 1%,#009dc4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7d3', endColorstr='#009dc4',GradientType=0 );
}
ul.fuzeBlueMenu li span.arrow {width:15px; height:38px; background:url(../images/sprite.png) no-repeat 0 -224px; position:absolute;}
ul.fuzeBlueMenu li:last-child { margin-right: 0; }

/* ----------------- Help Bar ----------------------------*/
.help-bar {
    background-color: #14adee;
    padding: 30px 0;
    color: #fff;
}
.help-bar .help {font-size: 30px;}
.help-bar a {color: #fff;}
.help-bar .emil, .help-bar .chat {float:left; display: inline-block; min-height: 40px; line-height: 45px;  text-transform: uppercase; font-family:'Raleway', sans-serif; font-size: 18px; font-weight: 600; padding: 0 30px;}
.help-bar .emil img, .help-bar .chat img {margin-right: 20px;}
.help-bar .emil {border-right: 1px solid #36bed9;}

/*--------------------- Footer ----------------------*/
footer {background:#202020; padding:40px 0; color:#fff;}
footer h3 {font:700 16px 'Open Sans', sans-serif; margin-bottom:20px;}
footer ul {list-style: 0; margin: 0; padding: 0;}
footer ul li { font-size:12px; margin-bottom:2px; list-style: none;}
footer a { color:#afacac;}
footer a:hover {color:#fff;}


.geek {text-align: center;}
.copy { text-align:right; font-size: 12px; line-height: 20px;}
.copy img {margin-bottom: 25px;}
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}

.soc-twitter:hover {
    background-color: #61bbf2;
}
.soc-facebook:hover {
    background-color: #526fac;
}
.soc-google:hover {
    background-color: #ed5241;
}</pre></body></html>