* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
body {
  /* tiled part of background */
  background: #DDD url(../images/bg_one.png) repeat left top;
  color: #68666B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  line-height: 1;
}

h3{
  font-size:14px;
  margin: 3px 0 8px;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.float-right { float: right; }
.highlight { color: #00719B; }

div.hr {
  background: url(../images/bg_rule.gif) repeat-x;
  height: 1px;
  margin: 25px 0;
}
div.hr hr {
  display: none;
}

/* LINK STYLES -------------------------------------------------------- */
a.arrow {
  background: url(../images/button_arrow.png) no-repeat;
  display: block;
  font-weight: bold;
  line-height: 14px;
  padding-left: 25px;
}

/* MENU LISTS --------------------------------------------------------- */
ul.menu {
  list-style-type: none;
  overflow:  hidden;
}
ul.menu li {
  border-right: 1px solid #FFF;
  float: left;
  margin-right: 1em;
  padding-right: 1em;
}
ul.menu li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li a:hover {
  text-decoration: underline;
}


/* SHADED PART OF BACKGROUND ------------------------------------------ */
#page {
  background: transparent url(../images/bg_two.png) repeat-x left top;
  height: 236px;
  min-width: 1040px;
}

/* PAGE WRAPPER ------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  padding-top: 36px;
  position: relative;
  width: 1038px;
}

/* HEADER ------------------------------------------------------------- */
#header {
  background: transparent url(../images/bg_header.png) no-repeat left top;
  height: 147px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header-logo {
  left: 38px;
  position: absolute;
  top: 20px;
}
#header-menu {
  right: 1em;
  position: absolute;
  top: 40px;
}
#header-menu ul.menu {
  font-size: small;
  font-weight: bold;
}
#header-menu ul.menu li {
  border-color: #7CB946;
  border-width: 2px;
}
#header-menu ul.menu a {
  color: #FFF;
}
#header-menu ul.menu li.current a {
  color: #7CB946;
}


/* MIDDLE ------------------------------------------------------------- */
#middle {
  background-color: #FFF;
  font-size: 80%;
  line-height: 1.5;
  padding-bottom: 25px;
  padding-top: 130px;
}

/* FOOTER ------------------------------------------------------------- */
#footer-links {
  background: transparent url(../images/bg_footer.png) no-repeat left top;
  color: #FFF;
  font-size: x-small;
  height: 47px;
  position: relative;
}
#footer-links ul.menu {
  margin: -0.75em 27px 0;
  position: absolute;
  top: 50%;
  vertical-align: middle;
}
#footer-links ul.menu a {
  color: #FFF;
}
#footer-links {
  background: transparent url(../images/bg_footer.png) no-repeat left top;
  color: #FFF;
  font-size: x-small;
  height: 47px;
  position: relative;
}

#footer-copyright {
  color: #807F84;
  font-size: x-small;
  line-height: 2.5em;
  padding-left: 27px;
}


/* BANNERS ------------------------------------------------------------ */
#banner {
  position: relative;
}

/* CONTENT COLUMNS ---------------------------------------------------- */

/* Left column */
#column-left {
  float: left;
  margin-left: 27px;
  width: 204px;
}
#column-left div.image {
  margin-bottom: 1em;
}

/* Middle column */
#column-middle {
  float: left;
  margin-left: 35px;
  width: 460px;
}
#column-middle a {
  color: #00719B;
}
#column-middle h1 {
  color: #7CB946;
  font-size: 2.25em;
  margin-bottom: 0.75em;
}
#column-middle h2.subheader {
  color: #00719B;
  font-size: 1em;
}
#column-middle p {
  line-height: 1.75;
  margin-bottom: 1.5em;
}
#column-middle ul {
  list-style-type: none;

}
#column-middle ul li {
  background: url(../images/bullet.gif) no-repeat left 0.5em;
  margin-bottom: 1em;
  padding-left: 1em;
}

/* Right column */
#column-right {
  float: left;
  margin-left: 30px;
  width: 264px;
}


/* Rounded box */
div.box {
  background: url(../images/bg_grey_box.png) no-repeat top left;
  padding-top: 20px;
}
div.box h2 {
  color: #00719B;
  font-size: 1.75em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
div.box p {
  font-size: 85%;
}
div.box div.inner {
  background: url(../images/bg_grey_box.png) no-repeat bottom left;
  padding: 0 20px 20px;
}
div.box div.expert {
  float: left;
  font-size: x-small;
  margin-top: 10px;
  text-align: center;
  width: 110px;
}
div.box div.expert a {
  color: #00719B;
}

/* Buy Now box */
#buy-now {
  background: url(../images/bg_buy_now.png) no-repeat;
  color: #AEAFB2;
  font-size: 90%;
  font-weight: bold;
  height: 125px;
  line-height: 1;
  text-transform: uppercase;
}

#buy-now  h3{
  color: #00719B;
}
#buy-now  p{
  float:left;
  margin-top:40px;
  line-height:13px;
}
#buy-now div.inner {
  padding: 10px 5px 10px 10px;
}
#buy-now h2 {
  color: #00719B;
}
#buy-now img.packet {
  float: right;
}
#buy-now span {
  color: #00719B;
}
#buy-now span.telephone {
  color: #9AC341;
  font-size: 1.5em;
  line-height:14px;
}


/* Success stories / joint care advice boxes */
div.flexeze-fortify,
div.success-stories,
div.joint-care-advice {
  background-repeat: no-repeat;
  color: #FFF;
  line-height: 1;
  margin-bottom: 1em;
  width: 250px;
}
div.flexeze-fortify a,
div.success-stories a,
div.joint-care-advice a {
  color: #FFF;
}
div.flexeze-fortify h2,
div.success-stories h2,
div.joint-care-advice h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
div.flexeze-fortify div.inner,
div.success-stories div.inner,
div.joint-care-advice div.inner {
  padding: 10px 110px 10px 10px;
}
div.flexeze-fortify p,
div.success-stories p,
div.joint-care-advice p {
  font-size: 0.85em;
}

div.flexeze-fortify {
  background-image: url(../images/bg_flexeze_fortify.jpg);
  height: 110px;
}
div.success-stories {
  background-image: url(../images/bg_success_stories.png);
  height: 110px;
}
div.flexeze-fortify div.inner,
div.success-stories div.inner {
  padding-top: 22px;
}

div.joint-care-advice {
  background-image: url(../images/bg_joint_care_advice.png);
  height: 96px;
}


/* Section list */
ul#sections {
  list-style-type: none;
  margin-bottom: 1em;
}
ul#sections li {
  margin-bottom: 5px;
}
ul#sections li.reduce {
  font-size: 0.85em;
}
ul#sections li a {
  background: url(../images/bg_section.gif) no-repeat;
  color: #00719B;
  display: block;
  font-weight: bold;
  line-height: 29px;
  padding-left: 13px;
}
ul#sections li.current a {
  background-image: url(../images/bg_section_current.gif);
}
