html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #ffffff;
  font-family: helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
a { text-decoration: none; }
h2 {
  font-size: 14px;
  padding-bottom: 10px;
}
#introCanvas {
  width: 100%;
  height: 100%;
  z-index: 90;
  top: 0px;
  left: 0px;
  position: absolute;
}
#logo {
  width: 450px;
  height: 250px;
  background: url(../images/croppedBloeLogo.png) no-repeat;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.category {
  color: #222222;
  font-size: 11px;
  font-weight: bold;
  cursor: default;
  list-style-image: none;
}
#sidebar {
  left: 0px;
  top: 0px;
  margin-right: 5px;
  margin-top: -15px;
  position: relative;
  width: 335px;
  color: #222222;
  overflow: hidden;
  z-index: 100;
}
#sidebar #menuTab {
  height: 1000px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  background: url(../images/menuSprite.png) no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#sidebar #menuContent {
  background: url(../images/menuBG.png);
  margin-left: 30px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
#sidebar #submenu {
  position: absolute;
  background: url(../images/menuBG.png);
  top: 0px;
  left: 30px;
  width: 237px;
  height: 100%;
  padding: 10px 20px;
  display: none;
}
#sidebar #submenu li { list-style-type: none; }
#sidebar #submenu li.pagenav {
  color: #222222;
  font-size: 11px;
  font-weight: bold;
  cursor: default;
  list-style-image: none;
}
#sidebar #submenu li.pagenav a {
  color: #222222;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
}
#sidebar #submenu #showMainMenu {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 15px;
  text-indent: -9999px;
  background-image: url(../images/Grey-Arrow.png);
  background-repeat: no-repeat;
}
#sidebar #submenu #leftContentArea {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #aaaaaa;
}
#sidebar li.hover { list-style-image: url(../images/bullet.png); }
#sidebar #menuContent {
  width: 257px;
  padding: 10px;
  padding-bottom: 40px;
}
#sidebar #menuContent #contentDesc {
  width: 300px;
  left: 35px;
}
#sidebar #menuContent #menu { padding-left: 12px; }
#sidebar #menuContent #menu li { margin-bottom: 5px; }
#sidebar #menuContent #menu li a {
  color: #222222;
  font-size: 11px;
  font-weight: bold;
  cursor: default;
  list-style-image: none;
}
#sidebar #menuContent #menu li ul { margin: 0px 0px 10px; }
#sidebar #menuContent #menu li ul li { margin-bottom: 0px; }
#sidebar #menuContent #menu li ul li a {
  color: #222222;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
#content {
  background: #282423;
  color: #6d7379;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 617px;
  left: 320px;
  z-index: 9;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  padding: 0px 50px 0px 20px;
  line-height: 1.8;
  font-size: 11px;
  text-align: justify;
}
#content h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #eeeeee;
}
#content h3 {
  font-size: 14px;
  color: #bbbbbb;
}
#content ol {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: visible;
  font-style: italic;
  list-style-type: decimal;
}
#content ol li { overflow: visible; }
#content #contentWrapper {
  height: 100%;
  overflow: hidden;
}
#content #pageContent {
  margin-bottom: 50px;
  margin-top: 30px;
  padding-bottom: 50px;
}
#content .scrollbar {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .thumb {
  position: absolute;
  width: 6px;
  background-color: #6e7073;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  left: 3px;
}
#obviously-smarter #content { display: none; }
#contact #content {
  margin-top: 235px;
  height: 423px;
  width: 1000px;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#contact #content .scrollbar { display: none; }
#portfolio #content {
  margin-top: 235px;
  height: 423px;
  width: 1000px;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#portfolio #content .scrollbar { display: none; }
#case-studies #content {
  margin-top: 235px;
  height: 423px;
  width: 1000px;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#case-studies #content .scrollbar { display: none; }
#case-studies #content { background: url(../images/splashes/case-studies-splash.png) no-repeat; }
#portfolio #content {
  background: url(../images/splashes/portfolio-splash.png) no-repeat;
  left: 340px;
  margin-top: 270px;
}
#contact #content {
  background: #282423;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  width: 617px;
}
#our-people #content { background: #282423 url(../images/our-people.jpg) no-repeat; }
#our-people #content .scrollbar { display: none; }
#our-people #content a {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 755px;
  text-indent: -9999px;
}
#our-people #content a.lisaHotspot {
  left: 10px;
  width: 90px;
  display: block;
}
#our-people #content a.katieHotspot {
  left: 100px;
  width: 90px;
  display: block;
}
#our-people #content a.deanHotspot {
  left: 190px;
  width: 70px;
  display: block;
}
#our-people #content a.eddieHotspot {
  left: 260px;
  width: 90px;
  display: block;
}
#our-people #content a.sarahHotspot {
  left: 350px;
  width: 90px;
  display: block;
}
#our-people #content a.jayneHotspot {
  left: 440px;
  width: 70px;
  display: block;
}
#our-people #content a.hayleyHotspot {
  left: 510px;
  width: 75px;
  display: block;
}
#our-people #content a.russellHotspot {
  left: 585px;
  width: 85px;
  display: block;
}
#our-people #content #Lisa { background-image: url(../images/profileShots/Lisa.jpg); }
#our-people #content #Katie { background-image: url(../images/profileShots/Katie.jpg); }
#our-people #content #Dean { background-image: url(../images/profileShots/Dean.jpg); }
#our-people #content #Eddie { background-image: url(../images/profileShots/Eddie.jpg); }
#our-people #content #Sarah { background-image: url(../images/profileShots/Sarah.jpg); }
#our-people #content #Jayne { background-image: url(../images/profileShots/Jayne.jpg); }
#our-people #content #Hayley { background-image: url(../images/profileShots/Hayley.jpg); }
#our-people #content #Russell { background-image: url(../images/profileShots/Russell.jpg); }
.bloeProfile {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 150px;
  height: 150px;
  width: 238px;
  padding: 10px 20px 10px 130px;
  background-color: #000000;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
}
#caseStudy { padding-top: 40px; }
#caseStudy #caseStudyHeader {
  border-bottom: 3px solid #3f3a3a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#caseStudy .title {
  display: block;
  width: 83px;
  height: 83px;
  text-indent: -9999px;
  float: left;
  clear: left;
  padding: 0;
  margin-bottom: 20px;
}
#caseStudy div.content {
  float: left;
  width: 500px;
  padding-bottom: 50px;
  padding-left: 20px;
}
#caseStudy #theChallenge .title { background-image: url(../images/the-challenge.png); }
#caseStudy #theThinking .title { background-image: url(../images/the-thinking.png); }
#caseStudy #theResult .title { background-image: url(../images/the-result.png); }
body { background: #111111 url("../images/bg/blue-sky-image.jpg") no-repeat center top; }
#wallpaper {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#wallpaper img {
  width: 100%;
  display: none;
}
#map {
  background-color: #000000;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#photoCredit {
  padding: 3px;
  font-size: 9px;
  background-color: #111111;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
