/* spiralstyle.css */
/* This version is for a jello fixed-width centered layout */
html {
      text-align: center;
}

body {
      /* typography */
      color: #333300;
      font-family: Verdana, Geneva, Ariel, sans-serif;
      font-size: small;
	  text-align: left;
	  
	  /* colour */
	  background-color: #FFFFFF;
	  background-image: url(images/back_grad.jpg);
	  background-repeat: repeat-x;
	  background-position: top left;
}

h1 {
  font-size: 150%;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;  
}

a {
   text-decoration: none;
   color: #333300;
}

.nav a:link {
   color: white;
}

.nav a:visited {
   color: white;
}

.nav a:hover {
   color: #464F49;
}

.bold-text {
      font-weight: bold;
}

#bck-img-pos {
      position: absolute;
	  top: 0px;
	  left: 0px;
	  z-index: 0;
}

#outer-container {
      /* layout */
      position: relative;
      width: 900px;
	  margin: 0 auto;
}

#container {
      position: relative;
	  width: 100%;
	  margin: 20px 0px 30px 0px;
}

#header {
	  background-image: url(images/rounded_top.gif);
	  background-repeat: no-repeat;
	  background-position: top left;
     /* To expose graphicS ... */
	  height: 20px;
}

#post-header {
     background-color: #FFC424;
     /* To expose graphics ... */
	  height: 140px;
}

#main-logo {
      position: absolute;
	  top: 25px;
	  left: 40px;
	  background-image: url(images/main_logo.gif);
	  background-repeat: no-repeat;
	  background-position: top left;
     /* To expose graphic ... */
	  height: 123px;
	  width: 453px;
}

#healthy-text {
      position: absolute;
	  top: 50px;
	  left: 560px;
	  background-image: url(images/healthy_glow_text.gif);
	  background-repeat: no-repeat;
	  background-position: top left;
     /* To expose graphic ... */
	  height: 72px;
	  width: 243px;
}

.offer-box-outer {
	  width: 280px;
	  margin: 0px 0px 0px 20px;
}

.offer-box-title-dark {
      font-size: 110%;
	  font-weight: bold;
}

.offer-box-title-light {
      font-size: 110%;
	  font-weight: bold;
	  color: #CCCCCC;
}

.offer-box-text-light {
	  color: #CCCCCC;
}

#offer-box-top-light {
      height: 11px;
      background-image: url(images/offer_box_top_light.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-content-light {
      padding: 10px 10px 0px 10px;
      background-color: #E9E5CA;
}

#offer-box-bottom-light {
      height: 11px;
      background-image: url(images/offer_box_bottom_light.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-top-yellow {
      height: 11px;
      background-image: url(images/offer_box_top_yellow.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-content-yellow {
      padding: 10px 10px 0px 10px;
      background-color: #FFC424;
}

#offer-box-bottom-yellow {
      height: 11px;
      background-image: url(images/offer_box_bottom_yellow.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-top-choc {
      height: 11px;
      background-image: url(images/offer_box_top_choc.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-content-choc {
      padding: 10px 10px 0px 10px;
      background-color: #8D5A00;
}

#offer-box-bottom-choc {
      height: 11px;
      background-image: url(images/offer_box_bottom_choc.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-top-burnt {
      height: 11px;
      background-image: url(images/offer_box_top_burnt.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#offer-box-content-burnt {
      padding: 10px 10px 0px 10px;
      background-color: #383534;
}

#offer-box-bottom-burnt {
      height: 11px;
      background-image: url(images/offer_box_bottom_burnt.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

.button_more {
      position: relative;
	  top: 5px;
	  left:90px;
	  height: 22px;
}

#post-footer-content {
	  background-color: #FFFFFF;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-top: 10px;
	  text-align: center;
	  /* Just for example ... */
	  height: 30px;
	  border: 1px solid #999999;
}

#top-menu {
      background-color: #F1AA16;
	  padding: 6px 0px 7px 0px;
	  text-align: center;
}

.large-text {
	  font-size: 150%;
}

.largest-text {
	  font-size: 180%;
}

.nav {
      /* background-color: #5C5B5B; */
	  margin: 0px 10px 0px 10px;
	  padding: 0px 5px 2px 5px;
	  text-align: center;
	  font-size: 150%;
}

.main-telephone {
      color: #8D5A00;
	  font-size: 150%;
}

.centre-small {
      text-align: center;
	  font-size: 75%;
}

.spacer-height-10 {
      height: 10px;
}

#main-area {
      background-color: #FFFFFF;
}

#main-top-left {
      background-color: #FFFFFF;
	  text-align: center;
	  width: 320px;
	  height: 310px;
	  float: left;
	 
}

#mtl-title-box {
	  padding-top: 10px;
	  padding-bottom: 2px;
}

#mtl-nav-box {
      border: 1px solid #3366CC;
	  background-color: #3366CC;
	  padding: 5px 0px 5px 0px;
	  height: 157px;
}

#mtl-nav-box-2 {
	  padding: 5px 0px 5px 0px;
	  height: 157px;
}

#mtl-nav-box a {
      color: white;
	  font-weight: bold;
}

#mtl-nav-box-2 a {
      color: #3366CC;
}

#mtl-image-box {
      background-image: url(images/family.jpg);
	  background-repeat: no-repeat;
	  background-position: center;
	  height: 300px;
}

#main-top-right {
      background-color: #FFFFFF;
	  padding: 15px 20px 20px 326px;
	  /* |||||||||||||||| Adjust the following to set overall page height ... ||||||||||||||| */
	  height: 650px;
}

#photo-para-1 {
	  padding: 0px 180px 0px 0px;
	  height: 170px;
	  background-image: url(images/Blue-hills.jpg);
	  background-position: top right;
	  background-repeat: no-repeat;
}

#photo-para-2 {
	  padding: 0px 180px 0px 0px;
	  height: 170px;
	  background-image: url(images/Sunset.jpg);
	  background-position: top right;
	  background-repeat: no-repeat;
}

#photo-para-3 {
	  padding: 0px 180px 0px 0px;
	  height: 170px;
	  background-image: url(images/Water-lilies.jpg);
	  background-position: top right;
	  background-repeat: no-repeat;
}

#yellow-contact {
      background-image: url(images/comms_icon_tiny.gif);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 5px 0px 5px 30px;
	  margin: 5px 0px 2px 65px;
	  text-align: left;
}

#main-footer-blend {
	  height: 40px;
	  background-image: url(images/main_footer_blend.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#footer {
      /* the extra 30px on the height below (graphic is only 20px) creates the gap at the bottom of the page */
	  height: 50px;
	  background-image: url(images/rounded_bottom.gif);
	  background-repeat: no-repeat;
	  background-position: top;
}

#footer-content {
	  background-color: #5C5B5B;
	  text-align: center;
	  padding: 8px 0px 0px 0px;
}

#footer-content p {
     font-size: 70%;
	  line-height: normal;
	  color: white;
}

