/* = global tags
============================================================================ */

body {
	background-color: #C06D00;
	background-image: url(/images/misc/background.png);
	background-repeat: repeat-x;
	font: 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #232F33;
	margin: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.hide {
	display: none;
}

.clear{
	clear: both;
	line-height: 0;
	height: 0;
	
}

.gold {
	color: #C06D00;
}

h2 {
  color: #3B6375;
  margin: 0px;
  font-size: 140%;
}

/* = end of global tags
============================================================================ */


/*************************
*******   HEADER   *******
**************************/

#header {
	background-color: #FFFFFF;
	width: 800px;
	min-height: 78px;
}

/* = Logo
============================================================================ */

#header #logo {
	position: relative;
	float: left;
	top: 25px;
	left: 25px;
	width: 155px;
	height: 24px;
	background: url(/images/misc/logo.png) no-repeat;

}

/* = end of Logo
============================================================================ */

/* = Main Navigation
============================================================================ */

#header ul {
	float: right;
	position: relative;
	padding: 0px;
	width: 70%;
	margin-top: 37px;
	right: 25px;
	list-style-type: none;

}
#header ul li {
	float: right;
	padding-left: 13px;
	text-align: left;

}

#header ul li a {
	position: relative;
	display: block;
	font: 120% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A11100;
}

#header ul li a:hover {
	color: #005376;
}

/* = end of main navigation
============================================================================ */


/*************************
*******   HEROES   *******
**************************/

/* = Homepage hero
============================================================================ */

#homeHero {
	width: 800px;
	height: 293px;
	background: url(/images/heroes/homeHero.jpg) no-repeat;
	text-align: left;
}

/* = end of Homepage hero
============================================================================ */

/* = Homepage hero
============================================================================ */

.contentHero {
	width: 800px;
	height: 185px;
	text-align: left;
}

#whoHero {
    width: 800px;
	height: 185px;
	background: url(/images/heroes/whoHero.jpg) no-repeat;
	text-align: left;
}

#findHero {
	background: url(/images/heroes/findHero.jpg) no-repeat;
}

#jobsHero {
	background: url(/images/heroes/jobsHero.jpg) no-repeat;
}

#termsHero {
	background: url(/images/heroes/termsHero.jpg) no-repeat;
}

#infrastructureHero {
	background: url(/images/heroes/infrastructureHero.jpg) no-repeat;
}

#modellingHero {
	background: url(/images/heroes/modellingHero.jpg) no-repeat;
}

#databaseHero {
	background: url(/images/heroes/databaseHero.jpg) no-repeat;
}

#developmentHero {
	background: url(/images/heroes/developmentHero.jpg) no-repeat;
}

#trainingHero {
	background: url(/images/heroes/trainingHero.jpg) no-repeat;
}

#startupsHero {
	background: url(/images/heroes/startupsHero.jpg) no-repeat;
}

#offlineHero {
	background: url(/images/heroes/offlineHero.jpg) no-repeat;
}

#ventureHero {
	background: url(/images/heroes/ventureHero.jpg) no-repeat;
}

#newsHero {
	background: url(/images/heroes/newsHero.jpg) no-repeat;
}

#profileHero {
	background: url(/images/heroes/profileHero.jpg) no-repeat;
}

#imagesHero {
	background: url(/images/heroes/imagesHero.jpg) no-repeat;
}

#contactHero {
	background: url(/images/heroes/contactHero.jpg) no-repeat;
}

#callbackHero {
	background: url(/images/heroes/callbackHero.jpg) no-repeat;
}

#ispdetailsHero {
	background: url(/images/heroes/ispdetailsHero.jpg) no-repeat;
}

#networkHero {
	background: url(/images/heroes/networkHero.jpg) no-repeat;
}

#linksHero {
	background: url(/images/heroes/linksHero.jpg) no-repeat;
}



/* = end of Homepage hero
============================================================================ */

/* = Hero contact details
============================================================================ */

#contactDetails {
	position: absolute;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	min-height: 20px;
	background-color: #FFFFFF;
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #43616F;
}

#contactDetails a {
	padding-left: 25px;
	color: #A11100;
}

#contactDetails a:hover {
	color: #43616F;
}


/* = end of Hero contact details
============================================================================ */


/* = main content area
============================================================================ */

#mainContent {
	position: relative;
	background-color: #FFFFFF;
	width: 800px;
	background-image: url(/images/misc/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 7px;
	text-align: left;
}

#mainContent P {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
	/*line-height: 100%;*/
}




/* = end of main content area
============================================================================ */


/***********************************
*******   HOMEPAGE CONTENT   *******
************************************/


/* = homepage intro
============================================================================ */

#homeStrategy {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}


#homeDevelopment {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px; 
	text-align: left;
	background-color: #FFFFF;	
}

#homeHosting {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
}

#homeStrategyLink {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: right;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}

#homeStrategyLink a {
   background-color: #A11100;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeStrategyLink a:hover {
   background-color: #005376;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeDevelopmentLink {
	padding-bottom: 2px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px; 
	text-align: right;
	background-color: #FFFFF;	
}

#homeDevelopmentLink a {
   background-color: #A11100;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeDevelopmentLink a:hover {
   background-color: #005376;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeHostingLink {
	padding-bottom: 2px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
}

#homeHostingLink a {
   background-color: #A11100;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeHostingLink a:hover {
   background-color: #005376;
   color: #FFFFFF;
   padding: 2px 5px;
   font-size: 120%;
   font-weight: bold;
   
}

#homeContactData {
	background-color: #C8C8C8;
	padding-bottom: 3px;
	text-align: left;
	font-size: 110%;
	/*font-weight: bold;*/
}

#homeContactData ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
	position: relative; 
	white-space:nowrap;
	padding-left: 10px;
}

#homeContactData ul li {
    display:inline;
}

#homeContactData div.black {
	color: #000000;
}

#homeContactData div.white {
	color: #FFFFFF;
}

#homeContactData a {
    color: #A11100;
}

#homeContactData a:hover {
    color: #43616F;
}
	
	
#homeRecentClients {
    padding: 0px 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#homeRecentClientsTitle {
    border-bottom: 1px solid #CCCCCC;
}

#homeRecentClientsLink {
    text-align: right;
    margin-right: 5px;
}

#homeRecentClientsLink a {
     background-color: #A11100;
     color: #FFFFFF;
     padding: 2px 5px;
     font-size: 120%;
     font-weight: bold; 
}

#homeRecentClientsLink a:hover {
     background-color: #005376;
     color: #FFFFFF;
     padding: 2px 5px;
     font-size: 120%;
     font-weight: bold;   
}

#homeRecentClientsLogos {
    padding: 20px 5px;
}

.recentClientLogoFirst {
	float: left;
	background-image: url(/images/clients/client_logo_border.gif);
	width: 135px;
	height: 71px;
	background-repeat: no-repeat;
}

.recentClientLogo {
	float: left;
	background-image: url(/images/clients/client_logo_border.gif);
	width: 135px;
	height: 71px;
	background-repeat: no-repeat;
	margin-left: 16px;
}

#homeRecentClientsLogos img {
    margin-top: 5px;
    margin-left: 5px;
    width: 125px;
    height: 61px;
}

#shadow2 {
	background-image: url(/images/misc/shadow2.png);
	width: 800px;
	height: 7px;
}

/* = end of homepage intro
============================================================================ */

/********************************
*******   CONTENT PAGES   *******
*********************************/

/* = sub navigation
============================================================================ */

#subNav {
	padding-left: 15px;
	padding-top: 0px;
	with: 185px;
	text-align: left;
	padding-bottom: 25px;
}

#subNavMenu {
	width: 165px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EFF1F3;
	margin-bottom: 30px;
}

#subNavMenu ul {
	left: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#subNavMenu ul li {
	text-align: left;
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B6375;
	margin-top: 10px;
}

#subNavMenu ul li a {
	color: #A11100;
}

#subNavMenu ul li a:hover {
	color: #3B6375;
}

.testimonial {
	width: 165px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EFF1F3;
	margin-bottom: 30px;
}

.quote {
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B6375;
	line-height: 135%;
}

.person {
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #889DA7;
	line-height: 135%;
}


/* = end of subnavigation
============================================================================ */


/* = content
============================================================================ */

#content {
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 350px;
	text-align: left;
}

#content H2 {
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B6375;
	margin-bottom: 13px;
	margin-top: 0px;
}

#content P {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
	line-height: 140%;
}

#content ul {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
}

#content a {
	color: #A11100;
}

#content a:hover {
	color: #3B6375;
}


#content2C {
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 550px;
	text-align: left;
}

#content2C H2 {
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B6375;
	margin-bottom: 13px;
	margin-top: 0px;
}

#content2C P {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
	line-height: 140%;
}

#content2C ul {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
}

#content2C a {
	color: #A11100;
}

#content2C a:hover {
	color: #3B6375;
}


#content1C {
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 800px;
	text-align: left;
}

#content1C H2 {
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B6375;
	margin-bottom: 13px;
	margin-top: 0px;
}

#content1C P {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
	line-height: 140%;
}

#content1C ul {
	margin-top: 12px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3D3F;
}

#content1C a {
	color: #A11100;
}

#content1C a:hover {
	color: #3B6375;
}


/* = end of content
============================================================================ */


/* = cross sells
============================================================================ */

#xsells {
	padding-top: 30px;
	padding-right: 25px;
	text-align: left;
	width: 175px;
}

#xsellServices {
	margin-bottom: 25px;
}


.xsellService a {
	color: #A11100;
	font: 120% Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.xsellService a:hover {
	color: #3B6375;
}


#xsellClients {
	margin-bottom: 25px;
}


.xsellClient a {
	color: #A11100;
}

.xsellClient a:hover {
	color: #3B6375;
}

/* = end of cross sells
============================================================================ */


/**************************
*******   SITEMAP   *******
***************************/

#sitemap {
	width: 750px;
	padding-top: 8px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #BF8325;
	text-align: left;
}

#sitemap TD {
	width: 125px;
}

#sitemap H5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F2C529;
	line-height: 140%;
}

#sitemap ul {
	left: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 5px;
	width: 115px;
	margin: 0px;
}

#sitemap ul li {
	text-align: left;

}

#sitemap ul li a {
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F1E5D2;
	line-height: 140%;
}

#sitemap ul li a:hover {
	color: #A11100;
}

#sitemap H5 a:hover {
	color: #A11100;
}

/*************************
*******   FOOTER   *******
**************************/

#footer {
	font: 90% Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	width: 780px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #BF8325;
	padding-left: 20px; 
	margin-bottom: 10px;
}

#footer a {
	color: #A11100;
}

#footer a:hover {
	color: #3B6375;
}

#footerDetails {
    float: left;
   /* font-size: 85%; */
}

#footerMenu {
	float: right;
	text-align: right;
	padding-right: 10px;
}

#footerMenu ul {
    list-style-type: none;
    margin: 0px;   
}

#footerMenu ul li {
    display: inline;
}

#footerMenu ul li a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
	

#user_section {
  font-size: 12px;
  color: #000000;
}

#user_section a {
  color: #FFFFFF;
}

#user_section a:hover {
  color: #000000;
}

#cb_form {
  background: #EFF1F3;
  border: 1px solid #3B6375;
  padding: 10px 10px;
}	

.cb_field {
 /* background-color: #EFF1F3; */
 /* border:1px solid #3B6375; */
  color:#333333;
 /* font-size:11px; */
  margin-bottom:2px;
  margin-top:2px;
  width:270px;
}

.cb_label {
  color:#000000;
/*  font-size:10px; */
  width: 80px;
  text-align: left top;
}

.cb_error {
  color:#FF0000;
  line-height:1.6;
}

h1.section_header {
  color:#555555;
  font-size: 25px;
  padding: 3px 3px 3px 0px;
  margin: 8px 0pt;
}

.address_data {
	width: 165px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EFF1F3;
	margin-bottom: 30px;
	font: 140% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B6375;
}

.address_data a {
	color: #A11100;
}

.address_data a:hover {
	color: #43616F;
}

/*clients table*/

#clientsTable {
	border: 0 none;
	width: 100%;
}

#clientsTable td {
	vertical-align: top;
	padding: 10px 10px 20px 10px;
	width: 50%;
	border-bottom: 1px solid #000000; 
}

#clientsDiv {
	width: 100%;
}

div.clientsRow {
    border-bottom: 1px solid #C8C8C8; 
    padding: 5px 0;
    width: 750px;
}

div.clientsRowLast {
	padding: 5px 0;
	width: 750px;
}

#clients div.quotation {
    width: 189px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFF1F3; 
	min-height: 185px;
}

div.clientsLeft {
    width: 229px;
    float: left;
    border-right: 1px solid #C8C8C8; 
    padding: 5px 10px;
    min-height: 205px;
}

div.clientsRight {
    width: 228px;
    float: left;
    padding: 5px 10px;
    min-height: 205px;
}

.clientInfo {
    min-height: 165px;
}

.clientLogo {
	background-image: url(/images/clients/client_logo_border.gif);
	width: 135px;
	height: 71px;
	background-repeat: no-repeat;
	/*float: left;*/
	/*margin-right: 10px;*/
	margin-bottom: 5px;
	
}

.clientLogo img.clientLogoImg {
    margin-top: 5px;
    margin-left: 5px;
    width: 125px;
    height: 61px;
    border: 0;
}

div.clientIcons {
    padding-top: 10px;
}

div.clientConsultationOn {
	width: 34px;
	height: 30px;
	background-image: url(/images/misc/csicons/chair_small.jpg);
	float: left;
}

div.clientConsultationOff {
	width: 34px;
	height: 30px;
	background-image: url(/images/misc/csicons/chair-off_small.jpg);
	float: left;
}

div.clientDevelopmentOn {
	width: 34px;
	height: 30px;
	background-image: url(/images/misc/csicons/pens_small.jpg);
	float: left;
}

div.clientDevelopmentOff {
	width: 34px;
	height: 30px;
	background-image: url(/images/misc/csicons/pens-off_small.jpg);
	float: left;
}

div.clientCoLoOn {
	width: 47px;
	height: 30px;
	background-image: url(/images/misc/csicons/computer_small.jpg);
	float: left;
}

div.clientCoLoOff {
	width: 47px;
	height: 30px;
	background-image: url(/images/misc/csicons/computer-off_small.jpg);
	float: left;
}

div.clientCSLink {
	text-align: right;
	padding-top: 5px;
}
/*end of clients table*/

/*colocation*/

#colocation_banner {
    padding-top: 20px;
}

#colocation_spec {
	margin: 0 0 10px 0;
	padding: 0;
}

#colocation_spec_tabs ul {
	margin: 0;
	padding: 0;
}

#colocation_spec_tabs ul li {
	display:inline-block;
    float:left;
    list-style:none outside none;
    margin:0 5px 0 0;
    overflow:hidden;
    padding: 10px;
    vertical-align:top;
    word-wrap:break-word;
}

#colocation_spec_tabs ul li.tabSelected {
    background-color: #EFF1F3;
    border: 1px solid #EFF1F3;
    font-weight: bold;
	color: #3B6375;
}

#colocation_spec_tabs ul li.tabNotSelected {
    background-color: #FFFFFF;
    border: 1px solid #EFF1F3;
    color: #A11100;
}

#colocation_spec_tabs ul li.tabNotSelected:hover {
    background-color: #FFFFFF;
    border: 1px solid #EFF1F3;
    color: #3B6375;
    cursor: pointer;
}


#colocation_spec_tabs {
    border-top: 1px solid white;
   	margin: 0;
	padding: 0;
}

#colocation_spec_divs {

   	margin: 0;
	padding: 0;
}

#colocation_spec_divs div {
  background-color: #EFF1F3;
  padding: 10px;
}

#colocation_pricing td {
  text-align: center;
  border-bottom: 1px solid black;
}

#colocation_pricing td.last_row {
  text-align: center;
  border: none;
}

#colocation_pricing th {
  text-align: center;
  border-bottom: 1px solid black;
}

#colocation_pricing td.param {
  text-align: left;
  pading-right: 5px;
}



/*end of colocation*/
