body,
body * {
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
}

body {
  font-size:xx-small;
  color:#666666;
  margin-bottom: 50px;
}

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

a:hover { text-decoration:underline }

img {
  display:block;
  border:0;
}

h1, h2, h3 { color: #000000 }

h1 {
  position:absolute;
  left:101px;
  top:62px;
}

h2 {
  font-size:1.9em;
  margin-bottom:0.6em;
}

#home h2 {
  font-size:1.5em;
}

h3 {
  font-size:100%;
  margin-top:2.58em;
  margin-bottom:1.29em;
}

table {
  border-collapse: collapse;
  margin-bottom: 2.58em;
}

th { padding-right:2em }

td, th {
  text-align:left;
  vertical-align: top;
  padding-bottom:0.25em;
}

ol {
  list-style-position: inside;
  color:aqua;
  margin:1.93em 0 2.57em 0;
}

ol li {
  color:#666666;
  margin-bottom:0.64em;
}








/* LAYOUT */
#all {
  width:964px;
  margin:auto;
}
#header {
  position:relative;
  width:964px;
  height:150px;
  border-bottom:1px solid #d4d5d6;
}
#strapline {
  position:absolute;
  left:101px;
  top:104px;
}
#logo {
  position:absolute;
  left:0;
  top:47px;
}
#quotations {
  position:absolute;
  width:500px;
  height:150px;
  right:0;
  top:0;
}
#text {
  float:left;
  width:564px;
  padding-left:20px;
  font-size:140%;
}
#text p {
  margin-bottom:1.29em;
  line-height:129%;
}
#image {
  float:right;
  width:340px;
  padding-right:20px;
  margin-top:5.25em;
}
#image img {
  margin-left:auto;
}
/* END OF LAYOUT */








/* NAVIGATION */
#navigation {
  border-bottom:1px solid #d4d5d6;
  list-style:none;
  margin-bottom:50px;
}
#navigation li {
  float:left;
  list-style:none;
  display:block;
  font-size:160%;
}
#navigation a {
  margin:1.5em 0 0 0.8em;
  padding-bottom:0.25em;
  display:block;
  border-bottom:2px solid #ffffff;
  text-decoration:none;
}
#navigation li#nav_home a {
  margin-left: 20px;
}
#home           #nav_home a,
#coaching       #nav_coaching a,
#you            #nav_you a,
#me             #nav_me a,
#clients        #nav_clients a,
#affiliates     #nav_affiliates a,
#practicalities #nav_practicalities a,
#contact        #nav_contact a {
  color:#000000;
  border-bottom:2px solid #666666;
}
#navigation a       { color:#666666 }
#navigation a:hover { color:#000000 }
/* END OF NAVIGATION */








/* HOME */
#home h2 { margin-bottom:1.5em }
#membership { margin-top:50px }
#icf { float:left }
#bni {
  float:left;
  margin-left:40px;
}
#you #image { margin-top:2.5em }
#home #image { margin-top:3em }
/* END OF HOME */








/* CLIENTS */
#testimonials { margin-top:2.58em }
/* END OF CLIENTS */








/* PRACTICALITIES */
#costs td,
#costs th {
  font-weight:bold;
  text-align:left;
}
/* END OF PRACTICALITIES */








/* CONTACT */
#address td,
#address th {
  padding-top:1em;
}
#phone td,
#fax td {
  color:#000000;
}
#phone td span { color:#666666 }
/* END OF CONTACT */








.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */