/*
 * Colour list
 * Brick red              #
 * Main green             #
 * Dark Grey              #
 *
 */


/* 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: #fff;
}

div.wrapper
{
  background-color: #fff;
  margin: 0px auto;
  width: 950px;
  text-align: left;
}

div.container
{
  width: 100%;
  background-color: #ddd8d4; /* #e7e3e0; */
  clear: both;
}

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

h2
{
  padding-top: 15px;
  font-size: 1.6em;
}

h3
{
  font-size: 1.5em;
  line-height: 1.3em;
  color: #555;
  margin: 10px 0 0 0;
}

p, label
{
  color: #555;
  font-size: 1.3em;
  line-height: 1.2em;
}

div#header
{
  width: 100%;
}

div#header h1
{
  padding-top: 19px;
  font-size: 1.7em;
  color: #8e4d4f;
  float: right;
  clear: both;
}

div#header h2
{
  font-size: 1.3em;
  color: #646464;
  float: right;
  clear: both;
  padding: 0;
}

div#header img
{
}

div#header img#logo
{
  float: right;
}

/* MAINMENU */

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

ul#mainmenu li
{
/*  display: inline; */
  padding-left: 18px;
  padding-right: 4px;
  font-size: 1.4em;
  color: #646464;
}

ul#mainmenu li a
{
  color: #646464;
}

ul#mainmenu li#here
{
  background: url(../images/menu-ptr-here.gif) #fff 0 4px no-repeat;
}

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


span
{
  color: #8e4d4f;
  font-weight: bold;
}


/* MAIN CONTENT AREAS */

div.leftcolumn
{
  float: left;
  width: 195px;
}

div.leftcolumn img
{
  margin-left: 15px;
}

div.rightcolumn
{
  float: right;
  width: 375px;
}

div.rightcolumn img
{
  margin-top: 15px;
}

div.maincontent
{
  margin-left: 200px;
  margin-right: 400px;
}

div.maincontent p
{
  margin-bottom: 10px;
}

div.maincontent a
{
  color: #8e4d4f;
  text-decoration: underline;
}

div.maincontent ul
{
  color: #555;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 10px 0 10px 30px;
}

/* gallery div is a variant of maincontent */

div.gallery
{
  margin-right: 20px;
}

div.gallery img
{
/*   float: left; */
  margin-right: 10px;
}


/* SUBMENU */

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

ul#submenu li
{
  padding-left: 18px;
  color: #7d7d7d;
}

ul#submenu li#subhere
{
  background: url(../images/submenu-ptr-here.gif) transparent 5px 4px no-repeat;
}

ul#submenu li#subhere a
{
  color: white;
}


/* 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) 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;
  line-height: 1px;
  clear: both;
}

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

em.redder
{
  color: red;
  font-weight: normal;
}

strong
{
}

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

strong a { color: #4aa842;}


form
{
  padding: 5px 5px 0 0;
}

label
{
  height: 1.5em;
  font-size: 1.1em;
  float: right;
  margin-right: 10px;
  text-align: right;
}

input
{
  width: 16em;
  height: 1.5em;
  background-color: #eee;
  font-size: 1em;
  margin-top: -2px;
  float: right;
}

textarea
{
  font-family: "Trebuchet MS","Arial","Verdana","Helvetica",sans-serif;
  font-size: 1em;
  margin-top: -2px;
  width: 16em;
  height: 8em;
  background-color: #eee;
  float: right;
}

img#captcha{float: right;}

select{float:right; width: 200px;background-color: #eee;}

form span{font-size: 1em; color: #333; }


/* 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;}


/* FOOTER */

div#footer
{
  margin-top: 10px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  clear: both;
}


div#footer dl
{
  color: #7d7d7d;
  font-size: 1.35em;
  line-height: 1.2em;
}

div#footer dl dt
{
  display: inline;
}

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

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

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

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




