colours {
  color: #003300; /* dark green */
  color: #e9f2dd; /* light green */
  color: #4c9700; /* bg green */
	color: #000000; /* black */
	color: #ffffff; /* white */
}
body {
	background: #ffffff url(../images/layout/bodyFill.gif) repeat-x; /* bg grey */
	color: #ffffff; /* white */
	font-size: 62.5%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}
* {
	margin: 0px;
	padding: 0px; 
}
h1, h2, h3, h4, h5, h6 {
  color: #003300; /* dark green */
	font-family: "time new roman", times, serif;
	margin: 0px 0px;
	padding:0px;
}
h2 {
	font-size: 1.8em;
	line-height: 1.8em;
}
h3 {
	font-size: 1.6em;
	line-height: 1.6em;
}
h4 {
	font-size: 1.4em;
	line-height: 1.4em;
}
h5 {
	font-size: 1.2em;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	line-height: 1em;
	color:#5e5f63;
}




/**--links---*/
a {
	cursor: pointer;
  color: #4c9700; /* bg green */
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #111111;
	text-decoration: none;
}
p {
	margin: 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
}
img {
	border: 0;
}
/*- classes ----------------------------------------------------------------------------*/
.left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}

.clear {
	clear: both;
}
.error {
	margin: 10px 0;
	color: #ff0000;
	background-color : #ffeeee;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding: 10px;
}
.info {
	margin: 10px 0;
	color: #0000ff;
	background-color:	#eeeeff;
	border-bottom: 1px solid #0000ff;
	border-top: 1px solid #0000ff; 
	padding : 10px;
}
.success {
	margin: 10px 0;
	color: #009F62;
	background-color: #E6FFE6;
	border-top: 1px solid #009F62;
	border-bottom: 1px solid #009F62;
	padding: 10px;
}
.small {
  font-size: 0.7em;
}
/*- layout -------------------------------------------------------------------*/


/*- site ---------------------------------------------------------------------*/

#container {
  width: 805px;
      background: url(../images/layout/contFill.gif) repeat-y;
  margin: 30px auto 10px auto;
  font-size: 1.1em;
  text-align: left;
  position: relative;
	color: #333333; /* dark grey */
}
  #header {
    background: url(../images/layout/header.gif) no-repeat;
  }
    h1.strapline {
			color: #ffffff; /* white */
      width: 220px;
      font-size: 1.1em;
			position: relative;
			top: -20px;
			left: 5px;
    }
    #call2action {
      color: #003300;
      width: 170px;
      height: 50px;
      position: absolute;
      top: 20px;
      right: 15px;
      font-size: 1.6em;
      line-height: 12px;
      font-weight: bold;
    }
      #call2action p {
        
        margin: 10px 0px 15px 0px;
      }
      #call2action a {
        color: #003300;
        text-decoration: none;
      }
      
    #main {
      padding: 10px;
    }
      #nav {
        background: #e9f2dd;
        padding: 5px 0px 5px 0px;
        margin: 65px 10px 15px 0px;
        font-weight: bold;
      }
            #nav a {
              font-size: 1.2em;
              font-weight: bold;
              text-decoration: none;
              margin: 0px 20px 0px 20px;
            }
      #content {
        width: 550px;
        float: left;
      }
        #content img {
          margin: 0px 10px;
        }
        #contentInner {
          margin: 0px 10px;
        }
        
      #sideBar {
        width: 210px;
        float: left;
      }
        #sideBarInner {
          margin: 0px 10px 0px 20px;
        }
    #footer {
      background: url(../images/layout/footer.gif) no-repeat 0% 100%;
      height: 37px;
      clear: both;
      text-align: left;
      padding-left: 10px;
    }
    #footer p {
      padding: 5px 0px 0px 0px;
      margin: 0px;
    }
#belowSite {
	width: 780px;
	margin: 0px auto;
  color: #333;
}
/*- Product ------------------------------------------------------------------*/

.roundBox {
  color: #003300; /* dark green */
  background: #E9F2DD;
  width: 539px;
  margin: 15px 0px;
}
  .roundBox .title {
    background: url(../images/layout/roundHeader.jpg) no-repeat top center;
    padding: 5px;
  }
  .roundBox .description {
    padding: 5px;
  }
    .roundBox .description img {
      padding: 5px;
      float: left;
      margin: 0px 5px 5px 0px;
    }
    .roundBox .description .availability {
      font-weight: bold;
      clear: both;
      padding: 5px;
    }
  .roundBox .roundFooter {
    background: url(../images/layout/roundFooter.jpg) no-repeat bottom center;
    clear: both;
  }
  
  /*- news ---------------*/
  
  .news {
    float: left;
    clear: both;
    margin: 10px 0px;
    width: 100%;
  }
  
  .sidebarNews h3 a {
    text-decoration: none;
    color: #003300; /* dark green */
  }
