* {
  padding: 0px;
  margin: 0px;
}

.missing {
  background: #fcc;
}

body {
  background: #f2f2f2 url(images/background-grey.png) repeat left top;
  color: #444;
  text-align: center;
}

body, td, input, select {
  font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
}

a {
  color: #f97214;
}

a.more {
  font-variant: small-caps;
  text-transform: lowercase;
}

a img {
  border: none;
}

a.button {
  display: block;
  width: 180px;
  padding: 4px 0px;
  line-height: 16px;
  text-decoration: none;
  color: #444;
  background: url(images/button-180.png) no-repeat 0px 0px;
  text-align: center;
  text-shadow: white 0px 1px 1px;
}

a.button.wide {
  width: 224px;
  background-image: url(images/button-224.png);
}

p, ul, ol, dl {
  margin: 0px 0px 2ex;
}

ul li {
  display: block;
  list-style: none;
  padding: 0px 0px 0px 24px;
  margin: 0px 0px 1ex;
  background: url(images/bullet-arrow.png) no-repeat 0px 1px;
  position: relative;
}

ol li {
  margin-left: 24px;
  padding: 0px 0px 1ex 0px;
}

h1 {
  margin: 2ex 0px 1ex;
  font-size: 250%;
  color: #8cc63f;
  text-shadow: #ccc 0 3px 6px;
}

h2 {
  margin: 2ex 0px 1ex;
  font-size: 150%;
  color: #8cc63f;
  text-shadow: #ccc 0 2px 4px;
}

h3 {
  margin: 2ex 0px 1ex;
  font-size: 100%;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body.home h3 {
  text-transform: none;
  letter-spacing: normal;
}

.cleaner {
  clear: both;
  height: 0px;
  overflow: hidden;
}

#container {
  width: 912px;
  margin: 0px auto;
  position: relative;
  text-align: left;
}

#header {
  height:  96px;
  position: relative;
}

#header #logo {
  position: absolute;
  left:  16px;
  top: 16px;
  width: 240px;
  height: 80px;
  z-index: 500;
}

#navigation {
  position:  absolute;
  right: 24px;
  bottom: 0px;
  margin: 0px;
}

#navigation li {
  float: right;
  display:  block;
  list-style: none;
  font-size: 16px;
  margin: 0px 0px 0px 14px;
  padding: 0px;
  background: none;
}

#navigation a {
  color: #777;
  text-decoration: none;
}

#navigation a:hover {
  color: #5188dd;
}

#navigation .active a {
  color: #8cc63f;
}

#navigation li strong {
  display: block;
  font-weight: bold;
}

#navigation li small {
  display: block;
  font-size: 11px;
}

#splash {
  clear: both;
  margin: 0px 0px 8px;
  position: relative;
}

body.home #splash {
  height: 232px;
  background: url(images/homepage-splash.png) no-repeat 0px 0px;
}

body.home #splash-inner h1 {
  display: none;
}

body.home #splash-inner p {
  color: #FFFFFF;
  position: absolute;
  left: 24px;
  top: 136px;
  width: 350px;
  font-size: 16px;
  line-height: 22px;
  text-shadow: #eee 0px 1px 0px;
}
body.home #splash-right p {
  color: #FFFFFF;
  position: absolute;
  left: 390px;
  top: 162px;
  width: 210px;
}
body.home #splash-right-seal p {
  color: #FFFFFF;
  position: absolute;
  left: 470px;
  top: 32px;
  width: 150px;
}
body.home #reviews form{
  color: #000;
  position: absolute;
  left: 640px;
  top: 55px;
  width: 250px;
  z-index: 1;
}
body.home #reviews p{
  color: #000;
  position: absolute;
  left: 640px;
  top: 20px;
  width: 260px;
  z-index: 2;
  text-align: right;
}

body.home #splash-inner a.more {
  color: white;
}

body.home #splash-inner a.more:hover {
  color: #f97214;
}

body.home #splash-case-study {
  position: absolute;
  right: 32px;
  bottom: 16px;
  width:  256px;
  color: #767676;
}

body.home #splash-case-study p {
  margin: 0px -8px 0px 0px;
  padding: 0px 104px 4px 0px;
  background: url(images/growth.png) no-repeat right bottom;
  line-height: 20px;
}

body.home #splash-case-study h2 {
  font-size: 12px;
  color: #444;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.5ex;
  padding-bottom: 0.5ex;
  padding-top: 80px;
  border-bottom: 1px solid #ccc;
  font-style: normal;
}

#body {
  float:  right;
  width:  100%;
  margin: 0px 0px 0px -296px;
  position: relative;
}

#body-inner {
  margin: 0px 0px 0px 296px;
  padding-top: 8px;
  width: 616px;
  /*overflow: hidden;*/
}

#sidebar {
  float: left;
  width: 296px;
  overflow: hidden;
  position: relative;
}

body.home #body {
  float:  left;
  width:  100%;
  margin: 0px -296px 0px 0px;
}

body.home #body-inner {
  margin: 0px 296px 0px 0px;
  padding:  0px;
  overflow: visible;
}

body.home #sidebar {
  float: right;
}

#sidebar #subnav h2,
#sidebar #contact-details h2 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
  color:  #767676;
  font-size: 12px;
}

#sidebar #subnav h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
  color:  #767676;
  font-size: 12px;
}

#sidebar #subnav ul {
  margin: 0px;
  position: relative;
  width: 100%;
}

#sidebar #subnav li {
  margin: 0px;
  padding: 0px;
  display: inline;
  background: none;
}

#sidebar #subnav li a,
#sidebar #subnav li strong {
  display: block;
  color: #767676;
  text-decoration: none;
  padding: 0.5ex 0ex;
  border-top: 1px solid #eee;
}

#sidebar #subnav a:hover {
  color: #f97214;
}

#sidebar #subnav li strong {
  color: #8cc63f;
  font-weight: bold;
}

#sidebar #subnav li ul {
  margin: 0px 0px 0px 16px;
  font-size: 85%;
}

#sidebar #subnav li ul a,
#sidebar #subnav li ul strong {
  border: none;
}

#sidebar #contact-details li.org { background-image: url(images/contact-org.png); }
#sidebar #contact-details li.adr { background-image: url(images/contact-address.png); }
#sidebar #contact-details li.website { background-image: url(images/contact-website.png); }
#sidebar #contact-details li.email-address { background-image: url(images/contact-email.png); }
#sidebar #contact-details li.phone { background-image: url(images/contact-phone.png); }
#sidebar #contact-details li.fax { background-image: url(images/contact-fax.png); }

#sidebar-customers p {
  text-align: center;  
}

#sidebar-customers a.button {
  margin: 0px auto;
  width: 224px;
  background-image: url(images/button-224.png);
}

#sidebar .box {
  margin: -6px 0px 0px;
  padding: 0px 20px 20px;
  background: url(images/sidebar-box-bottom.png) no-repeat 0px 100%;
  position: relative;
}

#sidebar .box h2 {
  margin: 0px -20px 1ex;
  padding: 20px 20px 0px;
  background: url(images/sidebar-box-top.png) no-repeat 0px 0px;
  font-size: 125%;
  color: #8cc63f;
}

#sidebar .box p.top {
  margin: 0px -20px 1ex;
  padding: 20px 20px 0px;
  background: url(images/sidebar-box-top.png) no-repeat 0px 0px;
}

#sidebar .box ol.form {
  padding: 0px;
  margin: 0px;
}

#sidebar .box ol.form li {
  display: block;
  list-style: none;
  clear: left;
  margin: 4px 0px 1ex;
  padding: 0px;
}

#sidebar .box ol.form li.buttons {
  padding-left: 76px;
}

#sidebar .box ol.form label {
  float:  left;
  width: 76px;
  font-size: 11px;
  text-transform: uppercase;
  color: #767676;
}

#sidebar .box ol.form input.text {
  font-size: 15px;
  width: 160px;
}

ul.latest li.blog,
ul.more li.blog {
  background-image: url(images/bullet-blog.png);
}

ul.latest li.news,
ul.more li.news {
  background-image: url(images/bullet-news.png);
}

ul.latest li.rss,
ul.more li.rss {
  background-image: url(images/bullet-rss.png);
}

ul.latest small {
  color: #ccc;
}

ul.more li {
  display:  inline;
  margin-right: 12px;
  padding-bottom: 4px;
}

#body .box {
  margin: -8px 0px 8px;
  padding: 0px 20px 20px;
  background: url(images/body-box-bottom.png) no-repeat 0px 100%;
  position: relative;
}

#body .splash {
  margin: 0px -20px 1ex;
  height: 164px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
}

#body .splash h1 {
  display: none;
}

#body .splash h1 {
  display: none;
}

#body .splash p {
  position: absolute;
  top: 88px;
  left: 28px;
  width: 380px;
  color: #606e74;
  /*text-shadow: #eee 0px 1px 0px;*/
  font-size: 110%;
}

#body .box h1.top,
#body .box h2.top,
#body .box h3.top {
  margin: 0px -20px 0.5ex;
  padding: 20px 20px 0px;
  background: url(images/body-box-top.png) no-repeat 0px 0px;
}

#body .box h1.top {
}

ul.looking-for-more {
  margin: 0px -12px 0px;
}

ul.looking-for-more li {
  float: left;
  width: 200px;
  padding: 104px 0px 0px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
}

#looking-for-more-sales {
  background-image: url(images/more-sales.png);
}

#looking-for-more-enquiries {
  background-image: url(images/more-enquiries.png);
}

#looking-for-more-satisfaction {
  background-image: url(images/more-satisfaction.png);
}

ul.looking-for-more li h3 {
  margin: 0px;
  padding: 0px 12px 1ex;
}

ul.looking-for-more li p {
  margin: 0px;
  padding: 0px 12px 2ex;
}



#body .box.form {
  padding: 0px 20px 20px;
  background: url(images/form-bottom.png) no-repeat 0px 100%;
  color: white;
  position: relative;
  width: 576px;
}

#body .box.form h1.top,
#body .box.form h2.top {
  margin: 0px -20px 1ex;
  padding: 20px 20px 0px;
  background: url(images/form-top.png) no-repeat 0px 0px;
  color: white;
  text-shadow: gray 0 2px 4px;
}

#body .box .callout {
  position: absolute;
  top: 0px;
  left: -296px;
  width: 272px;
  padding: 0px 12px 12px;
  background: url(..images/sidebar-box-bottom.png) no-repeat left bottom;
  color: #767676;
}

#body .box .callout h2.top,
#body .box.form .callout h2.top {
  margin: 0px -12px 1ex;
  padding: 20px 20px 0px;
  background: url(images/sidebar-box-top.png) no-repeat 0px 0px;
  font-size: 125%;
  color: #8cc63f;
  text-shadow: none;
}

#body .box .form {
  background-image: none;
  padding: 0px;
}

.testimonial {
  clear: both;
  border-top: 1px solid #eee;
  padding: 16px 0px;
}

.testimonial h3 {
  font-weight: normal;
  margin: 0px 0px 1ex;
}

.testimonial h3 a {
  color: #767676;
  text-decoration: none;
}

.testimonial h3 a:hover {
  text-decoration: underline;
  color: #f97214;
}

.testimonial-main {
  margin-left: 184px;
  width: 384px;
}

.testimonial-meta {
  float: left;
  width: 160px;
  text-align: right;
  position: relative;
}

.testimonial-meta blockquote {
  margin-top: -0.5ex;
  font-size: 125%;
  color: #8cc63f;
  padding-bottom: 1ex;
}

.testimonial-meta small {
  color: #999;
}

.testimonial-source {
  color: #767676;
}

a.case-study {
  padding-left: 20px;
  background: url(images/link-case-study.png) no-repeat 0px 0px;
}
#footer {
  clear: both;
  margin: 40px 0px 0px;
  background: url(images/footer.png) no-repeat 0px 0px;
  height: 64px;
  padding: 20px 20px 0px;
  font-size: 12px;
  color: #767676;
}

#footer address {
  font-style: normal;
}

#footer a.url {
  display: none;
}
