* {
  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, h2, h3, h4 {
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
}
*/

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;
}

#admin-controls {
  position: fixed;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  width: 256px;
  padding: 0.5ex 8px 0px;
  background: url(/images/admin-controls.png);
  color: white;
  text-align: left;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

#admin-controls h3 {
  margin: 0px 0px 0.5ex;
  text-transform: none;
  letter-spacing: normal;
  font-size: 100%;
  font-weight: normal;
  color: white;
}

#admin-controls h3 a img {
  position: absolute;
  right: 0.5ex;
  top: 0.5ex;
}

#admin-controls a {
  color: white;
}

#admin-controls ul {
  padding: 0.5ex 0px;
  margin: 0px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}

#admin-controls li.task-page-edit { background-image: url(/images/task-page-edit.png); }
#admin-controls li.task-blog-edit { background-image: url(/images/task-blog-edit.png); }
#admin-controls li.task-blog-new { background-image: url(/images/task-blog-new.png); }
#admin-controls li.task-testimonial-new { background-image: url(/images/task-testimonial-new.png); }

#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: 80;
}

#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: #999;
  text-decoration: none;
}

#navigation a:hover {
  color: #f97214;
}

#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,
body.home #splash-inner h2 {
  display: none;
}

body.home #splash-inner p {
  color: #586f3d;
  position: absolute;
  left: 24px;
  top: 136px;
  width: 384px;
  font-size: 16px;
  line-height: 22px;
  text-shadow: #eee 0px 1px 0px;
}

body.home #splash-inner ul {
  color: #586f3d;
  position: absolute;
  left: 56px;
  top: 120px;
  width: 512px;
  font-size: 16px;
  line-height: 28px;
  text-shadow: #eee 0px 1px 0px;
}

body.home #splash-inner ul li {
	margin: 0px;
	padding: 0px;
	background: none;
	display: block;
	list-style: none;
}

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/110-per-cent.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;
  /*background: url(/images/case-study-before-after.png) no-repeat right bottom;*/
  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,
#sidebar #map 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-customers blockquote {
  margin: -8px 0px 8px;
  padding: 0px;
	position: relative;
}

#sidebar-customers blockquote p {
  background: url(/images/customer-quote-top.png) no-repeat 0px 0px;
  padding: 20px 20px 0px;
  margin: 0px;
  text-align: left;
}

#sidebar-customers blockquote cite {
  display: block;
  font-style: normal;
  background: url(/images/customer-quote-bottom.png) no-repeat 0px 0px;
  padding: 16px 0px 0px 52px;
  color: #767676;
}

#sidebar-customers blockquote cite a {
  font-variant: small-caps;
  text-transform: lowercase;
}

#sidebar .box {
  margin: 0px 0px 4px;
  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;
}

#sidebar #sidebar-contact {
  padding-bottom: 8px;
}

#sidebar-contact big {
  display: block;
  font-size: 200%;
  font-weight: bold;
  color: #8cc63f;
}

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%;
}

#splash-about-you { background-image: url(/images/splash-about-you.png); }
#splash-more-sales { background-image: url(/images/splash-more-sales.png); }
#splash-more-enquiries { background-image: url(/images/splash-more-enquiries.png); }
#splash-increase-retention-and-loyalty { background-image: url(/images/splash-increase-retention-and-loyalty.png); }
#splash-increase-participation { background-image: url(/images/splash-increase-participation.png); }
#splash-increase-competitive-advantage { background-image: url(/images/splash-increase-competitive-advantage.png); }
#splash-solutions { background-image: url(/images/splash-solutions.png); }
#splash-about-us { background-image: url(/images/splash-about-us.png); }
#splash-our-approach { background-image: url(/images/splash-our-approach.png); }
#splash-happy-customers { background-image: url(/images/splash-happy-customers.png); }
#splash-our-team { background-image: url(/images/splash-our-team.png); }
#splash-working-at-leftclick { background-image: url(/images/splash-working-at-leftclick.png); }
#splash-engaging-with-leftclick { background-image: url(/images/splash-engaging-with-leftclick.png); }
#splash-library { background-image: url(/images/splash-library.png); }
#splash-contact { background-image: url(/images/splash-contact.png); }
#splash-conduct { background-image: url(/images/splash-conduct.png); }
#splash-clickshift { background-image: url(/images/splash-clickshift.png); }
#splash-clickstream { background-image: url(/images/splash-clickstream.png); }
#splash-clickdrive { background-image: url(/images/splash-clickdrive.png); }
#splash-clickaudit { background-image: url(/images/splash-clickaudit.png); }
#splash-clickstart { background-image: url(/images/splash-clickstart.png); }
#splash-clickvantage { background-image: url(/images/splash-clickvantage.png); }
#splash-custom { background-image: url(/images/splash-custom.png); }
#splash-gui-design { background-image: url(/images/splash-gui-design.png); }
#splash-clickshift-lite { background-image: url(/images/splash-clickshift-lite.png); }
#splash-clickshift-prem { background-image: url(/images/splash-clickshift-prem.png); }
#splash-office-space { background-image: url(/images/splash-office-space.png); }
#splash-vacancies { background-image: url(/images/splash-vacancies.png); }

#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 {
}

dl.fancy-numbers dt {
  padding: 8px 0px 24px 56px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 115%;
  font-weight: bold;
}

dl.fancy-numbers dt.first {
  background-image: url(/images/fancy-1.png);
}

dl.fancy-numbers dt.second {
  background-image: url(/images/fancy-2.png);
}

dl.fancy-numbers dt.third {
  background-image: url(/images/fancy-3.png);
}

dl.fancy-numbers dd {
  margin: -16px 0px 1ex 56px;
}

ol.numerals li {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 8px 0px 2ex 40px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

ol.numerals li.first { background-image: url(/images/n01.png); }
ol.numerals li.second { background-image: url(/images/n02.png); }
ol.numerals li.third { background-image: url(/images/n03.png); }
ol.numerals li.fourth { background-image: url(/images/n04.png); }
ol.numerals li.fifth { background-image: url(/images/n05.png); }
ol.numerals li.sixth { background-image: url(/images/n06.png); }
ol.numerals li.seventh { background-image: url(/images/n07.png); }
ol.numerals li.eighth { background-image: url(/images/n08.png); }
ol.numerals li.ninth { background-image: url(/images/n09.png); }
ol.numerals li.tenth { background-image: url(/images/n10.png); }

ol.numerals li h3 {
  margin-top: 0px;
}

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-visitors {
  background-image: url(/images/more-visitors.png);
}

#looking-for-more-satisfaction {
  background-image: url(/images/more-satisfaction.png);
}

ul.looking-for-more li h3 {
  margin: 0px;
  padding: 0px 12px 0.5ex;
  font-size: 125%;
}

ul.looking-for-more li p {
  margin: 0px;
  padding: 0px 12px 2ex;
}

dl.solutions {
  margin: 0ex -12px;
  padding-bottom: 2ex;
  border-top: 1px solid #ddd;
}

dl.solutions dt {
  position: relative;
  margin: 0px;
  padding: 0.5em 12px;
  height: 4em;
  border-bottom: 1px solid #ddd;
}

dl.solutions dt.odd {
  background: #eee;
}

dl.solutions dt.even {
  background: #f7f7f7;
}

dl.solutions dd {
  margin: -4em 12px 1em 224px;
  height: 3em;
  position: relative;
}

dl.solutions dt a {
  display: block;
  width: 200px;
  height: 48px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -100em;
  position: relative;
}

dl.solutions dt#sln-clickstream a {
  background-image: url(/images/sln-clickstream-small.png);
}

dl.solutions dt#sln-clickshift a {
  background-image: url(/images/sln-clickshift-small.png);
}

dl.solutions dt#sln-clickdrive a {
  background-image: url(/images/sln-clickdrive-small.png);
}

dl.solutions dt#sln-clickvantage a {
  background-image: url(/images/sln-clickvantage-small.png);
}

dl.solutions dt#sln-clickstart a {
  background-image: url(/images/sln-clickstart-small.png);
}

.solutions {
  margin: 0ex -12px;
  padding-bottom: 2ex;
  border-top: 1px solid #ddd;
  position: relative;
}

.solutions .solution {
  background-image: none;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 12px 12px 12px 12px;
  margin: 0px;
}

.solutions .odd {
  background: #eee;
}

.solutions .even {
  background: #f7f7f7;
}

#body .solutions h2 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 12px;
  top: 4px;
  width: 192px;
  font-size: 100%;
}

#body .solutions h2 a {
  text-decoration: none;
  text-indent: -100em;
  display: block;
  width: 192px;
  height: 48px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
}

#body .solutions h3 {
  margin: 0px 0px 1ex;
  font-weight: bold;
}

#body .solutions h3,
#body .solutions p,
#body .solutions ul,
#body .solutions a.button {
  margin-left: 224px;
}

#body .solutions .service p {
  margin-left: 0px;
}

#sln-clickshift h2 a { background-image: url(/images/sln-clickshift-small.png); }
#sln-clickstart h2 a { background-image: url(/images/sln-clickstart-small.png); }
#sln-clickdrive h2 a { background-image: url(/images/sln-clickdrive-small.png); }
#sln-clickaudit h2 a { background-image: url(/images/sln-clickaudit-small.png); }
#sln-clickstream h2 a { background-image: url(/images/sln-clickstream-small.png); }
#sln-clickvantage h2 a { background-image: url(/images/sln-clickvantage-small.png); }
#sln-strategic-market-analysis h2 a { background-image: url(/images/sln-strategic-market-analysis-small.png); }
#sln-custom h2 a { background-image: url(/images/sln-custom-small.png); }
#sln-gui-design h2 a { background-image: url(/images/sln-gui-design-small.png); }

.pages {
  font-size: 85%;
  line-height: 1em;
  height: 2em;
}

.pages span,
.pages a {
  display: block;
  float: left;
  padding: 0.25em;
  border: 1px solid #ccc;
  margin-right: 0.25em;
  min-width:  1em;
  text-decoration: none;
  text-align: center;
  color: #767676;
}

.pages .current {
  background: #767676;
  color: white;
  border-color: #767676;
  font-weight: bold;
}

.pages a:hover {
  background: #ccc;
  color: white;
}

.posts .post {
  clear: left;
  border-top: 1px solid #ccc;
  padding-bottom: 4ex;
}

.pages span {
  color: #ccc;
}

.blog-meta {
  margin: 0px 0px 2ex;
  padding: 0px 0px 2ex;
  font-size: 85%;
  color: #999;
  border-bottom: 1px solid #eee;
}

.blog-body img {
  display:  block;
  text-align: center;
  margin: 0px auto;
  border: 1px solid #ccc;
  padding: 8px;
}

.blog-body table {
	margin: 0px auto 2ex;
	border-collapse: collapse;
}

.blog-body table td,
.blog-body table th {
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	vertical-align: top;
}

.blog-body table th {
	background: #eee;
	vertical-align: bottom;
	padding-top: 1.5ex;
}


#comments .comment {
  border-top: 1px solid #ccc;
  padding: 1ex 0px 1ex 64px;
  background: url(/images/comment-quote.png) no-repeat 0px 0px;
}

#comments .ours {
	border: 1px solid #ccc;
	background: #eee url(/images/comment-quote.png) no-repeat 0px 0px;
	margin-bottom: 8px;
}

#comments .comment-meta {
  font-size: 85%;
  color: #999;
}

#comments .comment a.task-delete-comment {
  display: block;
  background: #ffc url(/images/task-comment-delete.png) no-repeat 8px 0.5ex;
  padding: 0.5ex 8px 0.5ex 28px;
}

#comments .comment a.task-approve-comment {
  display: block;
  background: #ffc url(/images/task-comment-approve.png) no-repeat 8px 0.5ex;
  padding: 0.5ex 8px 0.5ex 28px;
}

#sidebar #subnav li.rss a {
	background: url(/images/bullet-rss.png) no-repeat 0px 4px;
	padding-left: 22px;
}

#body .blog-archive li {
  background-image: url(/images/bullet-blog.png);
}

#body .blog-archive li a {
  font-weight: bold;
}

#body .blog-archive li small {
  display:  block;
  color: #767676;
}

#body .blog-archive li small a {
  font-weight: normal;
}

#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;
}

#body ol.form li {
  border-top: 1px solid #ddd;
  padding: 1ex 0px;
  margin: 0px;
  list-style: none;
}

#body ol.form li.buttons {
  padding-left: 128px;
  border-top: none;
}

#body ol.form label {
  display:  block;
  width: 120px;
  line-height: 1.5em;
}

#body ol.form label.required {
  background: url(/images/required-field.png) no-repeat 100% 1px;
}

#body ol.form input.text,
#body ol.form select,
#body ol.form textarea,
#body ol.form .field {
  display: block;
  margin: -1.5em 0px 0px 128px;
  width: 400px;
}

#body ol.form textarea.full {
  margin: 0px;
  width: 576px;
}

#body ol.form input.button {
  font-size: 125%;
  width: 128px;
}

#body ol.form .field select,
#body ol.form .field input.text {
  width: auto;
  display: inline;
  margin: 0px;
}

#body .error-messages ul li {
  background-image: url(/images/bullet-error.png);
}

#body #application-form label {
  width: 220px;
}

#body #application-form ol.form input.text,
#body #application-form ol.form select,
#body #application-form ol.form textarea,
#body #application-form ol.form .field {
  margin-left: 228px;
  width: 300px;
}

#body #application-form ol.form li.buttons {
  padding-left: 228px;
}

#body #application-form ol.form input.number {
  width: 6em;
}

#body #application-form ol.form li.confirm {
  padding-left: 200px;
}

#body #application-form ol.form li.confirm label {
  width: auto;
  margin: -1.5em 0px 0px 28px;
}

#ajax-spinner {
  padding-left: 48px;
  background: url(/images/ajax-throbber.gif) no-repeat 8px 0px;
}

#ajax-spinner p {
  padding: 8px 0px;
  margin: 0px;
}

#ajax-spinner p {
  padding: 8px 0px;
  margin: 0px;
}

#team-montage {
	display: none;
	position:relative;
	width:500px;
	height:300px;
	margin-bottom: 16px;
}

#team-montage a {
	display: block;
	position: absolute;
	border: none;
}

#team-montage a img {
	border: none;
	display: block;
}

#team-matt { left:0px; top:0px; width:72px; height:300px; }
#team-simone { left:72px; top:0px; width:64px; height:300px; }
#team-claire { left:136px; top:0px; width:72px; height:168px; }
#team-claire-2 { left:136px; top:168px; width:56px; height:132px; }
#team-megan { left:208px; top:0px; width:64px; height:168px; }
#team-megan-2 { left:248px; top:164px; width:24px; height:112px; }
#team-megan-3 { left:248px; top:280px; width:64px; height:20px; }
#team-alan { left:272px; top:0px; width:80px; height:280px; }
#team-alan-2 { left:312px; top:280px; width:40px; height:20px; }
#team-sally { left:352px; top:0px; width:64px; height:300px; }
#team-john { left:416px; top:0px; width:84px; height:300px; }
#team-cosmic { left:192px; top:168px; width:56px; height:132px; }

.team-member {
  clear: left;
}

.team-member .contact {
  display: none;
}

.team-member img.portrait {
  float: left;
  width: 64px;
  height: 64px;
  padding: 12px;
  background: url(/images/photo-frame.png) no-repeat 0px 0px;
  position: relative;
}

.team-member p {
  margin-left: 96px;
}

.team-member h3 {
  text-transform: none;
  letter-spacing: normal;
  color: #8cc63f;
  font-size: 125%;
  font-weight: normal;
  margin: 0px 0px 0px 96px;
  padding-top: 8px;
}

.team-member h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #767676;
  font-size: 85%;
  font-weight: normal;
  margin: 0px 0px 1ex 96px;
}

.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;
}

a.pdf {
  padding-left: 20px;
  background: url(/images/link-pdf.png) no-repeat 0px 0px;
}

.columns .column {
  float:  left;
}

.two.columns {
  background: url(/images/two-columns.png) repeat-y 0px 0px;
  margin: 0px -24px 2ex 0px;
}

.two.columns .column {
  width: 276px;
}

.two.columns .left.column {
  margin-right: 20px;
}

.columns .column h2 {
  margin-top:  0px;
}

.three.columns {
  background: url(/images/three-columns.png) repeat-y 0px 0px;
  margin-right: -24px;
}

.three.columns .column {
  width: 176px;
  position: relative;
}

.three.columns .left.column,
.three.columns .middle.column {
  margin-right: 20px;
}

#body .column *:last-child {
  margin-bottom: 0px;
}

#body p.look-right {
  font-weight: bold;
  width: 320px;
  padding: 8px 40px 16px 8px;
  background: #ffc url(/images/right-arrows.png) no-repeat 320px 50%;
  border: 1px solid #eee;
}

#calculator-container {
  float: right;
  width: 192px;
  margin-left: 12px;
  position: relative;
  background: url(/images/calculator-bottom.png) no-repeat 0px 100%;
}

#calculator {
  padding: 8px 8px 32px;
  min-height: 160px;
  color: #767676;
}

#calculator h2 {
  margin: -8px -8px 0px;
  padding: 8px 8px 4px;
  color: #767676;
  text-shadow: white 0px 1px 0px;
  font-size: 100%;
  background: url(/images/calculator-top.png) no-repeat 0px 0px;
  text-align: center;
}

#calculator p {
  font-size: 85%;
  margin: 0px 0px 1ex;
  clear: left;
}

#calculator-spinner {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 152px;
  background: black url(/images/ajax-throbber-black.gif) no-repeat 8px 0px;
  padding: 8px 0px 8px 40px;
  color: white;
}

#calculator a.button {
  width: 144px;
  background-image: url(/images/next-step-button.png);
  margin: 0px auto;
  padding-left: 28px;
  text-align: left;
}

#calculator input.text {
  display: inline;
}

#calculator .steps {
  display: block;
  height: 18px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 176px;
  text-align: center;
  font-size: 85%;
  border-top: 1px solid #ccc;
}

#calculator .steps span,
#calculator .steps a,
#calculator .steps strong {
  margin-right: 0.5em;
}

#calculator .steps strong {
  color: #767676;
}

#calculator .steps span {
  color: #bbb;
}

#calculator #gain {
  font-size: 125%;
}

#calculator #annual_gain {
  font-size: 150%;
}

.slider {
  width: 112px;
  height: 12px;
  background: url(/images/slider-track.png) repeat-x 0px 0px;
  border: 0px hidden #000;
  position: relative;
  float: left;
  margin-right: 0.5em;
}

.slider-thumb {
  width: 12px;
  height: 12px;
  background: url(/images/slider-thumb.png) no-repeat 0px 0px;
  position: absolute;
  font-size: 1px;
  overflow: hidden;
  border: none;
}

#calculator input.text {
  display: inline;
  width: 52px;
  border: none;
  background: #ffc;
  font-size: 11px;
}

p.intro {
  font-weight: bold;
}

a.next-step {
  font-size: 150%;
  text-align: right;
  display:  block;
  padding-top: 0.5ex;
  border-top: 1px solid #eee;
}

.services {
  margin: 0px -12px 0px;
  border-top: 1px solid #ccc;
}

.services .service {
  clear: left;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  padding: 1ex 12px 1ex 180px;
  background-position: 12px 100%;
  background-repeat: no-repeat;
}

.services .service.odd {
  background-color: #eee;
}

#g2g-services .service {
  padding-left: 12px;
}

#service-analysis { background-image: url(/images/cstm-analysis.png); }
#service-prototype { background-image: url(/images/cstm-prototype.png); }
#service-interface { background-image: url(/images/cstm-interface.png); }
#svc-analysis { background-image: url(/images/svc-analysis.png); }
#svc-analytics { background-image: url(/images/svc-analytics.png); }
#svc-redesign { background-image: url(/images/cstm-prototype.png); }
#svc-split-testing { background-image: url(/images/svc-split.png); }
#svc-landing { background-image: url(/images/svc-landing.png); }
#svc-report { background-image: url(/images/svc-report.png); }
#svc-business { background-image: url(/images/svc-business.png); }
#svc-evaluation { background-image: url(/images/svc-analysis.png); }

.service#lab-testing {
  background: #e6eff2 url(/images/svc-lab-testing.png) no-repeat 0px 100%;
}

.service blockquote {
  color: #606e74;
  /*font-size: 85%;*/
}

.services h2 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
  color: #767676;
  text-shadow: none;
}

.services h3,
.solutions h3 {
  font-size: 150%;
  font-weight: normal;
  color: #8cc63f;
  text-shadow: #ccc 0px 1px 2px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0px 0px 0.5ex;
}

.services h4 small {
  color: red;
  font-size: 100%;
  margin-left: 1em;
}

.services .case-study p {
  color: #999;
  font-size: 85%;
}

.subbox {
  /*background: url(/images/subbox-bottom.png) no-repeat 0px 100%;*/
  background: #e6eff2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 2ex -12px -2ex;
  padding: 12px;
}

.subbox h2 {
  margin: -12px -12px 0ex;
  padding: 12px 12px 1ex;
  /*background: url(/images/subbox-top.png) no-repeat 0px 0px;*/
  /*color: white;
  text-shadow: #444 0px 1px 2px;*/
}

.subbox#lab-testing {
  background-image: url(/images/lab-testing-subbox.png);
  padding-right: 160px;
}

.subbox#lab-testing h2 {
  margin-right: -160px;
}

.subbox blockquote {
  color: #606e74;
  /*font-size: 85%;*/
}

table.improvements {
  margin: 0px -12px 2ex;
  width: 600px;
  border-top: 1px solid #ccc;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.improvements td,
table.improvements th {
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding: 1ex 12px;
  text-align: left;
  vertical-align: middle;
}

table.improvements tr.even td,
table.improvements tr.even th {
  background-color: #f7f7f7;
}

table.improvements blockquote {
  font-size: 85%;
}

table.improvements .improvement {
  padding-left: 32px;
  background-image: url(/images/results-up.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}

table.improvements blockquote p {
  margin: 0px;
}

table.improvements blockquote cite {
  display: block;
  color: #999;
  font-style: normal;
}

#body ul.share {
	margin: 4ex 0px 0px;
	padding: 1ex 8px;
	border-top: 1px solid #eee;
}

#body ul.share li {
	display: inline;
	margin: 0px 1em 0px 0px;
	padding: 0px;
	background: none;
}

#body ul.share li a {
	padding: 0.5ex 0px 0.5ex 20px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

li.share-digg a { background-image: url(/images/share-digg.png); }
li.share-technorati a { background-image: url(/images/share-technorati.png); }
li.share-delicious a { background-image: url(/images/share-delicious.png); }
li.share-magnolia a { background-image: url(/images/share-magnolia.png); }

#about-you {
  margin: 0px -12px;
  border-top: 1px solid #ccc;
}

.about-you {
  padding: 12px 12px 12px 180px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-position: 12px 100%;
  background-repeat: no-repeat;
}

.about-you h2 {
  margin-top: 0px;
}

.about-you.even {
  background-color: #f7f7f7;
}

#about-you-sales { background-image: url(/images/abtu-sales.png); }
#about-you-enquiries { background-image: url(/images/abtu-enquiries.png); }
#about-you-loyalty { background-image: url(/images/abtu-loyalty.png); }
#about-you-participation { background-image: url(/images/abtu-participation.png); }
#about-you-advantage { background-image: url(/images/abtu-advantage.png); }

blockquote.equation {
  text-align: center;
  margin: 0px 0px 2ex;
  padding: 1ex 0px;
  color: #767676;
  font-weight: bold;
  font-size: 140%;
  background: #ffc;
  border: 1px solid #ccc;
}

blockquote.equation .term.first { color: #27aae1; }
blockquote.equation .term.second { color: #f7941d; }
blockquote.equation .result { color: #8cc63f; }

#how-it-works .column {
  text-align: center;
}

#how-it-works h3 {
  text-align: left;
  letter-spacing: normal;
}

img.how-it-works {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.callout .status {
  margin: 0px 12px;
}

.callout .status .saved,
.callout .status .unsaved {
  padding: 8px 0px 8px 24px;
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.callout .status .saved { background-image: url(/images/file-saved.png); }

.callout .status .unsaved { background-image: url(/images/file-not-saved.png); }

.callout ul {
  margin: 0px 12px;
}

.two.columns#clickshift-options {
  background-color: #eeeeee;
  background-image: url(/images/two-columns-ongrey.png);
  background-position: 50% 0px;
  margin: 0px -12px 2ex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.two.columns#clickshift-options h2,
.two.columns#clickshift-options h3,
.two.columns#clickshift-options h4,
.two.columns#clickshift-options ul,
.two.columns#clickshift-options p {
  margin: 0px 12px 2ex;
}

.two.columns#clickshift-options h2 {
  margin: 1ex 12px 0px;
  position: static;
}

.two.columns#clickshift-options h2 a {
  margin: 0px;
  text-indent: -100em;
  text-decoration: none;
  display: block;
  height: 48px;
  background-repeat: no-repeat;
}

.two.columns#clickshift-options .column {
  width: 284px;
  position: relative;
}

/*
.two.columns#clickshift-options a.button {
  position: absolute;
  bottom: 2ex;
}

.two.columns#clickshift-options .left a.button {
  left: 36px;
}

.two.columns#clickshift-options .right a.button {
  right: 36px;
}
*/

li.task.page-go {
  background-image: url(/images/task-page-go.png);
}

#sidebar #login {
  background-image: url(/images/sidebar-login-bottom.png);
  color: white;
}

#sidebar #login h2 {
  color: white;
  background-image: url(/images/sidebar-login-top.png);
}

#sidebar #login label {
  color: white;
}
/*
#jobs {
  position: relative;
  left: 8px;
  margin-right: -16px;
}

#jobs .job {
  position: relative;
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
  width: 240px;
  background: #ddd url(/images/job-ad-bottom.png) no-repeat 0px 100%;
  padding: 16px 0px 32px;
  border-top: 2px dotted white;
}

#jobs .even {
  clear: left;
}

#jobs .job h2 {
  font-size: 125%;
  padding: 1ex 8px;
  margin: 0px 8px 1ex;
  text-shadow: none;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#jobs .job h4,
#jobs .job p {
  margin-left: 16px;
  margin-right: 16px;
}

#jobs .job h2 a {
  color: #333;
  text-decoration: none;
}
*/
#sidebar ul.jobs li {
	
}

#sidebar ul.jobs li.rss {
	background-image: url(/images/bullet-rss.png);
}

#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;
}

#error-message {
	background: url(/images/error-box-bottom.png) no-repeat 0px 100%;
	padding: 0px 24px 24px;
}

#error-message h1 {
	margin: 0px -24px 32px;
	padding: 40px 24px 0px;
	font-size: 400%;
	background: url(/images/error-box-top.png) no-repeat 0px 0px;
}

#body ul.sitemap {
	font-size: 150%;
}

#body ul.sitemap {
	
}

#body ul.sitemap li {
	font-size: 85%;
	background-image: url(/images/sitemap-page.png);
	min-height: 20px;
}

#body ul.sitemap .title {
}

#body ul.sitemap ul ul .title strong {
	font-weight: normal;
}

#body ul.sitemap .title small {
	color: #999;
}

#body ul.sitemap .title a {
	text-decoration: none;
}
#body ul.sitemap ul {
	margin-top: 0.5ex;
}

#body ul.sitemap ul .title {
}

img.photo {
	clear: right;
	float: right;
	margin: 0px 0px 1ex 1em;
	border: 1px solid #999;
	padding: 3px;
}

table.office-deal {
	margin: 0px 0px 2ex;
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}

table.office-deal th,
table.office-deal td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5ex 1em;
}

table.office-deal thead th {
	font-weight: normal;
	border-color: #999;
}

.seo-tools-panel {
  margin: 0px -12px 8px;
  padding: 8px 304px 8px 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2 url(/images/seo-tools.png) no-repeat 100% 100%;
}

.seo-tools-panel h2 {
  margin-top: 0px;
}
