/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body-old {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper-OLD {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}
/* --------------------------------------------------------------
   GLYPH STYLE SHEET
-------------------------------------------------------------- */
html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #B3C7DF url(images/bg.gif) 0 0 repeat-x;
} 
 body, p, span, ul, ol, li, div, input, textarea, submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
} 
 
#pagewidth { 
 width:990px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 border-left: 1px solid #727272;
 border-right: 1px solid #727272; 
 z-index: 1;
 background: white;
} 
a {
	color: #3E72B7;
	text-decoration: none;
}
a:hover {
	color: #ff6705;
}
#wrapper {
	z-index: 1;
}
 
 /*   ------------------   HEADER   ------------------   */
 
#header {
 position:relative; 
 height:74px; 
 background: url(images/header_bg.gif);
 border-bottom: 1px solid white;
 width:100%;

}  
#header h1 {
	width: 200px;
	height: 74px;
	padding: 0;
	margin: 0;
	float: left;
	background: none;
}
#header h1 a {
	width: 200px;
	height: 74px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.gif) 16px 0 no-repeat;
	outline: none;
}
#top_nav_cont {
	width: 251px;
	height: 74px;
	float: left;
	margin-left: 528px;
	display: inline;
	z-index: 95;
}

#top_nav {
	height: 24px;
	padding-top: 4px;
	background: url(images/top_nav_bg.gif) 0 0 no-repeat;
	text-align: center;
	font-size: 10px;
}
#top_nav a {
	color: #3E72B7;
	text-decoration: none;
	font-size: 11px;
}
#top_nav a:hover {
	color: black;
}
#top_nav_cont span {
	font-size: 14px;
	color: #CCCBCB;
	font-style: italic;
	text-align: right;
	margin-top: 18px;
	display: block;
}

/*   --------------   top nav   -----------  */
#nav_cont {
	height: 32px;
	background: #C9DAEA url(images/nav_cont_bg.gif);
	 z-index: 95;
	 position: relative;
}

#nav {
list-style: none; 
padding: 3px 0 0 15px;
margin: 0;
z-index: 95;
}

#nav ul { 
padding: 1px 5px 12px 5px;
margin:0;
list-style: none;
width:199px;
z-index:199;
position:absolute;
overflow:visible;  
background: url(images/subnav_bg.gif) left bottom no-repeat;
border-top: 1px solid #a2a6af;
}
* html #nav ul {
	border-top: none;
}
#nav ul ul {
	width: 280px;
	z-index: 200;
}

#nav li { 
margin:0;   
position: relative; 
float:left;
display: block;
margin-right: 2px;
}
#nav ul li { 
padding-bottom: 1px;
background: url(images/subnav_dots.gif) bottom repeat-x;
}

#nav li a span {
height: 28px;
line-height: 30px;
padding: 0 0 0 12px;
display:block;
background: url(images/nav_bg.gif) left top;
text-decoration: none;
text-transform: uppercase;
color: #4e4e4e;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}
* html #nav li a span {
	width: 30px;
	white-space: nowrap;
}
#nav li a {
padding: 0 12px 0 0;
	background: url(images/nav_bg.gif) right top;
}
#nav li a:hover span {
background: url(images/nav_bg.gif) left bottom;
color: #FFFFFF;
}
#nav li a:hover {
background: url(images/nav_bg.gif) right bottom;
}
#nav ul li a {
	width: 168px;
	background: url(images/nav_arrow.gif) 10px 10px no-repeat;
	padding: 4px 1px 4px 30px;
	font-weight: bold;
	display: block;
	color: #454545;
	}
 
#nav a {
    text-decoration:none; 
    display:block;
}


#nav ul li a:hover { 
background: #E0EBED;
color: #ff6705;
}

#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-30px; 
    margin-left:145px;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-26px; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



li>ul { 
	top: auto;
	left: auto;
}

 /*   ------------------   RIGHT COLUMN   ------------------   */

#rightcol {
 width:205px; 
 float:left; 
 position:relative; 
 padding-right: 15px;
 }
 #news_ttl, #testim_ttl {
 	padding: 4px 3px 4px 20px;
	background: url(images/right_col_bg.gif) 0 0 repeat-x;
	color: #5CAE1B;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	border: 1px solid #b5c1cd;
 }
 .RC {
	background: #d4e2e4 url(images/right_col_bg.gif) 0 0 repeat-x;
	border: 1px solid #b5c1cd;
	margin: 0 0 5px 0;
 }
 .RC p {
 	margin: 0;
	padding: 10px 8px;	
 }
 .RC p strong {
 	color: black;
 }
 .news_data {
 	font-weight: bold;
	color: #ed8101;
 }
 .read_more {
 	display: block;
	text-align: right;
 }
 .read_more a {
 	color: black;
	text-decoration: none;
	font-weight: bold;
 }
 #logos img {
 	vertical-align: middle;
	margin: 5px;
 }
 
  /*   ------------------   MAIN CONTENT   ------------------   */
 
#maincol {
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:745px;
	z-index: 1;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 12px;
	margin: auto;
 }
 .plans {
 	width: 175px;
	height: 221px;
	background: url(images/plans_bg.jpg) 0 0 no-repeat;
	float: left;
	margin: 8px 8px 8px 0;
	color: white;
	font-size: 14px;
	z-index: 1;
	display: inline;
 }
 .plans h2 {
 	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	height: 33px;
	line-height: 35px;
	font-variant: small-caps;
	color: white;
	background: transparent url(images/plans_h2_bg.gif) bottom no-repeat;
 }
 .plans ul {
 	padding: 0;
	margin: 3px 0;
	list-style: none;
 }
 .plans li {
 	width: 158px;
	height: 19px;
	line-height: 19px;
	border-bottom: 1px solid #a5893b;
	margin: 0 0 0 8px;
	color: #B7B7B7;
	text-indent: 4px;
	font-size: 11px;
 }
 .price {
 	color: #acc8e1;
	font: bold 26px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	width: 89px;
 }
 
 .price span {
 	color: white;
 }
 .plan_btns img {
 	margin-top: 8px;
	float: left;
 }
 #feats {
	width: 745px;
	height: 58px;
	border-bottom: 1px solid #636363;
	border-top: 1px solid #636363;	
	background: #D5E3E5;
	padding: 0;
	margin: 0 0 8px 0;
	list-style: none;
	clear: both;
 }
  #feats li {
  	float: left;
	height: 58px;
	padding-left: 2px;
	background: url(images/feat_li_bg.gif) 0 0 no-repeat;
  }
  #feats li a {
  	width: 184px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	outline: none;
  }
  #days30 {
  	background: url(images/30days.gif) 0 0 no-repeat;
  }
  #supp24x7 {
  	background: url(images/24x7supp.gif) 0 0 no-repeat;
  }
  #own_domain {
  	background: url(images/own_domain.gif) 0 0 no-repeat;
  }
  #cpanel {
  	background: url(images/cpanel.gif) 0 0 no-repeat;
  }
  #content {
  	background: url(images/home_page_cont_bg.gif) 0 0 no-repeat;
  }
  #content p {
  	margin: 0 10px;
	padding: 8px 0 0 0;
  }
  h1 {
  	margin: 0 10px;
	padding: 15px 10px 15px 30px;
	width: 687px;
	color: #5CAE1B;
	font: normal 20px Arial, Helvetica, sans-serif;
	background: url(images/h1_dots.gif) bottom repeat-x;
  }
  * html h1 {
  	height: 10px;
  }
 #articles h4 {
	padding: 0;
	margin: 0;
	height: 34px;
	line-height: 34px;
	width: 746px;
	background: url(images/articles_bg.gif);
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	text-transform: uppercase;
	margin-top: 8px;
 }
 #articles h2 {
 	padding: 12px 15px;
	margin: 0;
 }
 #articles h2 a {
 	font-size: 20px;
	font-weight: normal;
	color: #5CAE1B;
	text-decoration: none;
 } 
 #articles p {
 	margin: 0;
 }
 #designplans {
 	width: 475px;
	margin: 10px 0 10px 125px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
 }
  #designplans th {
 	height: 20px;
	background: url(images/plans_head_bg.gif);
	border: 1px solid #c0c0c0;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-variant: small-caps;
	width: 445px;
 }
 #designplans td {
 	padding: 4px;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #5d6771;
 }
  #aboutusplans {
 	width: 545px;
	margin: 10px 0 10px 80px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
 }
  #aboutusplans th {
 	height: 20px;
	background: url(images/plans_head_bg.gif);
	border: 1px solid #c0c0c0;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-variant: small-caps;
	width: 445px;
 }
 #aboutusplans td {
 	padding: 4px;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #5d6771;
 }
 #plans {
 	width: 725px;
	margin: 10px 0 10px 10px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
 }
 #plans th {
 	height: 29px;
	background: url(images/plans_head_bg.gif);
	border: 1px solid #c0c0c0;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-variant: small-caps;
	width: 145px;
 }
 #plans td {
 	padding: 9px;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #5d6771;
 }
 .col1 {
 	background: #eaf3f4;
	font-weight: bold;
	color: black;
 }
 td.plan_options {
 	color: black !important;
	text-align: left !important;
	font-weight: bold;
	font-size: 12px  !important;
 }
 .pricing a {
 	color: #5cae1b;
	font-size: 20px;
 }
 /*   ---------------- Addons for Hosting Plans ----------------    */
 
 #plansaddon {
 	width: 725px;
	margin: 10px 0 10px 10px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
 }
  #plansaddon th {
 	height: 29px;
	background: url(images/plans_head_bg.gif);
	border: 1px solid #c0c0c0;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-variant: small-caps;
	width: 145px;
 }
  #plansaddon td {
 	padding: 9px;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
 }
	 
 /*   ---------------- tooltip ----------------    */
 a.tt{
    position:relative;
    z-index:24;
	 height: 24px;
	 /*width: 90%;*/
	 display: block;
	 float: right;
		z-index: 24;
}
 a.tt img {
 	border: none;
 }
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
* html a.tt:hover{ z-index:25; color: #aaaaff;background: white;}
a.tt:hover {
	z-index: 1005;
}
a.tt:hover span.tooltip{    
    position:absolute;
	 display:block;
    top:18px; left:-110px;;
	padding: 10px;
	width:230px;
	color: #FFFFFF;
	font-weight: bold;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	background: #363f48 url(images/tooltip_bg.gif) 0 0 repeat-x;
	border: 1px solid #3B3B3B;
	z-index: 1000;	
	cursor: pointer;
}


 
  /*   ------------------   FOOTER   ------------------   */
 
#footer {
 height:32px; 
 background: #363636 url(images/footer_bg.gif) 0 0 repeat-x;
 border-top: 1px solid black;
 color: white;
 text-align: center;
 padding: 17px 0 0 17px;
 font-size: 11px;
 clear:both;
 } 
#footer a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #3E72B7;
}

 /* *** Float containers fix:  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#maincol{width:100%; float:none;}
}