*
{
  color: #6B6676;
  font-family: trebuchet ms, tahoma, helvetica, arial, verdana, sans-serif;
  font-size: 11px;
}

html
{
  overflow: -moz-scrollbars-vertical;
}

body, html, form, p, img, h1, h2, ul
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  background: #FFF url("/res/back-top.jpg") repeat-x;
}

body, html
{
  height: 100%;
}

#fullheight
{
  height: 100%;
}

#container
{
  position: relative;
  min-height: 100%;
  background: url("/res/back-bottom.jpg") bottom repeat-x;
}

* html #container
{
  height: 100%;
  text-align: center;
}

#content
{
  width: 640px;
  margin: 0 auto;
  text-align: left;
}

#header
{
  position: relative;
  width: 640px;
  height: 87px;
  background: url("/res/header.jpg");
}

#header h1
{
  position: absolute;
  top: 21px;
  height: 66px;
  width: 157px;
}

#header h1 a
{
  background: url("/res/logo.jpg") top;
  color: #FFF;
}

#header h1 a span
{
  position: absolute;
  top: 0;
  left: 0;
  background: url("/res/logo.jpg") top;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#header h1 a:hover span
{
  background-position: bottom;
}

#topmenu
{
  position: absolute;
  top: 5px;
  left: 344px;
  width: 292px;
  height: 24px;
  background-image: url("/res/menu/topmenu.jpg");
}

#topmenu ul
{
  margin: 0;
  padding: 0;
  padding-left: 1px;
  list-style: none;
}

#topmenu ul li
{
  float: left;
  position: relative;
  width: 97px;
  height: 24px;
}

#topmenu ul li a
{
  background: url("/res/menu/topmenu.jpg");
  color: #DEE3E7;
}

#topmenu ul li a span
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("/res/menu/topmenu.jpg");
}

#topmenu a#about span
{
  background-position: -1px 0px;
}

#topmenu a#about:hover span
{
  background-position: -1px 24px;
}

#topmenu a#career span
{
  background-position: -98px 0px;
}

#topmenu a#career:hover span
{
  background-position: -98px 24px;
}

#topmenu a#contact span
{
  background-position: -195px 0px;
}

#topmenu a#contact:hover span
{
  background-position: -195px 24px;
}

#mainmenu
{
  position: absolute;
  top: 60px;
  left: 216px;
  width: 420px;
  height: 16px;
  background-image: url("/res/menu/mainmenu.jpg");
}

#mainmenu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainmenu ul li
{
  float: left;
  position: relative;
  width: 105px;
  height: 16px;
}

#mainmenu ul li a
{
  background: url("/res/menu/mainmenu.jpg");
  color: #FFF;
}

#mainmenu ul li a span
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("/res/menu/mainmenu.jpg");
}

#mainmenu a#home span
{
  background-position: 0px 0px;
}

#mainmenu a#home:hover span
{
  background-position: 0px 16px;
}

#mainmenu a#brands span
{
  background-position: -105px 0px;
}

#mainmenu a#brands:hover span
{
  background-position: -105px 16px;
}

#mainmenu a#consulting span
{
  background-position: -210px 0px;
}

#mainmenu a#consulting:hover span
{
  background-position: -210px 16px;
}

#mainmenu a#contract span
{
  background-position: -315px 0px;
}

#mainmenu a#contract:hover span
{
  background-position: -315px 16px;
}

#homecontent
{
  background: url("/res/home-ifc.jpg") no-repeat;
  min-height: 204px;
  position: relative;
}

* html #homecontent
{
  height: 204px;
}

#homecontent p
{
  position: relative;
  width: 125px;
  height: 140px;
  line-height: 18px;
}

#homecontent p a
{
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #6B6676;
}

#homecontent p a:hover
{
  color: #295D8D;
  border-bottom: 1px solid #295D8D;
}

#homecontent #innovate
{
  position: absolute;
  left: 83px;
  top: 45px;
}

#homecontent #formulate
{
  position: absolute;
  left: 300px;
  top: 45px;
}

#homecontent #create
{
  position: absolute;
  left: 520px;
  top: 45px;
}

#homecontent p .readmore
{
  position: absolute;
  top: 120px;
  width: 110px;
  text-align: right;
}

#news li
{
  position: relative;
  margin-bottom: 5px;
}

#news li a
{
  position: absolute;
  left: 130px;
}

.mainbody
{
  position: relative;
  padding: 12px;
  padding-top: 0px;
}

.mainbody h1
{
  clear: both;
  padding-bottom: 10px;
  font-size: 16px;
  color: #44749C;
}

.mainbody h2
{
  clear: both;
  color: #6B727D;
  padding-bottom: 12px;
  font-size: 12px;
}

.mainbody ul, ol
{
  padding-left: 44px;
  padding-bottom: 12px;
  line-height: 18px;
}

.mainbody ul
{
  list-style-image: url(logo-list.gif);
}

.mainbody p
{
  padding-left: 12px;
  padding-bottom: 12px;
  line-height: 18px;
}

.mainbody p.indent
{
  padding-left: 24px;
}

.mainbody p a, .mainbody ul li a
{
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #6B6676;
}

.mainbody p a:hover, .mainbody ul li a:hover
{
  color: #295D8D;
  border-bottom: 1px solid #295D8D;
}

.mainbody .icon
{
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.mainbody .picframe
{
  float: left;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 16px;
  border: 4px solid #CCCCD4;
}

.mainbody blockquote
{
  background: transparent url(q1.png) left top no-repeat;
}

.mainbody blockquote div
{
  padding: 0 48px;
  background: transparent url(q2.png) right bottom no-repeat;
  line-height: 18px;
}

.mainbody p.author
{
  text-align: right;
  padding-right: 48px;
  padding-bottom: 24px;
  font-weight: bold;
}

.error
{
  color: #C22;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#footer
{
  position: relative;
  margin-top: -24px;
  height: 24px;
  text-align: center;
}

#footer *
{
  color: #4B4656;
}

#footer a
{
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover
{
  color: #77A;
}

.cmdbutton {
  border: #555 1px solid;
  height: 20px;
  font-weight: bold;
  color: #4B4656;
  background-color: #E2EAEE;
}

.inputbox {
  border: #AAA 1px solid;
  height: 20px;
  font-weight: bold;
  background-color: #F8F8FA;
}