/*
 * Colour list
 * Brick red              #8e4d4f;
 * Main green             #4aa842;
 * Dark Grey              #7d7d7d;
 *
 */


/* reset all styles across browsers */

p, h1, h2, h3, img, table, tr, td, ul, li, dl, dd, dt
{
  margin: 0;       /* specifying these explicitly brings */
  padding: 0;      /* IE in line with everyone else */
  border: none;
}

body
{
  font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 76%;
  text-align: center;     /* for IE6, central alignment of contained divs */
  background-color: white;   /* #4aa842; */
}

div.wrapper
{
/*  background: url(../images/wrapper-bgnd.gif) #fff no-repeat 0 0; */
  background-color: #fff;
  margin: 0px auto;
  width: 900px;
/*  padding-top: 35px; */
}

div.container
{
  margin: 0 auto 0 auto;
  text-align: left;
  width: 840px;
}

h1
{
  font-size: 2.1em;
  color: #555;
}

div#header h1
{
  padding-top: 60px;
  font-size: 1.7em;
  color: #8e4d4f;
}

div#header h2
{
  float: right;
  font-size: 1.2em;
  color: #7d7d7d;
  margin-right: 5px;
}

h2
{
  font-size: 1.8em;
  line-height: 1.3em;
  margin-top: 30px;
  color: #8e4d4f;
}

div.homepage h2
{
  color: #555;
  margin-bottom: 20px;
}

h3
{
  font-size: 1.6em;
  line-height: 1.3em;
  color: #7d7d7d;
  margin: 10px 0 0 0;
}

div.homepage h3
{
  font-size: 1.3em;
  line-height: 1.3em;
  color: #000;
  padding: 11px 40px 18px 0;
}

p
{
  color: #7d7d7d;
  font-size: 1.3em;
  line-height: 1.2em;
}

div.homepage p
{
  color: #7d7d7d;
  font-size: 1.45em;
  line-height: 1.2em;
}

ul#mainmenu
{
  margin-top: 9px;
  margin-bottom: 19px;
  list-style-type: none;
}

ul#mainmenu li
{
  display: inline;
  background: url(../images/menu-ptr.gif) #fff 0 4px no-repeat;
  padding-left: 12px;
  padding-right: 4px;
  font-size: 1.4em;
  color: #8e4d4f;
}

ul#mainmenu li a
{
  color: #8e4d4f;
}

ul#mainmenu li#here
{
  background-image: url(../images/menu-ptr-here.gif);
  color: #4aa842;
}

/* SUBMENU */

ul#submenu
{
  color: #555;
  font-size: 1.35em;
  line-height: 1.2em;
  margin: 20px 0;
  list-style-type: none;
}

ul#submenu li
{
  background: url(../images/menu-ptr.gif) #fff 0 4px no-repeat;
  padding-left: 12px;
  color: #7d7d7d;
}

ul.intext
{
  color: #7d7d7d;
  font-size: 1.3em;
  margin: 10px 0 0 30px;
}


/* DEFINITION LISTS */

dl.features
{
  color: #7d7d7d;
  font-size: 1.35em;
  line-height: 1.2em;
  margin: 20px 0;
}

dl.features dt
{
  display: inline;
}

dl.features dd
{
  display: inline;
  background: url(../images/features-dot.gif) #fff 0 8px no-repeat;
  padding-left: 12px;
  color: #7d7d7d;
}

/* *** */

dl.productfeatures
{
  color: #7d7d7d;
  font-weight: normal;
  font-size: 1.3em;
  margin: 0;
}

dl.productfeatures dt
{
  margin-bottom: 15px;
}

dl.productfeatures dd
{
  background: url(../images/green-square-dot.gif) #fff 0 6px no-repeat;
  padding-left: 15px;
}

a
{
  text-decoration: none;
  color: black;
}

a:hover
{
  text-decoration: underline;
}

div.homepage a
{
  text-decoration: underline;
}

br.clearall
{
  height: 1px;
  clear: both;
}

em
{
  font-weight: bold;
  font-style: normal;
  color: #8e4d4f;
}

strong
{
  color: #4aa842;
}

a:hover strong { color: green; text-decoration: none;}

strong a { color: #4aa842;}

label span
{
  float: left;
  width: 18em;
  text-align: right;
  margin-right: 10px;
}

label input
{
  width: 18em;
  height: 1.5em;
  background-color: #eee;
  font-size: 0.85em;
  margin-top: -2px;
}

textarea
{
  font-family: "Trebuchet MS","Arial","Verdana","Helvetica",sans-serif;
  font-size: 0.9em;
  margin-top: -2px;
}

label textarea
{
  background-color: #eee;
}

div#rightcolumn, div#rightcolumnhome
{
  width: 130px;
  float: right;
  padding-left: 30px;
}

div#rightcolumnhome
{
  width: 172px;
}


/* table only used in colours page (so far) */
table{ border-collapse: collapse; margin-bottom: 20px; }
td{ text-align: center; border-right: 20px solid white; font-size: 1.2em; }
tr.titles td{border-bottom:20px solid white;}



/* gallery */
div.gallery
{
  margin-top: 20px;
  margin-bottom: 20px;
}

div.gallery img
{
  float: left;
  margin-right: 20px;
  padding-top: 200px;
}

img#galleryimage
{
  padding-top: 50px;
}

div#header img
{
  float: left;
}

div#footer
{
  clear: both;
  width: 100%;
  border-top: 1px solid #888;
  text-align: center;
}

div#footer dl
{
  font-size: 1em;
  margin: 10px 20px;
  line-height: 1.5em;
}

div#footer dl dd
{
  background-position: 0 4px;
}

div#footer p
{
  font-size: 1em;
  line-height: 1.5em;
}

div#footer p a
{
  color: #000;
  text-decoration: none;
}

div.specialcase
{
  margin-bottom: 30px;
  font-size: 1.2em;
}

