body {
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  
  background-image: none;
  background-color: #fff;
  
  color: #000;
}


/**
 * Hide elements
 */
#top,
#quick_find,
#breadcrumb,
#primary_navigation,
#page_actions,
#right,
#footer,
h1 a,
.sectors p,
hr {
  display: none;
}


/**
 * Font Families
 */
#quick_find,
#contact,
h2,
.sectors h3,
#right h3,
#main .box h3,
.navigation,
.large li {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h3,
textarea {
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}


/**
 * Font Sizing
 */
h2.main {
  font-size: 44px;
  font-weight: normal;
  line-height: 52px;
}

h2,
#main .box h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
}

#content .large li {
  font-size: 24px;
  line-height: 32px;
}

#content .feature h3 {
  font-size: 22px;
}

#content h3,
#content p,
#content address,
#main .box h4 {
  font-size: 14px;
}

#content .feature a.more,
#content .features .feature p,
#main .box a.more,
#main .box p,
#content .pagination p,
#content .pagination li,
h4 {
  font-size: 12px;
}


/**
 * Main page colours
 */
a,
h2,
.home h2.main {
  color: #000; /* black */
}

#content .sectors a {
  color: #5e6e65; /* dark grey */
}

h2.main,
h2 span {
  color: #c2cd23; /* green */
}

.blue h2.main {
  color: #00bce4; /* blue */
}

.red h2.main {
  color: #f15d5e; /* red */
}

.orange h2.main {
  color: #f08b1d; /* orange */
}


/**
 * General text element styling
 */
a {
  text-decoration: none;
}


/**
 * Page elements
 */
h1 {
  width: 285px;
  height: 67px;
  margin-top: 0px;
  margin-left: 8px;
  
  background-image: url('/furniture/print_logo.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.red h1 {
  background-image: url('/furniture/print_logo_red.png');
}
.blue h1 {
  background-image: url('/furniture/print_logo_blue.png');
}
.orange h1 {
  background-image: url('/furniture/print_logo_orange.png');
}
  
h2 {
  margin-top: 0px;
  padding-bottom: 4px;
}
h2.main {
  border-bottom: 1px solid #c2cd23;
}
.home h2 {
  padding-bottom: 0px;
  border-bottom: none;
}
.green h2 {
  border-bottom-color: #c2cd23;
}
.red h2 {
  border-bottom-color: #f15d5e;
}
.blue h2 {
  border-bottom-color: #00bce4;
}
.orange h2 {
  border-bottom-color: #f08b1d;
}

p.intro {
  font-weight: bold;
}

.feature .content {
  margin-top: 12px;
  border-top: 1px solid #c2cd23;
  border-bottom: 1px solid #c2cd23;
}
