body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d6dbdd;
	color: #5b5b5b;

	margin-top: 10px;

	background-image: url('/furniture/background_home.png');
}

body.home {
	background-image: url('/furniture/background_home.png');
}

body.about {
  background-image: url('/furniture/background_about.png');
}

body.casestudy {
  background-image: url('/furniture/background_casestudy.png');
}

body.services {
  background-image: url('/furniture/background_services.png');
}

body.products {
  background-image: url('/furniture/background_products.png');
}

body.news {
  background-image: url('/furniture/background_news.png');
}

body.blog {
  background-image: url('/furniture/background_blog.png');
}

body.contact {
  background-image: url('/furniture/background_contact.png');
}

body.search {
  background-image: url('/furniture/background_search.png');
}


.wrapper {
	width: 1000px;

	margin: auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	overflow: visible;
	display: inline-block;

	height: 32px;

	margin: 0px;
	padding: 0px;
	padding-left: 6px;

	line-height: 32px;

	border: 0px solid #fff;

	background-image: url('/furniture/button.png');
	background-repeat: no-repeat;
  background-position: left -32px;
	background-color: transparent;

	cursor: pointer;
}

.button span {
	display: block;

	height: 32px;

	padding-left: 6px;
	padding-right: 14px;

	line-height: 30px;
	font-size: 13px;
  text-transform: lowercase;
  white-space: nowrap;

	color: #002a3b;

  background-image: url('/furniture/button.png');
  background-repeat: no-repeat;
  background-position: right top;
}

.button.more span {
	padding-right: 35px;

	background-position: right -64px;
}

.button.addthis_button_email span {
  padding-right: 62px;

  background-position: right -96px;
}

.button.print span {
  padding-right: 62px;

  background-position: right -128px;
}

.button:hover {
	text-decoration: none;
}

/**
 * Top
 */
h1 {
	float: left;

	margin-left: -14px;
	margin-top: 10px;
}

h1 a {
	display: block;

	width: 169px;
	height: 101px;

	background-image: url('/furniture/logo.png');
	background-repeat: no-repeat;
  background-position: center top;

	text-indent: -9999px;
}

	.orange h1 a {
		background-position: center -101px;
	}

	.red h1 a {
	  background-position: center -202px;
	}

	.teal h1 a {
	  background-position: center -303px;
	}

	.green h1 a {
	  background-position: center -404px;
	}

	.yellow h1 a {
	  background-position: center -505px;
	}

.ancillary {
	float: right;

	margin-bottom: 12px;
}

.ancillary li {
	position: relative;
	float: left;

	padding: 3px 3px 3px 12px;
	margin-left: 12px;

	color: #717475;

	font-size: 13px;
	text-transform: lowercase;

	border-left: 1px solid #b8c1c4;

	z-index: 2;
}

.ancillary li.first {
	border-left: 0px solid #d6dbdd;
}

.ancillary li a {
	color: #06212c;
}

.ancillary li ul {
	position: absolute;
	display: none;

	left: 0px;
	top: 21px;

	padding: 8px 0px;

	background-color: #fff;
	border: 1px solid #b8c1c4;

	z-index: 999;
}

.ancillary li:hover ul {
	display: block;
}

.ancillary li ul li {
	margin: 0px;
	padding: 3px 12px 5px 12px;

	border-left: 0px solid #fff;
}

.ancillary li ul li a {
	white-space: nowrap;
}

#top {
  position: relative;
  z-index: 500;
}

#primary_navigation {
	position: relative;

	float: left;

	height: 41px;
	width: 850px;

	margin-left: -5px;

	background-image: url('/furniture/navigation.png');
  background-repeat: repeat-x;
  background-position: center -82px;
}

#primary_navigation .navigation {
	height: 41px;

	padding-left: 12px;

  background-image: url('/furniture/navigation.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.orange #primary_navigation {
	background-position: center -123px;
}

.red #primary_navigation {
	background-position: center -164px;
}

.teal #primary_navigation {
	background-position: center -205px;
}

.green #primary_navigation {
	background-position: center -246px;
}

.yellow #primary_navigation {
	background-position: center -287px;
}

.navigation li {
	float: left;
	position: relative;
}

.navigation > li > a {
	display: block;

	height: 37px;

  margin-top: 1px;
  margin-bottom: 2px;
  padding: 0px 14px;

	line-height: 37px;
	font-size: 15px;
	color: #fff;

	text-transform: lowercase;
}

#primary_navigation .navigation > li > a {
  padding: 0px 12px;
}

#primary_navigation .navigation > li.active > a,
#primary_navigation .navigation > li > a:hover {
  padding: 0px 11px;

  background-color: #55b6df;
  border-left: 1px solid #6dc0e3;
  border-right: 1px solid #6dc0e3;
}
  .orange #primary_navigation .navigation > li.active > a,
  .orange #primary_navigation .navigation > li > a:hover {
    background-color: #f5ad65;
		border-left: 1px solid #fbc484;
    border-right: 1px solid #fbc484;
  }

	.red #primary_navigation .navigation > li.active > a,
  .red #primary_navigation .navigation > li > a:hover {
    background-color: #d06b80;
		border-left: 1px solid #d38190;
    border-right: 1px solid #d38190;
  }

	.teal #primary_navigation .navigation > li.active > a,
  .teal #primary_navigation .navigation > li > a:hover {
    background-color: #529aac;
		border-left: 1px solid #6da6b5;
    border-right: 1px solid #6da6b5;
  }

	.green #primary_navigation .navigation > li.active > a,
  .green #primary_navigation .navigation > li > a:hover {
    background-color: #bdcb68;
		border-left: 1px solid #c7d381;
    border-right: 1px solid #c7d381;
  }

	.yellow #primary_navigation .navigation > li.active > a,
  .yellow #primary_navigation .navigation > li > a:hover {
    background-color: #fdc82f;
		border-left: 1px solid #ffde84;
    border-right: 1px solid #ffde84;
  }

.navigation li a:hover {
	text-decoration: none;
}

.navigation li .submenu {
	position: absolute;
	overflow: hidden;

	top: 40px;
  left: 0px;

	padding: 8px 14px;
	margin: 0px;

	background-color: #78777b;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}

#primary_navigation .navigation li:hover .submenu {
  display: block !important;
}

.navigation li .submenu li {
	float: none;

	padding: 3px 0px;

	color: #fff;

	font-size: 13px;
	line-height: 120%;
	white-space: nowrap;
}

.navigation li .submenu li a {
	color: #fff;

	border-bottom: 1px solid #78777b;
}

.navigation li .submenu li a:hover {
	border-bottom: 1px solid #fff;
}

.navigation .search {
	float: right;

	padding: 0px;
}

.navigation form {
	width: 209px;
	height: 41px;

	background-image: url('/furniture/search.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.navigation form fieldset {
	position: relative;
}

.navigation form fieldset label {
	position: absolute;

	top: 13px;
	left: 14px;

	font-size: 13px;
	font-style: italic;
	color: #a1a4a5;
}

.navigation form fieldset input {
	position: absolute;

	top: 6px;
	left: 12px;

	width: 178px;
	height: 26px;

	padding: 0px;
	margin: 0px;

	border: 0px solid #fff;
	background-color: transparent;

	font-size: 13px;
	line-height: 26px;
}

.navigation form fieldset button {
	position: absolute;

	top: 6px;
	right: -10px;

	width: 34px;
	height: 31px;

	border: 0px solid #fff;

	background-image: url('/furniture/search_go.png');
  background-repeat: no-repeat;
  background-position: left top;
	background-color: transparent;

	text-indent: -9999px;

	cursor: pointer;
}


/**
 * Header
 */
.header {
	height: 135px;

	margin-bottom: 6px;

	background-position: left top;
	background-repeat: no-repeat;
}

.header p {
	display: none;

	padding-top: 18px;
	margin-left: 40px;

	font-size: 33px;
	line-height: 45px;
	letter-spacing: -2px;
}

.home .header p {
	display: none;
}

.home .header {
	height: 216px;
	background-image: url('/images/header_home.jpg');
}

.generic .header {
  background-image: url('/images/header_generic.jpg');
}
.generic .header strong {
  font-size: 42px;
  color: #f89828;
}

.about .header {
  background-image: url('/images/header_about.jpg');
}
.about .header strong {
	font-size: 42px;
  color: #f89828;
}

.contact .header {
  background-image: url('/images/header_contact.jpg');
}
.contact .header strong {
  font-size: 42px;
  color: #f89828;
}

.search .header {
  background-image: url('/images/header_search.jpg');
}
.search .header strong {
  font-size: 42px;
  color: #f89828;
}

.news .header {
  background-image: url('/images/header_news.jpg');
}
.news .header p {
	margin-left: 320px;
}
.news .header strong {
  font-size: 42px;
  color: #f89828;
}

.blog .header {
  background-image: url('/images/header_blog.jpg');
}
.blog .header p {
  margin-left: 190px;
}
.blog .header strong {
  font-size: 42px;
  color: #f89828;
}

.services .header {
  background-image: url('/images/header_services.jpg');
}
.services .header p {
  margin-left: 520px;
}
.services .header strong {
  font-size: 42px;
  color: #f89828;
}

.casestudy .header {
  background-image: url('/images/header_casestudy.jpg');
}
.casestudy .header strong {
  font-size: 42px;
  color: #f89828;
}

.products .header {
  background-image: url('/images/header_products.jpg');
}
.products .header strong {
  font-size: 42px;
  color: #f89828;
}

#user {
  position: absolute;

  bottom: 14px;
  right: 0px;

  font-size: 13px;
}

#user a {
  color: #000;
}


/**
 * Breadcrumb
 */
#breadcrumb {
	overflow: hidden;

	height: 31px;

	padding-left: 5px;
	margin-bottom: 6px;

  background-image: url('/furniture/breadcrumb.png');
  background-repeat: no-repeat;
  background-position: left top;
}

#breadcrumb ol {
	float: left;
	position: relative;

	margin-left: 20px;
}

*+html #breadcrumb ol {
	float: none;
}

#breadcrumb ol li {
	float: right;

	height: 30px;

	margin-left: -20px;
	padding-left: 35px;
	padding-right: 50px;

	line-height: 28px;
	font-size: 14px;

	color: #222;

  background-image: url('/furniture/breadcrumb.png');
  background-repeat: no-repeat;
  background-position: right bottom;

	text-transform: lowercase;
}

#breadcrumb ol li.first {
	padding-left: 30px;
}

#breadcrumb ol li a {
	color: #222;

	border-bottom: 1px solid #444;
}

#breadcrumb ol li a:hover {
	text-decoration: none;
}


/**
 * Main
 */
.columns {
	overflow: hidden;
}

.column {
	float: left;

	margin-left: 14px;

	height: 100%;
}

.first.column {
	margin-left: 0px;
}

.wide.column {
	width: 1000px;
}

.three.columns .column {
	width: 324px;
}

.two.columns .column {
	width: 323px;
}

.two.columns .wide.column {
	width: 663px;
}

.box {
	position: relative;

	margin-bottom: 14px;
  padding: 12px 18px 16px 18px;

  background-color: #fff;

  color: #b6babc; /** IE fix for border colour with rounded corners **/

  border: 1px solid #b6babc;
}

.box * {
  color: #5b5b5b;
}

.wide.column .box {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 28px;
}

.box h2,
.box h2 span {
	font-size: 32px;

	color: #0092cf;

	text-transform: lowercase;
	letter-spacing: -2px;
}

	.orange .box h2,
	.orange .box h2 span {
		color: #ff7900;
	}

	.red .box h2,
	.red .box h2 span {
		color: #bb133e;
	}

	.teal .box h2,
	.teal .box h2 span {
		color: #008b95;
	}

	.green .box h2,
	.green .box h2 span {
		color: #b6bf00;
	}

	.yellow .box h2,
	.yellow .box h2 span {
		color: #fdc82f;
	}


.box h3,
.box h3 a {
  font-size: 21px;

  color: #000;

  text-transform: lowercase;
}

.box h3 a:hover {
  text-decoration: none;
}

.box .main {
	margin-top: 12px;
	margin-bottom: 20px;
	padding-top: 12px;

	border-top: 1px solid #e8e8e8;
}

.box .main .frame {
	display: inline-block;

  margin: 12px 0px 10px 0px;
  padding: 9px;

  border: 1px solid #e8e8e8;
}

.box .main .frame.left {
	float: left;

	width: auto;

	margin-right: 15px;
	padding: 9px;
}

.box .main .frame.right {
  float: right;

	width: auto;

  margin-left: 15px;
	padding: 9px;
}

.box .main .frame.center {
	display: block;

	width: auto;

	margin-left: auto;
	margin-right: auto;
	padding: 9px;
}

.box .main p {
	padding-top: 12px;

	line-height: 15px;
	font-size: 12px;
}

.box .main strong {
	font-weight: bold;
}

.box .main em {
	font-style: italic;
}

.box .main sup {
	font-size: 75%;
	vertical-align: top;
}

.box .main sub {
	font-size: 75%;
	vertical-align: baseline;
}

.box .main blockquote {
	padding: 12px 14px 0px 14px;

	font-size: 14px;
	line-height: 16px;
}

.box .main a {
	text-decoration: underline;
}

.box .main a:hover,
.box .main a.button {
	text-decoration: none;
}

.box .main .ugc ul,
.box .main .ugc ol {
  padding-top: 12px;

  line-height: 15px;
  font-size: 12px;
	list-style-position: outside;
}
  .box .main .ugc ul li,
  .box .main .ugc ol li {
    margin-left: 21px;
  }

  .box .main .ugc ul li {
    list-style-type: disc;
  }
    .box .main .ugc ul li li {
      list-style-type: circle;
    }
      .box .main .ugc ul li li li {
        list-style-type: square;
      }

  .box .main .ugc ol li {
    list-style-type: decimal;
  }
    .box .main .ugc ol li li {
      list-style-type: lower-latin;
    }
      .box .main .ugc ol li li li {
        list-style-type: lower-roman;
      }


/**
 * Feature
 */
.feature .frame {
	float: left;

	margin: 12px 0px 10px 0px;
	padding: 9px;

	border: 1px solid #e8e8e8;
}

.feature p {
	margin-top: 2px;
	margin-bottom: 12px;

  line-height: 13px;
}


/**
 * News Article Listings
 */
.latestnews .article {
	overflow: hidden;

	padding: 13px 0px 13px 0px;

	border-top: 1px solid #d7d7d7;

	line-height: 13px;
}

.latestnews .first.article {
	border-top: 0px solid #fff;
}

.latestnews .article img {
	float: left;

	width: 58px;

	margin-left: -68px;
}

.latestnews .article h3 {
	margin-top: -2px;
}

.latestnews .article h3 a {
	font-size: 16px;

	color: #0092cf;
	font-weight: bold;
}

.latestnews .article .date {
	margin-top: 8px;
	color: #a5a5a5;
}


/**
 * Tag Cloud
 */
.tagcloud {
	margin: 40px 0px;

	text-align: center;
}

.tagcloud li {
	display: inline;
}

.tagcloud li a {

}

.tag-s {
	font-size: 12px;
	line-height: 15px;
}

.tag-m {
  font-size: 14px;
  line-height: 17px;
}

.tag-l {
  font-size: 20px;
  line-height: 23px;
}

.tag-xl {
  font-size: 28px;
  line-height: 31px;
	letter-spacing: -1px;
}

.tag-xxl,
.tag-xxxl {
  font-size: 36px;
  line-height: 40px;
	letter-spacing: -2px;
}


/**
 * Enquiry
 */
#enquiry {
	position: relative;

	margin-top: 12px;
}

#enquiry button {
	float: right;

  margin-top: 8px;
	margin-left: 8px;
}

#enquiry form label {
	float: left;
	clear: left;

  width: 80px;

  margin-top: 1px;

	font-size: 14px;
	line-height: 29px;
}

#enquiry form label sup {
	color: #d21242;
}

#enquiry span {
  position: relative;
}

#enquiry .textinput {
  float: right;

  height: 28px;

	padding-left: 3px;
  margin-top: 2px;

  background-image: url('/furniture/input.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  text-align: left;
}

#enquiry .textinput input {
  width: 182px;
	height: 28px;

  padding: 0px 4px 0px 1px;
  margin: 0px;

  border: 0px solid #fff;
	background-image: url('/furniture/input.png');
  background-position: right top;
  background-color: transparent;
	background-attachment: scroll;

	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 27px;
}

*+html #enquiry .textinput input {
	margin-top: -1px;
}

#enquiry .textarea {
  float: right;

  height: 100px;
	padding-left: 3px;
  margin-top: 2px;

  background-image: url('/furniture/textarea.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  text-align: left;
}

#enquiry .textarea textarea {
  width: 182px;
  height: 92px;
  padding: 4px 4px 4px 1px;
  margin: 0px;

  border: 0px solid #fff;

	background-image: url('/furniture/textarea.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;

  overflow: auto;

	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

*+html #enquiry .textarea textarea {
  margin-top: -1px;
}


/**
 * Errors
 */
#login_form .error_list,
#register_form .error_list,
#enquiry .error_list {
  position: absolute;

  top: -1px;
  right: 195px;

	height: 28px;

	padding-left: 4px;
	padding-right: 4px;

  background-image: url('/furniture/error.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  white-space: nowrap;
}

#login_form .error_list {
  right: auto;
  left: 50px;
}

#login_form .error_list li,
#register_form .error_list li,
#enquiry .error_list li {
  height: 22px;

  padding: 3px 9px 3px 5px;
  margin: 0px;

	font-size: 14px;
	line-height: 22px;

  color: #aa1111;

  background-image: url('/furniture/error.png');
  background-position: right top;
  background-repeat: no-repeat;
}


/**
 * Carousel
 */
.carousel {
	width: 1000px;
	height: 236px;

	margin: 10px 0px 14px 0px;

  background-image: url('/furniture/carousel.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

.carousel>div {
	float: left;

	height: 200px;
}

.carousel .images {
	width: 493px;
}

.carousel .content {
	width: 427px;

	padding: 18px 35px 18px 45px;

	color: #fff;
}

.carousel .content h3 {
	font-size: 32px;
	letter-spacing: -2px;
	text-transform: lowercase;
}

.carousel .content h4 {
	margin: 18px 0px;

	font-size: 15px;
	font-weight: bold;
}

.carousel .content p {
	line-height: 13px;
}

.carousel .content a {
	color: #fff;
}

.carousel .content .case-studies div {
	margin-bottom: 18px;
}

.carousel .content .button {
	float: left;

	margin-right: 8px;
}

.carousel .content a.prev,
.carousel .content a.next {
	float: left;

	width: 32px;
  height: 32px;

  background-image: url('/furniture/arrows.png');
  background-repeat: no-repeat;
  background-position: left top;

	text-indent: -9999px;
}

.carousel .content a.next {
  background-position: right top;
}

.carousel .content div.next,
.carousel .content div.prev {
	display: none;
}

.carousel .images {
	position: relative;
}

.carousel .images a.prev,
.carousel .images a.next {
  position: absolute;

	top: 95px;
	left: -23px;

  width: 60px;
  height: 57px;

  background-image: url('/furniture/arrows.png');
  background-repeat: no-repeat;
  background-position: left bottom;

	text-indent: -9999px;
}

.carousel .images a.next {
	left: auto;
	right: -30px;

  background-position: left -32px;
}

.carousel .images .image {
	position: absolute;

  top: 42px;
  left: 109px;

  width: 284px;
  height: 183px;

	z-index: 300;
}

.carousel .images .prev.image,
.carousel .images .next.image {
	top: 70px;
  left: 50px;

  width: 170px;
  height: 110px;

  z-index: 100;
}

.carousel .images .next.image {
	left: 280px;
	z-index: 200;
}

.carousel .images .image img {
	position: absolute;

	width: 75%;
	height: 69%;

	top: 5%;
	left: 12%;

	z-index: 2;
}

.carousel .images .image img.frame {
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 1;
}


/**
 * News
 */
.news {

}

.news .columns .column {
  width: 230px;
}

.news .columns .wide.column {
	width: 756px;
}

.casestudy .article,
.news .article {
	overflow: hidden;

	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 310px;

	border-bottom: 1px solid #e6e6e6;
}

.casestudy .article {
  padding-left: 337px;
}

.news .main {
	padding-top: 0px;
	margin-bottom: 12px;
}

.news.article .main {
	overflow: hidden;

	padding-top: 12px;
	padding-bottom: 12px;

	border-bottom: 1px solid #e6e6e6;
}

.news .main .left {
  float: right;

  width: 374px;

  margin-right: 28px;
}

.news .main .right {
  float: right;

  width: 288px;

	padding-top: 40px;
}

.casestudy .article h3,
.news .article h3 {
	font-size: 23px;
}

.casestudy .article h3 a,
.news .article h3 a {
	text-decoration: none;
}

.casestudy .article .frame,
.news .article .frame {
	float: left;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -310px;
}

.casestudy .article .frame {
  margin-left: -337px;
}

.news .article .date,
.news.article .date {
	font-size: 13px;

	color: #0092cf;
}

.news .article .date span,
.news.article .date span {
	color: #333;
}

.news .article .date strong,
.news.article .date strong {
	color: #0092cf;
}

.casestudy .article p,
.news .article p {
	padding-top: 0px;
	margin-bottom: 12px;
}

.casestudy .article .button,
.news .article .button {
	margin-top: 8px;
}

.pagination {
	float: left;
}

.news .button.up {
	float: right;
}

.circle,
.pagination li {
	display: block;

	width: 29px;
	height: 29px;

  padding-right: 3px;
	padding-top: 3px;

	line-height: 22px;
	font-size: 12px;

  background-image: url('/furniture/circle.png');
  background-repeat: no-repeat;
  background-position: left top;

	text-align: center;
}

.pagination li {
	float: left;
}

.pagination .prev,
.pagination .next {
  margin-right: 3px;

  background-image: url('/furniture/arrows.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.pagination .next {
  margin-left: 3px;

  background-position: right top;
}

.pagination a {
	display: block;

	width: 100%;
	height: 100%;

	color: #0092cf;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination .prev a,
.pagination .next a {
	text-indent: -9999px;
}

.news .rss {
	float: right;

	width: 78px;
	height: 46px;

	background-image: url('/furniture/rss.png');
  background-repeat: no-repeat;
  background-position: left top;

	text-indent: -9999px;
}

.bulleted {
	margin-top: 8px;
	margin-bottom: 8px;
}

.archives,
.categories {
	margin-top: 8px;
	margin-bottom: 20px;
}

.archives li {
	overflow: hidden;
}

.bulleted li {
	padding-left: 16px;

	line-height: 32px;

  background-image: url('/furniture/bullet.png');
  background-repeat: no-repeat;
  background-position: 3px center;

	border-bottom: 1px solid #e6e6e6;
}

.archives li a {
	margin-right: 15px;

	font-size: 13px;

	border-bottom: 1px solid #444;
}

.categories li a:hover,
.archives li a:hover {
	text-decoration: none;
}

.archives li a strong {
	padding-right: 10px;

	color: #000;
}

.archives .circle {
	float: right;

	color: #0092cf;
}

.categories li a {
  font-size: 13px;
	color: #000;

  border-bottom: 1px solid #444;
}

h3.related {
	color: #d21242;
}

.news.article .related li {
	position: relative;

	padding-top: 12px;
	padding-bottom: 7px;

	background-position: 2px 20px;
}

.news.article .related li.last {
	border-bottom: 0px solid #fff;
}

.news.article .related h4 {
	float: left;

	width: 190px;

	padding-right: 82px;

	font-size: 17px;
	font-weight: normal;
	line-height: normal;

	border-bottom: 1px solid #444;
}

.news.article .related h4 a {
	text-decoration: none;
}

.news.article .related p {
	clear: left;

  padding-top: 4px;
	padding-bottom: 8px;
}

.news.article .related p.date {
  position: absolute;

  top: 11px;
  right: 1px;

	padding-top: 0px;
	padding-bottom: 0px;

	line-height: 22px;
}

.news.article .left .date {
	padding-top: 0px;
}

.news.article .box.filled {
	margin-top: -10px;
	padding: 9px;

	border: 1px solid #dbdbdb;

	background-color: #e9e9e9;
}

.news.article .box.filled p {
	padding: 0px;
}

.news.article .social,
.news.article .comments {
	padding-top: 12px;
	margin-top: 12px;

	border-top: 1px solid #e6e6e6;
}

.news.article .comments #comments {
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 12px 0px;

	border-bottom: 1px solid #e6e6e6;
}

.news.article .comments #comments .comment {
	margin-bottom: 8px;
}

.news.article .comments #comments .date {
	padding-top: 0px;
}

.news.article .comments #comments .author {
	padding-top: 3px;

  font-size: 13px;
	color: #000;
}

.news.article .comments #comments .content {
	padding-top: 5px;
}

.news.article .comments #nocomments {
	padding-top: 0px;
}

.news.article .comments h4 {
	font-size: 18px;
	text-transform: lowercase;
}

.news.article .comments form {
	padding: 12px 0px;
}

.news.article .comments form label {
	float: left;

	width: 140px;

	font-weight: bold;
	font-size: 13px;
	line-height: 22px;

	color: #aaa;
}

.news.article .comments form .input {
	overflow: hidden;

	margin-bottom: 8px;
}

.news.article .comments form .input.required label {
	color: #5b5b5b;
}

.news.article .comments form .input.text input {
	width: 220px;
}

.news.article .comments form .input.textarea textarea {
  width: 220px;
	height: 120px;
}

.news.article .comments form button {
	margin-left: 140px;
}

.news.article .comments form .error_list {
	margin-left: 140px;
}

.news.article .comments form .error_list li {
	margin-top: 6px;

	font-size: 13px;

	color: #aa1111;
}


/**
 * Search
 */
.search .main {
	padding-top: 0px;
}

.search .result {
	padding-bottom: 12px;

	border-bottom: 1px solid #e6e6e6;
}

.search .result h3 {
	margin-top: 12px;
}

.search .result h3 a {
	text-decoration: none;
}

.search .result .button {
  margin-top: 8px;
}

.search .button.up {
  float: right;
}


/**
 * Case Study
 */
.casestudy .quote {
	width: 663px;
	min-height: 208px;

	margin-bottom: 14px;

	background-image: url('/furniture/quote_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.casestudy .quote .inner {
	padding: 18px;
	padding-left: 55px;

  background-image: url('/furniture/quote_top.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.casestudy .quote .frame {
	float: right;

	width: 336px;
	height: 174px;

	margin-left: 18px;
	margin-bottom: 10px;

  background-image: url('/furniture/quote_frame.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.casestudy .quote .frame img {
	margin: 14px;
}

.casestudy .quote .blockquote {
	float: left;

	max-width: 210px;

	padding-top: 30px;
	padding-left: 4px;
	margin: 12px 0px;

	background-image: url('/furniture/quote_open.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.casestudy .quote .blockquote blockquote {
	display: block;

  padding-bottom: 30px;

  background-image: url('/furniture/quote_close.png');
  background-repeat: no-repeat;
  background-position: right bottom;

	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

.casestudy .quote .attribution {
  clear: left;

	padding-left: 4px;

  color: #0d394b;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.box.contact h2 {
	margin-top: 12px;
	padding: 4px 0px;

	border-top: 1px solid #e6e6e6;
}

.box.contact .box {
	margin-top: 12px;
	margin-bottom: 20px;
  padding: 9px 18px;

  border: 1px solid #dbdbdb;

  background-color: #e9e9e9;
}

.box.contact p {
	font-size: 18px;
	line-height: 22px;
	color: #222;
}

.box.contact p span {
	float: left;

	width: 90px;
}

.box.contact p strong {
	color: #000;

	font-size: 20px;
}

.box.contact p a {
	color: #222;

	border-bottom: 1px solid #424242;
}

.box.contact p a:hover {
	text-decoration: none;
}

.casestudy .button.list,
.casestudy .button.up,
.box.contact .button.up {
	float: right;
}

.casestudy .pagination {
	float: none;

	padding: 18px 0px 12px 0px;
}

.casestudy .pagination a {
	text-decoration: none;
}


/**
 * Services
 */
.services .button.up {
  float: right;
}

.services .services {
	overflow: hidden;

	margin-top: 12px;
	margin-bottom: 8px;

	border-bottom: 1px solid #e6e6e6;
}

.services .row {
	overflow: hidden;

  border-top: 1px solid #e6e6e6;
}

.services .service {
	float: left;

	width: 288px;

	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.services .service.even {
	padding-right: 0px;
	padding-left: 10px;
}

.services .service h3 {
	padding-top: 4px;
	line-height: 22px;
}

.services .service img {
	float: left;

	margin-right: 4px;
}

.services .service p {
	clear: left;

	margin-top: 8px;
	margin-bottom: 8px;

	font-size: 13px;
	line-height: 15px;
}

.services .box .icon {
	float: left;

	padding-top: 4px;
	margin-right: 4px;
}


/**
 * Products (A-Z)
 */
.products ol.products {
	overflow: hidden;
	margin-top: 12px;

	border-top: 1px solid #e6e6e6;
}

.products ol.products li {
	float: left;

	margin-top: 10px;
	padding: 3px 5px;

	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	color: #999;
}

.products ol.products li a {
	color: #000;
}

.products ol.products li.selected {
	background-color: #00728f;
	color: #fff;
}

.products ol.products li.selected a {
	color: #fff;
}

.products div.products {
  margin-top: 12px;
	padding-bottom: 4px;

	border-top: 1px solid #e6e6e6;
}

.products div.products ol {
	padding-top: 4px;

	border-top: 1px solid #e6e6e6;
}

.products div.products ol.bulleted li {
	border-bottom: 0px solid #fff;

	font-size: 15px;
	line-height: 24px;
}

.products div.products h3 {
	padding-top: 5px;

	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
}


/**
 * Downloads
 */
form.downloads label {
  font-size: 14px;
  font-weight: bold;
}

form.downloads select,
form.downloads .textinput {
  margin: 0px 5px;
}

form.downloads select {
  margin-right: 20px;
}

form.downloads .textinput {
  display: inline-block;

  height: 28px;

  padding-left: 3px;
  margin-top: 2px;

  background-image: url('/furniture/input.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  text-align: left;
}

form.downloads .textinput input {
  width: 130px;
  height: 28px;

  padding: 0px 4px 0px 1px;
  margin: 0px;

  border: 0px solid #fff;
  background-image: url('/furniture/input.png');
  background-position: right top;
  background-color: transparent;
  background-attachment: scroll;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 27px;
}

*+html form.downloads .textinput input {
  margin-top: -1px;
}

#downloads {
  overflow: hidden;
}

#downloads table {
  width: 100%;

  margin-top: 18px;
  margin-bottom: 4px;

  font-size: 12px;
}

#downloads table thead th,
.downloads .pagination,
.downloads .pagination p,
.downloads .pagination ul {
  height: 36px;
  line-height: 36px;

  padding: 0px;
}

#downloads table thead tr,
.downloads .pagination {
  background-image: url('/furniture/table_header.png');
  background-position: left top;
  background-repeat: repeat-x;
}

#downloads table thead tr th.first,
.downloads .pagination p {
  padding-left: 5px;

  background-image: url('/furniture/table_header_ends.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#downloads table thead tr th.last,
.downloads .pagination ul {
  padding-right: 5px;

  background-image: url('/furniture/table_header_ends.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}

#downloads table thead th {
  border-bottom: 5px solid #fff;
}

#downloads tr.odd td {
  background-color: #f1f3cf;
}

#downloads tr.even td {
  background-color: #f8f9e7;
}

#downloads tbody td {
  border-bottom: 1px solid #fff;

  font-size: 11px;
  color: #002a3b;
}

#downloads tbody tr:hover td {
  background-color: #dbdf80;
}

#downloads tbody td a.expand {
  line-height: 16px;
}

#downloads tbody td a.expand span {
  float: left;

  width: 11px;
  height: 11px;

  margin-top: 2px;
  margin-right: 5px;

  background-image: url('/furniture/plus_minus.png');
  background-position: right top;
  background-repeat: no-repeat;
}

#downloads tbody td a.expand.active span {
  background-position: left bottom;
}

#downloads tbody td {
  padding: 5px 10px 5px 5px;
}

#downloads tbody td .details {
  padding: 10px 0px 10px 20px;
}

#downloads tbody td.first {
  padding-left: 10px;

  border-left: 5px solid #fff;
}

#downloads tbody td.last {
  border-right: 5px solid #fff;
}

#downloads th a {
  display: block;

  height: 36px;
  line-height: 36px;

  padding-left: 34px;

  background-image: url('/furniture/arrows_sort.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
#downloads th a.asc {
  background-position: left -36px;
}
#downloads th a.desc {
  background-position: left 0px;
}

#downloads th.first a {
  padding-left: 36px;

  background-position: 2px bottom;
}
#downloads th.first a.asc {
  background-position: 2px -36px;
}
#downloads th.first a.desc {
  background-position: 2px 0px;
}

#downloads th.description a {
  padding-left: 48px;

  background-position: 14px bottom;
}
#downloads th.description a.asc {
  background-position: 14px -36px;
}
#downloads th.description a.desc {
  background-position: 14px 0px;
}

#downloads th a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  color: #002a3b;
  text-transform: lowercase;
}

#downloads th a:hover {
  text-decoration: none;
}

#downloads .file {
  position: relative;

  width: 16px;
  height: 16px;
}

#downloads .file img {
  width: 18px;
  height: 18px;
}


#downloads .private {
  position: absolute;

  left: 0px;
  top: 0px;

  background-image: url('/furniture/private.png');
  background-position: right top;
  background-repeat: no-repeat;

  width: 76px;
  height: 17px;
}

#downloads .private span {
  display: block;

  text-indent: -9999px;
}

.downloads .pagination {
  float: none;
}

.downloads .pagination p {
  float: left;

  padding-left: 15px;

  font-size: 12px;
  color: #002a3b;
}

.downloads .pagination ul {
  float: right;

  min-width: 5px;

  padding-right: 15px;
}

.downloads .pagination ul li {
  width: auto;
  height: 36px;
  line-height: 36px;

  padding: 0px;
  margin-left: 4px;

  background: none;

  color: #b6bf00;
}

.downloads .pagination ul li a {
  display: block;

  color: #002a3b;
}

.downloads .pagination ul li a:hover {
  text-decoration: underline;
}


/**
 * Login
 */
.login .main,
#lightview .main {
  border-top: 0px solid #fff;
}

form.login {
  margin-top: 12px;
  padding-top: 8px;

  border-top: 1px solid #e8e8e8;
}

form.login label {
  float: left;
  clear: left;

  width: 125px;
  font-size: 14px;
  line-height: 29px;
  margin-top: 1px;

  text-transform: lowercase;
}

form.login label sup {
  color: #d21242;
}

form.login .checkbox {
  display: inline-block;

  height: 28px;

  margin-top: 2px;
}

form.login .textinput {
  display: inline-block;

  height: 28px;

  padding-left: 3px;
  margin-top: 2px;

  background-image: url('/furniture/input.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  text-align: left;
}

form.login .textinput input {
  width: 150px;
  height: 28px;

  padding: 0px 4px 0px 1px;
  margin: 0px;

  border: 0px solid #fff;
  background-image: url('/furniture/input.png');
  background-position: right top;
  background-color: transparent;
  background-attachment: scroll;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 27px;
}

*+html form.login .textinput input {
  margin-top: -1px;
}

#signin_remember {
  width: auto;
}

form.login button {
  clear: left;
  float: right;

  margin-top: 8px;
  margin-left: 10px;
}

form.login span {
  position: relative;
}

form.login .error_list {
  margin-top: 3px;
}

form.login .error_list li {
  margin-bottom: 3px;
  margin-left: 100px;

  font-size: 12px;
  line-height: 15px;

  color: #aa0000;
}


/**
 * .register
 */
.register form.register label {
  float: left;
  clear: left;

  width: 130px;

  font-size: 14px;
  line-height: 26px;
  margin-top: 3px;
}

.register form.register input {
  display: block;

  width: 170px;

  margin-left: 130px;
  margin-top: 4px;
}

.register form.register button {
  clear: left;

  margin-top: 12px;
  margin-left: 130px;
}

.register form.register .error_list {
  clear: left;

  margin-top: 5px;
}

.register form.register .error_list li {
  margin-bottom: 3px;
  margin-left: 130px;

  font-size: 12px;
  line-height: 15px;

  color: #aa0000;
}

.register form.register .textinput {
  float: left;

  height: 28px;

  padding-left: 3px;
  margin-top: 2px;

  background-image: url('/furniture/input.png');
  background-position: left bottom;
  background-repeat: no-repeat;

  text-align: left;
}

.register form.register .textinput input {
  width: 182px;
  height: 28px;

  padding: 0px 4px 0px 1px;
  margin: 0px;

  border: 0px solid #fff;
  background-image: url('/furniture/input.png');
  background-position: right top;
  background-color: transparent;
  background-attachment: scroll;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 27px;
}

*+html .register form.register .textinput input {
  margin-top: -1px;
}


/**
 * Error 404
 */
.error404 .main h3 {
	margin-top: 18px;
}


/**
 * Footer
 */
#footer {
	height: 209px;

	padding: 0px;
}

#footer .inner {
	padding-left: 224px;

	background-image: url('/furniture/footer_home.png');
	background-repeat: no-repeat;
	background-position: 6px top;
}

.about #footer .inner {
  background-image: url('/furniture/footer_about.png');
}

.casestudy #footer .inner {
  background-image: url('/furniture/footer_casestudy.png');
}

.services #footer .inner {
  background-image: url('/furniture/footer_services.png');
}

.products #footer .inner {
  background-image: url('/furniture/footer_products.png');
}

.news #footer .inner {
  background-image: url('/furniture/footer_news.png');
}

.blog #footer .inner {
  background-image: url('/furniture/footer_blog.png');
}

.contact #footer .inner {
  background-image: url('/furniture/footer_contact.png');
}

.search #footer .inner {
  background-image: url('/furniture/footer_search.png');
}

#footer .navigation {
	overflow: hidden;

	padding-left: 14px;

	border-left: 1px solid #eeeeee;
}

#footer .navigation li {
	height: 52px;
}

#footer .navigation a {
	color: #333;
	font-size: 14px;
	line-height: 52px;
}

#footer .navigation li.active a {
	color: #0092cf;
}
  .orange #footer .navigation li.active a {
    color: #ff7900;
  }

  .red #footer .navigation li.active a {
    color: #bb133e;
  }

  .teal #footer .navigation li.active a {
    color: #008b95;
  }

  .green #footer .navigation li.active a {
    color: #b6bf00;
  }

  .yellow #footer .navigation li.active a {
    color: #fdc82f;
  }

#footer .inner>div {
	clear: left;
	overflow: hidden;

	height: 77px;

	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

#footer h2 {
	float: left;

	margin-left: 25px;

	line-height: 72px;
	font-size: 32px;
	color: #0092cf;
	text-transform: lowercase;
}
  .orange #footer h2 {
    color: #ff7900;
  }

  .red #footer h2 {
    color: #bb133e;
  }

  .teal #footer h2 {
    color: #008b95;
  }

  .green #footer h2 {
    color: #b6bf00;
  }

  .yellow #footer h2 {
    color: #fdc82f;
  }

#footer a.rss {
  float: none;
  display: block;

  width: 38px;
  height: 49px;

  margin-top: 18px;
  margin-right: 10px;

  background-image: url('/furniture/rss_footer.png');
  background-repeat: no-repeat;
  background-position: left top;

  text-indent: -9999px;
}

#footer .inner div ul {
	float: right;
}

#footer .inner div ul li {
	float: left;

	margin: 0px 24px;

	line-height: 77px;
}

#footer .inner div p {
	float: right;

	margin-top: 14px;
	padding-right: 40px;

	text-align: right;
}

#footer .inner div.contact {
	position: relative;
}

#footer .inner div p .linkedin {
	position: absolute;

	left: 283px;
	top: 24px;
}

#footer .telephone {
	font-size: 22px;
	color: #000;
}

#footer .email {
  font-size: 19px;
  color: #424242;

	border-bottom: 1px solid #424242;
}

#footer .email:hover {
	text-decoration: none;
}


/**
 * Copyright
 */
#copyright {
	position: relative;

	height: 66px;

	margin-top: -9px;
	margin-bottom: 20px;
	padding: 0px;

  background-image: url('/furniture/copyright.png');
  background-repeat: repeat-x;
  background-position: left top;
}

#copyright .lend {
  position: absolute;

	left: 0px;
	top: 0px;

	width: 4px;
	height: 66px;

  background-image: url('/furniture/copyright_ends.png');
  background-repeat: no-repeat;
  background-position: left top;
}

#copyright .rend {
  position: absolute;

  right: 0px;
  top: 0px;

  width: 4px;
  height: 66px;

  background-image: url('/furniture/copyright_ends.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

#copyright .bar {
	float: left;

	width: 3px;
	height: 36px;

	margin-top: 16px;
	margin-left: 20px;

	background-image: url('/furniture/bar.png');
  background-repeat: no-repeat;
  background-position: left top;
}

#copyright .partners {
	float: left;

	margin-top: 2px;
	margin-left: 20px;

	line-height: 62px;
	font-size: 18px;
	text-transform: lowercase;
}

#copyright .logo {
	float: right;

	width: 55px;
	height: 35px;

	margin: 16px 20px 0px 0px;

  background-image: url('/furniture/logo_small.png');
  background-repeat: no-repeat;
  background-position: left top;

	text-indent: -9999px;
}
	.orange #copyright .logo {
		background-position: left -35px;
	}

	.red #copyright .logo {
		background-position: left -70px;
	}

	.teal #copyright .logo {
		background-position: left -105px;
	}

	.green #copyright .logo {
		background-position: left -140px;
	}

	.yellow #copyright .logo {
		background-position: left -175px;
	}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright p {
	float: left;

	padding-left: 26px;
	padding-top: 18px;

	line-height: 16px;
	font-size: 12px;

	color: #949494;
}

#copyright .tick {
	position: absolute;

	top: 0px;
	left: 26px;

	width: 28px;
	height: 8px;

  background-image: url('/furniture/copyright_tick.png');
  background-repeat: no-repeat;
  background-position: left top
}


/**
 * LightView
 */
#lightview #login {
  width: 665px;

  padding-bottom: 20px;
}

#lightview #login .column {
  border-left: 1px solid #e8e8e8;
}

#lightview #login .first.column {
  border-left: 0px solid #fff;
}

#lightview #login .box {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;

  border: 0px solid #fff;
}

#lightview #login h2,
#lightview #login a {
  color: #0d98d1;
}


/**
 * Curvy Corners
 */
.box,
.feature .frame,
.box .main .frame {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
}

.navigation .submenu {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

