/* Reset */
* {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Body, base styles */
body {
  background: #68696B;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 78%;
  color: white;
}

/* Layout */
#wrapper {
  background: left top repeat-y url(../images/layout/wrapper-bkg.jpg);
  width: 1130px;
  /*padding-top: 258px;*/
  margin: 0 auto;
  position: relative;
}
#header {
  background: left top no-repeat url(../images/layout/logo.jpg);
  height: 258px;
  width: 100%;
  /*position: absolute;
    left: 0;
    top: 0;*/
  /* Hide the text */
  text-indent: -1000em;
  letter-spacing: -1000em;
}
#navigation {
  margin-left: 60px;
  width: 185px;
  float: left;
  /* Fix IE6's stupid margin doubling */
  display: inline;
}
#content {
  background: right top no-repeat url(../images/layout/content-short-bkg.jpg);
  padding-left: 25px;
  margin-right: 40px;
  margin-bottom: -6px;
  width: 800px;
  min-height: 480px;
  float: right;
}
#footer {
  background: #68696B left top no-repeat url(../images/layout/footer-bkg.jpg);
  padding-top: 30px;
  padding-bottom: 40px;
  height: 1em;
  width: 100%;
  clear: both;
}

/* Header - Tweaked for when Javascript is present */
.javascript #wrapper {
  padding-top: 258px
}
.javascript #header {
  background-image: url(/images/layout/header-mask.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.javascript .header-panel {
  position: absolute;
  right: 40px;
  top: 39px;
  z-index: 1;
}
.javascript #ie6-fix {
  height: 0;
  overflow: hidden;
}

/* Navigation */
#navigation li {
  list-style-type: none;
  float: left;
}
#navigation a {
  background: left top no-repeat url(../images/navigation/link-bkg.gif);
  font-size: 12px;
  color: white !important;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: lowercase;
  padding: 12px 0 10px 20px;
  height: 12px;
  width: 165px;
  float: left;
}
#navigation a.current {
  background-image: url(../images/navigation/link-current-bkg.gif);
  font-weight: bold;
}

/* Subnav entries */
#navigation ul {
  margin-bottom: 4px;
  width: 100%;
  float: left;
}
#navigation li li a {
  border-bottom: 1px dashed white;
  background: none;
  font-size: 11px;
  text-transform: none;
  padding: 4px 0;
  margin: 0 20px;
  width: 145px;
}
#navigation li li a.current {
  background: right center no-repeat url(../images/navigation/sub-nav-current.gif);
  font-weight: normal;
  color: #D3001D !important;
}

/* Content */
#content h1,
#content h2,
#content h3,
#content p {
  width: 540px;
}
#content h1 {
  font-size: 3em;
  line-height: 0.9;
  text-transform: lowercase;
  margin-bottom: 0.8em;
}
#content h2 {
  font-size: 1.5em;
  color: #18637E;
  margin-bottom: 0.5em;
}
#content h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#content p,
#content ul,
#content img {
  line-height: 1.3;
  margin-bottom: 1.3em;
}
#content ul {
  padding-left: 1.6em;
}
#content li {
  font-size: 1.0em;
  width: 380px;
  line-height: 1.1;

}

/* Profiles */
#content .profile,
#content .solution,
#content .feature {
  background: #A2C130;
  border-bottom: 1px dashed white;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
  width: 540px;
  float: left;
  clear: both;
}
#content .profile h3,
#content .solution h3,
#content .feature h3 {
  margin-bottom: 0.5em;
}
#content .profile p,
#content .solution p,
#content .feature p {
  width: auto;
}
#content .profile img,
#content .solution img {
  margin: 0 12px 10px 0;
  float: left;
}

/* Footer */
#footer h1 {
  background: left top no-repeat url(../images/footer/logo.gif);
  margin: 10px 65px 0 0;
  width: 91px;
  height: 22px;
  float: right;
  /* Hide the text */
  text-indent: -1000em;
  letter-spacing: -1000em;
}
#footer p {
  background: left center no-repeat url(../images/footer/copyright-bkg.gif);
  font-size: 0.9em !important;
  color: #cccccc;
  padding: 20px 0.6em 20px 22px;
  float: right;
}

/* Home */
#home #content h1 {
  background: left top no-repeat url(../images/home/title.gif);
  margin-bottom: 0.5em;
  width: 560px;
  height: 170px;
  /* Hide the text */
  text-indent: -10000em;
  letter-spacing: -1000em;
  white-space: nowrap;
  overflow: hidden;
}

/* Solutions */
#content .solution img {
  margin-left: 70px;
}
#content .solution h3 {
  margin-top: 20px !important;
  width: 200px;
  float: left;
}

#content .solution {
  border-bottom: 0;
  float: left;
  padding-bottom: 0;

}

/* Features */
#content .feature img {
  margin: 0 0 10px 12px;
  float: right;
}

/* B */
#solutions #content,
#devices #content,
#about #content {
  background-image: url(/images/layout/content-long-bkg.jpg);
}
