/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:980px;
} 

body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#8c8c82; 
	min-width:980px;
	background:url(images/tail-top.gif) repeat-x left top;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img {
	border:0;
	vertical-align:text-bottom;
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== TAILING =========================*/

.header-top {
	background:url(images/png-bg.png) no-repeat center top;
}

/*========================== ALIGMENT =========================*/

.logins { 
	float:right;
}
.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#newsletter-form label {
	font-size:24px;
	line-height:1.2em;
	display:block;
	padding-bottom:5px;
}
#newsletter-form span {
	display:block;
	background:url(images/input-bg.gif) no-repeat left top;
	width:236px;
	height:26px;
	margin-bottom:6px;
}
#newsletter-form input {
	background:none;
	border:0;
	margin:5px 0 0 12px;
	vertical-align:top;
	line-height:1.2em;
	color:#8c8c82;
	width:210px;
}
#newsletter-form a {
	float:right;
	font-size:14px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	background:url(images/button-left.gif) no-repeat left top #477ec2;
	text-decoration:none;
}
#newsletter-form a b {
	display:block;
	padding:5px 9px 4px 9px;
	background:url(images/button-right.gif) no-repeat right top;
}

/*---*/

#contacts-form .field { 
	height:26px;
}
#contacts-form input {
	width:196px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0; 
	border-right:1px solid #cecece;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:196px; 
	height:57px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0;	
	border-right:1px solid #cecece; 
	padding:2px 0 2px 3px;
	margin-bottom:12px; 
}
#contacts-form a {
	color:#477ec2;
	text-transform:uppercase;
	font-weight:bold;
}

/*---*/
#webmail-form .field { 
	height:26px;
}
#webmail-form input {
	width:130px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0; 
	border-right:1px solid #cecece;	
	vertical-align:top;	
	line-height:1.2em;
}
#webmail-form textarea { 
	width:196px; 
	height:57px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0;	
	border-right:1px solid #cecece; 
	padding:2px 0 2px 3px;
	margin-bottom:12px; 
}
#webmail-form a {
	color:#477ec2;
	text-transform:uppercase;
	font-weight:bold;
}

/*---*/
#portal-form .field { 
	height:26px;
}
#portal-form input {
	width:130px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0; 
	border-right:1px solid #cecece;	
	vertical-align:top;	
	line-height:1.2em;
}
#portal-form textarea { 
	width:196px; 
	height:57px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:0;	
	border-right:1px solid #cecece; 
	padding:2px 0 2px 3px;
	margin-bottom:12px; 
}
#portal-form a {
	color:#477ec2;
	text-transform:uppercase;
	font-weight:bold;
}

/*========================== LISTS ============================*/

.list li {
	font-weight:bold;
	padding:0 0 8px 12px;
	background:url(images/marker.gif) no-repeat left 4px;
}
.list li.last {
	padding-bottom:0;
}
.list li a {
	color:#477ec2;
}

.list1 li {
	line-height:1.33em;
	padding:5px 0 10px 0;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list1 li span {
	display:block;
	float:left;
	width:36px;
	height:36px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background-repeat:no-repeat;
	background-position:left top;
	line-height:2.3em;
	margin:-5px 4px 0 0;
}
.list1 li a {
	text-transform:uppercase;
	font-weight:bold;
}
/* style1 */
.list1 li.style1 span {
	background-image:url(images/marker1.gif);
}
.list1 li.style1 a {
	color:#023e6c;
}
/* style2 */
.list1 li.style2 span {
	background-image:url(images/marker2.gif);
}
.list1 li.style2 a {
	color:#477ec2;
}
/* style3 */
.list1 li.style3 span {
	background-image:url(images/marker3.gif);
}
.list1 li.style3 a {
	color:#71a503;
}
/* style4 */
.list1 li.style4 span {
	background-image:url(images/marker4.gif);
}

.price-list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:15px;
}
.price-list li span {
	float:left;
	width:510px;
	margin-right:20px;
}
.price-list li strong {
	float:left;
	width:67px;
	text-align:center;
}
.price-list li b {
	float:right;
}
.price-list li strong,
.price-list li b {
	padding-top:10px;
}
.price-list li a {
	font-weight:bold;
	text-decoration:none;
}
.price-list li a:hover {
	text-decoration:underline;
}

/*========================== OTHER ============================*/

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

p { 
	line-height:1.33em;
	margin-bottom:12px;
}

.extra-column {
	float:right;
	width:270px;
}

dl {
	margin-bottom:-18px;
}
dl dt {
	font-weight:bold;
	text-transform:uppercase;
}
dl dd {
	margin-bottom:18px;
}
dl dd span {
	float:right;
	margin-right:120px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#8c8c82; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:24px;
	line-height:1.2em;
	margin-bottom:14px;
}
h4 {
	font-size:1em;
	margin-bottom:10px;
}
h5 {
	color:#71a503;
	font-size:.92em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h6 {
	font-size:1em;
	text-transform:uppercase;
}
h6 a {
	color:#477ec2;
}
h6.extra {
	margin-bottom:12px;
}
h6.extra a {
	color:#023e6c;
}
h6.extra.alt a {
	color:#71a503;
}

.txt1 {
	color:#71a503;
	font-weight:bold;
	text-transform:uppercase;
}

.link1 { 
	display:block; 
	float:right; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	color:#477ec2; 
	text-decoration:none;
	font-size:14px; 
	line-height:1.3em;
	text-transform:uppercase;
}
.link1 em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(images/link1-right.gif) no-repeat right top; 
	padding:4px 9px 2px 9px; 
	font-style:normal; 
	font-weight:normal;
}
.link1:hover b {
	color:#000;
}

.line-ver1 {
	background:url(images/divider.gif) repeat-y 213px 0;
}
.line-ver1 .top {
	background:url(images/corner-bg.gif) no-repeat 214px 0;
}
.line-ver2 {
	background:url(images/divider.gif) repeat-y 472px 0;
	width:100%;
}
.line-ver2 .top {
	background:url(images/corner-bg.gif) no-repeat 473px 0;
}
.line-ver3 {
	background:url(images/divider.gif) repeat-y 322px 0;
}

/*============================ BOXES ==========================*/

.box { 
	background-color:#e2e2df;
	width:100%;
}
.box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:20px 35px 31px 33px;
}
.box h3 {
	color:#72a604;
}

/*========================== HEADER ===========================*/

#header .page-home {
	background:url(images/header-bg.jpg) no-repeat left bottom;
}

#header .page-cloud {
	background:url(images/header-cloud.jpg) no-repeat left bottom;
}

#header .page-colo {
	background:url(images/header-colo.jpg) no-repeat left bottom;
}

#header .page-datacenter {
	background:url(images/header-datacenter.jpg) no-repeat left bottom;
}

#header .page-exchange {
	background:url(images/header-exchange.jpg) no-repeat left bottom;
}

#header .page-hosting {
	background:url(images/header-hosting.jpg) no-repeat left bottom;
}

#header .page-privacy {
	background:url(images/header-privacy.jpg) no-repeat left bottom;
}

#header .page-contact {
	background:url(images/header-contact.jpg) no-repeat left bottom;
}

#header .row-1 {
	height:82px;
}
#header .row-1 .fleft {
	padding-top:10px;
}
#header .row-1 .fright {
	padding:45px 23px 0px 0px;
}
#header .row-1 .fright ul li {
	font-size:14px;
	line-height:1.2em;
	float:left;
	padding-left:35px;
}
#header .row-1 .fright ul li a {
	color:#fff;
	text-decoration:none;
}
#header .row-1 .fright ul li a:hover,
#header .row-1 .fright ul li a.active {
	color:#8bc413;
}
#header .row-2 {
	height:393px;
	overflow:hidden;
	width:100%;
}
#header .row-2 .fleft {
	padding-top:74px;
	position:relative;
}
#header .row-2 .fright {
	padding-top:30px;
}
#header .row-2 .fright ul li {
	padding-bottom:9px;
}
#header .row-2 .fright ul li.alt {
	margin:-105px 0 0 0;
	padding:0;
	left:-279px;
	top:105px;
	position:relative;
}

#header-2 .row-1 {
	height:82px;
}
#header-2 .row-1 .fleft {
	padding-top:10px;
}
#header-2 .row-1 .fright {
	padding:45px 23px 0px 0px;
}
#header-2 .row-1 .fright ul li {
	font-size:14px;
	line-height:1.2em;
	float:left;
	padding-left:35px;
}
#header-2 .row-1 .fright ul li a {
	color:#fff;
	text-decoration:none;
}
#header-2 .row-1 .fright ul li a:hover,
#header-2 .row-1 .fright ul li a.active {
	color:#8bc413;
}
#header-2 .row-2 {
	height:393px;
	overflow:hidden;
	width:100%;
}
#header-2 .row-2 .fleft {
	padding-top:74px;
	position:relative;
}
#header-2 .row-2 .fright {
	padding-top:30px;
}
#header-2 .row-2 .fright ul li {
	padding-bottom:9px;
}
#header-2 .row-2 .fright ul li.alt {
	margin:-105px 0 0 0;
	padding:0;
	left:-279px;
	top:105px;
	position:relative;
}

/*========================= CONTENT ===========================*/

#content {
	border-top:3px solid #d9d9d4;
	background-color:#f2f2f0;
	margin-top:1px;
	padding:31px 0 27px 0;
}

/*========================= FOOTER ============================*/

#footer .col-1 strong {
	font-size:18px;
}
#footer .col-1 a {
	text-decoration:none;
	font-size:1.17em;
}
#footer .col-1 a:hover {
	text-decoration:underline;
}
#footer .col-2 {
	font-size:14px;
	text-transform:uppercase;
}
#footer .col-2 strong,
#footer .col-2 b {
	font-size:18px;
}
#footer .col-2 strong {
	text-transform:none;
}
#footer .col-2 b {
	color:#477ec2;
}
#footer .col-2 span {
	display:block;
	padding-top:5px;
}
#footer .col-3 ul li {
	font-weight:bold;
	font-size:.92em;
	text-transform:uppercase;
	padding:0 0 4px 11px;
	background:url(images/marker.gif) no-repeat left 5px;
}
#footer .col-3 ul li a {
	color:#477ec2;
}

/*=============================================================*/

/*--- banners begin ---*/
.banners {
	margin-top:-31px;
	position:relative;
	width:100%;
	overflow:hidden;
}
.banners .col-1,
.banners .col-2,
.banners .col-3 {
	padding-top:28px;
}
.banners .extra-column {
	padding-top:31px;
}
.banners b {
	color:#477ec2;
	font-size:23px;
	line-height:1.2em;
	display:block;
}
.banners .link1 b {
	font-size:14px;
	line-height:1.3em;
}
.banners strong {
	display:block;
}
.banners strong span {
	line-height:1.2em;
	display:block;
	margin-top:-8px;
}
.banners strong,
.banners strong b {
	color:#71a503;
}
.banners strong b {
	display:inline;
}
/* banner1 */
.banners .col-1 strong {
	font-size:30px;
	margin-top:-5px;
}
.banners .col-1 strong b {
	font-size:51px;
}
.banners .col-1 strong span {
	font-size:21px;
}
.banners .col-1 ul {
	padding:8px 0 4px 0;
}
.banners .col-1 ul li {
	font-size:18px;
	padding:0 0 4px 11px;
	background:url(images/marker.gif) no-repeat left 5px;
}
.banners .col-1 ul li a {
	text-decoration:none;
}
.banners .col-1 ul li a:hover {
	color:#363633;
}
/* banner2 */
.banners .col-2 strong {
	font-size:24px;
}
.banners .col-2 strong b {
	font-size:48px;
}
.banners .col-2 strong span,
.banners .col-2 p {
	font-size:18px;
}
.banners .col-2 p {
	padding-top:12px;
	margin-bottom:0;
}
.banners .col-2 ul li {
	font-size:18px;
	padding:0 0 4px 11px;
	background:url(images/marker.gif) no-repeat left 5px;
}
.banners .col-2 ul li a {
	text-decoration:none;
}
.banners .col-2 ul li a:hover {
	color:#363633;
}
/* banner3 */
.banners .col-3 strong {
	font-size:18px;
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
}
.banners .col-3 strong b {
	font-size:44px;
	float:left;
}
.banners .col-3 strong span {
	float:left;
	padding-top:12px;
	padding-left:4px;
}
.banners .col-3 em {
	font-size:18px;
	line-height:1.2em;
	font-style:normal;
	text-transform:uppercase;
	display:block;
	margin-top:-5px;
	padding-bottom:10px;
}
.banners .col-3 em b {
	font-size:36px;
	color:#8c8c82;
	display:inline-block;
	margin-top:-12px;
	position:relative;
	top:12px;
}
.banners .col-3 .link1 em,
.banners .col-3 .link1 em b {
	font-size:14px;
	margin:0;
	top:0;
	color:#477ec2;
}
.banners .col-3 .link1:hover em b {
	color:#000;
}
.banners .col-3 p {
	font-size:20px;
	padding-top:10px;
	margin:-5px 0 0 0;
}
.banners .col-3 ul li {
	font-size:18px;
	padding:0 0 4px 11px;
	background:url(images/marker.gif) no-repeat left 5px;
}
.banners .col-3 ul li a {
	text-decoration:none;
}
.banners .col-3 ul li a:hover {
	color:#363633;
}
/*--- banners end ---*/

#logo {
	width:960px;
	}
#page-bar {
	margin:0 auto;
	margin-top:2px;
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #F29D12;
	}


#page-bar a, #page-bar a:visited {
	text-decoration: none;
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #333;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* --------------------------------------------------------------
   WHMCS
-------------------------------------------------------------- */


/* --------------------------------------------------------------
   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;
}

.contentboxgn {
	width: 90%;
	text-align: center;
	background-color: #dbfdb8;
	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;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

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

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

.clientarealinks a {
	color: #555555;
}

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

table.topnavbar {
	width: 100%;
}

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

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

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

table.frame {
	width: 100%;
	border: 1px solid #666;
	padding: 10px;
}

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

.clientareatable {
	width: 100%;
	background-color: #cccccc;
	border:1px solid #ccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	border:1px solid #ccc;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
	border:1px solid #ccc;
}
td.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
	border:1px solid #ccc;
}

tr.clientareatablepending {
	background-color: #dbfdb8;
	text-align: center;
	border:1px solid #ccc;
}

tr.clientareatablesuspended {
	background-color: #dbfdb8;
	text-align: center;
	border:1px solid #ccc;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
	border:1px solid #ccc;
}

/* --------------------------------------------------------------
   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;
}

