/* *********************** style.css ************************** */

/* purple:       rgb(89,0,117)    */
/* light green:  rgb(97,191,26)   */
/* darker green: rgb(0,176,82)    */
/* light purple: rgb(223,205,230)    */

html 
{
  /* browser window colour */
  background-color: rgb(89,0,117);
}

body
{
  font-family: arial, sans-serif;
  color: black;
  text-align: center; /* horizontally centre container in browser window */
}

.container
{
  background-color: white;
  background-image: url(images/rcurve1.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 1em 1em 1em 1em; /* top/right/bottom/left */
  line-height: 1.5em; /* global, but mainly for "tabs" section */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 96%; /* width of container, remainder is browser background */
}

.main
{
  text-align: left;
  line-height: 1.4em; /* text not so tall for "main" section */
  overflow: hidden; /* crop image if browser too narrow (Mozilla only) */
}

.bottle
{
  float: right;
  margin-top: 2em;
  margin-left: 1em;
}

.lavender
{
  float: right;
  margin-top: 0.5em;
  margin-left: 1em;
}

.specialprice
{
  float: right;
  margin-top: 0.5em;
  margin-left: 1em;
}

.waterfall
{
  float: right;
  margin-top: 1em;
  margin-left: 1em;
}

.tagline
{
  margin-left: 60px;
  margin-bottom: 15px;
  margin-right: 20px;
}

.leaves
{
  background-image: url(images/leaves.jpg);
  background-repeat: repeat;
  background-position: top left;
  padding-right: 1em;
}

.red
{
  color: red;
}

.purple
{
  color: purple;
  font-weight: bold;
}

.testimonial, .testimonial-left
{
  border: thin solid green;
  padding: 1em;
  font-style: italic;
}

ul
{
  list-style-image: url(images/leaf.gif);
  list-style-type: circle; /* in case the image is not available */
  list-style-position: outside;
}

li
{
  padding-bottom: 0.6em; /* leave a small gap between list items */
}

h2
{
  color: rgb(89,0,117);
}

th
{
  color: rgb(89,0,117);
}

td, .nobg:td
{
  width: 15em;
  height: 15em;
  text-align: center;
  border-width: thin;
  border-style: solid;
  border-color: rgb(89,0,117);
}

.nobg
{
  background-color: black;
}

.special
{
  width: 30em;
  padding: 0.5em;
/*  background-color: rgb(223,205,230); light purple */
  background-color: rgb(97,191,26); /* light green */
  margin-top: 1em;
  color: white;
}

.wilsonworks, #wilsonworks
{
  color: rgb(89,0,117);
  text-decoration: underline;
  font-size: 90%;
  text-align: right;
}

.inactivetabs
{
  background-color: rgb(97,191,26); /* light green */
}

.activetab
{
  background-color: rgb(89,0,117); /* purple */
}

#tabs a
{
  padding-bottom: 0.3em; /* reduce to hide IE bug */
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  color: white;
  text-decoration: none;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}

#tabs a:hover
{
  text-decoration: underline;
}

.footer
{
  margin-top: 2em;
  font-size: 70%;
}
