/* CSS Document - copyright 2009 | stephen hutton | WEBDESIGN */
/* Remove unwanted elements */
#outer1, #outer5, #order, #topbar, #contactform, #about_img, #hut, #printButton {
display: none;
  }

/* Ensure the content spans the full width */
#outer3, #address, #imagine, #endnote, #footer {
  width: 100%; 
  margin: 0; 
  float: none;
  background-color:#ffffff;
  }
  
#outer3.div,
#personal_packs,
#business_packs,
#personal_packs .pack,
#business_packs .pack {
  padding-bottom: 5px;
  }
/* Change text colour to black (useful for light text on a dark background) */
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 10px;
  padding:0 0 5px 0;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  color:#5d638a;
  }
h1 {
  padding-bottom:10px;
  }
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding:0 0 0 0;
  font: normal normal normal 1em/1.25 "Times New Roman", Times, serif;
  color: #000000;
  }

.packages #personal_packs .pack h3, 
.packages #business_packs .pack h3 {
  text-decoration:underline;
  }
.packages #personal_packs .pack ul li, 
.packages #business_packs .pack ul li {
  list-style:circle;
  margin-left:15px;
  }

/* Improve colour contrast of links */
a:link, a:visited {
  color: #781351
  }


