input.gsc-input{
	width: 123px!important;
	float: right;
	padding-right:0!important;
	margin-right:0!important;
	padding-left: 25px;
	margin: 7px 15px 0 0!important;
	height: 24px;
	border: none;
	
	background: url(/images/search.png);*/
	
}

td.gsc-input {
padding-right: 0px!important;
}

#cse-search-form{
	position: fixed;
	z-index: 2000;
	float: right!important;
	top: 32px;
	display: block;
	margin-left: 810px;
}

#searchbk{
	position: fixed;
	z-index: 2000;
	float: right!important;
	top: 32px;
	height: 22px;
	width: 151px;
	display: block;
	margin-left: 810px;
	background: url(/images/site-images/search.png) no-repeat;
}

.gsc-search-button, .gsc-clear-button{
	display: none;
}

table.gsc-search-box {
border-style: none;
border-width: 0;
border-spacing: 0 0;
display: block;
//width: 199px!important;
//margin-bottom: 2px;
}

input.gsc-input{	
	background: #fff!important;
	border: 1px solid #BBB!important;
	margin: 0!important;
	padding: 0!important;
	line-height: 22px!important;
	border:none!important;
	background: none!important;
	padding-left: 22px!important;
	padding-right: 6px!important;
}
form.gsc-search-box {
margin: 0px;
}





body {
  background:#fff;
  color:#565656;
  font-family: Helvetica Neue, "Helvetica", arial, sans-serif; 
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-size: 12px;
}


/* ** ** Common Addative Classes ** ** */
.left, .float_left  { float:left	}
.right, .float_right { float:right!important;	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none	} .block {display:block !important;} .inline {display:inline !important;}

.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }

.bold {font-weight:600;}
.italic {font-style:italic;}

a { color:#3F8AC1; cursor: pointer; }
a:hover, a:focus { text-decoration:underline; color:#006c98;}
a:active, a:visited { }

blockquote {
        padding-top: 5px; 
        margin-left: 10px;
        margin-top: 5px; 
		color:#666; 
		font-style:italic; 
		font-weight: normal;
		line-height:18px; 
		quotes:none;
		padding:15px 10px 10px 40px;
		background: #f7f7f7 url(../images/quote.png) no-repeat;
		
		float: left;
		
		-moz-border-radius-: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		
}


blockquote p		{ margin-bottom: 5px; }
blockquote h3		{ font-style:normal; color:#565656; font-weight:normal;}
blockquote sub		{ font-style:normal; }
blockquote a 	 	{ text-decoration: none; font-weight: bold;  font-size:11px;}
blockquote strong	{ color:#777; }
blockquote img		{ /*margin: -20px -15px 0 0;*/ margin-right:20px; }

blockquote.left {border-right:1px dashed #ccc; width:35%;} /* float blockquote left, and set width */

p.quote{
	font-size: 13px;
	margin-left: 25px;
	color: #777;
	margin-bottom: 0;
}
p.quote sub{
	font-size: 11px;
}

.guarantee{
  	float: right;
  	margin-bottom: 5px;
}
.kiwi{
	background: #F7F7F7 url(/images/icons/kiwi.png)!important;
}
.kiwi:hover{
	background: #fff url(/images/icons/kiwi.png)!important;
}

.kiwi.active{
	background: #F7F7F7 url(/images/icons/kiwi.png)!important;
}

/*------------Header styles---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {margin:0 0 0.7em 5px; line-height:1.3em; font-weight:normal; color:#444; }
h1 {	font-size:32px; } 
h2 {	font-size:1.952em;} 
h3 {	font-size:1.652em;} 
h4 {	font-size:1.452em;} 
h5 {	font-size:1.252em;} 
h6 {	font-size:1.52em;}

.style {
    border-bottom: 1px dashed #CCCCCC;
    margin: 15px 0 15px 0;
}

.blue   { color:#3F8AC1; }

/*-----------List styles------------------------------------------------------------------------------*/

ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul,li ol{
  padding:0;
  margin:0 0 1.5em 1.5em;
}

/*-----------Selection--------------------------------------------------------------------------------*/


::selection {
	background: #525252; /* Safari */
	}
::-moz-selection {
	background: #525252; /* Firefox */
	color:#fff;
}

/*-----------Paragraph Styles-------------------------------------------------------------------------*/

	p   		{ margin:0 0 1.52em 5px; line-height:18px;}
	p img.left 	{ float:left;margin:1.52em 1.52em 1.52em 0;padding:0;}
	p img.right { float:right;margin:1.52em 0 1.52em 1.52em;}

strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre 			{	margin:1.5em 0;white-space:pre;}


/*-----------------------------------------------------------------------------------------------------*/

.container {
	margin-left:10px; margin-right:10px; margin-bottom:15px;
	display: inline;
	/*overflow: hidden;*/
	float: left;
	position: relative;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.top-block{	
	width: 980px;
	height: 115px;
}
.wrapper .wrapper {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}



.kmp-gateway header{
		top: 0;
}


header{
	margin-bottom: 15px;
	position: fixed;
	top: 34px;
	z-index: 1000;
	left: 0;
	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px black;
	box-shadow: 0px 1px 4px black;
	behavior: url(/PIE/PIE.htc);
}

.kmp-gateway header{
		top: 0;
}


.clearboth{
	clear: both;
}
/*-----------Grid styles------------------------------------------------------------------------------*/

.col_1, .width_1	 {	width:40px;	 }

.col_3, .width_3 	 {	width:160px; }

.col_5, .width_5	 {	width:280px; }
.col_6, .width_6	 {	width:340px; }
.col_7, .width_7	 {	width:400px; }
.col_8, .width_8	 {	width:460px; }
.col_9, .width_9 	 {	width:520px; }
.col_10, .width_10	 {	width:580px; }
.col_11, .width_11	 {	width:640px; }
.col_12, .width_12	 {	width:700px; }
.col_13, .width_13	 {	width:760px; }
.col_14, .width_14	 {	width:820px; }


/*the ones used*/
.col_105, .width_105 	{	width:100px; }
.col_110, .width_110	{	width:110px; }
.col_115, .width_115	{	width:105px; }
.col_170, .width_170	{	width:170px; }
.col_130, .width_130	{	width:130px; }
.col_130, .width_135	{	width:135px; }
.col_150, .width_150	{	width:150px; }
.col_140, .width_140	{	width:140px; }

.col_180, .width_180	{	width:180px; }
.col_200, .width_200	{	width:200px; }
.col_220, .width_220 	{	width:220px; }
.col_225, .width_225 	{	width:225px; }
.col_245, .width_245 	{	width:245px; }
.col_280, .width_280	{	width:280px; }
.col_300, .width_300 	{	width:300px; }
.col_320, .width_320 	{	width:320px; }
.col_375, .width_375	{	width:375px; }
.col_400, .width_400	{	width:400px; }
.col_470, .width_470 	{	width:470px; }
.col_460, .width_460 	{	width:460px; }
.col_500, .width_500 	{	width:500px; }
.col_640, .width_640	{	width:640px; }
.col_630, .width_630	{	width:630px; }
.col_660, .width_660	{	width:660px; }
.col_695, .width_695	{	width:695px; }
.col_960, .width_960	{ 	width:960px; }


.clear 				 { 	clear:both; height:10px; }

/*-----------------General Styling---------------------------------------------------------------------*/

header {
    //height:80px;
    height: 60px;
	width: 100%;
	background: url(../images/site-images/nav/bk-new.png) repeat-x;
}
header #wrapper{
	//background: url(../images/site-images/head-home2.png) repeat-x;
	height: inherit;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
}

footer #wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
}

.main{
	margin-bottom:0;
}


.logo {
	background: url(../images/site-images/nav/logo.png);
	width: 145px;
	height: 22px;
	margin:21px 0 17px 3px;
	/*width: 180px;
	height: 40px;
	background: url(../images/site-images/xmas-logo.png);
	margin:7px 0 17px 3px;*/
	
	display: block;	
	text-indent: -1000em;
	position: relative;
}

.hideit{
	display: none;
}


.helplinks ul li{
	display: inline-block;
	color: #999;
	font-size: 10px;
	margin: 5px 0;
	
}

.helplinks ul{
	margin:0!important;	
	margin-right: 12px!important;
}

.helplinks a{
	text-decoration: none;
	padding: 0 5px;
	color: #999;
}



/*------Primary Navigation----------------------------------------------------------------------------*/


ul.primary {
 	  list-style: none;
 	  float: right;
 	  margin: 11px 0 0 0px;
}

ul.primary li {
	  float: left;
	  margin-top: 7px;
}
	
ul.primary li a {
 	 display: block;
  	 height: 42px;
  	 line-height: 34px;
 	 padding-left: 18px;
 	 padding-right: 24px;
 	 font-size: 12px;
 	 color: #565656;
 	 //text-shadow: 1px 1px 1px #000;
  	 text-decoration: none; 
  	 
 	 
}

ul.primary li a span {
 	 font-weight: normal;
 	 text-decoration: none; 
}

ul.primary li a:hover,
ul.primary li.highlight a,
ul.primary li a.active {
 	 background-color: #fff!important; 
 	 text-shadow: none!important;
}
  
ul.primary li:hover a, ul.primary li a:hover{
	 color: #444444;
	 text-shadow: none!important;
	 -moz-border-radius-topright: 5px;
	 -khtml-border-radius-topright: 5px;
	 -webkit-border-top-right-radius: 5px;
	 
	 -moz-border-radius-topleft: 5px;
	 -khtml-border-radius-topleft: 5px;
	 -webkit-border-top-left-radius: 5px;
	 behavior: url(/PIE/PIE.htc);
	 
	 
	 
}
  
ul.primary li a{
	
  	 background: url(../images/site-images/arrow.png) top right no-repeat;
  	 background-position: right -36px;
  	 text-decoration: none; 
  	 behavior: url(/PIE/PIE.htc);
}

ul.primary li a:hover {
  	 background-position: right -35px;
  	 text-decoration: none; 
}



/*-----------------------------------------------------------------------------------------------------*/



/*-------sub navigation-------------*/


/*-----------------------------------------------------------------------------------------------------*/

#nav_column h4{
	font-size: 14px;
	margin-bottom: 10px;
	color: #666!important;
}
footer h4 span, #nav_column h4 span{
	font-weight: bold;
}


ul.primary li .sub {
	position: absolute;	
  	background: #fff;
  	padding: 0;
	box-shadow:6px 6px 6px #666;
	-webkit-box-shadow:6px 6px 6px #666;
	-moz-box-shadow:6px 6px 6px #666;	
	border-top: none;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px;
	text-decoration: none; 
	behavior: url(/PIE/PIE.htc);
	
	
	display: none;
	overflow: none;
	z-index: 100; 
}

ul.primary li:hover a { 
	color:#333; 
	background-color: #fff!important;
	background: transparent url(../images/site-images/arrow.png) top right no-repeat;
	background-position: right -35px;
	text-decoration: none; 
}

ul.primary li li a{
	text-shadow: none!important;
}


#nav_column{
	margin: 0;
	padding: 20px 0px 30px 30px ;
	width: 165px;
	border: none;
	float: left;
}

.firstsub{
	width: 145px!important;
}


.quick li{
	width: 187px!important;
	background: none!important;
	padding-left: 0!important;
}

.quick ul{
	margin-left: 0!important;	
}

.quick li a{
	width: 155px!important;
	line-height: 22px!important;
	display: block;
	height: 22px;
	float: left;
}
.quick li img{
	float: left;
	margin-right: 10px;
}


#nav_column_quick{
	margin: 0;
	padding: 20px 0px 30px 50px ;
	width: 155px;
	border: none;
	float: left;
}

.quicklinks{
	padding: 20px 0px 30px 50px!important;
}


#nav_column_top, #nav_column_top_1st{
	margin: 0;
	width: inherit;
	padding: 0 25px 0 25px;
	line-height: 72px;
	height: 60px;
	width: 350px;
	border: none;
	float: left;
	border-bottom: 1px solid #eee;
}
#nav_column_top img, #nav_column_top_1st img{
	margin-right: 10px;
}
#nav_column_top span, #nav_column_top_1st span{
	font-weight: normal;
	color: #999;
}

#nav_column ul li a{
	margin: 0;
	padding: 0;
	font-size: 11px!important;
	height: 16px;
	line-height: 16px;
	color: #1491cb;
	background: none!important;
	width: inherit;
}


#nav_column ul li li a{
	color: #777!important;
	font-weight: normal;
}

#nav_column ul li a:hover{
	color: #20D1F4!important;
}
#nav_column ul li ul{
	margin-left: 0!important;
}


#nav_column ul li{
	float: left;
	display: block;
	width: 150px;
	padding-left: 10px;
	background: transparent url(../images/site-images/arrow.png) top left no-repeat;
	background-position: -10px -114px;
	font-weight: bold;
	
}

#nav_column ul{
	margin-left: 7px!important;	
}


#solutions{
	width: 600px!important; opacity: 0; display: none; 
	margin-left: -150px!important;
}

#net24{
	width: 400px!important; opacity: 0; display: none; 
	margin-left: -150px!important;
}
#voyager{
	width: 400px!important; opacity: 0; display: none; 
	margin-left: -180px!important;
}

#support{
	width: 200px!important; opacity: 0; display: none; 
	margin-left: -60px!important;
}


/*--- sub naviation panel width etc----*/

#hosting{
	width: 630px!important;
	margin-left: -18px!important;
}

#vps{
	width: 630px!important;
	margin-left: -18px!important;
}

#cloud{
	margin-left: -60px!important;
}
#dedicated{
	margin-left: -100px!important;
}


#support{
	 width: 610px!important;
	 margin-left: -505px!important;
}
#emailnav{
	width: 450px!important;
	margin-left: -18px!important;
}

#cloud-servers{
	 margin-left: -180px!important;
}

#support ul{
	 width: 170px;
}
#support li{
	 width: 170px;
}

#vps-menu{	
	width: 820px!important;
	margin-left: -270px!important;
}

#dedicated-menu{	
	width: 820px!important;
	margin-left: -320px!important;
}*/
/*
h2 span{
	vertical-align: middle;
	display: inline-block;
}*/

/*h2.support{
	background: url("../images/support-nav.png") no-repeat;
	height: 40px;
	margin: -10px 0 0 -10px!important;
	padding-left: 45px!important;
	line-height: 20px;
}*/




/*--------------Sliding Panel------------------------------------------------------------------------*/

#toggle{
  float: right;
  list-style:none;	
  color: #666;
}

#toggle{
  float: right;
  list-style:none;	
  color: #666;
  text-decoration: underline;
}

#toggle:hover{
  cursor:pointer;
}

/*.open{
  background: url(../images/quick_contact.png);
  float:right;
  color:#444;  
  font-size:11px;
  font-weight:bold;
  position:relative;
  width:132px;
  padding-left:15px;
  height:36px;
  line-height:36px;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
}
.open.active{
	background-position: 0 -36px;
}*/

#panel {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	margin-top: 70px;
	height: 245px;
	color: #ccc;
	background: #383838;
	overflow: hidden;
	position: relative;
	z-index: 3;
	line-height: 18px;
	font-weight: normal;
	display: none;
}

.middle{
    height: 245px;
    padding-left: 40px;
    margin-right: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

/*---------Button Styles----------------------------------------------------------------------------*/

.awesome {
    background: #2474b1 url(../images/alert-overlay2.png) repeat-x; 
    display: inline-block; 
    padding: 0 15px 0;
    line-height: 28px;
	font-size:12px; 
	height: 28px;
    color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border: 1px #fff solid;
    position: relative;
    /*text-transform: uppercase;*/
    cursor: pointer;
    letter-spacing:0.05em;
}

.green					{ border: 1px solid #fff; background: #7eb101 url(../images/alert-overlay2.png) repeat-x; }
.awesome.green:hover 	{ background: #75a402 url(../images/alert-overlay2.png) repeat-x; color: #fff; text-decoration: none; }
.awesome:hover 			{ background: #1264a4 url(../images/alert-overlay2.png) repeat-x;  color: #fff; text-decoration: none; }


/*---------footer Styles----------------------------------------------------------------------------*/

footer{
	background: #f3f3f3 url(../images/site-images/footertop.jpg) repeat-x;
	width: 100%;
	font-size: 11px;
	overflow: hidden;
	height: auto;
}

.push{
	clear: both;
	height: 280px;//this is the sticky footer spacer
}

footer h4{
	font-size: 13px;
	margin: 25px 0 15px 0;
}

#nav_column h4{
	font-size: 13px;
	margin-bottom: 5px;
}
footer h4 span, #nav_column h4 span{
	font-weight: bold;
}

footer ul li{
	line-height: 21px;
	font-weight: bold;
}
footer .column p{
	line-height: 16px;
	color: #666;
}
footer ul{
	margin-bottom: 25px;	
}
footer ul li a{
	text-decoration: none;
	color: #1491cb;
}



.copyright{
	background: #f3f3f3 url(../images/site-images/footerbottom.jpg) repeat-x;
	height: 45px;
	width: 100%;
	float: left;
	line-height: 45px;
	font-size: 11px;
	overflow: hidden!important;
	color: #999;
}

.iconspacer{
	margin-right: 40px!important;
}

.copyright p{
	margin-top: 14px;
}

.copyright img{	
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 25px;
}

#social{
	height: 54px;
	float: left;
	width: inherit;
}

#social img{
	margin-right: 10px;
	margin-top: 12px;
}

#social p{
	width: 750px!important;
	height: 54px!important;
	overflow: hidden;
}

#social p{
	float: left;
	line-height: 54px;
	font-size: 12px;
}

#social p a{
	color: #666;
}

#social p span{
	color: #999;
}


.copyright a{	
	text-decoration: none;
	font-weight: bold;
	padding-right: 25px;
	background: transparent url(../images/site-images/arrow.png) top right no-repeat;
	background-position: right -66px;
	color: #1491cb;
}
.copyright a:hover, #nav_column a:hover{
	color: #20d1f4;
	color: #20d1f4;
}

.column{
	width: 190px;
	padding-left: 55px;
	float:left;		
}




/*footer{
  height: 175px;
  color: #565656;
  float: left;
  width:100%;
  font-size: 12px;
  padding: 30px 0 0 0;
  background: url(../images/footer.gif) repeat-x;
}

footer p				{ font-weight: 600; margin-left: 15px!important; }

p.copyright				{ font-weight: normal; text-align:center; font-size:12px; margin:0!important; padding:0 40px 0 0; color:#999; line-height:14px;}
p.copyright img			{ padding:0 10px 5px 10px;}
footer ul				{ list-style: none; line-height: 18px; margin-left: 15px; padding: 0; }
footer a				{ text-decoration: none; color: #565656; }
footer a:hover			{ color: #222; text-decoration: none; }

.quickmenu				{ list-style: none; font-size: 11px; margin:10px 40px 0 0; text-align: center; }
.quickmenu li			{ color: #999; display: inline; }
.quickmenu a			{ text-decoration: none;color: #999; }
.quickmenu a:hover, 
.quickmenu a.active		{ text-decoration: none; color: #565656; }*/



/*---------Home Styles----------------------------------------------------------------------------*/

.home-hosting {
	/*background: url(../images/home-hosting.png);*/
	background: url(../images/home-hosting-black.png);
	
	height: 75px;
	text-align: center;
	margin-bottom: 25px;
}
.home-vps {
	/*background: url(../images/home-vps.png);*/
	background: url(../images/home-vps-black.png);
	height: 75px;
	text-align: center;
	margin-bottom: 25px;
}
.home-dedicated {
	//background: url(../images/home-dedicated.png);
	background: url(../images/home-dedicated-black.png);
	height: 75px;
	text-align: center;
	margin-bottom: 25px;
}
.home-cloud {
	//background: url(../images/home-cloud.png);
	background: url(../images/home-cloud-black.png);
	height: 75px;
	text-align: center;
	margin-bottom: 25px;
}


.home-hosting .title, .home-vps .title, .home-dedicated .title, .home-cloud .title {
clear: both;
margin: 14px 0 2px;
font-size: 20px;
color:#3F8AC1;
}

.home p{
margin: 5px 15px;
line-height: 16px;
font-size: 11px;
}



/*---------Banner Styles----------------------------------------------------------------------------*/

#slider li{
	  height:305px;
	  width:960px;
	  margin:0;
	  list-style:none;
	  padding:0; 
	  vertical-align:middle;
	  text-align:center;
}	
	
#slider ol, #slider ul{
	  margin:0;
	  padding:0;
}
	
ol#controls {
	  background:#666;
	  height:40px;
	  float:left;
	  width:960px;
	  margin:0 auto;
	  text-align:center;
	  margin-top:-40px;
	  z-index:1000;
	  opacity:0.75;
	  -moz-border-radius-bottomright: 5px;
	  -khtml-border-radius-bottomright: 5px;
	  -webkit-border-bottom-right-radius: 5px;
	  -moz-border-radius-bottomleft: 5px;
	  -khtml-border-radius-bottomleft: 5px;
	  -webkit-border-bottom-left-radius: 5px;
}
	
ol#controls li {
	  text-align:center;
	  display:inline-block;
	  width:40px;
	  height:28px;
	  background:#666;
	  margin:5px 5px;
	  text-indent:-1000em;
	  cursor:pointer;
}
	
ol#controls li:hover {
	  box-shadow:2px 2px 2px #999;
	 -webkit-box-shadow:2px 2px 2px #999;
	 -moz-box-shadow: 2px 2px 2px #999;
}
	
ol#controls .current {
	 border:2px solid #222!important;
	 margin-top:-1px;
}
	
#controls .current {
		 border:2px solid #222;
		 margin-top:-1px;
}
	
#slider ol{
	  text-align:center;
	  width:960px;
	  
}
	
#controls li#controls1, #controls li#controls2, #controls li#controls3, #controls li#controls4, #controls li#controls5{
	 background: url(../images/site-images/thumb.jpg);
	 border:1px solid #555;
}

/*---------Second footer----------------------------------------------------------------------------*/

.srs 		{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.srs a		{ text-decortation:none; font-size:11px; }
.srs p 		{ float: left; width: 230px; margin-left: 0; margin-bottom: 5px; }
.srs-title		{ color: #3f8ac1; font-size: 18px; margin:25px 0 10px 0px!important;  float: left; width: 230px; }
.srs img	{ display: block; float: left; margin-top: 25px; }



/*--------------------------------------------------------------------------------------------------*/

.questions{
	height: 50px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0 15px;
	width: 930px;
	color: #444;
	margin-bottom: 20px;
	background: url(../images/questions.png) repeat-x;
}

.questions p.title{
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    float: left;
}

p#title{
	line-height: 52px;
	font-weight: bold;
	font-size: 15px;
	padding-left: 20px;
	color: #444;
	float: left;
	width: auto!important;
}

p#title span{
	line-height: 52px;
	font-weight: normal;
	font-size: 15px;
	color: #565656;
	margin: 0 5px 0 20px;
	float:right;
}

.questions p.number{
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    color: #565656;
    margin: 0 5px 0 0;
    float:right;
}

.questions a{
    float: right;
    margin: 9px 0 0 10px;
    vertical-align: centre;
}

.our-customers{
	/*height: 50px;*/
	padding: 0 15px;
	width: 930px;
	/*margin-bottom: 20px;*/
}
h3.our-customers{
	margin-left:0;
	/*margin-top: 5px;
	margin-bottom: 30px;
	*/
}

.our-customers .title{
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-bottom:0;
    margin-right:20px;
    margin-left:0;
    
}
.our-customers img{
    /*float: right;*/
}

/*---------Breadcrumbs----------------------------------------------------------------------------*/

.breadcrumbs{
	font-size: 11px;
	font-weight: bold;
	color:#565656;
	width: 960px;
	margin:0 0 0 15px;
}
.breadcrumbs a{
	text-decoration: none;
	font-weight: normal;
}

/*---------header background----------------------------------------------------------------------*/

/*---------header background----------------------------------------------------------------------*/


#banner{
	padding: 45px 15px 25px 15px;
	width: 930px;
	height: 80px;
	background: url('/images/banners/theme-black.jpg') 0 0 no-repeat;
}

#bannernewest{
	padding: 35px 15px 25px 15px;
	width: 930px;
	height: 80px;
	background: url('/images/banners/new_banner2.png') 0 0 no-repeat;
}


#newbanner{
	width: 960px;
	height: 220px;
	background: url('/images/banners/new.png') 0 0 no-repeat;
	
}


/*#banner h1{
	background-color: #ddd;
	display: block;	
	color: #444;
	float: left;
	padding: 0 10px 0 10px;
	font-weight: 200;
	margin-bottom:5px;	
	letter-spacing: 1px;
}
#banner p{
	background-color: #ddd;
	display: block;	
	clear: left;
	float: left;
	padding: 5px 10px;
	font-weight: 200;	
	float: left;
	font-size: 20px;
	color: #666;
	letter-spacing: 1px;
}*/
#banner h1{
	display: block;	
	color: #f7f7f7;
	float: left;
	padding: 0 10px 0 10px;
	font-weight: 200;
	margin-bottom:0px;	
	letter-spacing: 1px;
}
#banner p{
	display: block;	
	clear: left;
	float: left;
	padding: 0 10px;
	font-weight: 200;	
	float: left;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
}


#banner img{
    margin-top: -45px;
    margin-right: -15px;
    float:right;
    display: block;
}





/*

.thin-banner{
	padding: 25px 15px 0 15px;
	width: 925px;
	height: 87px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.thin-banner h1{
	text-shadow: #000 2px 2px 2px;
}
.thin-banner p{
	letter-spacing:1px;
	padding-left:2px;
}


.thick-banner{
	padding: 55px 15px 0 15px;
	width: 925px;
	height: 125px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}

.main-placeheader {
	padding: 35px 15px 0 10px;
	width: 930px;
	height: 90px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../images/site-images/banners/globe.jpg') 0 0 no-repeat;
}

.main-placeheader h1 {
	color: #565656;
}

.websitespark { background: url('../images/banners/websitespark.jpg') 0 0 no-repeat; color:#ddd;}
.websitespark h1 { color:#fff; margin-bottom: -5px; text-shadow: none!important;}
.parallels { background: url('../images/banners/parallels.jpg') 0 0 no-repeat; color:#ddd; }
.parallels h1 { text-indent: -1000em;  }

.dedicated { background: url('../images/site-images/banners/globe.jpg') 0 0 no-repeat; color:#888; height:94px; padding-top:35px;}
.dedicated h1 { color:#565656;  margin-bottom: -3px; text-shadow: none!important; }

.windows { background: url('../images/site-images/banners/globe.jpg') 0 0 no-repeat; color:#888; height:94px; padding-top:35px;}
.windows h1 { color:#565656;  margin-bottom: -3px; text-shadow: none!important; }

.linux { background: url('../images/site-images/banners/globe.jpg') 0 0 no-repeat; color:#888; font-size:13px;}
.linux h1 {  font-size:34px;  margin-bottom: 0; }

.email-sms { background: url('../images/site-images/banners/globe.jpg') 0 0 no-repeat; color:#888; font-size:13px;}
.email-sms h1 {  font-size:34px;  margin-bottom: 0; }

.supportbanner { background: url('../images/site-images/banners/hand.jpg') 0 0 no-repeat; color:#888; height:94px; padding-top:35px;}
.supportbanner h1 {  margin-bottom: -3px; text-shadow: none!important;}






.cloud-banner {
	padding: 0 15px 0 10px;
	width: 930px;
	height: 229px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../images/site-images/banners/cloud.jpg') 0 0 no-repeat;
}*/

/*---------Tab Bar-------------------------------------------------------------------------------*/



ul.tabs{
	list-style: none;
	font-size:12px;
	margin:0;
	padding:0;
	
	width: 960px;
	height: 32px;
	border-bottom:1px solid #ddd;
	
}

ul.tabs li a{
	float: left;
	/*margin-right: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px 3px;
		*/
	display: block;
	height:32px;
	line-height:32px;
	padding-left:24px;
	background: #f7f7f7;
	margin-bottom: -1px;
	
	/*background:url(../images/tabs.png);*/
	/*border-width: 1px 1px 0px 1px;*/
	position: relative;
	color: #565656;
	cursor: pointer;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

ul.tabs li a.active{
	/*background: #fff;*/
	color: #3F8AC1;	
	font-weight:bold;
}
ul.tabs li a:hover{
	background: #fcfcfc;
}


ul.tabs li span{
	border-right: 1px solid #ddd;
	height: 24px;
	padding-right: 24px;	
}
ul.tabs li span.last{
	border-right: none;	
}

ul.tabs li.knowledgebase span{
	border-right: none;	
	padding-right: 16px!important;
}
ul.tabs li.knowledgebase a{
	background: none;
	padding-left: 12px;
	font-size: 11px;
	color: #ccc;
	border: 1px solid #eee;
	margin-left: 1px;
	border-bottom: none;
	height: 31px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}


ul.tabs li.knowledgebase a:hover{
	color: #999;
	background: #f7f7f7;
	border: none;
}


/*---------Tab Bar-------------------------------------------------------------------------------*/

#op-system label, 
#networks label			{ color: #444; font-weight: bold; float: left; margin-top: 7px; }
#op-system 				{ float:right; margin-top: 0px; display: block; width: 330px; }
#networks 				{ float:right; margin-top: 2px; width: 350px; position: relative; }
#networks img 			{ margin-top:-5px; }
ul.radio-buttons li 	{ float: left; list-style: none; }

#op-system ul.radio-buttons li label{
	font-weight: normal;
	height: 30px;
	margin: 0;
	line-height: 30px;
}

#op-system ul.radio-buttons li label.linux{
	background:url(../images/linux-icon.png) no-repeat;
	padding-left: 33px;
	padding-right: 10px;
}
#op-system ul.radio-buttons li label.windows{
	background:url(../images/windows-icon.png) no-repeat;
	padding-left: 38px;
	padding-top: 0;
}
ul.radio-buttons{
	float: left;
	margin: 0;
	padding: 0;
}

input[type="radio"]{	
	margin:8px 2px 0 10px;
	float: left;
}


/*---------Featured-------------------------------------------------------------------------------*/

.featured{
	margin-left: 0;
	width: 280px;
	padding: 0 12px 0 18px;
	margin-top: 5px;
	/*margin-bottom: 25px;*/
	height: 272px;
	background: url(../images/featured-box-new-grey.png);
	text-align: center;
	margin-right: 15px!important;
}



.single				{ margin-right: 10px!important; }
.last				{ margin-right: 0!important; }
/*.featured p			{ text-align: center; }*/
.featured .width_110 p, .featured .width_130 p			{ font-size:10px; text-align:center; line-height:12px; float:left; margin-top:-3px; padding-left: 5px; }


.featured .width_170 p, .featured .width_170 a, .featured .width_170,
.featured .width_150 p, .featured .width_150 a, .featured .width_150			{ text-align:center; }
.featured .width_170 p, .featured .width_150 p			{ font-size:12px; margin:5px 0;  }
.featured .width_170 a, .featured .width_150 a			{ margin:3px 0; }
.featured .width_170 									{ margin-left:10px; width:160px; }
.featured .width_150									{ margin-left:10px; width:140px; }

.featured .width_170 .awesome							{ padding: 0 20px 0;}
.featured .width_150 .awesome							{ padding: 0 20px 0;}


.featured .title	{ clear: both; margin: 15px 0 30px; font-size: 17px; color: #fff; text-shadow: 1px 1px 1px #444; font-weight: 600; }

.featured ul {
     font-size: 11.4px;
    width: 170px;
    float: left;
    line-height: 22px;
    margin-left: 5px;
    text-align: left;
    height: 91px;
    list-style: none;
}
.featured img {
    margin:0 5px;
}

.featured ul li{
    background: url(../images/feature-arrow.png) no-repeat;
    padding-left: 15px;
}

.featured .price-block span{
	display:block;
	float:left;
	font-size:22px;
	margin-bottom: 5px;
}

.featured span.small {
	font-size:56px;
	margin-top:-8px;
	letter-spacing:-5px;
	padding-right:3px;
}
.featured span.symbol {
	margin-top:3px;
}
.featured span.mth {
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 2px;
}
.featured span.price {
	font-size:56px;
	margin-top:-8px;
	letter-spacing:-2px;
	padding:0 2px;
	margin-bottom: 0px;
}

.featured span.pricenew {
	font-size:56px;
	margin-top:-9px;
	letter-spacing:-2px;
	padding:0 2px;
	margin-bottom: 0;
}

.featured .price-block{
	display:block;
	float:left;
	padding-left:2px;
}

.link{
	font-size:11px;
}



/*---------------------list styles--------------------------------------------------------------------------*/



ul.arrow li{
    padding-left: 25px;
	background: url(../images/list-arrow.png) no-repeat;
}
ul.arrow{
   margin: 0;
   list-style: none;
   line-height: 22px;
   font-weight: bold;	
}

.greenarrow li{ 
	background: url(../images/list-greenarrow.png) no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	line-height: 18px;
	margin-bottom: 4px;
}

ul.greenarrow ul{ 
	list-style: none;
	margin-bottom: 10px;	
}

ul.greenarrow{
	margin-bottom:20px;
}

.greenarrow li strong, .greenarrow li a{ 
	/*color: #666666;
	text-decoration: none;*/	
}

.greenarrow li a:hover, ul.greenarrow li a strong:hover{ 
	color: #888;	
}



.bluearrow li{ 
	background: url(../images/bluearrow.png) no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.bluearrow li a{ 
	text-decoration: none;
}
.bluearrow li a span{ 
	color: #999;
}

.greenarrow, .bluearrow { 
	list-style: none;
	line-height: 18px;
	margin: 0;
}

.numbers { 
	line-height: 18px;
	margin-left: 23px;
	color:#0090c9;
	list-style-type: decimal;
	font-size: 14px;
	font-weight: bold;
}

.numbers li span { 
	line-height: 18px;
	color:#565656;
	margin-left: -3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.numbers li { 
	margin-bottom: 4px;
}

/*----------------FAQ Module--------------------------------------------------------------------*/

h2.acc_trigger {
  margin:0;
  height: 38px;
  line-height: 38px;
  padding:0 0 0 25px;
  float: left;
  font-size: 12px;
  font-weight: normal;
  width: 635px;
  border-bottom: 1px solid #e5e5e5;
  background:url('../images/faq.png') 0 0 no-repeat;
  
   
}

h2.acc_trigger a {
  color: #565656;
  font-weight:normal;
  text-decoration: none;
  display: block;
  padding: 0; 
}

h2.acc_trigger a:hover {
  color: #565656;
  font-weight:bold; }

h2.acc_trigger.active {
  border: none!important;
  background:('../images/faq.png') 0 0 no-repeat;
  background-color:#e5e5e5;
  background-position: 0 -38px;
  
}

h2.acc_trigger.active a{
  font-weight:bold;	  
}

.acc_container {
  border-top: 2px solid #fff;
  overflow: hidden;
  width: 660px;
/*  clear: both;*/
  background:#f7f7f7;
  padding-top: 10px;
}

.acc_container p{
  padding: 5px 25px 10px 25px; 
  line-height:16px;
  font-size:12px;
  color:#565656;  
}

.acc_container ul{
  padding: 0 0 0 25px;  
}

.boxit {
  overflow: hidden; 
  float: left;
}



/*-----------dedicated server ------------------------------*/


#accordian-header
{
	margin:0 0 4px 0;
	color:#fff;
	/*width: 960px;*/
	height:40px;
	line-height:40px;
	text-align: left;
	background:url('../images/title.png') repeat-x; 
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}



#accordian-header span{
	float: left;
	padding-left:20px;
	background: transparent url('../images/divider-dedicated.png') top left no-repeat;
}
#accordian-header span.first{
	background: none;
}

.col1	{ width:270px; }
.col2	{ width:180px; }
.col3	{ width:50px;  }
.col4	{ width:180px; }
.col5	{ width:60px;  }
.col7	{ width:80px;  }
.col8	{ width:215px; }
.col9	{ width:280px; }


.accordian_container {
  overflow: hidden;
  /*width: 920px;*/
   /*text-align:center;*/
  padding: 30px 0 30px 0px; 
  color:#565656; 
  clear: both;
}
.accordian_container img {
  float: right;
  margin-top: 20px;

}
.accordian_container img.icons {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
}

.accordian_container .col_245 img, .accordian_container .col_225 img {
  float: none;
  margin: 0;
  text-align: center;
}

.accordian_container .col_280 img {
  float: none;
  margin: 5px 0 5px 0;
}
.accordian_container .col_280 {
  text-align: center;
}

.accordian_container .col_245, .accordian_container .col_225 {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
} 

.accordian_container .col_375 img {
  float: none;
  margin: 5px 0 0 0;
} 

.accordian_container .col_245 a, .accordian_container .col_225 a{
  margin-top: 5px;
}

#accordian span{
	float: left;
	padding-left:20px;
	line-height:36px;
}

#accordian span span	{ line-height:33px; font-size: 12px; vertical-align:top; float: none; padding: 0; padding-left:1px; }
#accordian span.price 	{ font-size:16px; font-weight: bold; }


#accordian .col1, #accordian-header .col1, #accordian .col8, #accordian-header .col8 { 
	padding-left:40px;
}


#accordian {
	font-size: 11px;
	margin:0 0 4px 0;
	/*width: 960px;*/
	text-align: left;
	height:34px;
	color: #565656;
	background:url('../images/dedicated-tab.jpg') repeat-x; 
}

#accordian:hover, .acc_trigger.active #accordian
{
	background-position: 0 -36px;
}

.acc_trigger a{
	text-decoration: none;
}


/*---------------- pricing table large -----------------------------------------------------------------

#price-container, #price-container-small {
	border: 1px solid #ccc;
	border-top: none;
	float: left;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bordert-radius: 5px 5px;
}

#price-top, #price-top-small{
	color:#fff;
	width: 958px;
	height:52px;
	font-size:16px;
	line-height: 52px;
	text-align: left;
	float:left;
	background:url('../images/pricing-header.png') repeat-x; 
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px 5px;
}

#price-top-small.thin{
	height:40px;
	line-height: 40px;
	margin-top: 0;
}



#price-top .first, 
#price-top-small .first					{ padding-left:25px; float:left; }
#price-top .ends						{ text-align:center; float:right; width:200px; background: transparent url(../images/divider-price.png) top left no-repeat;}
#price-top span							{ color:#0090c9; }


#row									{ width: 958px; float: left; height:36px; line-height:36px;}
#row.alt								{ background:#f7f7f7; }
#row.alt first, #row .first				{ float:left; padding-left:25px; }

#row p									{ width: 300px; float: left; margin:0;}
#row p strong							{ width: 300px; float: left; margin:0;}

#row.alt .ends, #row .ends				{ width: 200px; float: right; background: transparent url(../images/divider-price-content.png) top left repeat-y; text-align:center;}
#row.alt .ends img, #row .ends img		{ vertical-align:middle; }


#row.top .first, #row.top .ends			{ height:36px; line-height:36px; padding-top: 10px;}
#row.top								{ height:46px; line-height:46px; }
#row.bottom .first, #row.bottom .ends	{ height:36px; line-height:36px; padding-bottom: 10px;}
#row.bottom 							{ height:46px; line-height:46px; }



#row.top-price .first span				{ height:46px; line-height:46px; }
#row.top-price							{ height:46px; line-height:46px; background: #ddd; font-weight: bold; font-size:24px;}
#row.top-price span						{ height:46px; line-height:38px; background: #ddd; font-weight: bold; font-size: 12px; vertical-align:top; }



#row.bottom	{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px 5px;	
}
*/

/*-----------------pricing table small-----------------------------------------------------------------

#price-top-small							{ width: 658px; }
#price-top-small span						{ color: #ccc; }
#price-container-small						{ width: 658px; }
#price-container-small #row           	  	{ width: 658px; } 
#price-container-small #row.alt .ends, 
#price-container-small #row .ends			{ width: 110px; }

.endfull									{ width: 330px!important;   border-top:1px solid #ccc; height: 35px;}
.endfull-bottom								{ width: 330px!important;   border-bottom:1px solid #ccc; border-top:1px solid #ccc; height: 34px;}

#price-top-small .ends						{ text-align:center; float:right; width:110px; background: transparent url(../images/divider-price.png) top left no-repeat;}


#price-container-small #row .ends a			{ margin-top:5px;}


*/

/*---------------quick contact text styling-----------------------------------------------------------------*/

.q-title{
	font-size: 20px;
	color: #fff;
	padding: 0;
	margin: 30px 0 20px 0;
	font-weight: lighter;
}

.q-sub{
	font-size: 14px;
	color: #777;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	font-weight: normal;
}
.q-text {
	font-size: 12px;
	color: #ccc;
	margin:0px 0 10px 0;
	font-weight: lighter;
}
.phone-number {
	font-size: 20px;
	color: #ccc;
	margin:0px;
	font-weight: lighter;
}

/*---------quick contact form-----------------------------------------------------------------*/


#panel input.field {
border: 1px #494949 solid;
background: #414141;
margin-right: 5px;
margin-top: 4px;
width: 205px;
color: #999;
height: 10px;
padding: 5px;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
margin: 0.5em 0;
font-size: 12px;
font-weight: lighter;
}


#panel textarea {
  border: 1px #494949 solid;
  background: #414141;
  margin-right: 5px;
  margin-top: 4px;
  padding: 5px;
  height: 30px;
  width: 288px;
  color: #999;
}

/*----------------SMS Bar--------------------------------------------------------------------*/

#sms, #knowledge_search{
  	border: 1px #ccc solid;
  	overflow:visible;
  	background: #f2f2f2;
  	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius:5px;   
    margin: 20px 0 45px 20px;
    width:940px;
}
.btnBacker{
    float: right;
    display: block;
    padding: 11px 15px;
    border-left: 1px solid #ccc;
	background: url(../images/questions.png) repeat-x repeat-y;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sms label, 
#sms input[type=text], 
#sms select 				{ float:left; margin:11px 3px;}

#sms label                  { margin:17px 20px 19px 100px;}
#sms input[type=text]		{ border: 1px solid #bbbbbb; padding: 3px 5px; height:20px; font-size:11px;}
#sms select 				{ color:#565656; background:transparent; background: #fff; border: 1px solid #bbbbbb; height: 28px; }

#sms img, #knowledge_search img{
    margin-top: -20px; margin-left: -15px;
	position: absolute;
}

#sms .width_320{
	color: #999;
}





.geotrust{ 
  float: right;  
  position: relative;
  display: block;
  margin-top: -17px;
  margin-right: -5px;
}

.overflow{
	overflow:visible!important;
}

/*--------------------------------knowledgebase-----------------------*/

 #knowledge_search{
 	background: url(../images/questions.png) repeat-x;
 	margin: 20px 0 20px 20px;
 }

#knowledge_search .title{
	float:left;
	font-weight: 200;
	width: 205px;
	color: #565656;
	font-size: 24px;
	margin: 16px 0 18px 75px;
}

#knowledge h2{
    font-size: 21px;	
}

#knowledge .col_640{
    padding-left: 40px!important;
    width: 605px;
    padding-right: 10px!important;
    border-left: 1px solid #ccc;	
}

#knowledge h1{
    font-size: 22px;
}
#knowledge .col_640 h1.underlined{
    border-bottom: 1px #ccc dotted;	
    margin-bottom: 3px;
    font-size: 22px;
}

#knowledge .col_640 h2{
   font-size:16px;
   margin-top: 30px;
   font-weight: bold;
 }


#knowledge .col_280{
    width: 264px;
}
#knowledge_search input[type=text]{
	height: 24px;
	border: 1px solid #bbbbbb;
	margin: 18px 0 18px;
	width: 410px;
}

#knowledge_search .green{
	height: 24px;
    vertical-align: middle;
}

/*-----------------*/

.ent-inf span{
	font-size: 10px;
	color: #999;
	margin: 0 5px;
}
.ent-inf span b{
	color:#0090c9;
	font-weight: normal;
}

#ask-question-case  span{
	display: block;
}

#ask-question-case  input[type=text]{
	width: 350px;
	border: 1px solid #ccc;
	padding: 7px;
}
#ask-question-case  {
	margin-left: 5px;
	margin-top: 20px;
}

#ask-question-case textarea{
	max-width: 550px;
	width: 550px;
	height: 100px;
	border: 1px solid #bbbbbb; 
	margin:0.4em 0; 
	padding: 7px; 
}

input[type=text].captcha{
	width: 100px!important;
	float: left;
	margin-bottom: 20px;
}

.captcha-img{
	float: left;
	margin-left:10px;
}

/*----------------------------*/

.numbers2 { 
	line-height: 18px;
	margin-left: 23px;
	color:#0090c9;
	margin-top: 20px;
	list-style-type: decimal;
	font-size: 14px;
	font-weight: bold;
}

.numbers2 li span { 
	line-height: 18px;
	color:#565656;
	margin-left: -3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.numbers2 li { 
	padding: 10px 0;
	border-bottom: 1px #ccc dotted;	
}

.numbers2 li h3 { 
    color:#0090c9; 
    font-size: 14px;
	margin-left: -3px;
	margin-bottom: 3px;
}

.numbers2 a{ 
	text-decoration: none;  
	padding-right: 15px;
	background: url(../images/bluearrow.png) top right no-repeat;  
}

.errorpage{
    padding-top: 30px;
	text-align: center;
}

.errorpage img{
    margin-bottom: 20px;
}


/*contact page styling */
ul.contactlist {
	list-style: none;
	margin: 0 0 20px 8px;
	display: block;
	padding: 0;
}
ul.contactlist li {
	margin-bottom: 10px;
	font-size: 12px;
	width: 370px;
}

ul.contactlist strong {
	width: 100px;
	float: left;
	display: inline-block;
}
ul.contactlist span {
	float: left;
	width: 270px;
	line-height: 16px;
	margin-bottom: 10px;
}

ul.contactlist h4 {
	margin-left: 0;
	margin-bottom: 5px;
}

#map {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #BBB;
	margin-bottom: 20px;
}

/*-------------*/
.spacer{
	margin-top: 10px;
}

.intro-text{
	font-size: 16px;
	line-height: 26px;
	color: #656565;
}

.side-nav {
  width:230px;
  margin-right:10px;
  margin-top:5px;
  	margin-bottom: 25px;
}

.support-nav{
	width:210px;
	float: right;

}

.side-nav ul li{ 
	background: url(../images/blue-arrow.png) no-repeat;
	line-height: 22px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	border-radius:3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.side-nav ul li a{ 
	text-decoration: none;
	padding-left: 25px;
	padding-top: 4px;
	display: block;	
}
.side-nav ul li:hover, .side-nav ul li.active{ 
	background: #eee url(../images/blue-arrow.png) no-repeat;
	border-bottom: 1px solid #ddd;
}
.side-nav ul li.active a{ 
	color:#006c98!important;
}

.side-nav ul{ 
	list-style: none;
	padding: 0;
	margin: 0;
}



/*------content---*/

.left-image{
  float: left;
  margin-right: 20px;	
	
}
.center{
  text-align: center;	
}

.testimonials{
	margin-left: 0px!important;
	margin-top: 0px!important;
	width: 410px;
	float: left;
	margin-bottom: 20px;
}
.testimonials h4{
	font-style: normal;
}

.smaller{
height: 24px;
margin: 0;
line-height: 24px;
font-size: 11px;
font-style: normal;
}

.testimonials a.awesome{
	font-style: normal;
}


/*-----------------blog styling ----------------*/

.post h3{
	margin-left: 5px;
	margin-bottom: 5px;
}
.date{
	margin-left: 5px;
	color: #999;
	padding-bottom: 20px;
	display: block;
}

.post{
	margin-bottom: 30px;
}

.post h3 a{
	text-decoration: none;
}

/*----------------image padding etc-------------*/

.image{
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#ms-sql{
	margin-top: -5px;
}

.hidden{
	display:none;
}

/*-----------dedicated pricing--*/
]
.price-block-top span{
	display:block;
	font-size:22px;
	margin-bottom: 5px;
}
.price-block-top{
	float:none;
	overflow:hidden;
	padding-left:10px;
	width:50%;
	margin: 0px auto;
}
.price-block-bottom{
	float:none;
	display:block;
	width:50%;
	margin: 0px auto;
}
.price-block-bottom p {
	padding:0!important;
	margin:0!important;
	font-weight:normal;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}
span.mnth{
	float: left;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 0 2px;
	color:#565656;
}

span.smallblue {
	font-size:44px;
	float:left;
	font-weight:normal;
	letter-spacing:-2px;
	padding-right:3px;
	color:#3F8AC1;
}
span.symbolblue {
	margin-top:7px;
	color:#3F8AC1;
	font-size:18px;
	font-weight:normal;
	float:left;
}



/*-------------------*/
.home-vps .price-block span, .home-hosting .price-block span, .home-dedicated .price-block span, .home-cloud .price-block span{
	display:block;
	float:left;
	font-size:22px;
	margin-bottom: 5px;
}

.home-vps span.small, .home-hosting span.small, .home-dedicated span.small, .home-cloud span.small {
	font-size:56px;
	margin-top:-8px;
	letter-spacing:-5px;
	padding-right:3px;
}
.home-vps span.symbol, .home-hosting span.symbol, .home-dedicated span.symbol, .home-cloud span.symbol {
	margin-top:3px;
}
.home-vps span.mth, .home-hosting span.mth, .home-dedicated span.mth, .home-cloud span.mth {
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 2px;
}
.home-vps span.price, .home-hosting span.price, .home-dedicated span.price, .home-cloud span.price{
	font-size:56px;
	margin-top:-8px;
	letter-spacing:-2px;
	padding:0 2px;
	margin-bottom: 0px;
}

.home-vps span.pricenew, .home-hosting span.pricenew, .home-dedicated span.pricenew, .home-cloud span.pricenew {
	font-size:56px;
	margin-top:-9px;
	letter-spacing:-2px;
	padding:0 2px;
	margin-bottom: 0;
}

.home-vps .price-block, .home-hosting .price-block, .home-dedicated .price-block, .home-cloud .price-block{
	display:block;
	float:left;
	padding-left:2px;
}

.homebox {
	display: block;
	margin: 0 auto;
}

.home-vps p, .home-hosting p, .home-dedicated p, .home-cloud p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
p.pricefrom {
	font-size: 11px;
	margin: 14px 0 5px;
	padding: 0;
}

/*-----------------*/

ul.newsreel{
	list-style: none;
	margin-left: 5px;
	margin-bottom: 25px;
}

ul.newsreel li{
	font-size: 11px;
	margin-bottom: 10px;
}
ul.newsreel li a{
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.no-bottom{
	margin-bottom: 0px;
}

.kiwibk{
	background-image: url('/images/site-images/save-the-kiwi.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
padding-left:15px!important;
}

.referlogo{
  margin-top: -20px;	
}
#lightbox-panel {
display: none;
position: fixed;
top: 100px;
left: 50%;
margin-left: -450px;
width: 866px;
background: white;
padding: 10px 15px 10px 15px;
border: 2px solid #CCC;
z-index: 1001;
}
#lightbox {
display: none;
background: black;
opacity: 0.5;
filter: alpha(opacity=90);
position: absolute;
top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
z-index: 1000;
}

/*--------newsticker-----*/

#ticker  {
	background: url('/images/newsticker.png') no-repeat;
	background-position: 15px 6px;
	padding-left: 50px;
	margin: 0;
	width: 550px;
	display: block;
	float: left;
}

#ticker li {
	height: 38px;
	list-style: none;
	line-height: 38px;
	color: #666;
}

#ticker li a {
	text-decoration: none;	
	color: #3F8AC1;
}
#newstitle{
	height: 38px;
	display: block;
	float: left;
	font-weight: bold;
	color: #3F8AC1;
	line-height: 38px;
}


#newsticker{
	margin:-8px 0 10px 10px;
	padding: 0px 0 0 30px;
	width: 928px;
	height: 38px;
	display: block;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f2f2;
	font-size: 12px;
	border: 1px #CCC solid;
	overflow: hidden;
}
#newsticker img{
	float: right;
	border-left: 1px #CCC solid;
}

/*------------------------------------------------*/

.noticetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.tickertaper {
	margin:0;
	width:205px;
	color:#929191;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
.tickertaper a {
	font-size:9px;
	color:#929191;
	text-decoration:none;
}
.tickertaper a:hover {
	color:#209e0d;
}

.tickertaper td,.tickertaper tr  {
	font-size:10px;
	color:#929191;
}

.expired-links{
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.expired-links a{
	color:#209e0d!important;
}

/*---------------------------------------*/

.domainbox{
	background-image: url('/images/site-images/1stdomains.png');
	height: 126px;	
	margin-top: -10px;
	margin-bottom: 10px;
	width: 225px;
}

.domain-search{
	margin: 0 0 0 10px;
}

.domain-search input[type="text"]{
	border: 1px solid #CCC;
	padding: 3px 5px;
	height: 17px;
	width: 160px;
	float: left;
	font-size: 11px;
	color: #999;
}

.domain-search input{
	margin: 58px 0 0 0;
}


/*------------support home page -------*/

#formstyle{
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 428px;
	margin-bottom: 20px;
	padding: 0px 20px 15px;
}

#formstyle h3{
	font-size: 15px;
	color: #565656;
	margin-bottom: 10px;
	/*float: left;*/
	display: block;
	width: inherit;
	margin-top: 15px;
	font-weight: bold;
	margin-left: 0!important;
}

#formstyle p{
  	margin-left: 0!important;
}
#formstyle p.required-intro{
  	float: none;
  	color: #666;
}
.MediumFont{
	font-size: 12px!important;
}
.support-intro{
  	margin-left: 15px!important;
}


.alert-danger ul.features-list{
	margin-bottom: 5px;
}

.alert-danger .issue-time{
padding-left: 20px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    background-image: none!important;
    padding: 15px!important;
    margin: 0 0 20px 0!important;
    border-radius: 4px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px!important;
    width: 630px!important;
    margin-top: 15px;
}



.alert-warning .issue-heading{
    color: #8a6d3b;
    font-size: 12px;
}

.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}




#voyagerNav #wrapper{
	//background: url(../images/site-images/head-home2.png) repeat-x;
	height: inherit;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
}

#voyagerNav {
    background: #009ee1;
    color: #fff;
    top: 0;
    position: fixed;
    z-index: 1001;
    font-size: 11px;
    height: 34px;
    width: 100%;
}



#voyagerNav .voyagerLogo{
	
	height: 34px;
	overflow: hidden;
	float: left;
}


#voyagerNav .voyagerLogo img {
	width: 80px;
}

#voyagerNav .voyagerLogo a{
	border-left: 1px solid #0976ab;
	border-right: 1px solid #0976ab;
	float: left;
	display: block;
	height: 28px;
	padding: 8px 35px;
}

#voyagerNav .voyagerLogo a:hover{
	background: #0976ab;
}


.navbar-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    float: right;
}
.navbar-nav li {
	float: left;
	color: #fff;
	border-left: 1px solid #0976ab;
}
.navbar-nav li:last-child {
	float: left;
	color: #fff;
	border-right: 1px solid #0976ab;
}

.navbar-nav li a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0 20px;
	line-height: 34px;
	cursor: pointer;
	
}

.navbar-nav li a:hover, .navbar-nav li a:focus, a.active {
	background: #0976ab;
}
