@charset "utf-8";

/* Default tag styling
   ---------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #A2811E;
}
a img {
  border: none;
}
body {
  background-color: #FFF;
  background-image: url(images/bg_page.jpg);
  background-position: center 8em;
  background-repeat: repeat-y;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}
h1 {
  color: #033C83;
  font-size: 150%;
  margin-bottom: 0.5em;
}
h2 {
  color: #033C83;
  font-size: 120%;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 100%;
  margin-bottom: 0.5em;
}
button, input, select {
  color: #534E6B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}
p {
  margin-bottom: 1em;
}


/* Form classes
   ---------------------------------------------- */
.buttons button {
  background-color: #06C;
  border: 1px outset #06C;
  color: #FFF;
  font-weight: bold;
  padding: 0 0.5em;
}
input.textbox, select {
  border: 1px inset #06C;
  padding: 1px;
}


/* General classes
   ---------------------------------------------- */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.layout-inner {
  margin: 0 auto;
  position: relative;
  width: 980px;
}


/* Top menu
   ---------------------------------------------- */
#top-menu {
  background-color: #FFCE10;
  color: #425580;
  font-size: 90%;
  line-height: 2;
}
#top-menu a {
  color: #425580;
  margin: 0 5px;
}
#top-menu .layout-inner {
  position: static;
}


/* Header
   ---------------------------------------------- */
#header {
  background-color: #FFF;
  color: #144A8C;
}
#header .layout-inner {
  height: 96px;
}
#header-logo {
  bottom: 10px;
  right: 0;
  position: absolute;
}
#header-menu {
  bottom: 0;
  left: 0;
  position: absolute;
}
#header-menu a {
  color: #144A8C;
  text-transform: uppercase;
}
#header-menu li {
  border-bottom: 5px solid #FFF;
  float: left;
  padding: 10px 10px 5px;
}
#header-menu ul {
  list-style-type: none;
}
#header-menu li.selected {
  border-bottom: 5px solid #FFCE10;
}
#header-menu li.selected a {
  color: #D8AB10;
}


/* Submenu
   ---------------------------------------------- */
#submenu a {
  color: #FFF;
}
#submenu li {
  float: left;
  padding: 10px;
}
#submenu ul {
  list-style-type: none;
}
#submenu li.selected a {
  color: #FFCE10;
}


/* Main content area
   ---------------------------------------------- */
#middle .layout-inner {
  color: #4D4C6C;
}
#middle .panel {
  margin-right: -3px;
}
#middle h1 {
  background-position: 20px 0;
  background-repeat: no-repeat;
  color: #033C83;
  font-size: 200%;
  font-weight: normal;
  height: 85px;
  padding-left: 110px;
}
#middle ol,
#middle ul {
  margin: 1em 0 1em 2em;
}
#middle li {
  margin: 0.2em 0;
}

#flash-banner,
#text-banner {
  background-image: url(images/bg_drop_shadow.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
#flash-banner {
  line-height: 0;
}
#text-banner {
  font-size: 125%;
}
#text-banner .inner {
  background-color: #004D9F;
  background-image: url(images/bg_text_banner.jpg);
  background-position: right;
  background-repeat: no-repeat;
  height: 164px;
  position: relative;
}
#text-banner .text {
  bottom: 1em;
  position: absolute;
}
#text-banner h1 {
  height: auto;
  margin-left: 72px !important;
  padding-left: 0;
}
#text-banner h2 {
  font-weight: normal;
}
#text-banner h1,
#text-banner h2,
#text-banner p {
  color: #FFF;
  margin-left: 110px;
  width: 540px;
}

#introduction {
  background-color: #CECBDC;
  height: 200px;
  position: relative;
}
#introduction-text {
  left: 110px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 360px;
}
#introduction-photo {
  background-color: #999;
  left: 500px;
  height: 200px;
  position: absolute;
  width: 360px;
}


#sections {
  float: left;
  width: 680px;
}
#sections .item {
  float: left;
  height: 7em;
  margin: 10px 5% 10px 0;
  width: 280px;
}
#sections .item h2 {
  font-size: 120%;
  margin-bottom: 0.25em;
}
#sections .item h2,
#sections .item p {
  margin-left: 40px;
}
#sections .icon {
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 60px;
  width: 30px;
}

/* Partners
   ---------------------------------------------- */

  #partners {
    float: left;
    width: 680px;
  }

    #partners .item {
      margin: 10px 5% 50px 0;
    }
    
      #partners .item h2 {
        font-size: 120%;
        margin-bottom: 0.25em;
      }
      
      #partners .item h2{
        margin-left: 40px;
      }
      
    #partners .icon {
      background-repeat: no-repeat;
      display: block;
      float: left;
      height: 60px;
      width: 30px;
    }


/* Footer
   ---------------------------------------------- */
#footer {
  font-size: 85%;
  padding: 10px 0;
}
#footer-left {
  float: left;
}
#footer-left dl {
  float: left;
}
#footer-left dt {
  display: inline;
  margin-right: 0.5em;
}
#footer-left dd {
  display: inline;
  margin-right: 1em;
}
#footer-right {
  float: right;
}


/* Panels with drop shadows
   ---------------------------------------------- */
/* Adapted from http://www.webtoolkit.info/css-drop-shadow.html, to use
   empty DIVs rather than a nested strucutre. */
.panel {
  margin-bottom: 1em;
  position: relative;
  width: 980px;
}
.panel .shadow1,
.panel .shadow2,
.panel .shadow3 {
  background-color: #000;
  opacity: 0.15;
  position: absolute;
}
.panel .shadow1 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -3;
}
.panel .shadow2 {
  bottom: 1px;
  left: -1px;
  right: 1px;
  top: -1px;
  z-index: -2;
}
.panel .shadow3 {
  bottom: 2px;
  left: -2px;
  right: 2px;
  top: -2px;
  z-index: -1;
}
.panel .content {
  background: #FFF;
  bottom: 3px;
  padding-top: 20px;
  position: relative;
  right: 3px;
}


/* Profiler
   ---------------------------------------------- */
div.profiler {
  background-color: #99CC99;
  border: 3px double #066;
  color: #000;
  height: 400px;
  margin: 2em auto;
  overflow: auto;
  padding: 1em;
  width: 400px;
}



/* Page headers
   ---------------------------------------------- */
h1#marketing {
  background-image: url(images/header_marketing.jpg);
}
h1#solutions {
  background-image: url(images/header_solutions.jpg);
}
h1#advice {
  background-image: url(images/header_advice.jpg);
}
h1#results {
  background-image: url(images/header_results.jpg);
}


/* Content area
   ---------------------------------------------- */
#content-area {
  padding: 10px 12px;
}
#page-body {
  float: left;
  margin-left: 100px;
  width: 550px;
}
#page-body h3 {
  background-image: url(images/bg_h3.jpg);
  color: #FFF;
  height: 28px;
  line-height: 28px;
  margin-bottom: 1em;
  margin-left: -12px;
  padding-left: 12px;
  width: 562px;
}
#page-body div.screenshot {
  padding: 1em 0;
  text-align: center;
}


/* Sidebar
   ---------------------------------------------- */
#sidebar {
  float: right;
  width: 230px;
}
#sidebar button.arrow {
  background-color: transparent;
  background-image: url(images/icon_arrow.gif);
  background-position: right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: visible;
  width: 16px;
}
#sidebar .search input {
  border: none;
  padding: 2px;
  width: 166px;
}
#sidebar .option {
  background-color: #56C0F2;
  background-image: url(images/bg_sidebar_item.gif);
  background-position: right;
  background-repeat: repeat-y;
  color: #FFF;
  margin-bottom: 5px;
  padding: 5px;
}
#sidebar .option a {
  color: #FFF;
  text-transform: uppercase;
}
#sidebar .extranet a {
  background-image: url(images/icon_arrow.gif);
  background-position: right;
  background-repeat: no-repeat;
  display: block;
  text-transform: uppercase;
}

#sidebar-sections {
  margin-bottom: 5px;
}
#sidebar-sections ul {
  list-style-type: none;
  margin-left: 5px;
}
#sidebar-sections li {
  padding: 3px 0;
}
#sidebar-sections li a {
  background-repeat: no-repeat;
  display: block;
  line-height: 23px;
  padding-left: 30px;
}
#sidebar-sections li.selected a {
  color: #56C0F2 !important;
}
#sidebar-sections li.solutions a {
  background-image: url(images/icon_solutions_small.gif);
}
#sidebar-sections li.strategic a {
  background-image: url(images/icon_strategic_small.gif);
}
#sidebar-sections li.marketing a {
  background-image: url(images/icon_marketing_small.gif);
}
#sidebar-sections li.results a {
  background-image: url(images/icon_results_small.gif);
}

#sidebar-sections li.ecommerce-platform a {
  background-image: url(images/icon_ecommerce_platform_small.gif);
}
#sidebar-sections li.open-source a {
  background-image: url(images/icon_open_source_small.gif);
}
#sidebar-sections li.on-demand a {
  background-image: url(images/icon_on_demand_small.gif);
}
#sidebar-sections li.developments a {
  background-image: url(images/icon_developments_small.gif);
}
#sidebar-sections li.hosting a {
  background-image: url(images/icon_hosting_small.gif);
}
#sidebar-sections li.integration a {
  background-image: url(images/icon_integration_small.gif);
}

#sidebar-sections li.strategy a {
  background-image: url(images/icon_strategy_small.gif);
}
#sidebar-sections li.roi-driven-approach a {
  background-image: url(images/icon_roi_driven_approach_small.gif);
}
#sidebar-sections li.marketing-campaigns a {
  background-image: url(images/icon_marketing_campaigns_small.gif);
}
#sidebar-sections li.crm-campaigns a {
  background-image: url(images/icon_crm_campaigns_small.gif);
}
#sidebar-sections li.rich-technical-tools a {
  background-image: url(images/icon_rich_technical_tools_small.gif);
}

#sidebar-sections li.business-planning a {
  background-image: url(images/icon_business_planning_small.gif);
}
#sidebar-sections li.strategy-development a {
  background-image: url(images/icon_strategy_development_small.gif);
}
#sidebar-sections li.due-diligence a {
  background-image: url(images/icon_due_diligence_small.gif);
}

#sidebar-sections li.optimising-trading a {
  background-image: url(images/icon_optimising_trading_small.gif);
}
#sidebar-sections li.human-resources a {
  background-image: url(images/icon_human_resources_small.gif);
}
#sidebar-sections li.business-processes a {
  background-image: url(images/icon_business_processes_small.gif);
}
#sidebar-sections li.project-delivery a {
  background-image: url(images/icon_project_delivery_small.gif);
}

#sidebar-download {
  margin-top: 3em;
}

#sidebar-casestudy {
}
#sidebar-casestudy .item {
  margin-bottom: 1.5em;
  text-align: center;
}

#sidebar-feature {
  margin-top: 1em;
}


#clients-panel img {
  margin: 0 10px;
  vertical-align: middle;
}


/* Link types
   ---------------------------------------------- */
a.pdf {
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}

a.pdf:hover span {
  text-decoration: underline !important;
}

/* Messages
   -------------------------------------------- */

.message-error { 
  color: #F00;
}                 
div.message,
div.message-error,
div.message-warning { 
  border-style: solid;
  border-width: 2px;
  margin-bottom: 1em;
  padding: 8px;
}
                      
div.message { 
  background-color: #DDD;
  border-color: #999;
}
              
div.message-error { 
  background-color: #FEE;
  border-color: #F00;
}
                    
div.message-warning { 
  background-color: #FF9;
  border: none;
}
                      
.message p,
.message-error p,
.message-warning p { 
  margin-bottom: 0;
}