/* Common */

body,table,input,select,textarea {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}

body{
  background-color: #9CB66F;
  background-image: url(../images/i-page-bg.jpg);
  background-repeat: repeat-x;
  text-align: center;  
}

body,form {
  margin:0;
  padding:0;
}

img {
  border:0;
}

dl.col {
  margin:5px 0 20px 5px;
  font-size: 0.75em;
}

dl.col dt {
  float:left;
  width:6em;
  padding-right:0.5em;  
  font-weight:bold;
}

dl.col dd {
  margin-left:8.5em;
}

dl.col-wide {
  line-height:1.5em;
}

dl.col-wide dt {
  float:left;
  width:7em;
  padding-right:0.5em;  
  font-weight:bold;
}

dl.col-wide dd {
  margin-left:18em;
}

.clear {
	clear:both;
	zoom:1;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.nav {
  margin:0;
  padding:0;
  list-style:none;
}

#content p {
  margin: 1em 0;  
  font-size: 0.75em;
}
#content ul { 
  font-size: 0.75em;  
}

h1 {
  font-size :1.375em; 
  margin-top: 0; 
  color:#000;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight:normal;
}

h2 {
  font-size :1.125em;   
  color:#9B4D18;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight:normal;
}

h3 {
  font-size :0.875em;   
  color:#441700;  
}

h4 {
  font-size :0.75em;   
  color:#696969;  
}

.left {
  float:left;
}

.right {
  float:right;
}

img.right {
  float:right; 
  margin: -10px 0 0 0;  
  border:#ece7e7 solid 1px;
}
img.left {
  float:left; 
  margin:0 1em 1em 0; 
  border:#ece7e7 solid 1px;
}

#content .noborder {
  border: 0;
}

.image-strip {
  width: 90px;
  margin:0 1em 1em 0; 
  float: left;  
}

.image-strip img {
  border:#ECE7E7 solid 1px;
  margin: 0 0 10px 0;  
}

.image-strip-double {
  width: 202px;
  margin:0 1em 1em 0; 
  float: left;
}

.image-strip-double img {
  border:#ECE7E7 solid 1px;
  margin: 0 0 5px 0;
}

.m-left {
  margin: 1em 200px; 
}

#content a {
  color:#319400;
  text-decoration:none;
}

#content a:hover {
  color:#3b8d0d;  
}

/* Layout */

#wrapper{
  background-color: #fff;
  width: 800px;
  margin: 0 auto 0 auto;
}

#header{
 
  height: 132px;
  background-image: url('../images/i-header-bg.jpg');
  background-repeat: no-repeat;
  background-position: 12px;
}


#sub-header{
  height: 65px;
  position: relative;

}

#indicator{
  position: absolute;
  top: 20px;
  left : 20px;
  background-image: url('../images/g-nav-indicator.jpg');
  background-repeat: no-repeat;
  width : 193px;
  height: 23px;
  line-height: 23px;
  text-align: left;
  padding-left: 20px;
  color : #fff;  
  font-size: 13pt;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

.logo{
  position: absolute;
  top: -25px;
  right: 30px;  
}


#main{
  width : 780px;
  margin: 0 auto;
}

#nav{
  float: left;
  width : 150px; 
  min-height: 930px;  
}

#nav ul    {color : #9B4D18; margin: 0; padding : 0; width: 150px;}
#nav ul li {list-style: none; text-align: right; margin: 0.8em 0 0.8em 0;}
#nav ul li a{color:#9B4D18; text-decoration: none; font-weight: bold; font-size:1em; font-family: 'Trebuchet MS', Arial, sans-serif;}
#nav ul li a:hover{color: #9CB66F; }

#nav ul li.divider-t {
  border-bottom: #eadede solid 1px;
}

#nav ul li.divider-b {
  border-top: #eadede solid 1px;
}

#nav li ul.sub-nav li {
  margin: 5px 0 0 0;
}

#nav li ul.sub-nav a {
  font-size:0.75em;
  color:#666;
  font-weight:normal;
}

#nav li ul.sub-nav a:hover {
  font-size:9pt;
  color:#A1B870;
  font-weight:normal;
}

#content{
  float: right;
  width : 600px;
  border-left: 1px solid #D7E7CC;
  padding : 10px 10px 30px 10px;
  text-align: left;
}

ul#bottom-nav{
  background-color: #3B8D0D;
  padding : 0;
  margin: 0;
  background-image: url(../images/i-bn-bg.jpg);
  background-repeat: repeat-x;
  line-height: 25px;
  color : #fff;
  margin:8px 0  8px 0;
  
}

ul#bottom-nav li{
  display: inline;
  margin:0 10px;  
}

ul#bottom-nav li a{
  color : #fff;
  text-decoration : none;
  font-size:9pt;
}

ul#bottom-nav li a:hover{
  color:#A1B870;
}


#footer{
  width : 780px;
  margin: 10px auto 0 auto;
  background-image: url(../images/g-butterfly-s.gif);
  background-repeat: no-repeat;
  height: 100px;
  text-align: left;  
}

#footer p{
  font-size:0.69em;
  color:#fff;
  font-weight:bold;
  margin-left: 60px;
}

#footer a{
  color : #fff;
}

dl.footer{
  margin-left: 40px;
  font-size: 0.69em;
  color : #fff;
}

dl.footer dt {
  text-align:right;
  font-weight:normal;
}

#author {
  text-align:center;
}

#author a {
  font-size:0.69em;
  color:#3D7F01;
  text-decoration:none;
}

#author a:hover {  
  color:#9B4D18;  
}


/* Category Thumbs */

.categories {
  text-align:center;
}

.category-thumb {
  width:190px;
  height:110px;
  float:left;
  margin:0 10px 10px 0;
  text-align:left;    
}

.category-thumb a {
  display:block;
  width:190px;
  height:110px;
  padding:66px 0 0 48px;
  text-decoration:none;
}

.category-thumb h2 {
  margin:0;
  padding:0;
  font-size:1.0em;
  font-weight:bold;
}

.category-thumb a:hover h2 {
  color:#3b8d0d;  
}

.baby-slings { background:transparent url('../images/g-baby-slings.jpg') no-repeat; }
.clothing { background:transparent url('../images/g-clothing.jpg') no-repeat; }
.nappies { background:transparent url('../images/g-nappies.jpg') no-repeat; }
.skin-hair-care { background:transparent url('../images/g-skin-hair-care.jpg') no-repeat; }
.swimwear { background:transparent url('../images/g-swimwear.jpg') no-repeat; }

.bodypaint { background:transparent url('../images/g-cat-bodypaint.jpg') no-repeat; }
.craft { background:transparent url('../images/g-cat-craft.jpg') no-repeat; }
.school-supplies { background:transparent url('../images/g-cat-school-supplies.jpg') no-repeat; }

.composting { background:transparent url('../images/g-composting.jpg') no-repeat; }
.fertiliser-nutrients  { background:transparent url('../images/g-cat-fertiliser-nutrients.jpg') no-repeat; }
.dry-fertiliser  { background:transparent url('../images/g-cat-dry-fertiliser.jpg') no-repeat; }
.fungicide      { background:transparent url('../images/g-cat-fungicide.jpg') no-repeat; }
.mineral-specific-inputs      { background:transparent url('../images/g-cat-mineral-specific-inputs.jpg') no-repeat; }
.pestcontrol    { background:transparent url('../images/g-cat-pestcontrol.jpg') no-repeat; }
.potting-mix    { background:transparent url('../images/g-cat-potting-mix.jpg') no-repeat; }
.garden-hardware { background:transparent url('../images/g-cat-stakes.jpg') no-repeat; }
.soil-biology   { background:transparent url('../images/g-cat-soil-biology.jpg') no-repeat; }
.weedcontrol    { background:transparent url('../images/g-cat-weedcontrol.jpg') no-repeat; }
.worms          { background:transparent url('../images/g-worms.jpg') no-repeat; }
.wormfarms      { background:transparent url('../images/g-wormfarm.jpg') no-repeat; }
.calendars      { background:transparent url('../images/g-calendars.jpg') no-repeat; }

.hammocks      { background:transparent url('../images/g-cat-hammocks.jpg') no-repeat; }

.cancrushers   { background:transparent url('../images/g-cat-cancrushers.jpg') no-repeat; }
.drinkbottles  { background:transparent url('../images/g-cat-drinkbottles.jpg') no-repeat; }
.ecokettles    { background:transparent url('../images/g-cat-ecokettles.jpg') no-repeat; }
.dehydrators   { background:transparent url('../images/g-cat-dehydrators.jpg') no-repeat; }
.juicers       { background:transparent url('../images/g-cat-juicers.jpg') no-repeat; }
.sprouters     { background:transparent url('../images/g-cat-sprouters.jpg') no-repeat; }
.waterfilters  { background:transparent url('../images/g-cat-waterfilters.jpg') no-repeat; }

.radios            { background:transparent url('../images/g-cat-radios.jpg') no-repeat; }
.torcheslanterns   { background:transparent url('../images/g-cat-torcheslanterns.jpg') no-repeat; }

.dehumidifiers       { background:transparent url('../images/g-cat-dehumidifiers.jpg') no-repeat; }
.moistureabsorbers   { background:transparent url('../images/g-cat-moistureabsorbers.jpg') no-repeat; }
.mouldcleaners       { background:transparent url('../images/g-cat-mouldcleaners.jpg') no-repeat; }

.traps       { background:transparent url('../images/g-cat-traps.jpg') no-repeat; }

.repellant       { background:transparent url('../images/g-cat-repellant.jpg') no-repeat; }

/* Product Thumbs */

.product-title {
  background: transparent url('../images/g-title-butterfly.gif') no-repeat center left; 
  padding:0 0 0 15px;
}

.product-title h3 {
  border-bottom:#ECE7E7 solid 1px;
}

.product-thumb {
  margin:0 0 30px 0;
}

.poster {
  min-height:125px;
}

.product-thumb .buttons {
  margin:0 0 0 105px;
}

.product-thumb .description-buttons {
  float:right;
}

.product-title span {
  float:right;
  font-size:7pt;
}

#content .product-thumb ul {
  padding: 0 0 0 80px;
  margin: 0 0 0 40px;
}

/* Buttons */

#content a.info-button {
    background: transparent url('../images/g-button-brown-right.gif') no-repeat scroll top right;
    color: #441700;
    display: block;
    float: left;    
    font-size:8pt;
    height: 20px;    
    margin: 0 6px 20px 10px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;    
    text-transform: uppercase;
}

#content a.info-button span {
    background: transparent url('../images/g-button-brown-left.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 0 8px 5px 14px;
}

#content a:hover.info-button {
  color:#319400;
}

#content a.cart-button {
    background: transparent url('../images/g-button-green-right.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;    
    font-size:8pt;
    height: 20px;    
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;    
}

#content a.cart-button span {
    background: transparent url('../images/g-button-green-left.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 0 8px 5px 14px;
}

#content a:hover.cart-button {
  color:#D80505;
}

.butterfly {
	background-image: url(../images/i-butterflyBW.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.quote {
	position: relative;
	background-image: url(../images/i-quote-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0 0 30px;
	width: 280px;
	font-style: italic;
	color: #9B4D18;
	margin: 20px 4px 70px 20px;
	font-size: 0.75em;
}
.quote div {
	position: relative;
	background-image: url(../images/i-quote-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 20px;
}
.photoR {
	float: right;
	padding: 0 20px 0 0;
}
.location {
	float: right;
	font-size: 0.69em;
	color: #9B4D18;
	text-align: right;
	padding: 0 20px 0 0;
}
.lhs-news img{
	margin: 30px 0 0 15px;
	}

.highlight {
  background-color: #dce1d1;
  padding: 20px;
}

.column {
  width: 250px;
  float: left;
}

ul.column  {
  padding-left: 0;
}

.column li {
  list-style: none;   
}

.column img {
  vertical-align: middle;
}

#content .column li a:hover {
  color: #9b4d18;
}

/* Specials */

.special {
  width: 190px;
  float: left;
  margin: 0 10px 20px 0;
  border-bottom: #78ba04 solid 1px;  
}

#content .special h2 {
  color: #fff;
  background: transparent url('../images/g-special.gif') no-repeat;
  display: block;
  line-height: 30px;
  width: 190px;
  padding: 0 10px;
}

.last-special {
  margin-right: 0;
}

.special img {
  display: block;
}

.special p {
  height: 80px;
}
