/**
   * This is the default style sheet for Sealord, The Seafood Experts.
   * NN4+
   *
   * @package capitalmerchant
   * @author Francis Saul <francis@clicksuite.co.nz>
   * @project manager Alan Doak <alan@clicksuite.co.nz>
   * @version 2006-02-13
   */



/**************************************************************
							Document
**************************************************************/
body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

form {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

img {
  border: 0;
}

p, ul, ol, input, textarea, select {
  font: normal 0.7em/1.25em arial, helvetica, sans-serif;
  color: #001c32;
  margin: 0;
}

p, ul, ol {
  margin-bottom: 1em;
}

h1 {
  font: bold 24pt arial, helvetica, sans-serif;
  color: #001c32;
  margin: 0;
  margin-bottom: 5px;
  display: block;
}

h2 {
  font: bold 1.1em arial, helvetica, sans-serif;
  color: #001c32;
  margin: 0;
  margin-bottom: 3em;
}

/* Top heading */
h3 {
  font: bold 0.9em arial, helvetica, sans-serif;
  color: #000;
  margin: 0;
  margin-bottom: 1em;
}

/* Inline heading with top padding */
h4 {
  font: bold 0.9em arial, helvetica, sans-serif;
  color: #000;
  margin-top: 3em;
  margin-bottom: 1em;
}

h5 {
  font: bold 0.7em arial, helvetica, sans-serif;
  color: #000;
  margin: 0;
  margin-top: 2em;
}

label {
  font: bold 0.7em arial, helvetica, sans-serif;
  color: #000;
  margin: 0;
  margin-top: 2em;
}

a {
  text-decoration: underline;
  color: #001c32;
}

a:hover {
  text-decoration: none;
  color: #445966;
}

ol {
  list-style-type: decimal;
}
