@CHARSET "ISO-8859-1";

/* CUSTOM FONTS*/
@font-face {
    font-family: 'GeometricSlabserif703Bold';
    src: url('GeometricSlab703BT-Bold.eot');
    src: local('Geometric Slabserif 703 Bold'), local('GeometricSlab703BT-Bold'), 
         url('GeometricSlab703BT-Bold.woff') format('woff'), 
         url('GeometricSlab703BT-Bold.otf') format('opentype'), 
         url('GeometricSlab703BT-Bold.svg#GeometricSlab703BT-Bold') format('svg');
}

@font-face {
    font-family: 'ZurichBdXCnBTBold';
    src: url('ZURCHBXC.eot');
    src: local('Zurich BdXCn BT Bold'), local('ZurichBT-BoldExtraCondensed'), 
         url('ZURCHBXC.woff') format('woff'), 
         url('ZURCHBXC.otf') format('opentype'), 
         url('ZURCHBXC.svg#ZurichBT-BoldExtraCondensed') format('svg');
}
/* end c-fonts */

body {
	background: #e4dfd0 url('../images/bodybg_top.jpg') no-repeat center top;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.nocss { display: none; }
.clear { clear: both; font-size: 1px; height: 0; overflow: hidden; }
a { color: #717062; text-decoration: underline; text-transform: capitalize; }
a:hover { color: #ff930f; text-decoration: none; } 
                
/* Header Styling components */
#header {
	position: relative;
	width: 958px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}

#header .fiberLogo {
	position: absolute;
	top: 45px;
	left: 29px;
}

#header .supportChat {
	display: block;
	position: absolute;
	top: 32px;
	left: 400px;
	background: transparent url('../images/live_chat.png') no-repeat center top;
	padding-top: 22px;
	height: 83px;
	padding-left: 25px;
	width: 80px;
	text-align: center;
	text-decoration: none;
}

#header a span {
	font-family: Georgia, serif;
	font-size: 12px;
}

#header .clientLogin {
	display: block;
	position: absolute;
	top: 44px;
	right: 6px;
	width: 102px;
	height: 22px;
	padding-top: 6px;
	background-color: #fe6a1c;
	color: #fff;
	text-align: center;
	text-decoration: none;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#header .contactNumbers {
    position: absolute;
    background: transparent url('../images/phone_icon.png') no-repeat right center;
    top: 88px;
    right: 23px;
    width: 305px;
    height: 20px;
    padding: 10px 0;
}

#header .contactNumbers dd {
	font-family: 'ZurichBdXCnBTBold', Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold; 
	color: #fe6a1c; 
}
#header .contactNumbers dd span { color: #000; }

#header .contentTop {
	position: absolute;
	background-color: #fff;
	height: 10px;
	width: 958px;
	bottom: 0;
	left: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-top-left-radius: 5px;
}
/******* end of header *******/

/* Main Navigation Styling */
#mainNav {
	position: relative;
	width: 958px;
	height: 43px; 
	margin: 0 auto;
    background-color: #ff930f;
    overflow: hidden;
}

#mainNav #menu li a {
	display: block;
	float: left;
	padding-top: 13px;
	height: 30px;
	border-right: 1px solid #e68208;
	text-align: center;
	color: #fff;
	font-family: 'GeometricSlabserif703Bold', Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #717062;
}

#mainNav #menu li a:hover { text-decoration: underline; color: #493418; }

#mainNav #menu li.homeLink a { width: 75px; }
#mainNav #menu li.whyLink a { width: 107px; }
#mainNav #menu li.psLink a { width: 182px; }
#mainNav #menu li.companyLink a { width: 93px; }
#mainNav #menu li.supportLink a { width: 93px; }
#mainNav #menu li.wikiLink a { width: 68px; border-right: 0; }

#mainNav #searchBox {
	position: absolute;
	background: transparent url('../images/search_bg.png') no-repeat scroll left top;
	width: 284px;
	height: 28px;
	top: 7px;
	right: 8px;
	overflow: hidden;
}

#mainNav #searchInput {
	border: 0;
	background: transparent;
	width: 240px;
	height: 16px;
	padding: 7px 0 6px 13px;
	font-size: 12px;
	line-height: 14px;
	color: #b48a56;
}

#mainNav #searchBox #go {
	position: absolute;
	top: 1px;
	right: 0;
}
/******* end main nav ******/


/*** Default Content Box Stylings ***/
#contentBox {
    position: relative;
    width: 958px;
    min-height: 638px;
    margin: 0 auto;
    background-color: #fff;
}

#contentBox.contentPages {
    background: #fff url('../images/content_bgbar.png') no-repeat center top;
}

#contentBox.contentPages h1 {
	color: #000;
	padding: 26px 0 0 30px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	height: 46px;
}

#contentBox.contentPages h1 span { color: #ff930f; }

#contentBox.contentPages h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	padding: 10px 0 0 22px;
}

#contentBox.contentPages h2 a {
    color: #000;
    text-decoration: underline;
}

#contentBox.contentPages h2 a:hover {
	text-decoration: none;
	color: #ff930f;
}

#contentBox.contentPages p { 
	color: #717062; 
    padding: 10px 22px 5px 22px;
}
/*** end default content stylings ***/


/*** HOME PAGE ***/
body#home .home-content {
	padding-top: 9px;
}

body#home div.home-nav-box {
	background: transparent url('../images/home-visual-001.jpg') no-repeat 0 0;
	position: relative;
	width: 935px;
	height: 294px;
	margin: 0 auto;
	overflow: hidden;
}

body#home div.home-nav-box div.highlights {
	position: absolute;
	width: 650px;
	height: 117px;
	left: 0;
	bottom: 0;
	background: transparent url('../images/transparent_75.png') repeat-y 0 0;
}

body#home div.home-nav-box div.highlights ul {
	padding: 20px 0 0 30px;
}

body#home div.home-nav-box div.highlights ul li {
	background: transparent url('../images/bullets_white_large.png') no-repeat 2px 7px;
	color: #fff;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
}

body#home div.home-nav-box div.highlights img {
	position: absolute;
	right: 22px;
	top: 41px;
}



body#home div.home-nav-box ul.nav {
	position: absolute;
	width: 285px;
	height: 294px;
	top: 0;
	right: 0;
}

body#home div.home-nav-box ul.nav li a {
	display: block;
	width: 272px;
	padding: 10px 14px;
	height: 38px;
	background: transparent url('../images/home-nav-listbg.jpg') repeat-x 0 0;
	border-bottom: 1px solid #d2d2cc;
	text-decoration: none;
	text-transform: none;
	color: #b7b7b2;
	line-height: 18px;
}

body#home div.home-nav-box ul.nav li.last a { border-bottom: 0; }

body#home div.home-nav-box ul.nav li a:hover {
	background: #4a3518;
	color: #9f9184;
}

body#home div.feature-box-list { 
	position: relative;
	padding-top: 14px; 
}

body#home div.feature-box {
	float: left;
	width: 268px;
	padding-left: 18px;
	height: 290px;
	padding-top: 16px;
	margin: 0 18px;
	background: transparent url('../images/featurebox_bg.png') no-repeat 0 0;
}

body#home div.feature-box.first { margin-left: 13px; }
body#home div.feature-box.last { margin-right: 12px; }

body#home div.feature-box h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}

body#home div.feature-box h1 a span { color: #ff930f; }

body#home div.feature-box img {
	padding: 7px 0;
}

body#home div.feature-box ul {
	padding-bottom: 11px;
}

body#home div.feature-box ul li {
	background: transparent url('../images/orange_bullet.gif') no-repeat 4px 9px;
	padding: 5px 22px;
	padding-right: 0;
	color: #717062;
	font-size: 12px;
	line-height: 16px;
}


/*** end home ***/



/*** WHY FIBER ***/
body#why #contentBox.contentPages p.tagline {
	padding: 188px 0 0 10px;
	margin: 12px 0 0 12px;
	background: transparent url('../images/why_bgtop.jpg') no-repeat left top;
}

/*** Why Network Maps ***/
body#why div.network-maps h3 {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 20px 5px 22px;
	color: #463217;
	font-weight: bold;
}

body#why div.network-maps div#netmapsContainer { 
	position: relative;
	width: 958px;
	padding-bottom: 80px; 
}

body#why div.network-maps div#netmapsContainer img {
	display: block;
	margin: 0 auto;
	border: 1px solid #717062;
	border-left-width: 2px;
	border-right-width: 2px;
}
/*** end network maps ***/

/*** Why Datacenter ***/
body#why div.datacenter ul {
    padding-left: 30px;
    padding-top: 10px;
}
	
body#why div.datacenter ul li {
	line-height: 25px;
	font-size: 14px;
	background: transparent url('../images/orange_bullet.gif') no-repeat 0px 9px;
	padding-left: 14px;
	color: #717062;
}
/*** end datacenter ***/



/*** Services Satellite ***/
div.sat div.infoBox {
	position: relative;
	height: 304px;
	width: 873px;
	margin: 0 auto;
	margin-top: 25px;
	background: transparent url('../images/satellite.jpg') no-repeat 0 0;
}

body#services div.sat div.infoBox h2 {
	color: #eee;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 20px 50px;
	letter-spacing: -1px;
}

body#services div.sat div.infoBox p {
	padding: 20px 525px 0px 30px;
	color: #dedede;
	line-height: 30px;
	letter-spacing: 1px;
}
/***  end sat services  ***/ 



/*** COLOCATION REQUEST ***/
div.colo { padding-bottom: 80px; }

body#services div.colo form {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	width: 873px;
}

body#services div.colo form div.left, 
body#services div.colo form div.right {
	float: left;
	width: 435px;
}

body#services div.colo form div.left label, 
body#services div.colo form div.right label {
	display: block;
	float: left;
	padding: 3px 5px;
	text-align: right;
	width: 220px;
}

body#services div.colo form div.left input, 
body#services div.colo form div.right input, 
body#services div.colo form div.right select {
	display: block;
	float: left;
	padding: 3px 5px;
	width: 190px;
}

body#services div.colo form div.body label {
	display: block;
	padding: 20px;
	text-align: center;
	width: 800px;
}

body#services div.colo form div.body textarea {
	height: 300px;
	margin-left: 20px;
	width: 820px;
}

body#services div.colo form input[type="submit"] {
	margin-left: 400px;
	width: 100px;
}

body#services div.colo form span.opt {
	color: #999;
	font-size: 0.8em;
}
/*** end colocation req ***/

/*** DEDICATED SERVERS ***/
body#services div.dedi {
	padding-bottom: 80px;
}

body#services div.dedi div.packages {
	position: relative;
	width: 936px;
	height: 374px;
	background: transparent url('../images/dedicated-servers-bg.jpg') no-repeat 0 0;
	margin: 0 auto;
	margin-top: 7px;
}

body#services div.dedi div.packages ul {
	float: left;
	padding-left: 20px;
	width: 291px;
	height: 326px;
}

body#services div.dedi div.packages ul li {
	color: #ab7a38;
	background: transparent url('../images/bullets_brown.png') no-repeat 2px 9px;
	padding-left: 24px;
	font-size: 14px;
	line-height: 21px;
}

body#services div.dedi div.packages ul li.header {
	background: transparent url('../images/bullet_orange_large.png') no-repeat 5px 18px;
	color: #ff930f;
	padding: 10px 0 26px 20px; 
}

body#services div.dedi div.packages ul li.header strong {
    font-weight: bold;
}

body#services div.dedi div.packages ul li.price { 
	color: #ff930f; 
    font-weight: bold;
    letter-spacing: -1px;
    padding-left: 22px;
    padding-bottom: 13px;
}

body#services div.dedi div.packages ul li.nodot { 
	background: none;
	padding-left: 0; 
}

body#services div.dedi div.packages p.custom {
	color: #ff930f;
	font-weight: bold;
	padding-left: 22px;
}

body#services div.dedi div.packages p.custom a {
	color: #fff;
}

body#services div.dedi div.packages p.custom a:hover {
	color: #717062;
}
/*** end dedicatd servs ***/



/*** COMPANY CONTACT PAGE ***/
body#company div.contact div.float-box {
	position: relative;
}

body#company div.contact form {
	float: left;
	padding-left: 26px;
	width: 394px;
	margin: 22px;
	background-color: #fafafa;
}

body#company div.contact form label {
	display: block;
	width: 358px;
	padding: 17px 0 7px 0;
	color: #717062;
}

body#company div.contact form input[type="text"],
body#company div.contact form select {
	display: block;
	background-color: #f0f0f0;
	width: 314px;
	padding: 2px 0;
	padding-left: 7px;
    border: 0;
}

body#company div.contact form select {
    width: 322px;
}

body#company div.contact form textarea {
	background-color: #f0f0f0;
	width: 350px;
	padding: 4px;
	height: 105px;
	border: 0;
}

body#company div.contact form input[type="image"] {
	padding: 14px 0 32px 0;
}

body#company div.contact div.right-side {
	float: right;
	width: 487px;
	padding-top: 40px;
}

body#company div.contact div.right-side h2 {
	padding-left: 0;
	margin-left: 0;
	color: #717062;
	font-weight: bold;
}

body#company div.contact address {
	color: #717062;
}

body#company div.contact address strong {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}


/*** end contact styles ***/




/*** LEGAL PAGE STYLINGS ***/
body#company div.legal ul {
	padding: 15px 0 15px 30px;
}

body#company div.legal ul li {
	background: transparent url('../images/orange_bullet.gif') no-repeat 0 7px;
	padding-left: 15px;
}
/*** end legal stylings ***/




/* Home Footer Stylings */
#homeFooter {
	background: transparent url('../images/orange_bg.png') repeat-x scroll left top;
}

#homeFooter .homeFootContents {
	position: relative;
	width: 958px;
	height: 246px;
	margin: 0 auto;
}

#homeFooter .homeFootContents .footListBox {
	float: left;
	width: 205px;
	padding-left: 5px;
	height: 246px;
}

#homeFooter .homeFootContents .footListBox h4 {
	color: #fff;
	padding-top: 23px;
	font-size: 18px;
	font-weight: bold;
}

#homeFooter .homeFootContents .footListBox ul li {
	color: #fff;
	line-height: 27px;
	background: transparent url('../images/white_bullet.png') no-repeat 0px 12px;
	padding-left: 12px;
}


#homeFooter .homeFootContents #footInfoBox {
	position: absolute;
	right: 13px;
	top: 20px;
	width: 276px;
	padding: 0 5px;
}

#homeFooter .homeFootContents #footInfoBox h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

#homeFooter .homeFootContents #footInfoBox p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

#homeFooter .homeFootContents img#partnersLogo {
	position: absolute;
	right: 13px;
	bottom: 31px;
}
/**** end home footer ****/

/* Global Footer Stylings  */
#footer {
	background: #463217;
	height: 80px;
	overflow: hidden;
}

#footer .footContents {
	position: relative;
	width: 958px;
	margin: 0 auto;
	color: #fff;
}

#footer .footContents p {
	color: #fff;
	padding: 15px 15px;
}

#footer .footContents p a { color: #fff; }

#footer .footContents ul {
    position: absolute;
    right: 0px;
    top: 13px;
    height: 18px;
    padding: 2px 0;
    width: 320px;
}

#footer .footContents ul li a {
	display: block;
	float: left;
	height: 18px;
	border-right: 1px solid #ddd;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0 10px;
    font-size: 12px;
}

#footer .footContents ul li.last a { border-right: 0; }

/****** end global footer ******/ 



