/* ---------------------------------------
global
--------------------------------------- */

a:link,
a:visited,
a:hover{
   color: #008aff;
}

a:link, a:visited{
  text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

body{
   color: #444;
}

h3{
   font-size: 14px;
   line-height: 20px;
   color: #000;
   font-weight: bold;
}

h1 {
   font-weight: normal;
   font-size: 24px;
}

h1 em{
   display: block;
   font-size: 15px;
   line-height: 28px;
   margin: 0 0 10px 0;   
   font-style: normal;
}

h2{
   font-weight: normal;
   font-size: 49px;
   color: #444;
   line-height: 49px;
   margin: 0 0 10px 0;
}

h4{
  font-size: 14px;
  font-weight: bold;
}

p{
   font-size: 14px;
   line-height: 20px;
   color: #444444;
   margin: 0 0 20px 0;
}



/* ---------------------------------------
position
--------------------------------------- */

#container{
   width: 960px;
   text-align: center;
   margin: 0 auto;
}

#header{
   width: 960px;
   float: left;
   text-align: left;
   margin: 0 0 8px 0;
   background: url(../images/bg_header.gif) top right no-repeat;
}

.headerImage{
   margin-bottom: -5px;
}


/* ---------------------------------------
logo
--------------------------------------- */

#logo{
   float: left;
   text-indent: -9999px;
   margin: 0px 0 0 0;
   width: 300px;
   height: 150px;
}

#logo a{
   display: block;
   width: 300px;
   height: 150px;
   background: #fff url(../images/logo.gif) 0 0 no-repeat;
}

#logo a:hover{
   background-position: top right;
}


/* ---------------------------------------
top navigation
--------------------------------------- */

.topNav{
   width: 620px;
   height: 40px;
   float: right;
   margin: 88px 0 0 0;
}

.topNav li{
   float: left;
   height: 40px;
   width: 110px;
   margin: 0 0 0 60px;
}

.topNav li a, .topNav li a:link, .topNav li a:visited{
   height: 40px;
   width: 110px;
   display: block;
   text-indent: -9999px;
}

#navConsulting{
   margin-left: 0px;
}

#navConsulting a {background:  url(../images/nav_consulting.gif) 0 0 no-repeat;}
#navSoftware a {background:  url(../images/nav_software.gif) 0 0 no-repeat; }
#navTools a {background:  url(../images/nav_tools.gif) 0 0 no-repeat;}
#navContact a {background:  url(../images/nav_contact.gif) 0 0 no-repeat;}

#navConsulting a:hover, #navSoftware a:hover, #navTools a:hover, #navContact a:hover{
 background-position: bottom left;
}

#navConsulting a.activeNav, #navSoftware a.activeNav, #navTools a.activeNav, #navContact a.activeNav{
   background-position: bottom left;
}

/* ---------------------------------------
columns
--------------------------------------- */

.column{
   width: 280px;
   float: left;
   border-top: 2px solid #68d0f2;
   padding: 20px 0 0 0;
   text-align: left;
   margin: 0 60px 60px 0;
}

.lastColumn{
   margin-right: 0;
}

.column h2 a, .column h2 a:visited{
   color: #444;
   display: block;
   background: url(../images/bg_h2.gif) no-repeat 252px 14px;   
}

.column h2 a:hover{
   color: #000;
   display: block;
   background: url(../images/bg_h2.gif) no-repeat 252px -74px;   
   text-decoration: none;
}

.column ul li{
}

.column ul{
   list-style-type: circle;
   padding-left: 20px;
}

.column strong{
   color: #000;
}

.clearColumn{
   clear: both;
}

.columnContact{
   position: relative;
   margin: -630px 0 0 60px;
   width: 220px;
}


/* ---------------------------------------
footer
--------------------------------------- */

#footer{
   clear: both;
   text-align: left;
   color: #aaaaaa;
   height: 48px;
   width: 100%;
   margin: 0 0 30px 0;
   line-height: 48px;
   font-size: 12px;
   color: #747474;
}

#footer p{
   color: #747474;
   font-size: 12px;
}

#footer ul li{
   float: left;
}

#footer a:link, #footer a:visited{
   color: #333;
}
