BODY {
	margin: 0;
	padding: 0;
	color: #203040;
	font: 100%/1.2 Arial, Helvetica, Geneva, sans-serif;
	background: #CAD1D9 url(../img/bg_body.gif) repeat-x 0 0;
}
H1, H2, H3, P, UL, OL, LI, DL, DT, DD, FORM, IMG {
	margin: 0;
	border: 0;
	padding: 0;
}


A:link {
	color: #246BB3;
}
A:visited {
	color: #604080;
}
A:hover,
A:active {
	color: #BF3000;
}


H1 {
	padding: 0.2em 0 0.4em;
	font-size: 120%;
	color: #005999;
	text-transform: uppercase;
}
H2 {
	padding: 0.6em 0 0.2em;
	color: #BF3000;
	font-size: 130%;
}
H3 {
	padding: 0.8em 0 0.2em;
	font-size: 100%;
}
P {
	padding: 0.2em 0 0.6em;
	font-size: 100%;
	line-height: 1.3;
}
UL, OL {
	padding: 0.2em 0 0.6em 2.4em;
	font-size: 100%;
}
UL LI,
OL LI {
	padding: 0.2em 0 0.1em;
}
TABLE {
	font-size: 100%;
}
KBD {
	font: normal 100% Monaco, "Courier New", Courier, monospace;
}
ACRONYM {
	border-bottom: 1px dashed #999;
	cursor: help;
}

/* Image replacement */

SPAN.ir {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent no-repeat 0 0;
}



.clear {
	clear: both;
}
.sml {
	font-size: 85%;
}
.big {
	font-size: 120%;
}
.nobr {
	white-space: nowrap;
}
.author {
	font-style: italic;
	font-size: 90%;
}
.date {
	padding: 0.2em 0 0.4em;
	color: #4D6680;
	font-size: 80%;
}
.hot {
	color: #BF3000;
}


/* Wrappers
=================================== */

#globalwrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
.wrap {
	clear: both;
	float: left;
	width: 760px;
	border-bottom: 2px solid #FFF;
}



/* Buttons
=================================== */

A.btn {
	height: 18px;
	margin: 0 2px 2px 0;
	border: 1px solid #FFF;
	padding: 3px 10px 0;
	background: #CCEAFF url(../img/btn_bg.gif) repeat-x 0 0;
	color: #004373 !important;
	text-decoration: none;
	white-space: nowrap;
}
A.btn:hover {
	background: #66BFFF url(../img/btn_bg_hover.gif) repeat-x 0 0;
	color: #FFF !important;
}
A.important {
	background: #FFD34D url(../img/btn_important_bg.gif) repeat-x 0 0;
	color: #801500 !important;
}
A.important:hover {
	background: #FA0 url(../img/btn_important_bg_hover.gif) repeat-x 0 0;
}


/* Header
=================================== */


/* Logotype
----------------------------------- */

#logo {
	display: block;
	position: absolute;
	top: 49px;
	left: 15px;
	width: 140px;
	height: 34px;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
}
#logo SPAN.ir {
	background-image: url(../img/logo.gif);
}


/* Short contact information
----------------------------------- */

#contact-info {
	position: absolute;
	top: 59px;
	right: 0;
	width: 292px;
	height: 18px;
	padding: 0;
	font-size: 80%;
	color: #005999;
}
#contact-info LI {
	position: relative;
	float: left;
	margin-left: 15px;
	padding: 0;
	height: 18px;
	list-style: none;
	text-align: right;
	overflow: hidden;
}
#contact-info LI#ci-call {
	width: 170px;
}
#contact-info LI#ci-call SPAN.ir {
	background-image: url(../img/ci_call.gif);
}
#contact-info LI#ci-chat {
	width: 91px;
}
#contact-info LI#ci-chat SPAN.ir {
	background-image: url(../img/ci_chat.gif);
}


/* Top navigation
----------------------------------- */

#nav-meta {
	float: left;
	width: 760px;
	height: 28px;
	padding: 0;
}
#nav-meta LI {
	float: left;
	width: 125px;
	height: 28px;
	margin: 0 1px;
	padding: 0;
	list-style: none;
	font-size: 70%;
	text-transform: uppercase;
}
#nav-meta LI A,
#nav-meta LI STRONG {
	float: left;
	width: 95px;
	height: 20px;
	padding: 8px 15px 0;
	background-repeat: no-repeat;
}
#nav-meta LI A {
	background-color: #DAE0E5;
	color: #4D6680 !important;
	text-decoration: none;
}
#nav-meta LI A:hover {
	background-color: #CAD2D9;
}
#nav-meta LI STRONG {
	background-color: #61B6F2;
	color: #FFF;
	font-weight: normal;
}
#nav-meta LI STRONG A {
	margin: -8px -15px 0;
	background-color: transparent !important;
	background-image: none !important;
	color: #FFF !important;
}

/* First item */

#nav-meta LI.first {
	margin-left: 0;
}
#nav-meta LI.first A,
#nav-meta LI.first STRONG {
	background-position: 0 100%;
}
#nav-meta LI.first A {
	background-image: url(../img/bg_nav-meta_first.gif);
}
#nav-meta LI.first STRONG {
	background-image: url(../img/bg_nav-meta_first_a.gif);
}

/* Last item */

#nav-meta LI.last {
	margin-right: 0;
}
#nav-meta LI.last A,
#nav-meta LI.last STRONG {
	background-position: 100% 100%;
}
#nav-meta LI.last A {
	background-image: url(../img/bg_nav-meta_last.gif);
}
#nav-meta LI.last STRONG {
	background-image: url(../img/bg_nav-meta_last_a.gif);

}


/* Sub-navigation in sidebar 
----------------------------------- */

#subnav-meta {
	margin: -10px -13px 10px -14px;
	padding: 0;
	font-size: 85%;
}
#subnav-meta LI {
	margin: 1px 0;
	padding: 0;
	color: #4D6680;
	list-style: none;
}
#subnav-meta LI A,
#subnav-meta LI STRONG {
	display: block;
	padding: 8px 13px 8px 14px;
}
#subnav-meta LI A {
	background: #CDD5DC url(../img/bg_subnav-meta.gif) repeat-y 0 0;
	color: #4D6680;
	text-decoration: none;
	text-transform: uppercase;
}
#subnav-meta LI A:hover {
	color: #1F364D;
}
#subnav-meta LI STRONG {
	background: #61B6F2 url(../img/bg_subnav-meta_a.gif) no-repeat 0 50%;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}
#subnav-meta LI STRONG A {
	margin: -8px -13px -8px -14px;
	background: transparent none;
	color: #FFF;
}



/* Hosting navigation
----------------------------------- */

#nav-hosting {
	float: left;
	width: 760px;
	height: 41px;
	margin: 85px 0 0;
	padding: 0;
	background: #4D6680 url(../img/bg_nav-hosting.gif) repeat-x 0 100%;
}
#nav-hosting LI {
	float: left;
	width: 188px;
	height: 39px;
	border-right: 1px solid #7A8CA0;
	border-left: 1px solid #7A8CA0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#nav-hosting LI A {
	position: relative;
	float: left;
	width: 160px;
	height: 19px;
	padding: 11px 14px 9px;
	text-decoration: none;
	overflow: hidden;
}
#nav-hosting LI#n-web.active A,
#nav-hosting LI#n-reseller.active A,
#nav-hosting LI#n-semi-dedicated.active A,
#nav-hosting LI#n-dedicated.active A {
	color: #FFF !important;
}
#nav-hosting LI SPAN.ir {
	top: 11px;
	left: 14px;
}
#nav-hosting LI.active {
	height: 41px;
}

/* Web Hosting */

#nav-hosting LI#n-web {
	width: 189px;
	border-left: 0;
	background: transparent url(../img/bg_nav-hosting_first.gif) no-repeat 0 0;
}
#nav-hosting LI#n-web A {
	padding-left: 15px;
	color: #FF974D !important;
}
#nav-hosting LI#n-web SPAN.ir {
	left: 15px;
	background-image: url(../img/nh_web-hosting.gif);
}
#nav-hosting LI#n-web.active {
	background: #FF8833 url(../img/nh_web-hosting_bg.gif) no-repeat 0 0;
}
#nav-hosting LI#n-web.active SPAN.ir {
	background-image: url(../img/nh_web-hosting_a.gif);
}

/* Reseller Hosting */

#nav-hosting LI#n-reseller A {
	color: #ACE600 !important;
}
#nav-hosting LI#n-reseller SPAN.ir {
	background-image: url(../img/nh_reseller-hosting.gif);
}
#nav-hosting LI#n-reseller.active {
	background: #9C0 url(../img/nh_reseller-hosting_bg.gif) repeat-x 0 0;
}
#nav-hosting LI#n-reseller.active SPAN.ir {
	background-image: url(../img/nh_reseller-hosting_a.gif);
}

/* Semi-Dedicated Servers */

#nav-hosting LI#n-semi-dedicated A {
	color: #4DE2FF !important;
}
#nav-hosting LI#n-semi-dedicated SPAN.ir {
	background-image: url(../img/nh_semi-dedicated.gif);
}
#nav-hosting LI#n-semi-dedicated.active {
	background: #30D2F2 url(../img/nh_semi-dedicated_bg.gif) repeat-x 0 0;
}
#nav-hosting LI#n-semi-dedicated.active SPAN.ir {
	background-image: url(../img/nh_semi-dedicated_a.gif);
}

/* Dedicated Servers */

#nav-hosting LI#n-dedicated {
	width: 189px;
	border-right: 0;
	background: transparent url(../img/bg_nav-hosting_last.gif) no-repeat 100% 0;
}
#nav-hosting LI#n-dedicated A {
	padding-right: 15px;
	color: #D0CCFF !important;
}
#nav-hosting LI#n-dedicated SPAN.ir {
	left: 15px;
	background-image: url(../img/nh_dedicated-servers.gif);
}
#nav-hosting LI#n-dedicated.active {
	background: #ADA6FF url(../img/nh_dedicated-servers_bg.gif) no-repeat 0 0;
}
#nav-hosting LI#n-dedicated.active SPAN.ir {
	background-image: url(../img/nh_dedicated-servers_a.gif);
}


/* Hosting plans navigation
----------------------------------- */

#nav-hosting-plans {
	float: left;
	width: 760px;
	height: 28px;
	border-bottom: 2px solid #FFF;
	padding: 0;
}
#nav-hosting-plans LI {
	float: left;
	height: 28px;
	padding: 0 2px 0 0;
	list-style: none;
	font-size: 70%;
	text-transform: uppercase;
}
#nav-hosting-plans LI A,
#nav-hosting-plans LI STRONG {
	display: block;
	height: 20px;
	padding: 8px 4px 0 14px;
	text-decoration: none;
	font-weight: normal;
}
#nav-hosting-plans LI A {
	color: #FFF;
}
#nav-hosting-plans LI STRONG A {
	margin: -8px -4px 0 -14px;
}
#nav-hosting-plans LI.last {
	padding: 0 !important;
	background: transparent none !important;
}

#nav-hosting-plans.items-2 LI { width: 379px; }
#nav-hosting-plans.items-3 LI { width: 251px; }
#nav-hosting-plans.items-4 LI { width: 188px; }
#nav-hosting-plans.items-5 LI { width: 150px; }
#nav-hosting-plans.items-6 LI { width: 125px; }


.sub-web {
	background: #FF8833 url(../img/bg_subnav_web.gif) repeat-x 0 0;
}
.sub-web LI {
	background: transparent url(../img/bg_subnav_web_sep.gif) no-repeat 100% 100%;
}
.sub-web STRONG {
	background: transparent url(../img/bg_subnav_web_a.gif) repeat-x 0 0;
	color: #802B00;
}
#nav-hosting-plans.sub-web STRONG A {
	color: #802B00;
}

.sub-reseller {
	background: #9C0 url(../img/bg_subnav_reseller.gif) repeat-x 0 0;
}
.sub-reseller LI {
	background: transparent url(../img/bg_subnav_reseller_sep.gif) no-repeat 100% 100%;
}
.sub-reseller STRONG {
	background: transparent url(../img/bg_subnav_reseller_a.gif) repeat-x 0 0;
	color: #345900;
}
#nav-hosting-plans.sub-reseller STRONG A {
	color: #345900;
}

.sub-semi-dedicated {
	background: #30D2F2 url(../img/bg_subnav_semi-dedicated.gif) repeat-x 0 0;
}
.sub-semi-dedicated LI {
	background: transparent url(../img/bg_subnav_semi-dedicated_sep.gif) no-repeat 100% 100%;
}
.sub-semi-dedicated STRONG {
	background: transparent url(../img/bg_subnav_semi-dedicated_a.gif) repeat-x 0 0;
	color: #004C73;
}
#nav-hosting-plans.sub-semi-dedicated STRONG A {
	color: #004C73;
}

.sub-dedicated {
	background: #ADA6FF url(../img/bg_subnav_dedicated.gif) repeat-x 0 0;
}
.sub-dedicated LI {
	background: transparent url(../img/bg_subnav_dedicated_sep.gif) no-repeat 100% 100%;
}
.sub-dedicated STRONG {
	background: transparent url(../img/bg_subnav_dedicated_a.gif) repeat-x 0 0;
	color: #2E2680;
}
#nav-hosting-plans.sub-dedicated STRONG A {
	color: #2E2680;
}



/* Banners
=================================== */

#banner-map {
	height: 145px;
	background-color: #BAE4FE;
}



/* Hosting plans short descriptions
=================================== */

#hosting-plans {
	width: 758px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #DAE0E5 url(../img/bg_hosting-plans.gif) repeat-x 0 0;
	font-size: 75%;
}
#hosting-plans .plan-desc {
	float: left;
	width: 161px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 13px;
}
#hosting-plans H1 {
	padding: 0;
	font-size: 90%;
}
#hosting-plans H2 {
	padding: 0.2em 0;
	font-size: 160%;
}
#hosting-plans UL {
	padding: 0.2em 0;
	list-style: none;
}
#hosting-plans H3 {
	float: right;
	width: 70px;
	padding: 0;
	color: #BF3000;
	font-size: 160%;
	text-align: right;
}
#hosting-plans H3 .cent {
	font-size: 60%;
	vertical-align: top;
}
#hosting-plans .btn {
	clear: left;
	float: left;
}

#desc-reseller,
#desc-semi-dedicated {
	width: 162px !important;
}
#desc-web H1,
#desc-web H2 {
	color: #D96C00;
}
#desc-reseller H1,
#desc-reseller H2 {
	color: #7CA600;
}
#desc-semi-dedicated H1,
#desc-semi-dedicated H2 {
	color: #009FBF;
}
#desc-dedicated H1,
#desc-dedicated H2 {
	color: #9756D8;
}



/* Testimonial
=================================== */

#testimonial {
	width: 730px;
	padding: 14px 15px;
	background: #F2F2F2 url(../img/testimonial_tmp-guy.gif) no-repeat 95% 100%;
	font-size: 90%;
}
#testimonial H1 {
	font-size: 110%;
}
#testimonial P {
	width: 570px;
	color: #475766;
}



/* Home page content
=================================== */

#hp-content {
	width: 758px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: #E3E8EC url(../img/bg_hp-content.gif) repeat-y 0 0;
	font-size: 80%;
}

#news,
#special-offers,
#company-details {
	float: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 14px;
}


/* Latest News
----------------------------------- */

#news {
	width: 350px;
	padding-left: 13px;
}


/* Special Offers
----------------------------------- */

#special-offers {
	width: 160px;
	background-color: #A0ABB9;
}
#special-offers H1 {
	color: #FFF;
}
IMG.special-offer {
	display: block;
	width: 158px;
	margin: 7px 0 6px;
	border: 1px solid #FFF;
}


/* Contact and Payments
----------------------------------- */

#company-details {
	width: 160px;
	padding-right: 13px;
}

/* Contact by web */

#contact-web {
	margin: 0.4em 0;
	padding-left: 0;
}
#contact-web LI {
	position: relative;
	width: 160px;
	height: 12px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#contact-web-chat SPAN.ir {
	background-image: url(../img/contact-web_chat.gif);
}
#contact-web-support SPAN.ir {
	background-image: url(../img/contact-web_support.gif);
}
#contact-web-email SPAN.ir {
	background-image: url(../img/contact-web_email.gif);
}

/* Contact by phone */

#contact-phone {
	position: relative;
	width: 160px;
	height: 30px;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
}
#contact-phone SPAN.ir {
	background-image: url(../img/contact-phone.gif);
}

/* Payments */

#payments {
	position: relative;
	width: 160px;
	height: 54px;
	padding: 0;
	overflow: hidden;
}
#payments SPAN.ir {
	background-image: url(../img/payments.gif);
}



/* Layouts
=================================== */

#wide {
	width: 730px;
	padding: 10px 15px;
	background-color: #F2F2F2;
	font-size: 80%;
}

#meta-page {
	width: 756px;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background: #F2F2F2 url(../img/bg_meta-page.gif) repeat-y 0 0;
	font-size: 80%;
}
#meta-page .content {
	float: left;
	width: 540px;
	border-right: 2px solid #FFF;
	padding: 10px 14px 10px 13px;
}
#meta-page .sidebar {
	float: left;
	width: 160px;
	padding: 10px 13px 10px 14px;
}



/* Footer
=================================== */

#footer {
	width: 730px;
	margin-bottom: 15px;
	border-bottom: 0;
	padding: 14px 15px 15px;
	background: #B8C2CC url(../img/bg_footer.gif) no-repeat 0 100%;
	color: #475766;
	font-size: 70%;
}
#footer A {
	color: #475766 !important;
}
#footer A:hover {
	color: #FFF !important;
}

/* Partners */

#partners {
	float: left;
	width: 730px;
	padding: 0 0 15px;
}
#partners H1 {
	display: none;
}
#partners UL {
	float: left;
	width: 730px;
	height: 33px;
	padding: 0;
}
#partners UL LI {
	float: left;
	height: 33px;
	padding: 0;
	list-style: none;
}
#partners UL LI A {
	position: relative;
	float: left;
	width: 100%;
	height: 33px;
	overflow: hidden;
}
#partners UL LI A:hover SPAN.ir {
	background: transparent no-repeat 0 100%;
}
#partners #p-cityofdomains {
	width: 113px;
	margin-right: 32px;
}
#partners #p-cityofdomains SPAN.ir {
	background-image: url(../img/p_cityofdomains.gif);
}
#partners #p-cpanel {
	width: 72px;
	margin-right: 32px;
}
#partners #p-cpanel SPAN.ir {
	background-image: url(../img/p_cpanel.gif);
}
#partners #p-dell {
	width: 49px;
	margin-right: 32px;
}
#partners #p-dell SPAN.ir {
	background-image: url(../img/p_dell.gif);
}
#partners #p-intel {
	width: 47px;
	margin-right: 32px;
}
#partners #p-intel SPAN.ir {
	background-image: url(../img/p_intel.gif);
}
#partners #p-redhat {
	width: 85px;
	margin-right: 32px;
}
#partners #p-redhat SPAN.ir {
	background-image: url(../img/p_redhat.gif);
}
#partners #p-nyrack {
	width: 75px;
	margin-right: 31px;
}
#partners #p-nyrack SPAN.ir {
	background-image: url(../img/p_nyrack.gif);
}
#partners #p-supermicro {
	width: 98px;
}
#partners #p-supermicro SPAN.ir {
	background-image: url(../img/p_supermicro.gif);
}


/* TABLE with hosting plan details
=================================== */

TABLE.data {
	width: 100%;
	margin: 0.8em 0;
	padding: 0;
	border-collapse: collapse;
}
TABLE.data TH,
TABLE.data TD {
	margin: 0;
	padding: 0.6em 5px 0.7em 11px;
}
TABLE.data THEAD TH {
	border-bottom: 1px solid #FFF;
	background-color: #B8C2CC;
	color: #FFF;
	text-align: left;
}
TABLE.data THEAD TH A {
	color: #FFF !important;
}
TABLE.data TBODY TH {
	border-top: 10px solid #F2F2F2;
	border-bottom: 1px solid #FFF;
	background-color: #D8DCE1;
	text-align: left;
}
TABLE.data TBODY TD {
	border-bottom: 1px solid #FFF;
}
TABLE.data TFOOT TD {
	padding: 0.3em 5px 0.4em 11px;
	background-color: #FFF;
}

TABLE.data .btn {
	clear: left;
	float: left;
	margin: 0 0 0 -11px !important;
}























