@import url(../fonts/corporate.css);
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
$INMODAL_* used for .modal-inline, #faq layouts
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  margin-bottom: 5px;
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  background: #f7f7f7 url(../images/html-bg.gif) 50% 0 repeat-y;
}
body.home {
  background-image: url(../images/html-bg-home.gif);
}

#page {
  position: relative;
  min-height: 100%;
  background: transparent url(../images/white-body-gradient.png) 0 -200px repeat-x fixed;
}

* html #page {
  height: 100%;
}

.home #page {
  background-position: 0 0;
}

#inner {
  padding-bottom: 200px;
}

.inner-content,
#content {
  width: 960px;
  min-height: 200px;
  margin: 0 auto;
}

#content {
  background: url(../images/content-top-shade.gif) 50% 0 no-repeat;
  border-top: 1px solid #ffdd00;
  padding: 20px 0 50px 0;
}
#content.plain {
  background-image: none;
  border: 0;
  padding-top: 0;
}

#header .inner-content,
#footer .inner-content,
#toolbar .inner-content,
.generic .inner-content {
  background-image: none;
  border: 0;
}

#header {
  height: 220px;
  min-width: 960px;
  background: url(../images/header-bg.gif) repeat-x;
}
#header .inner-content {
  z-index: 1;
  position: relative;
  width: 960px;
  min-height: 220px;
  padding: 0;
  background: url(../images/wizard-bg.png) top center no-repeat;
}

.ie6 #header .inner-content {
  height: 220px;
}

#main.inner-content {
  width: 580px;
}

#footer {
  position: relative;
  height: 200px;
  margin-top: -200px;
  color: #7f7f7f;
  font-size: 1.15em;
}
#footer a {
  color: #7f7f7f;
  text-decoration: none;
}
#footer .cols.x2 {
  border-top: 1px solid #d4d4d4;
  background: url(../images/1x1white.gif) 0 0 repeat-x;
  padding: 20px 0 10px 0;
}
#footer p {
  font-size: 1em;
  margin: 0;
}
#footer div.links.col { width :90%; }
#footer .links p {
  font: 1.05em/49px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#footer .links p a {
  text-decoration: none;
  color: #3f3f3f;
  font-weight: bold;
  margin-right: 30px;
}
#footer .social p {
  margin: 0;
  padding: 0 0 0 128px;
  color: #3f3f3f;
  font: 1.5em/45px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#footer .social p a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position: 0 0;
  text-indent: -9999px;
  margin: 0 2px;
}
#footer .social p a:hover {
  background-position: 0 -47px;
}
#footer .social p a.btn-fb {
  background-image: url(../images/btn-fb.gif);
}
#footer .social p a.btn-t {
  background-image: url(../images/btn-t.gif);
}
#footer .social p a.btn-yt {
  background-image: url(../images/btn-yt.gif);
}

.cols:before, .cols:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.cols:after {
  clear: both;
}

.cols {
  zoom: 1;
}

.cols.x2 .col {
  width: 50%;
  float: left;
}

.cols.x3 .col {
  float: left;
  width: 304px;
  margin-left: 22px;
}
.cols.x3 .col.first {
  margin-left: 0;
}

.tiles.x2 a.first {
  margin-right: 22px;
}

.tiles.x3 a {
  margin-left: 22px;
}
.tiles.x3 a.first {
  margin-left: 0;
}

.cols.brochure-cols .col {
  width: 244px;
  padding: 207px 30px 20px 30px;
  background: #fff;
  text-align: left;
}
.cols.brochure-cols .col img {
  float: left;
  width: 304px;
  height: 182px;
  margin: -207px -30px 0 -30px;
}
.cols.brochure-cols .col p {
  height: 100px;
  font-size: 1em;
  color: #666;
}

#brochures table { width: 100%; }
#brochures table td { text-align: center; }
#brochures table td .inner { width:320px; margin: auto; }

.ie6 .brochure-cols .col {
  padding: 207px 20px 20px 20px;
}

.modal-inline {
  width: 958px;
  border: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
.modal-inline header {
  margin-bottom: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.modal-inline .inner {
  width: 860px;
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid #d4d4d4;
  background: #e9e9e9;
}

body {
  font: 62.5% Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}
img.cut {
  border: 1px dashed #d8d8d8;
  /*z-index: 20000;*/
  position: relative;
}
img.cut:hover {
  border: 1px dashed #bbb;
  /*z-index: 30000;*/
}
img.drag {
  background-color: #fff;
  padding: 3px;
  border: 1px dashed #bbb;
}

hr {
  border: 0;
  height: 1px;
  margin: 1.8em 0;
  color: #d4d4d4;
  background: #d4d4d4;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -o-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

::-moz-selection {
  background: #fff199;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #fff199;
  color: #000;
  text-shadow: none;
}

a {
  outline: 0;
  color: #009ad8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #0cb9ff;
}

a.delete,
.tab-bar ul.tabs a.delete {
  display: inline-block;
  width: 23px !important;
  height: 23px !important;
  margin: 0;
  padding: 0;
  background: url(../images/tiny-x.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: 0;
}
a.delete:hover,
.tab-bar ul.tabs a.delete:hover {
  background-position: -23px 0 !important;
  background-color: transparent !important;
}

a.btn {
  display: inline-block;
  font-weight: bold;
  width: auto;
  height: 30px !important;
  line-height: 30px;
  padding-left: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/btn-mask-yellow-white.gif);
  background-position: top left !important;
  background-color: #ffdd00;
  color: #000 !important;
  cursor: pointer;
  cursor: hand;
}
a.btn img {
  vertical-align: middle;
  *margin: .6em 0;
}
a.btn:hover {
  background-color: #ffe433;
  text-decoration: none;
}
a.btn span {
  height: 30px;
  display: inline-block;
  padding-right: 12px;
  background-image: url(../images/btn-mask-yellow-white.gif);
  background-position: top right;
}
a.btn.arrow {
  /*
  NB: Important here for ie6
  */
  background-image: url(../images/btn-mask-yellow-white-arrow.gif) !important;
}
a.btn.arrow span {
  background-image: url(../images/btn-mask-yellow-white-arrow.gif) !important;
  padding-right: 30px;
}
a.btn.white {
  background-image: url(../images/btn-mask-white-eee.gif);
  background-color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a.btn.white:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
a.btn.white span {
  background-image: url(../images/btn-mask-white-eee.gif);
}
a.btn.w-icon img {
  vertical-align: middle;
}

a.btn-pdf {
  display: inline-block;
  width: 200px;
  padding-left: 51px;
  height: 40px;
  font: 1.3em/45px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: #ffdd00 url(../images/btn-pdf.gif);
  cursor: pointer;
  cursor: hand;
}
a.btn-pdf:hover {
  text-decoration: none;
  background-color: #ffe433;
  color: #000;
}

.ie6 a.btn-pdf {
  margin-left: 0;
  overflow: hidden;
}

a.btn-pdf-grey {
  display: inline-block;
  width: 99px;
  padding-right: 60px;
  padding-left: 20px;
  height: 40px;
  font: 1.3em/45px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: #ffdd00 url(../images/btn-mask-pdf-grey.gif) no-repeat;
  cursor: pointer;
  cursor: hand;
  *overflow: hidden;
}
a.btn-pdf-grey:hover {
  text-decoration: none;
  background-color: #ffe433;
  color: #000;
}

a.btn-video-grey {
  display: inline-block;
  width: 120px;
  text-align: left;
  padding-right: 50px;
  padding-left: 20px;
  height: 40px;
  font: 1.3em/45px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: #ffdd00 url(../images/btn-mask-video-grey.gif) no-repeat;
  cursor: pointer;
  cursor: hand;
  *overflow: hidden;
}
a.btn-video-grey:hover {
  text-decoration: none;
  background-color: #ffe433;
  color: #000;
}

/**
For now this is .btn-mini.grey
but may change depending on what
the default shoud be
*/
a.btn-mini {
  display: inline-block;
  width: auto;
  height: 22px !important;
  line-height: 23px;
  padding-left: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/btn-mini-mask-grey-smoke.gif);
  background-position: top left !important;
  background-color: #999;
  color: #fff !important;
  font-size: .8em;
  letter-spacing: .02em;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}
a.btn-mini:hover {
  background-color: #a6a6a6;
  text-decoration: none;
}
a.btn-mini span {
  height: 22px;
  display: inline-block;
  padding-right: 12px;
  background-image: url(../images/btn-mini-mask-grey-white.gif);
  background-position: top right;
}
a.btn-mini.arrow span, a.btn-mini.view span {
  background-image: url(../images/btn-mini-mask-grey-white-arrow.gif);
  padding-right: 30px;
}
a.btn-mini.view span {
  text-align: left;
  /*width: 66px;*/
}

a.btn-fixed-width-special {
  display: inline-block;
  width: 97px;
  height: 33px;
  padding: 0 30px;
  line-height: 30px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  background: url(../images/special-butt-fixed.png) 0 0 no-repeat;
}
a.btn-fixed-width-special:hover {
  background-position: 0 -133px;
}

a.btn-special {
  display: inline-block;
  height: 33px;
  padding-left: 30px;
  background: url(../images/special-submit-sprite.png) left 0 no-repeat;
  line-height: 30px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}
a.btn-special span {
  display: inline-block;
  padding-right: 30px;
  height: 33px;
  background: white url(../images/special-submit-sprite.png) right 0 no-repeat;
}
a.btn-special:hover {
  text-decoration: none;
  background-position: left -133px;
}
a.btn-special:hover span {
  background-position: right -133px;
}
a.btn-special.dull {
  background-image: url(../images/special-butt-dull.png);
}
a.btn-special.dull span {
  background-image: url(../images/special-butt-dull.png);
}

.btn-curvatious {
  display: inline-block;
  height: 39px;
  padding-left: 30px;
  background: url(../images/btn-special-curve.png) left 0 no-repeat;
  line-height: 36px;
  color: #000 !important;
  font-size: 2em;
  cursor: pointer;
  cursor: hand;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}
.btn-curvatious span {
  display: inline-block;
  padding-right: 30px;
  height: 39px;
  background: #f7f7f7 url(../images/btn-special-curve.png) right 0 no-repeat;
}
.btn-curvatious:hover {
  text-decoration: none;
  background-position: left -110px;
}
.btn-curvatious:hover span {
  background-position: right -110px;
}

p .btn-curvatious {
  font-size: 1.538em;
}

h1,
h2.special {
  font: 2.4em/1.167em "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  margin-bottom: 0.75em;
}

h2,
h1.plain {
  font: 2.4em/1.167em Arial, Helvetica, sans-serif;
  margin-bottom: 0.75em;
}

h1 + h2 {
  margin-top: -0.667em;
}

#content header {
  text-align: center;
  padding-bottom: .8em;
}
#content header h1 {
  margin-top: .4em;
  *margin-top: 1em;
}
#content h1.lift {
  margin: -70px 0 37px 0;
}
#content.plain h1.lift {
  margin: -50px 0 17px 0;
}

header.bar-yellow {
  background-color: #ffdd00;
}

/**
h3 {
	font: 2em $FONTSTACK_normal;
	margin-bottom: #{(18/20)}em;
}
h2 + h3 {
	margin-top: #{0-(16/20)}em;
}

h4 {
	font: 1.8em $FONTSTACK_normal;
	margin-bottom: 1em;
}
h3 + h4 {
	margin-top: #{0-(16/18)}em;
}
**/
h3 {
  font: 1.6em Arial, Helvetica, sans-serif;
  margin-bottom: 1.125em;
}

h2 + h3 {
  margin-top: -1em;
}

h4 {
  font: 1.4em Arial, Helvetica, sans-serif;
  margin-bottom: 1.286em;
}

h3 + h4 {
  margin-top: -1.143em;
}

h5 {
  font: 1.2em Arial, Helvetica, sans-serif;
  margin-bottom: 1.5em;
  font-weight: bold;
}

h4 + h5 {
  margin-top: -1.333em;
}

h6 {
  font: 1em Arial, Helvetica, sans-serif;
  margin-bottom: 1.8em;
  font-weight: bold;
}

h5 + h6 {
  margin-top: -1.6em;
}

p {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  margin-bottom: 1.385em;
  color: #666;
}
p.special {
  font: 1.8em "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

small {
  font-size: .8em;
}

big {
  fint-size: 1.2em;
}

sup {
  font-size: .8em;
  vertical-align: 25%;
}

blockquote {
  font-size: 1em;
  padding: 1.8em;
  margin-bottom: 1.8em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  background: rgba(0, 0, 0, 0.02);
}
blockquote blockquote {
  margin-bottom: 0;
}

pre {
  width: 100%;
  overflow-x: scroll;
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  margin-bottom: 1.385em;
  background: #fff;
  padding: .2em;
}
pre p {
  font-size: 1em;
}

li, dt, dd {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  color: #666;
}

li {
  margin-bottom: 1em;
}

li li {
  font-size: 1em;
}

.tight li {
  margin-bottom: 0;
}

ul, ol, dl {
  font-size: 1em;
  margin-bottom: 1.8em;
}

ul {
  list-style-type: disc;
  list-style-image: url(../images/ulli.gif);
  margin-left: 18px;
}
ul li {
  padding-left: 10px;
}

ol {
  list-style-type: decimal-leading-zero;
  margin-left: 28px;
}

dl:before, dl:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

dl:after {
  clear: both;
}

dl {
  zoom: 1;
}

dt {
  float: left;
  width: 30%;
  font-weight: bold;
}

dd {
  float: left;
  width: 70%;
  clear: right;
  margin-bottom: .5em;
}

table {
  border-collapse: collapse;
  border: 0;
  font-size: 1em;
  margin-bottom: 1.8em;
}

caption {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  padding: .2em;
}

td,
th {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  vertical-align: top;
  text-align: left;
  padding: .2em;
}
td table,
th table {
  margin-bottom: 0;
}

th {
  font-weight: bold;
}

thead th {
  vertical-align: middle;
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

#ancillary {
  width: 248px;
  position: absolute;
  top: 0;
  right: 0;
}
#ancillary a {
  text-decoration: none !important;
}
#ancillary .user {
  float: left;
  width: 164px;
  padding: 10px;
}
#ancillary .user strong {
  margin-right: 1em;
}
#ancillary .contact {
  display: block;
  float: left;
  clear: right;
  width: 54px;
  padding: 10px 10px 10px 0;
  text-align: right;
  color: #000;
}

#cta {
  list-style-type: none;
  margin-bottom: 0px;
  margin: 10px auto;
  padding: 0;
  width: 961px;
}
#cta li {
  display: inline;
  margin-right: 5px;
  padding: 0;
  width: 233px;
}
#cta a {
  text-decoration: none;
  ouline: 0;
}

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

nav.sub {
  position: absolute;
  z-index: 0;
  top: 160px;
  left: 0;
  width: 960px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
}
nav.sub li {
  display: inline;
  font-size: 1.2em;
  line-height: 50px;
  margin: 0 15px;
}
nav.sub li.current a {
  background-color: #ffdd00;
}
nav.sub a {
  display: inline-block;
  font-weight: bold;
  width: auto;
  height: 30px !important;
  line-height: 30px;
  padding-left: 12px;
  text-decoration: none;
  background-image: url(../images/btn-mask-yellow-smoke.png);
  background-position: top left !important;
  background-color: #f6f6f6;
  color: #000 !important;
}
nav.sub a:hover {
  background-color: #ffdd00;
  text-decoration: none;
}
nav.sub a span {
  height: 30px;
  display: inline-block;
  padding-right: 12px;
  background-image: url(../images/btn-mask-yellow-smoke.png);
  background-position: top right;
  cursor: pointer;
  cursor: hand;
}

#header a.logo {
  display: block;
  width: 229px;
  height: 82px;
  background: url(../images/cabots-logo.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
}
#header a.logo img {
  margin-left: -19px;
}
#header ul {
  list-style-type: none;
  margin: 0;
}

#nav li {
  display: block;
  height: 38px;
  position: absolute;
  top: 90px;
  left: 50%;
  padding: 0;
  margin: 0;
}
#nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  outline: 0;
  background: 0 0 no-repeat;
}
#nav > li a:hover {
  /**! ie6 NO HOVER */
  background-position: 0 -38px;
}

li#nav_home {
  width: 51px;
  margin-left: -404px !important;
}
li#nav_home a {
  background-image: url(../images/nav-home.png);
}

li#nav_products {
  width: 113px;
  margin-left: -338px !important;
}
li#nav_products a {
  background-image: url(../images/nav-products.png);
}
li#nav_products a {
  background-image: url(../images/nav-products.png);
  position: absolute;
  z-index: 601;
  width: 113px;
  height: 38px;
}
li#nav_products:hover a, li#nav_products.hover a {
  background-position: -116px 0 !important;
  height: 50px;
}
li#nav_products:hover .meta, li#nav_products.hover .meta {
  display: block;
}
li#nav_products .meta {
  display: none;
  position: absolute;
  top: 49px;
  left: -144px;
  z-index: 600;
  width: 394px;
  height: 162px;
}
li#nav_products .meta .inner {
  padding: 16px 5px 2px 25px;
  max-height: 20em;
  overflow-y: auto;
  width: 355px;
}
li#nav_products .meta .inner .menu {
  
}
li#nav_products .meta .outer {
  height: auto;
  background: url(../images/products-inner-bg.png) 0 0 repeat;
}
li#nav_products .meta .top {
  height: 18px;
  background: url(../images/products-outer-bg.png) 0 0 no-repeat;
}
li#nav_products .meta .bottom {
  height: 18px;
  background: url(../images/products-outer-bg.png) bottom no-repeat;
}
li#nav_products .meta p {
  font-size: 1em;
  margin: -10px 0 10px 0;
  height: 1;
  line-height: 1;
}
li#nav_products .meta .inner a, li#nav_products .meta .inner a:visited {
    color: #000000;
    height: inherit;
    line-height: inherit;
    padding: 5px 13px 5px 13px;
	vertical-align: baseline;
	background-image: none;
	text-indent: 0px;
	position: relative;
	z-index: auto;
	width: auto;
}

li#nav_products .meta .inner a:hover {
    text-decoration: none;
    background-color: #ebcc00;
    border-radius: 13px;
}

li#nav_products .meta .inner .category {
   margin-left: -14px;
   font-weight: bold;
}

/* Scrollbar */
.scrollable::-webkit-scrollbar {
    width: 1.3em;
}
/* Track */
.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: #ebcc00;
    border-radius: 10px;
}
/* Handle */
.scrollable::-webkit-scrollbar-thumb {
    background-color: #4c4200;
    border-radius: 10px;
}

li#nav_interior,
li#nav_exterior {
  width: 177px;
  height: 58px !important;
  z-index: 501;
}
li#nav_interior a,
li#nav_exterior a {
  height: 36px !important;
}
li#nav_interior a:hover,
li#nav_exterior a:hover {
  background-position: 0 -37px;
}
li#nav_interior.open a,
li#nav_exterior.open a {
  height: 55px !important;
  background-position: -180px 0 !important;
}
li#nav_interior.open a:hover,
li#nav_exterior.open a:hover {
  background-position: -180px 0 !important;
}

li#nav_interior {
  margin-left: -187px !important;
}
li#nav_interior a {
  background-image: url(../images/wizard-tab-interior.png);
}

li#nav_exterior {
  margin-left: 12px !important;
}
li#nav_exterior a {
  background-image: url(../images/wizard-tab-exterior.png);
}

li#nav_advice {
  width: 97px;
  margin-left: 230px !important;
}
li#nav_advice a {
  background-image: url(../images/nav-advice.png);
  position: absolute;
  z-index: 601;
  width: 97px;
  height: 38px;
}
li#nav_advice:hover a, li#nav_advice.hover a {
  background-position: -100px 0 !important;
  height: 50px;
}
li#nav_advice:hover .meta, li#nav_advice.hover .meta {
  display: block;
}
li#nav_advice .meta {
  display: none;
  position: absolute;
  top: 49px;
  left: -144px;
  z-index: 600;
  width: 394px;
  height: 162px;
  /**
   * main style for these links in shared rule bellow
   * these are just small tweaks
   */
}
li#nav_advice .meta .inner {
  padding: 16px 5px 2px 25px;
  background: url(../images/advice-bg.png) 0 0 no-repeat;
}
li#nav_advice .meta p {
  font-size: 1em;
  height: 30px;
  margin: 0 0 14px 0;
  padding: 0;
}
li#nav_advice .meta a {
  margin-right: 15px !important;
  text-align: center;
  outline: 0;
}
li#nav_advice .meta a span {
  width: 78px;
}
li#nav_advice .meta a.dark span,
li#nav_products .meta a.dark span {
  width: 140px;
}

li#nav_locator {
  width: 133px;
  margin-left: 345px !important;
}
li#nav_locator a {
  background-image: url(../images/nav-store.png);
}

/**
 * 
 */
li#nav_advice .meta a,
#wizard .bar ul a {
  background-image: url(../images/btn-mask-yellow-gradient.png);
  background-position: top left !important;
  background-color: #ebcc00;
  position: relative;
  overflow: hidden;
  z-index: inherit;
  width: auto;
  height: 30px !important;
  line-height: 30px;
  display: inline-block;
  text-indent: 0;
  padding-left: 12px;
  margin-right: 5px;
  color: #000;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
li#nav_advice .meta a:hover,
#wizard .bar ul a:hover {
  background-color: #f5d400;
}
li#nav_advice .meta a.dark,
li#nav_products .meta a.dark,
#wizard .bar ul a.dark {
  background-color: #362f00;
  color: #fff !important;
}
li#nav_advice .meta a.dark:hover,
li#nav_products .meta a.dark:hover,
#wizard .bar ul a.dark:hover {
  background-color: #4c4200;
}
li#nav_advice .meta a span,
#wizard .bar ul a span {
  height: 30px;
  display: inline-block;
  padding-right: 12px;
  background-image: url(../images/btn-mask-yellow-gradient.png);
  background-position: top right;
}

#wizard .bar2 a:hover { text-decoration: none; }

li#nav_advice .meta a, li#nav_advice .meta a span {
  background-image: url(../images/btn-mask-yellow.png);
}

.ie6 li#nav_advice .meta a,
.ie6 #wizard .bar ul a {
  background-image: url(../images/btn-mask-ochre-yellow.gif);
}
.ie6 li#nav_advice .meta a.dark, .ie6 li#nav_advice .meta a.dark span,
.ie6 li#nav_products .meta a.dark, .ie6 li#nav_products .meta a.dark span,
.ie6 #wizard .bar ul a.dark, .ie6 #wizard .bar ul a.dark span {
  background-image: url(../images/btn-mask-brown-yellow.gif) !important;
}
.ie6 li#nav_advice .meta a span,
.ie6 #wizard .bar ul a span {
  background-image: url(../images/btn-mask-ochre-yellow.gif);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  body .btns-howto ul a {
    width: 464px;
  }
}
.btns-howto .col {
  width: 464px !important;
}
.btns-howto .col.first {
  margin-right: 30px;
}
.btns-howto ul {
  margin: 0 !important;
}
.btns-howto ul li {
  width: 464px;
  height: 83px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.2em;
}
.btns-howto ul a 
{
    cursor: pointer;
  display: table;
  *display: block;
  /* for IE */
  position: relative;
  overflow: hidden;
  width: 289px;
  padding: 0 18px 0 155px;
  height: 83px;
  background: #ffdd00 url(../images/arrow-on-yellow.gif) 442px 50% no-repeat;
  border: 1px solid #e3e3e3;
  border-top: 0;
  border-bottom: 1px solid #b6b6b6;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.btns-howto ul a:hover {
  text-decoration: none;
  background-color: #ffe433;
  color: #000;
}
.btns-howto ul span {
  *position: absolute;
  /* for IE */
  top: 50%;
  display: table-cell;
  vertical-align: middle;
}
.btns-howto ul span strong {
  *position: relative;
  top: -50%;
  /* for IE */
}
.btns-howto ul img {
  width: 145px;
  height: 83px;
  margin: 0 0 0 -155px;
  float: left;
  vertical-align: middle;
}

.boxshadow .btns-howto a {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

legend.description {
  font-size: 1.3em;
  font-style: italic;
}

span.btn-submit {
  display: inline-block;
  height: 32px;
  padding-right: 15px;
  background: #ffdd00 url(../images/btn-mask-yellow-shadow-lgrey.gif) top right;
}
span.btn-submit input {
  display: inline-block;
  height: 32px;
  border: 0;
  padding: 0 0 0 15px;
  margin: 0;
  background: url(../images/btn-mask-yellow-shadow-lgrey.gif) top left;
  font: 1.2em/32px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}
span.btn-submit:hover, span.btn-submit.hover, span.btn-submit:hover input, span.btn-submit.hover input {
  background-color: #ffe433;
}
span.btn-submit.dull {
  background: #f4f4f4 url(../images/btn-mask-smoke-lgrey.gif) top right;
  height: 30px;
  margin: 0 10px;
}
span.btn-submit.dull input {
  height: 30px;
  background: url(../images/btn-mask-smoke-lgrey.gif) top left;
}
span.btn-submit.dull:hover, span.btn-submit.dull.hover, span.btn-submit.dull:hover input, span.btn-submit.dull.hover input {
  background-color: #fff;
}

label input {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

span.btn-submit-black {
  display: inline-block;
  height: 34px;
  padding-right: 15px;
  background: black url(../images/btn-mask-black-shadow-yellow.gif) top right;
}
span.btn-submit-black input {
  display: inline-block;
  height: 34px;
  border: 0;
  padding: 0 0 4px 15px;
  margin: 0;
  background: url(../images/btn-mask-black-shadow-yellow.gif) top left;
  font: 1.2em/32px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
}
span.btn-submit-black:hover, span.btn-submit-black.hover, span.btn-submit-black:hover input, span.btn-submit-black.hover input {
  background-color: #333;
}

span.search-btn-combo {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 370px;
  text-align: left;
}
span.search-btn-combo input {
  width: 207px;
  height: 22px;
  padding: 4px;
  padding-right: 19px;
  font: 1.3em Arial, Helvetica, sans-serif;
  line-height: 30px;
  background: #fff;
  border: 0;
  *line-height: 22px;
}
span.search-btn-combo span.btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 140px;
  height: 33px;
  padding-left: 15px;
  background: url(../images/special-submit-sprite.png) left 0 no-repeat;
}
span.search-btn-combo span.btn input {
  display: inline-block;
  height: 33px;
  overflow: hidden;
  width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px 2px 0;
  background: #afafaf url(../images/special-submit-sprite.png) right 0 no-repeat;
  cursor: pointer;
  cursor: hand;
}
span.search-btn-combo span.btn:hover, span.search-btn-combo span.btn.hover {
  background-position: left -133px;
}
span.search-btn-combo span.btn:hover input, span.search-btn-combo span.btn.hover input {
  background-position: right -133px;
}

.large-search {
  padding: 15px;
  background: #afafaf;
  color: #fff;
}
.large-search label {
  display: inline-block;
  font-size: 1.8em;
  line-height: 30px;
  margin-right: 10px;
}

.input-area {
  position: relative;
  width: 908px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  background: #e9e9e9;
}
.input-area fieldset {
  margin: 50px 0 10px 0;
  padding: 10px 0 0 0;
  border: 1px solid #d8d8d8;
  border-width: 1px 0;
}
.input-area fieldset + fieldset {
  margin-top: -11px;
}
.input-area legend span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 792px;
  padding: 0 58px;
  line-height: 50px;
}
.input-area .col {
  float: left;
  width: 512px;
}
.input-area .col label {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  font-style: italic;
  display: block;
  margin-bottom: .5em;
}
.input-area .col input {
  height: 24px;
}
.input-area .col input,
.input-area .col textarea {
  width: 504px;
  padding: 3px;
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin-bottom: 1em;
}
.input-area .col.first {
  width: 240px;
  margin: 0 40px 0 58px;
}
.input-area .col.first input {
  width: 238px;
}
.input-area .col select {
  width: 100%;
  margin-bottom: 1em;
}
.input-area .buttons {
  margin-bottom: 25px;
  text-align: center;
}
.input-area .buttons .btn-submit {
  width: 210px;
}
.input-area .buttons .btn-submit input {
  width: 210px;
}
.input-area .buttons .btn-submit.dull, .input-area .buttons .btn-submit.dull input {
  width: auto;
}
.input-area .capture {
  padding-bottom: 8px;
}
.input-area .capture label {
  display: inline-block;
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-bottom: .5em;
  width: 240px;
  margin-left: 20px;
  text-align: right;
  padding-right: 48px;
  line-height: 30px;
}
.input-area .capture img {
  background: #fafafa;
  display: inline-block;
  width: 140px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
}
.input-area .capture input {
  padding: 3px;
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin-bottom: 0;
  vertical-align: middle;
  height: 24px;
  width: 238px;
}

#search_input {
  width: 100%;
  height: 36px;
  position: relative;
  clear: both;
}
#search_input span {
  display: block;
  width: 179px;
  padding: 0 50px 0 16px;
  height: 36px;
  background: url(../images/search-bg.gif) no-repeat;
}
#search_input input {
  width: 179px;
  height: 36px;
  padding: 0;
  border: 0;
  line-height: 36px;
  font-size: 1.2em;
  background: transparent;
  cursor: default;
}
#search_input input.btn-search {
  width: 50px;
  padding: 0;
  height: 39px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  padding-top: 39px;
  background: url(../images/btn-search.png) 0 0 no-repeat;
  cursor: pointer;
  cursor: hand;
}
#search_input input[class=btn-search]:hover {
  background-position: 0 -39px;
}

#toolbar {
  position: fixed;
  z-index: 1999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #eee;
  border-top: 9px solid #3f3f3f;
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
}
#toolbar .projects ul li {
  margin-bottom: 10px !important;
}
#toolbar.open {
  height: auto;
}
#toolbar.open .inner header h2 a {
  background-position: 0 -50px;
}
#toolbar.open .inner header h2 > a:hover {
  background-position: -359px -50px;
}
#toolbar .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#toolbar .inner header {
  height: 50px;
  position: absolute;
  top: -59px;
  left: -4px;
}
#toolbar .inner header h2 {
  width: 359px;
  height: 50px;
  margin: 0;
}
#toolbar .inner header h2 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/toolbar-tab.png) 0 1px no-repeat;
  text-indent: -9999px;
  position: static;
  z-index: 2;
}
#toolbar .inner header h2 > a:hover {
  background-position: -359px 1px;
}
#toolbar .inner header a.view-projects {
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  right: -134px;
  width: 100px;
  padding-right: 38px;
  height: 32px;
  line-height: 32px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: right;
  color: #000;
  background: url(../images/btn-flat-yellow-w-arrow.png) right 0 no-repeat;
  margin-top: 7px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}
#toolbar .inner header a[class=view-projects]:hover {
  background-position: right -32px;
}
#toolbar .inner header .loader 
{
    position: absolute;
    top: 23px;
    left: 320px;
    background: url(../images/loader.gif) right 0 no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1000;
}
#toolbar .content {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#toolbar .tab-bar .inner {
  position: relative;
  overflow: hidden;
  width: 934px;
}
#toolbar .tab-bar li.first {
  margin-left: 0;
}
#toolbar .tab-bar a.tab-arrow {
  display: block;
  width: 20px;
  width: 24px;
  height: 50px;
  position: absolute;
  top: 0;
  background: transparent url("../images/tab-arrow-fwd.png") right 50% no-repeat;
  text-indent: -9999px;
  outline: 0;
}
#toolbar .tab-bar a.tab-arrow.back {
  left: 0;
  background: transparent url("../images/tab-arrow-back.png") left 50% no-repeat;
}
#toolbar .tab-bar a.tab-arrow.next {
  right: 0;
}
#toolbar .tab-bar a.tab-arrow:hover {
  background-color: transparent;
}

#toolbar .inner .no-project {
  margin-left: 50px;
}

#toolbar a.add-project, #favourites a.add-project
{
    width: 26px;
    height: 32px;
    display: block;
    color: white;
    padding-left: 0px;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 1.2em;
    cursor: pointer;
    background: url(../images/btn-add-project.png) top left no-repeat;
    text-indent: -9999px;
}

#toolbar a.add-project:hover, #favourites a.add-project:hover
{
    background: url(../images/btn-add-project.png) top right no-repeat;
}

#favourites .user-bar .loader 
{
    position: absolute;
    top: 22px;
    left: 420px;
    background: url(../images/loader.gif) left 0 no-repeat;
    width: 160px;
    height: 16px;
    z-index: 1000;
    color: #fff;
    padding-left: 20px;
}

#toolbar .scroll-view 
{
    width: 910px;
    height: 50px;
    overflow: hidden;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.ie6 #toolbar {
  position: absolute;
}

#hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 457px;
  max-width: 1270px;
  min-width: 960px;
  overflow: hidden;
  margin: -138px auto 0 auto;
}
#hero .slide {
  width: 100%;
  height: 457px;
  background-position: center;
  background-repeat: no-repeat;
}
#hero p.dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
#hero p.dots a {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 5px;
  text-decoration: none;
}
#hero p.dots a span {
  display: block;
  width: 12px;
  height: 12px;
  background: #e0e0e0;
  text-indent: -9999em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
#hero p.dots a.current span, #hero p.dots a:hover span {
  background: #ffdd00;
}

#wizard .bar2 ul,
#toolbar .projects ul {
  width: 930px;
  height: 130px;
  margin-top: 10px;
}
#toolbar .product-droptarget {
  display: none;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  background-color: #000;
  width: 910px;
  margin-top: -5px;
  height: 85px;
  z-index: 100;
  position: absolute;
  left: 20px;
  font-size: 29px;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  border-radius: 6px;
}
#wizard .bar2 ul li,
#toolbar .projects ul li {
  position: relative;
  display: block;
  float: left;
  width: 270px;
  /* 288 */
  height: 47px;
  margin: 0 10px;
  padding: 5px 5px 5px 5px;
  border: 3px solid #eee;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
}
#toolbar .projects ul li.small 
{
    width: 180px;
}
#toolbar .projects ul li.tiny 
{
    width: 50px;
}
#wizard .bar2 ul li:nth-child(3n+3),
#toolbar .projects ul li:nth-child(3n+3) {
  clear: right;
}
#wizard .bar2 ul li:hover, #wizard .bar2 ul li.hover,
#toolbar .projects ul li:hover,
#toolbar .projects ul li.hover {
  border-color: #ffdd00 !important;
}
#toolbar .projects ul li.placeholder {
  background-color: #d1d1d1;
}
#toolbar .projects ul li.empty 
{
    border: none;
    font-size: 25px;
    width: 900px;
    background: transparent;
    text-align: center;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin-top: 45px;
}
#wizard .bar2 ul li a.delete,
#toolbar .projects ul li a.delete {
  position: absolute;
  top: -2px;
  right: -2px;
}
#wizard .bar2 ul li img,
#toolbar .projects ul li img {
  float: left;
  margin-top: -1px;
  margin-left: 0px;
  margin-right: 5px;
  width: 48px;
  height: 48px;
  border: 0;
  background: #efefef;
}
#wizard .bar2 ul li .title,
#wizard .bar2 ul li p, #wizard .bar2 ul li .colours, #wizard .bar2 ul li .litres,
#toolbar .projects ul li .title,
#toolbar .projects ul li p,
#toolbar .projects ul li .colours,
#toolbar .projects ul li .litres {
  font: 12px/18px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#wizard .bar2 ul li .colours, #wizard .bar2 ul li .litres,
#toolbar .projects ul li .colours,
#toolbar .projects ul li .litres {
  width: 40%;
  min-height: 1%;
  float: left;
}
#toolbar .projects ul li .notes 
{
    min-height: 1%;
    float: left;
}
#wizard .bar2 ul li .title,
#toolbar .projects ul li .title {
  margin-top: 7px;
  font-weight: bold;
  margin-left: 5px;
}
#wizard .bar2 ul li .title em,
#toolbar .projects ul li .title em {
  font-weight: normal;
}

.borderradius #wizard .bar2 ul li {
  border-width: 0;
  margin: 3px 13px;
}
.borderradius #wizard .bar2 ul li:hover {
  border-width: 3px;
  margin: 0 10px;
}

#wizard {
  display: none;
  width: 960px;
  position: absolute;
  top: 143px;
  left: 0;
  z-index: 500;
  /**
   * #wizard current state classes
   */
}
#wizard .inner-content {
  position: relative;
  background: none;
}
#wizard .bar.hide,
#wizard .bar2.hide {
  position: absolute;
  left: -9999px;
}
#wizard .bar {
  display: none;
  width: 960px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../images/wizard-1st-level.png) no-repeat;
}
#wizard .bar .bar-inner {
  height: 35px;
  /* 71 */
  padding: 18px 15px;
}
#wizard .bar .step {
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-top: 4px;
  font: 18px Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-shadow: 0 1px 0 #fff;
}
#wizard .bar .step.special {
  font: 20px "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  margin-right: 20px;
  margin-left: 10px;
  width: 160px;
  display: block;
}
#wizard .bar p.breadcrumb {
  font: 20px/31px Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  color: #000;
  width: 600px;
  float: left;
}
#wizard .bar a.btn.other {
  float: left;
  background-color: #000;
  color: #fff !important;
  font-weight: normal;
  font-size: 1.2em;
}
#wizard .bar a.btn.other:hover {
  background-color: #333333;
}
#wizard .bar a.btn.other,
#wizard .bar a.btn.other span {
  background-image: url(../images/btn-mask-black-yellow.gif);
}
#wizard .bar ul {
  display: none;
  float: left;
  font-weight: bold;
  height: 30px;
}
#wizard .bar ul li {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#wizard .bar ul li.open {
  padding-bottom: 0;
}
#wizard .bar ul li.open a {
  /* this png is 8bit */
  background: #b2b2b2 url(../images/wizard-sub-link-open.png) top left no-repeat !important;
  height: 53px !important;
}
#wizard .bar ul li.open a span {
  background: url(../images/wizard-sub-link-open.png) top right no-repeat !important;
}
#wizard .bar2 {
  display: none;
  width: 960px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 48px;
  left: 0;
  background: url(../images/wizard-2nd-level.png) no-repeat;
}
#wizard .bar2 ul li {
  border-color: #b2b2b2;
}
#wizard .bar2 .bar-inner {
  height: 158px;
  padding: 30px 15px 0 15px;
}
#wizard .bar2 .step {
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-top: 4px;
  font: 18px Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.29);
}
#wizard .bar2 a.btn-round {
  background-image: url(../images/btn-mask-dgrey-grey.gif);
  background-position: top left !important;
  background-color: #8e8e8e;
  width: auto;
  height: 30px !important;
  line-height: 30px;
  display: inline-block;
  float: right;
  text-indent: 0;
  padding-left: 12px;
  margin-right: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#wizard .bar2 a.btn-round:hover {
  background-color: #989898 !important;
}
#wizard .bar2 a.btn-round span {
  height: 30px;
  display: inline-block;
  padding-right: 12px;
  background-image: url(../images/btn-mask-dgrey-grey.gif);
  background-position: top right;
}
#wizard.interior .interior {
  display: inline-block;
}
#wizard.interior .exterior {
  display: none;
}
#wizard.exterior .exterior {
  display: inline-block;
}
#wizard.exterior .interior {
  display: none;
}

#about_timber_intro {
  background: url(../images/about-timber-intro-bg.jpg) bottom left no-repeat;
}
#about_timber_intro .inner {
  background: url(../images/content-top-shade.gif) 50% 0 no-repeat;
  border-top: 1px solid #ffdd00;
  padding: 4em 0 8em 298px;
}

#about_timber:before, #about_timber:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#about_timber:after {
  clear: both;
}

#about_timber {
  zoom: 1;
}

#about_timber {
  border: 1px solid #b2b2b2;
  border-width: 0 1px 1px 1px;
  padding-left: 266px;
  background: white url("../images/about-timber-faux-col.gif") top left repeat-y;
  position: relative;
  overflow: hidden;
}
#about_timber h1 {
  position: absolute;
  top: -2em;
  left: 0;
  text-align: center;
  width: 960px;
}
#about_timber ul.local-nav {
  width: 266px;
  height: 100%;
  float: left;
  margin: 0 0 0 -266px;
  padding: 40px 0;
  list-style-type: none;
  list-style-image: none;
  background: #ededed;
}
#about_timber ul.local-nav li {
  margin: 0;
  padding: 0;
}
#about_timber ul.local-nav a {
  display: block;
  width: 210px;
  padding: 0.5em 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
#about_timber ul.local-nav a:hover, #about_timber ul.local-nav li.current {
  background: white url(../images/local-nav-arrow.gif) 242px 50% no-repeat;
  text-decoration: none;
}
#about_timber figure {
  float: left;
  width: 612px;
  padding: 40px;
  background: #fff;
}
#about_timber figure img {
  float: right;
  width: 282px;
  height: 228px;
  margin-left: 40px;
  background: #ebebeb;
}

#about_timber .details{ min-height: 400px}

.tabbed-section {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-top: 0;
}

.tabbed-content:before, .tabbed-content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.tabbed-content:after {
  clear: both;
}

.tabbed-content {
  zoom: 1;
}

.tabbed-content {
  width: 908px;
  padding: 25px;
}
.tabbed-content .detail {
  float: left;
  width: 395px;
}
.tabbed-content figure {
  float: left;
  width: 282px;
}
.tabbed-content figure img {
  margin-bottom: 1em;
}

.tabbed-content div.paint-n-play figure {
  float: left;
  width: 200px;
}
.tabbed-content div.paint-n-play figure img {
  margin-bottom: 1em;
}

.tabbed-content figure.product {
  width: 231px;
  text-align: center;
}
.tabbed-content figure.product a 
{
    text-decoration: none;
}
.tabbed-content figure.product p {
  text-transform: uppercase;
  color: #000;
}
.tabbed-content div.colours {
  position: relative;
  float: left;
  margin-left: -5px;
  width: 550px;
}
.tabbed-content div.colours a.arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 234px;
  text-indent: -9999px;
}
.tabbed-content div.colours a.arrow:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tabbed-content div.colours a.arrow.back {
  left: 0;
  background: url(../images/arrow-back-black-white.gif) 50% 50% no-repeat;
}
.tabbed-content div.colours a.arrow.next {
  right: 0;
  background: url(../images/arrow-fwd-black-white.gif) 50% 50% no-repeat;
}
.tabbed-content div.colours ul {
  float: left;
  margin-left: -12px;
}
.tabbed-content div.colours ul li, li.colour-option {
  border-style: dashed;
  margin: 0 0 20px 25px;
  *margin: 0 0 6px 6px;
}
.tabbed-content div.colours ul li.colour-option, li.colour-option
{
    z-index: 2005;
}
.tabbed-content div.colours ul li.drag, li.drag.colour-option
{
    border: 1px dashed #bbb;
    z-index: 2006;
}
.tabbed-content .paint-n-play {
  width: 222px;
  float: left;
  overflow: hidden;
}
.tabbed-content .paint-n-play figure {
  position: relative;
  width: 222px;
  float: none;
  display: block;
}
.tabbed-content .paint-n-play figure.before {
  height: 79px;
}
.tabbed-content .paint-n-play figure figcaption {
  width: 174px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.tabbed-content .paint-n-play figure figcaption p {
  background: #fff;
  display: block;
  padding: 5px;
  font: 1.1em Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #888;
  text-transform: uppercase;
  margin: 0 !important;
}
.tabbed-content .paint-n-play figure figcaption p strong {
  display: inline-block;
  color: #000;
  font-size: 1.182em;
  font-weight: normal;
  text-transform: none;
}

.tab-bar {
  background: #b2b2b2;
  height: 50px;
  position: relative;
}
.tab-bar .inner {
  height: 50px;
  width: 934px;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
}
.tab-bar ul.tabs {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.tab-bar ul.tabs.plain {
  text-transform: none;
}
.tab-bar ul.tabs.plain a {
  font-weight: normal;
}
.tab-bar ul.tabs li {
  position: relative;
  height: 40px;
  list-style-type: none;
  list-style-image: none;
  margin: 10px 4px 0 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 1.2em;
}
.tab-bar ul.tabs li.first {
  margin-left: 25px;
}
.tab-bar ul.tabs a {
  display: inline-block;
  font-weight: bold;
  width: auto;
  height: 30px !important;
  line-height: 30px;
  padding-left: 18px;
  text-decoration: none;
  background-image: url(../images/btn-mask-lgrey-grey.png);
  background-position: top left !important;
  background-color: #d0d0d0;
  color: #000 !important;
}
.tab-bar ul.tabs a:hover {
  background-color: #fff;
  text-decoration: none;
}
.tab-bar ul.tabs a span {
  height: 30px;
  display: inline-block;
  padding-right: 18px;
  background-image: url(../images/btn-mask-lgrey-grey.png);
  background-position: top right;
  cursor: pointer;
  cursor: hand;
}
.tab-bar ul.tabs a.current, .tab-bar ul.tabs a.current:hover {
  cursor: default;
  height: 40px !important;
  background: white url(../images/tab-current-top.png) top left no-repeat;
}
.tab-bar ul.tabs a.current span, .tab-bar ul.tabs a.current:hover span {
  height: 40px !important;
  background: transparent url(../images/tab-current-top.png) top right no-repeat;
}
.tab-bar ul.tabs a.delete {
  position: absolute;
  top: 3px;
  right: 4px;
  padding: 0;
}
.tab-bar div.col {
  font-size: .9em;
}
.tab-bar .btn-pdf-grey {
  margin: 2px 10px 0 10px;
}

#toolbar .tab-bar ul.tabs,
#favourites .tab-bar ul.tabs {
  text-transform: none;
  overflow: hidden;
  height: 50px;
}
#toolbar .tab-bar ul.tabs a,
#favourites .tab-bar ul.tabs a {
  font-weight: normal;
}
#toolbar .tab-bar ul.tabs a span,
#favourites .tab-bar ul.tabs a span {
  padding-right: 28px;
}
#toolbar .tab-bar ul.tabs a.current, #toolbar .tab-bar ul.tabs a.current:hover,
#favourites .tab-bar ul.tabs a.current,
#favourites .tab-bar ul.tabs a.current:hover {
  background-color: #eee;
}

#faq {
  width: 958px;
  border: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#faq .filters {
  position: relative;
  width: 621px;
  padding-left: 337px;
  margin-bottom: 20px;
  background: #ffdd00;
  border-bottom: 1px solid #b2b2b2;
}
#faq .filters h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 100%;
  padding: 0 40px 21px 162px;
  font: 2em/1.25em "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  text-align: center;
  background: transparent url(../images/dude.png) 20px bottom no-repeat;
}
#faq .filters h2 span {
  display: block;
  padding-top: 34px;
}
#faq .filters fieldset {
  display: block;
  width: 620px;
  min-height: 136px;
  background: #d5d5d5;
  border-left: 1px solid #b2b2b2;
}
#faq .filters fieldset .filter {
  padding: 14px 15px;
  border-top: 1px solid #b2b2b2;
}
#faq .filters fieldset .filter.first {
  border: 0;
}
#faq .filters fieldset label {
  display: block;
  width: 45%;
  float: left;
  font: 1.4em/1.286em Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#faq .filters fieldset select {
  font: 1.3em/1.385em Arial, Helvetica, sans-serif;
  width: 216px;
}
#faq ul.answers {
  width: 908px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #b2b2b2;
}
#faq ul.answers li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 1em;
}
#faq ul.answers h3 {
  font: 1.4em/1.571em Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  padding: 10px 58px;
  margin: 0;
  background: transparent url(../images/faq-sprite.gif) 960px 0 no-repeat;
}
#faq ul.answers div {
  overflow: hidden;
  padding: 0 58px 10px 58px;
  font-size: 1em;
}
#faq ul.answers li h3 {
  background-color: #e9e9e9;
  background-position: 0 50%;
}
#faq ul.answers li.open h3 {
  background-position: -908px 50%;
  background-color: #f6f6f6;
}

#faq #loader 
{
    margin-top: 5px;
    margin-left: 470px;
}


#ask_question {
  width: 958px;
  border: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
#ask_question header {
  position: relative;
  padding-bottom: 0;
}
#ask_question header h1 {
  background: #ffdd00;
  padding: 25px;
  margin: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#ask_question header p.special {
  color: #000;
  padding: 30px 0;
  margin: 0;
}
#ask_question header .dude {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 107px;
  height: 165px;
  background: transparent url(../images/dude.png) no-repeat;
}

#find_store h2.special {
  font-size: 2em;
  line-height: 60px;
  margin: 0;
  padding: 10px 0 5px 0;
}
#find_store h2.special img {
  vertical-align: middle;
}
#find_store legend {
  width: 100%;
  height: 30px;
  text-align: center;
}
#find_store legend span {
  display: block;
  margin-bottom: 1.2em;
}
#find_store fieldset {
  text-align: center;
}

#store_results:before, #store_results:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#store_results:after {
  clear: both;
}

#store_results {
  zoom: 1;
}

#store_results .locations li:before, #store_results .locations li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#store_results .locations li:after {
  clear: both;
}

#store_results .locations li {
  zoom: 1;
}

#store_results {
  width: 958px;
  border: 1px solid #b2b2b2;
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#store_results .results-header {
  width: 788px;
  padding: 18px 85px;
  margin-bottom: 20px;
  background: #e9e9e9;
  font-size: 1.4em;
}
#store_results .locations {
  float: left;
  height: 456px;
  width: 432px;
  margin: 0 22px 0 24px;
  background: #f9f9f9;
}
#store_results .locations a.arrow {
  display: block;
  width: 100%;
  height: 32px;
  background: #e9e9e9 url(../images/arrow-up.gif) 50% 50% no-repeat;
  outline: 0;
  text-indent: -9999px;
}
#store_results .locations a.arrow:hover {
  background-color: #ececec;
}
#store_results .locations a.arrow.down {
  background-image: url(../images/arrow-down.gif);
}
#store_results .locations .results {
  height: 391px;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  position: relative;
  overflow: hidden;
}
#store_results.saved .locations .results {
  height: 144px;
}
#store_results .locations .results ul {
  margin: 0;
  padding: 0;
}
#store_results .locations .results li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 4px 0;
  clear: both;
  border-bottom: 1px solid #d4d4d4;
  line-height: 16px;
  position: relative;
}
#store_results .locations .results li .key {
  float: left;
  width: 88px;
  text-align: center;
}
#store_results .locations .results li .key .pin {
  display: inline-block;
  width: 32px;
  height: 36px;
  padding-top: 5px;
  background: url(../images/map-pin.png);
  text-align: center;
  font: 1.2em Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  text-indent: -2px;
  cursor: pointer;
}
#store_results .locations .results li .delete {
  position: absolute;
  top: 5px;
  right: 5px;
}
#store_results .locations .results li address {
  display: block;
  float: left;
  width: 260px;
  font-style: normal;
}
#store_results .locations .results li address strong {
  color: #000;
}
#store_results .locations .results li .dist {
  float: left;
  width: 74px;
  padding-left: 10px;
}
#store_results .locations .results li.inactive .pin {
  background: url(../images/map-pin-inactive.png);
}
#store_results.saved .locations p 
{
    margin-top: 0.5em;
}
#store_results #gmap {
  float: left;
  width: 456px;
  height: 456px;
}
#store_results.saved header {
  text-align: left;
  width: 910px;
  padding: 0 24px;
  background: #ffdd00;
  border-bottom: 1px solid #b2b2b2;
  height: 66px;
  margin-bottom: 20px;
}
#store_results.saved header h2, #store_results.saved header p {
  width: 50%;
  float: left;
  line-height: 66px;
  color: #000;
  margin: 0;
}
#store_results.saved header p {
  text-align: right;
}
#store_results.saved header p strong {
  margin-right: 1em;
}
#store_results.saved header p .btn-mini, #store_results.saved header p .btn-mini span {
  background-image: url(../images/btn-mini-mask-grey-yellow.gif);
}
#store_results.saved .locations,
#store_results.saved #gmap {
  height: 254px;
  overflow: hidden;
}
#store_results.saved .results {
  height: auto;
  margin-bottom: 5px;
}
#store_results.saved .locations p strong {
  margin: 0 10px;
}

#gallery .main:before, #gallery .main:after {
  content: "\0020";
  display: block;
  height: 0;
}

#gallery .main:after {
  clear: both;
}

#gallery .main {
  zoom: 1;
}

#gallery {
  padding-top: 50px;
  background: #000;
}
#gallery a.next,
#gallery a.back {
  display: block;
  float: left;
  width: 49px;
  height: 485px;
  text-indent: -9999px;
  outline: 0;
  background: black url(../images/arrow-back-on-black.gif) 50% 50% no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#gallery a.next.next,
#gallery a.back.next {
  background-image: url(../images/arrow-fwd-on-black.gif) !important;
}
#gallery a.next:hover,
#gallery a.back:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#gallery .inner {
  float: left;
  width: 854px;
  height: 477px;
  padding: 4px;
  background: #fff;
  
}
#gallery .inner .large {
  float: left;
  width: 590px;
  height: 100%;
  margin-right: 35px;
}
#gallery .inner .detail, #gallery .inner .product {
  float: left;
  width: 194px;
  height: 340px;
  padding-left: 20px;
  padding-top: 40px;
}
#gallery .inner .product {
  text-align: center;

}
#gallery .inner .cut 
{
  margin-bottom: 20px;
}
#gallery .thumbs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #4c4c4c;
}
#gallery .thumbs .inner {
  float: left;
  height: 104px;
  padding: 0;
  background: #000;
  position : relative;
  overflow: hidden;
}
#gallery .thumbs .arrow {
  height: 104px;
}
#gallery .thumbs .thumb {
  display: inline-block;
  border: 5px solid #4c4c4c;
  margin-left: 19px;
   overflow: hidden;
}
#gallery .thumbs .thumb img {
  vertical-align: middle;
  margin-bottom: 0px;
 
}
#gallery .thumbs .thumb.current, #gallery .thumbs .thumb:hover {
  border-color: #ffdd00;
}
#gallery .thumbs .thumb.first,
#gallery .thumbs .thumb:nth-child(1) {
  margin-left: 0;
}
#gallery .description {
  margin: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-style: italic;
  color: #a9a9a9;
}

#gallery ul
{
    margin: 0;
	width: 20000px; /* TODO: can't get float to work? */
    display: inline-block;
    white-space: nowrap;
}

#gallery ul li
{
    padding: 0 !important; 
    float: left; 
    display: inline-block;
    height: 94px;
}

#gallery p.product a.btn-mini.view span
{
    width: 80px;
}

#product_listing .product:before, #product_listing .product:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#product_listing .product:after {
  clear: both;
}

#product_listing .product {
  zoom: 1;
}

#product_listing {
  background: url(../images/content-top-shade.gif) 50% 0 no-repeat;
  border-top: 1px solid #ffdd00;
  padding-top: 30px;
}
#product_listing .groups {
  float: left;
  width: 692px;
  margin-right: 20px;
}
#product_listing .groups .group {
  margin-bottom: 16px;
  background: #fff;
}
#product_listing .groups .group header {
  padding: 15px 20px;
  background: #d9d9d9;
}
#product_listing .groups .group header h2 {
  float: left;
  width: 60%;
  text-align: left;
}
#product_listing .groups .group header p {
  text-align: right;
}
#product_listing .groups .group header em {
  color: #000;
  display: block;
}
#product_listing .groups .product {
  padding: 15px 0;
}
#product_listing .groups .thumb-area, #product_listing .groups .description, #product_listing .groups .detail {
  float: left;
}
#product_listing .groups .thumb-area {
  width: 150px;
  margin: 0 9px;
  *margin-left: 4.5px;
  text-align: center;
  font-size: 1.3em;
}
#product_listing .groups .thumb-area .thumb {
  width: 148px;
  display: block;
  margin-bottom: 35px;
}
#product_listing .groups .thumb-area .btn-mini {
  display: block;
  margin: -11px 0 0 20px;
  *margin-left: 4px;
  font-size: .85em;
  width: 100px;
}
#product_listing .groups .thumb-area .btn-mini span {
  width: 70px;
}
#product_listing .groups .recommended .thumb-area .btn-mini, #product_listing .groups .recommended .thumb-area .btn-mini span {
  background-image: url(../images/btn-mini-mask-grey-tybw-arrow.gif);
}
#product_listing .groups .recommended .thumb-area .thumb {
  margin-bottom: 0;
}
#product_listing .groups .recommended .thumb-area strong {
  background: #ffdd00;
  padding: 4px 4px 4px 4px;
  display: block;
  width: 142px;
  height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: .8em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#product_listing .groups .description {
  width: 220px;
  padding: 0 20px;
}
#product_listing .groups .description h3 {
  font-weight: bold;
  text-transform: uppercase;
}
#product_listing .groups .detail {
  width: 259px;
  padding-right: 5px;
  font: 1.2em Arial, Helvetica, sans-serif;
}
#product_listing .groups .detail em {
  color: #999;
  text-transform: uppercase;
  font-size: 0.917em;
}
#product_listing .groups .detail ul {
  margin: 0 0 1em 16px;
  padding: 0;
}
#product_listing .groups .detail ul li {
  font-size: 1em;
  color: #000;
  margin: 0;
  padding: 0;
}

#product_listing .detail div.attributes { clear: both; margin-bottom: 5px; }

#product_listing .detail div.attributes div.attribute { clear: both; }

#product_listing .detail div.attributes div.attribute div.attribute-name
{
    color: #999;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 120px;
    line-height: 1.5em;
    font-style: italic;
    float:left;
}
#product_listing .detail div.attributes div.attribute div.attribute-value
{
    font-size: 1em;
    float:left;
    width: 135px;
    line-height: 1.3em;
}

#product_listing #product_compare {
  float: left;
  width: 248px;
  padding-bottom: 20px;
  background: #ffdd00;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#product_listing #product_compare h2 {
  padding: 16px 0 2px 60px;
  font: 2.2em/29px "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  background: url(../images/canQuery.gif) 10px 14px no-repeat;
}
#product_listing #product_compare p {
  margin-bottom: 10px;
  font-style: italic;
  color: #999;
}

#product_listing #product_compare .wells 
{
    position: relative;
}

#product_listing #product_compare .wells div {
  width: 68px;
  height: 68px;
  border: 1px dashed #d8d8d8;
  background: #fff;
  margin: 3px;
  display: inline-block;
  overflow: hidden;
}
#product_listing #product_compare .wells div img {
  border: 0;
  height: 64px;
  width: 64px;
}
#product_listing #product_compare .wells div a.delete {
    position: relative;
    top: -70px;
    left: 26px;
}

#product_compare .product-droptarget
{
    display: none;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    background-color: black;
    width: 235px;
    margin: -4px 0 0 7px;
    height: 102px;
    z-index: 100;
    position: absolute;
    font-size: 29px;
    text-align: center;
    color: white;
    padding-top: 60px;
    border-radius: 6px;
}

#product_detail {
  background: url(../images/content-top-shade.gif) 50% 0 no-repeat;
  border-top: 1px solid #ffdd00;
  padding-top: 30px;
}
#product_detail .col1 {
  float: left;
  width: 267px;
}
#product_detail .col1 figure p {
  text-align: center;
  color: #a8a8a8;
}
#product_detail .col1 .features {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 20px;
}
#product_detail .col1 .features img {
  vertical-align: middle;
  padding-right: 8px;
}
#product_detail .col1 .features li {
  padding-left: 0;
  margin-bottom: .5em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
#product_detail .col2 {
  float: left;
  width: 394px;
  padding: 24px 26px 0 26px;
}
#product_detail .col2 .btn-colour-options {
  display: block;
  width: 400px;
  margin: 0 auto;
  height: 74px;
  text-indent: -9999px;
  outline: 0;
  background: url(../images/btn-colour-options.gif) 0 0 no-repeat;
}
#product_detail .col2 .btn-colour-options:hover {
  background-position: 0 -80px;
  cursor: pointer;
}
#product_detail .col3 {
  float: left;
  width: 247px;
}
#product_detail .col3 ul.cta {
  background: #ffdd00;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#product_detail .col3 ul.cta li {
  margin: 0;
  padding: 20px 10px 70px 20px;
  position: relative;
  color: #000;
}
#product_detail .col3 ul.cta .cta-btn {
  display: block;
  width: 250px;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  outline: 0;
}
#product_detail .col3 ul.cta .cta-btn:hover {
  background-position: -250px 0 !important;
}
#product_detail .col3 .btn-curvatious {
  margin: 20px 0;
  width: 216px;
  text-align: center;
}
#product_detail .col3 .btn-curvatious span {
  width: 186px;
}
#product_detail #cta_calc {
  padding-left: 120px;
  padding-top: 30px;
  font: 1.5em "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
}
#product_detail #cta_calc .cta-btn {
  background: url(../images/cta-btn-calc.gif) 0 0 no-repeat;
}
#product_detail #cta_calc .litres {
  float: left;
  width: 86px;
  height: 89px;
  margin: -10px 0 0 -100px;
  background: url(../images/paint-can-litres.gif) 0 0 no-repeat;
  position: relative;
}
#product_detail #cta_calc .litres span {
  font: 2em Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  height: 1em;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  line-height: 1em;
}
#product_detail #cta_how {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 58px;
}
#product_detail #cta_how .cta-btn {
  background: url(../images/cta-btn-how.gif) 0 0 no-repeat;
}
#product_detail #cta_faq {
  padding-left: 120px;
  padding-top: 30px;
  font: 33px "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  background: url(../images/brush-n-roller.gif) 20px 20px no-repeat;
}
#product_detail #cta_faq sup {
  font-size: 24px;
}
#product_detail #cta_faq .cta-btn {
  background: url(../images/cta-btn-faq.gif) 0 0 no-repeat;
}

#product_detail .details p 
{
    color: #000;
}

#product_detail .details div.attributes { clear: both; margin-bottom: 50px; }

#product_detail .details div.attributes div.attribute { clear: both; }

#product_detail .details div.attributes div.attribute div.attribute-name
{
    color: #999;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 130px;
    line-height: 1.3em;
    font-style: italic;
    float:left;
    margin-bottom: 5px;
}
#product_detail .details div.attributes div.attribute div.attribute-value
{
    font-size: 1.3em;
    float:left;
    width: 260px;
    margin-bottom: 5px;
}

#product_detail .details div.attributes div.foot-notes { margin: 5px 0; }

#product_detail .details ul
{
    margin: 0 0 1em 16px;
    padding: 0;
}

#product_detail .details li
{
    font-size: 1.3em;
    color: black;
    margin: 0;
    padding: 0;
}

#product_detail_recomended:before, #product_detail_recomended:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#product_detail_recomended:after {
  clear: both;
}

#product_detail_recomended {
  zoom: 1;
}

#product_detail_recomended {
  width: 958px;
  border: 1px solid #d8d8d8;
  margin: 50px 0 20px 0;
  background: #fff;
  padding-bottom: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
#product_detail_recomended header h1 {
  background: #ffdd00;
  padding: 25px;
  margin: 0 0 10px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#product_detail_recomended .col {
  float: left;
  width: 439px;
  padding: 10px 20px;
  height: 230px;
}
#product_detail_recomended .col.first {
  width: 438px;
  /*border-right: 1px solid #d8d8d8;*/
}
#product_detail_recomended .col img {
  float: left;
  margin: 0 20px 20px 0;
}

#comparison {
  background: url(../images/content-top-shade.gif) 50% 0 no-repeat;
  border-top: 1px solid #ffdd00;
  padding-top: 20px;
}
#comparison table {
  width: 100%;
}
#comparison table th, #comparison table td {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  background: transparent;
}
#comparison table th.even, #comparison table td.even {
  background-color: #fff;
}
#comparison table th:nth-child(even), #comparison table td:nth-child(even) {
  background-color: #fff;
}
#comparison table th.recommended, #comparison table td.recommended {
  background-color: #e3e3e3 !important;
  border-color: #ccc;
}
#comparison table th .btn-mini, #comparison table td .btn-mini {
  display: block;
  width: 125px;
  margin-top: 10px;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
}
#comparison table th .btn-mini span, #comparison table td .btn-mini span {
  width: 95px;
}
#comparison table th .btn-mini,
#comparison table th .btn-mini span, #comparison table td .btn-mini, #comparison table td .btn-mini span {
  background-image: url(../images/btn-mini-mask-grey-smoke-arrow.gif);
}
#comparison table th.even .btn-mini, #comparison table th.even .btn-mini span, #comparison table th:nth-child(even) .btn-mini, #comparison table th:nth-child(even) .btn-mini span, #comparison table td.even .btn-mini, #comparison table td.even .btn-mini span, #comparison table td:nth-child(even) .btn-mini, #comparison table td:nth-child(even) .btn-mini span {
  background-image: url(../images/btn-mini-mask-grey-white-arrow.gif);
}
#comparison table th.recommended .btn-mini, #comparison table th.recommended .btn-mini span, #comparison table td.recommended .btn-mini, #comparison table td.recommended .btn-mini span {
  background-image: url(../images/btn-mini-mask-grey-mgrey-arrow.gif);
}
#comparison table th {
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic;
  color: #000;
  background: transparent;
}
#comparison table th span.product-name { display: block; height: 35px; }
#comparison table td {
  font-size: 1.2em;
}
#comparison table ul {
  margin: 0;
  padding: 0;
}
#comparison table ul li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 1em;
  background: url(../images/tiny-li.gif) 0 6px no-repeat;
  color: #000;
}
#comparison table td.features ul
{
    display: inline-block;
    margin: 0 auto;
}
#comparison table td.features ul li 
{
    padding: 0 5px 0 0;
    float: left;
    background: none;
}
#comparison table thead th {
  vertical-align: top;
  text-align: left;
  padding: 44px 10px 10px 0;
  width: 174px;
  border-top: 0;
  background: transparent url(../images/compare-table-thead-bg.gif) 0 0 repeat-x;
}
#comparison table thead th.product {
  width: auto;
  padding: 44px 10px 10px 10px;
  width: auto;
  font-size: 1.3em;
  font-style: normal;
  text-align: center;
}
#comparison table thead th.product span.recommended {
  display: block;
  font-size: 0.846em;
  background: #ffdd00;
  height: 23px;
  line-height: 25px;
  overflow: hidden;
  padding: 5px 0;
  margin: -44px -10px 11px -10px;
  text-align: center;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
#comparison table thead th.product .thumb {
  margin: 0px auto 10px auto;
  background: #fff;
}

#favourites .product:before, #favourites .product:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#favourites .product:after {
  clear: both;
}

#favourites .product {
  zoom: 1;
}

#favourites {
  width: 958px;
  border: 1px solid #d8d8d8;
  background: #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
#favourites .projects .project {
  width: 910px;
  margin: 20px auto;
}
#favourites .projects .project .header {
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}
#favourites .projects .project .header .title
{
    width: 710px;
    float: left;
}
#favourites .projects .project .header h2 {
  font: 2em "VenusSBOP-BoldExtended", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: .2em;
}
#favourites .projects .project .header h2 em {
  font-family: Arial, Helvetica, sans-serif;
}
#favourites .projects .project .header p {
  margin: 0;
}
#favourites .projects .project .header p time {
  font-style: italic;
}
#favourites .projects .project .header .tools {
  width: 200px;
  text-align: right;
  font-size: 1.1em;
  float: right;
}
#favourites .projects .project .product {
  border: 1px solid #d4d4d4;
  background: white url(../images/my-fav-faux-recommend-col.gif) top right repeat-y;
  margin-bottom: 20px;
}
#favourites .projects .projects .project .product h3 {
  font-weight: bold;
}
#favourites .projects .project .product .content {
  position: relative;
  float: left;
  width: 476px;
  padding: 20px 20px 20px 168px;
}
#favourites .projects .project .product .content h3 {
  text-transform: uppercase;
}
#favourites .projects .project .product .content div.thumb {
  float: left;
  width: 168px;
  margin-left: -168px;
  text-align: center;
  font-size: 1.3em;
}
#favourites .projects .project .product .content .delete {
  position: absolute;
  top: 19px;
  right: 19px;
}
#favourites .projects .project .product .recommended {
  float: left;
  width: 204px;
  padding: 20px;
}
#favourites .projects .project .product .recommended a {
  display: block;
  width: 131px;
  min-height: 50px;
  *height: 50px;
  margin-bottom: 10px;
  padding: 14px 3px 3px 70px;
  background: #fff;
  color: #000;
  font-size: 1.3em;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#favourites .projects .project .product .recommended a img {
  margin: -5px 0 0 -65px;
  float: left;
}
#favourites .projects .project .product table {
  width: 100%;
}
#favourites .projects .project .product table .btn-mini {
  width: 116px;
  text-align: center;
}
#favourites .projects .project .product table .btn-mini span {
  width: 104px;
}
#favourites .projects .project .product th {
  width: 70%;
}
#favourites .projects .project .product th, #favourites .project .product td {
  border: 1px solid #d4d4d4;
  border-width: 1px 0;
  padding: 10px 0;
}
#favourites .project .product td 
{
  padding-right: 10px;
  text-align: right;
}
#favourites .user-bar {
  width: 910px;
  padding: 0 24px;
  position: relative;
  height: 5.6em;
  background: #3f3f3f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
#favourites .user-bar a {
  color: #ffdd00;
}
#favourites .user-bar a:hover {
  text-decoration: none;
  color: #ffee80;
}
#favourites .user-bar a.btn-special {
  margin: 0 10px;
}
#favourites .user-bar a.btn-special span {
  background-color: #3f3f3f;
}
#favourites .user-bar strong {
  font-weight: normal;
}
#favourites .user-bar p {
  margin: 0;
  width: 455px;
  position: absolute;
  top: 0;
  font-size: 1.4em;
  line-height: 56px;
}
#favourites .user-bar .user {
  left: 24px;
}
#favourites .user-bar .user strong {
  font-size: 1.143em;
  color: #fff;
}
#favourites .user-bar .user a {
  font-size: 0.786em;
  letter-spacing: .05em;
  margin-left: .5em;
}
#favourites .user-bar .login {
  right: 24px;
  text-align: right;
}
#favourites .user-bar .login a {
  text-transform: uppercase;
}
#favourites .user-bar .login strong {
  color: #ccc;
  text-shadow: none;
}
#favourites .tab-bar a.arrow {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 5px;
  background: #8c8c8c url(../images/arrow-fwd-on-grey.gif) 50% 50% no-repeat;
  text-indent: -9999px;
  outline: 0;
}
#favourites .tab-bar a.arrow.back {
  left: 0;
  background: #8c8c8c url(../images/arrow-back-on-grey.gif) 50% 50% no-repeat;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#favourites .tab-bar a.arrow.next {
  right: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#favourites .tab-bar a.arrow:hover {
  background-color: #999999;
}
#favourites .tab-bar ul.tabs li.first {
  margin-left: 0;
}
#favourites div.colours {
  margin-left: -148px;
}

#favourites div.empty-product, #favourites div.empty-project {
    padding: 30px 0px;
    font-size: 1.3em;
}

#favourites div.empty-project {
    padding: 40px 0 30px 20px;
}

div.colours {
  margin-left: 0;
}
div.colours ul {
  margin: 0 0 0 54px;
  padding: 0;
}
div.colours li, li.colour-option {
  position: relative;
  width: 130px;
  padding: 9px 9px 6px 9px;
  border: 1px solid #d4d4d4;
  background: #fff;
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin-left: 16px;
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
  color: #000;
}
div.colours img, li.colour-option img {
  width: 100%;
  height: 70px;
}
div.colours .delete {
  position: absolute;
  top: -8px !important;
  right: -8px !important;
}

.lightbox-body {
  position: relative;
  /*overflow: hidden;*/
  padding: 0 25px;
}
.lightbox-black 
{
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}
.lightbox-body header {
  background: #ffdd00;
  padding: 25px;
  padding-top: 21px;
  margin: 0 -25px 25px -25px;
}
.lightbox-body header h1 {
  margin-bottom: 0;
}
.lightbox-body .product-desc {
  padding-left: 178px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.lightbox-body .product-desc .thumb {
  margin: -20px 0 0 -178px;
  float: left;
}
.lightbox-body #faq {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.lightbox-body #faq ul.answers {
  width: 850px;
}
.lightbox-body .tabbed-section {
  margin-bottom: 20px;
}
.lightbox-body .tabbed-content {
  width: 783px;
}
.lightbox-body .tabbed-content .detail {
  width: 334px;
}
.lightbox-body .tabbed-content .product {
  width: 167px;
}
.lightbox-body p.subtle {
  font-size: 1.2em !important;
  color: #000;
  margin: -1.8em 0 1em 0;
}
.lightbox-body .input-area legend span {
  padding-left: 20px;
}
.lightbox-body#contact .input-area {
  width: 848px;
  margin-bottom: 20px;
}
.lightbox-body#contact .input-area .col {
  width: 520px;
}
.lightbox-body#contact .input-area .col textarea {
  width: 512px;
}
.lightbox-body#contact .input-area .col.first {
  width: 248px;
  margin-left: 20px;
}
.lightbox-body#register .input-area, .lightbox-body#login .input-area {
  width: 848px;
  margin-bottom: 20px;
}
.lightbox-body#register .input-area .col, .lightbox-body#login .input-area .col {
  width: 383px;
  margin: 0;
  padding-bottom: 30px;
}
.lightbox-body#register .input-area .col.first, .lightbox-body#login .input-area .col.first {
  margin-left: 20px;
  *margin-left: 10px;
  margin-right: 42px;
}
.lightbox-body#register .input-area .col input,
.lightbox-body#register .input-area .col textarea, .lightbox-body#login .input-area .col input, .lightbox-body#login .input-area .col textarea {
  width: 375px;
}
.lightbox-body .video {
  width: 847px;
  height: 372px;
  text-align: center;
  background: #000;
  margin: 30px auto;
}
.lightbox-body .video-caption {
  font-size: 1.2em;
  color: #a8a8a8;
  margin: -1.8em 0 1em 0;
  text-align: center;
}

#calculator:before, #calculator:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#calculator:after {
  clear: both;
}

#calculator {
  zoom: 1;
}

#calculator {
  width: 850px;
  background: #eaeaea;
}
#calculator .input-row {
  height: 32px;
  padding: 20px;
  background: #afafaf;
}
#calculator .input-row p {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #fff;
  overflow: hidden;
}
#calculator .input-row p * {
  vertical-align: middle;
  margin: 0;
}
#calculator .input-row b {
  display: inline-block;
  height: 34px;
  margin-top: -2px;
  padding: 0 18px;
  background: #afafaf url(../images/big-x.gif) 50% 50% no-repeat;
  text-indent: -9999px;
}
#calculator .input-row em {
  padding: 0 4px;
  font-size: 0.857em;
  color: #808080;
  height: 33px;
  display: inline-block;
  margin-top: -2px;
  line-height: 32px;
}
#calculator .input-row label {
  display: inline-block;
  height: 34px;
  margin-top: -2px;
  background: #d9d9d9;
  padding: 0 5px;
  color: #000;
  cursor: pointer;
  cursor: hand;
}
#calculator .input-row input {
  display: inline-block;
  width: 3em;
  height: 34px;
  margin-top: -4px;
  background: transparent;
  padding: 0 5px;
  border: 0;
  font-size: 1em;
}
#calculator .input-row input.readonly {
  width: 2em;
  color: #808080;
}
#calculator .col {
  float: left;
  width: 385px;
  padding: 20px;
}
#calculator .col p {
  margin: 0;
  color: #999;
  line-height: 33px;
}
#calculator .col .calculate {
  height: 32px;
  position: relative;
  padding: 0 3.5em 0 163px;
  background: white url(../images/calc-bg-fix.gif) 0 0 no-repeat;
  font-size: 1.8em;
}
#calculator .col .calculate a.btn-fixed-width-special {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.722em;
  line-height: 33px;
}
#calculator .col .calculate b {
  color: #000;
}
#calculator .col .calculate .reset {
  font-size: 0.667em;
  font-style: italic;
  color: #cc0000;
  position: absolute;
  top: 0;
  right: 10px;
}
#calculator .col a.btn-special.dull {
  margin-left: 16px;
  line-height: 33px;
}
#calculator .col a.btn-special.dull span {
  background-color: #eaeaea;
}

#overlay {
  position: fixed;
  *position: absolute;
  opacity: 0.84;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=84);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=84);
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #000;
  width: 100%;
  height: 100%;
}

#lightbox {
  position: fixed;
  z-index: 2001;
  top: 30px; /*50px original size*/
  left: 50%;
  background: #fff;
  border-top: 4px solid #ffdd00;
}
#lightbox .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#lightbox .inner .body {
  width: 100%;
  height: 100%;
  position: static;
  /*overflow: auto;*/
}
#lightbox a.close {
  background: #ffdd00 url(../images/X.gif) right center no-repeat;
  display: inline-block;
  height: 20px;
  padding: 5px 33px 5px 15px;
  position: absolute;
  top: -34px;
  right: 0;
  font: 1.4em/22px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-border-radius-topleft: 16px;
  -webkit-border-top-left-radius: 16px;
  -o-border-top-left-radius: 16px;
  -ms-border-top-left-radius: 16px;
  -khtml-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  -moz-border-radius-topright: 16px;
  -webkit-border-top-right-radius: 16px;
  -o-border-top-right-radius: 16px;
  -ms-border-top-right-radius: 16px;
  -khtml-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
}

#search_results:before, #search_results:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#search_results:after {
  clear: both;
}

#search_results {
  zoom: 1;
}

#search_results {
  width: 958px;
  border: 1px solid #b2b2b2;
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#search_results .results-header {
  width: 788px;
  padding: 18px 85px;
  margin-bottom: 10px;
  background: #e9e9e9;
  font-size: 1.4em;
}
#search_results .results {
  width: 100%;
}
#search_results .results ul {
  margin: 0;
  padding: 0;
}
#search_results .results li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 4px 10px 10px 10px;
  clear: both;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
#search_results .results li .result {
  text-align: left;
}

/*
	Slideshow
*/

.banner {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 1270px;
	overflow: hidden;
	position: relative;
	display: none;
}

#gallery .slides_container
{
    width: 854px;
    float: left;
}

#about_timber .slides_container { width: 100%;}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width: 1270px !important;
	display: block;
}

.slides_container div.slide a 
{
    width: 1270px;
    height: 457px;
	display: block;
}

/*
	Next/prev buttons
*/

.banner .next,.banner .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.banner .next {
	left:585px;
}

/*
	Pagination
*/

#hero .pagination {
	margin: 26px auto 0;
	width: 100px;
	margin-top: -25px;
	z-index: 150;
	position: absolute;
}

#hero .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#hero .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/assets/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#hero .pagination li.current a {
	background-position:0 -12px;
}


/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width: 1270px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.error
{
    margin-left: 15px;
}

.error ul
{
}

.error ul li
{
    color: #f00;
}

.inline-editor
{
    font-family: Arial, Helvetica, sans-serif;
}

.inline-edit-text 
{
    padding: 5px;
}

.inline-edit-label 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
}

.inline-edit-btn
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
}

@media (max-width: 920px) {

	#lightbox { width: 600px; margin-left: -300px; }

}

#privacySetting 
{
    float: right;
    margin: 0px 26px 0px 0px;
    padding: 0px 0px 26px 0px;
}

.clearp{ clear:both;}

#contour .contourField div span input#MainContent_RenderForm_4_rpFieldsets_rpFields_0_83405576_2e7b_4bf4_aaec_0f1222e1be1c_12 { width: 10px;}

#contour .contourField label#MainContent_RenderForm_4_rpFieldsets_rpFields_0_label_12 { width: 500px;}

.contourValidationSummary { margin: 20px 0px 0px 200px; }
.contourValidationSummary > ul > li {color: red;}

