/*
 *  Greens (dark-to-light): #00573D > #00853E > #7AC142
 */

@import './reset.css';

p {
  margin: 0 0 0.6em 0;
}

h1, h2, h3 {
  margin: 0.5em 0 0.2em 0;
  font-weight: normal;
}

h1 {
  font-size: 1.8em;
  color: #00853E;
}

h2 {
  font-size: 1.5em;
  color: #7AC142;
}

h3 {
  font-size: 1.2em;
  color: #7AC142;
}

b, strong {
  font-weight: bold;
  color: #00573D;
}

i, em {
  font-style: italic;
}

a {
  color: #00573D;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00853E;
}

hr {
  display: none;
}

ul, ol {
  margin-left: 1em;
  margin-bottom: 0.8em;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

li {
  margin: 0.1em 0;
}

.clearfloats {
  clear: both;
  height: 1px;
}


/*
 *  Available in the text editor
 */
.small {
  font-size: 0.8em;
}


/*
 *  Other styles
 */
.search_result {
  border-top: 1px solid #C6C7CA;
  padding-top: 0.5em;
}

.info_sheet, .colour_sheet {
  float: left;
  width: 70px;
  margin: 0 1em 1em 0;
  line-height: 1.1em;
  text-align: left;
  font-size: 11px;
}

.info_sheet a, .colour_sheet a {
  display: block;
  padding-top: 67px;
  color: #656A6E;
  background-repeat: no-repeat;
}

.info_sheet a {
  background-image: url(../../images/btn_info_sheet.jpg);
}

.colour_sheet a {
  background-image: url(../../images/btn_colour_sheet.jpg);
}

.info_sheet a:hover, .info_sheet a:focus, .colour_sheet a:hover, .colour_sheet a:focus {
  color: #000;
}


/*
 * TEMPLATE
 */

#container {
  width: 880px;
  margin: 15px auto;
}

#leftcol {
  float: left;
  width: 211px;
  padding-bottom: 10px;
}

#leftcol * {
  line-height: 1em;
  display: block;
}

#leftcol h1 {
  margin: 0;
  height: 85px;
  background-image: url(../../images/logo.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  cursor: pointer;
}

#leftcol h1 span {
  display: none;
}

#leftcol ul {
  width: 122px;
  margin: 12px auto 0 auto;
  padding: 0;
  list-style: none;
}

#leftcol li {
  margin: 0 0 6px 0;
  padding: 0;
}

#leftcol li a {
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 15px;
  background-color: #656A6E;
  text-decoration: none;
}

#leftcol li.prod0 a {
  background-color: #00573D;
}

#leftcol li.prod1 a {
  background-color: #00853E;
}

#leftcol li.prod2 a {
  background-color: #7AC142;
}

#leftcol li a:hover, #leftcol li a:focus, #leftcol li a.active {
  background-color: #231F20;
}

#leftcol ul ul {
  display: none;
  margin: 5px 0 0 0;
  list-style: none;
  padding-bottom: 1px;
}

#leftcol li.active ul {
  display: block;
}

#leftcol li li {
  display: list-item;
  list-style-type: square !important;
  margin: 0 0 5px 20px !important;
  padding: 0 !important;
}

#leftcol li li a {
  background-color: #fff !important;
  color: #333;
  font-size: 0.9em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2em;
}

#leftcol li.prod0 li, #leftcol li.prod0 li a {
  color: #00573D;
}

#leftcol li.prod1 li, #leftcol li.prod1 li a {
  color: #00853E;
}

#leftcol li.prod2 li, #leftcol li.prod2 li a {
  color: #7AC142;
}

#testimonial {
  margin: 20px auto 0 auto;
  width: 150px;
  color: #656A6E;
  text-align: center;
  line-height: 1.4em;
}

#testimonial_author {
  margin: 1em auto;
  width: 150px;
  color: #656A6E;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
}

#testimonial_link {
  margin: 0 auto;
  width: 150px;
  color: #656A6E;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
}

#rightcol {
  float: right;
  width: 650px;
  padding-bottom: 10px;
}

#language_buttons {
  line-height: 1em;
  float: right;
}

#language_buttons span.label {
  display: block;
  float: left;
  color: #84888B;
  line-height: 1.2em;
}

#language_buttons span {
  display: none;
}

#language_buttons a {
  display: block;
  float: left;
  width: 20px;
  height: 14px;
  margin-left: 2px;
  padding: 1px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
}

#language_buttons a:hover, #language_buttons a:focus, #language_buttons a.active {
  border: 1px solid #949599;
}

#contact {
  clear: right;
  text-align: right;
  color: #5FA161;
  font-size: 15px;
  padding-top: 2px;
  line-height: 21px;
}

#contact a {
  color: #5FA161;
  text-decoration: none;
}

#header {
  margin: 10px 0 0 0;
}

#header p {
  float: right;
  line-height: 1em;
  margin: 2px 0 1px 0;
}

#header p span {
  display: none;
}

#header p a {
  display: block;
  float: left;
  margin-left: 1px;
  padding: 4px 10px 5px 10px;
  text-align: center;
  font-size: 15px;
  min-width: 86px;
  background-color: #656A6E;
  color: #fff;
  text-decoration: none;
}

#header p a.active {
  background-color: #231F20;
}

#header_image {
  clear: right;
  height: 146px;
  overflow: hidden;
}

#header_bar {
  margin: 6px 0 0 0;
  background-color: #C6C7CA;
  padding: 0;
  height: 25px;
}

#header_bar form {
  float: right;
  text-align: right;
  line-height: 1em;
  border: 1px solid #656A6E;
}

#header_bar form input {
  border: none;
  line-height: 1em;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 23px;
  vertical-align: middle;
}

#sitesearch_input {
  background-color: #E2E3E4;
  color: #84878B;
  width: 140px;
  padding: 3px 0 0 2px !important;
  height: 20px !important;
}

#sitesearch_submit {
  background-color: #00853E;
  color: #fff;
  cursor: pointer;
  padding: 0 5px !important;
}

#sitesearch_submit:hover, #sitesearch_submit:focus {
  background-color: #231F20;
}

#breadcrumbs {
  float: left;
  margin: 6px 0 0 6px;
  line-height: 1.2em;
  color: #656A6E;
  overflow: hidden;
  font-size: 0.9em;
}

#breadcrumbs a {
  color: #656A6E;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
  color: #333;
}

#pagebody {
  min-height: 210px;
}

#page_left {
  margin-right: 275px;
}

#page_right {
  float: right;
  width: 258px;
}

#page_right ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#page_right ul li {
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1.1em;
  text-align: center;
  float: left;
  font-size: 12px;
  width: 124px;
  height: 140px;
  overflow: hidden;
}

#page_right ul li a {
  color: #00573D;
}

#page_right ul li a span {
  display: block;
  width: 120px;
  height: 100px;
  border: 1px solid #fff;
  margin: 0 0 3px 0;
}

#page_right ul li a:hover span, #page_right ul li a:focus span {
  border-color: #00573D;
}

#footer {
  clear: both;
  margin-top: 1.5em;
}

#footer p {
  border-top: 1px solid #A7A8AD;
  padding-top: 10px;
  font-size: 11px;
  line-height: 1.2em;
  color: #555;
}

