body
{
  background-color: #FFFFFF;
  margin: 0px;
    font-family: Helvetica, Arial, sans-serif;
}

#holder
{
  margin: 20px auto;
  width: 750px;
  position: relative;
}

#header
{
  width: 750px;
  height: 160px;
  background-color: #3270d6;
  background-image: url(../images/background-header.jpg);
  background-repeat:no-repeat;
  position: relative;
}

#logoLizHarris
{
  position: absolute;
  width: 240px;
  height: 70px;
  top: 45px;
  left: 22px;
  z-index: 1;
}

#logoHorseDog
{
  position: absolute;
  width: 173px;
  height: 122px;
  top: 36px;
  left: 270px;
  z-index: 1;
}

#headerContactDetails
{
  position: absolute;
  width: 736px;
  height: 18px;
  top: 140px;
  left: 4px;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: right;
}

#headerContactDetails a
{
  color: #ffffff;
  text-decoration: none;
}

#headerMcTimoneyLogo
{
   position: absolute;
   width: 59px;
   height: 60px;
   right: 90px;
   top: 49px;
   z-index: 1;
}

#headerBCMALogo
{
   position: absolute;
   width: 45px;
   height: 60px;
   right: 22px;
   top: 49px;
   z-index: 1;
}

#headerLinksButton
{
	position: absolute;
	width: 36px;
	height: 12px;
	top: 7px;
	right: 7px;
	background-image: url(../images/button-header-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#headerLeagalNoticeButton
{
  position: absolute;
  width: 66px;
  height: 12px;
  top: 7px;
  right: 57px;
  background-image: url(../images/button-header-arrow.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#headerLinksButton:hover, #headerLeagalNoticeButton:hover
{
  background-image: url(../images/button-header-arrow-on.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

#topNavigation
{
  width: 750px;
  height: 30px;
  margin-top: 1px;
}

#topSubNavigation
{
  width: 750px;
  height: 30px;
  margin-top: 1px;
}

.topNavBoxActive, .topNavBoxInactive, .topSubNavBoxActive, .topSubNavBoxInactive
{
  height: 27px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.topSubNavBoxInactive, .topSubNavBoxActive
{
  height: 24px;
  font-size: 14px;
}

.topNavBoxActive a, .topNavBoxInactive a, .topSubNavBoxInactive a, .topSubNavBoxActive a
{
  text-decoration: none;
  color: #FFFFFF;
  
}

.topNavBoxActive, .topSubNavBoxActive
{
  background-color:#5b459a;
  background-image: url(../images/background-topnavboxactive.gif);
  background-repeat: repeat-x;
}

.topNavBoxInactive
{
  background-color: #8e79c9;
  background-image: url(../images/background-topnavboxinactiv.gif);
  background-repeat: repeat-x;  
}

.topNavBoxInactive:hover, .topSubNavBoxInactive
{
  background-color: #745eb1;
  background-image: url(../images/background-topnavboxinachov.gif);
  background-repeat: repeat-x;  
}

#topNavBoxHome
{
  width: 90px;
  border-right: 1px solid #FFFFFF;
}

#topNavBoxAbout
{
  width: 120px;
  border-right: 1px solid #FFFFFF;
}

#topNavBoxAnimalTherapies
{
  width: 174px;
  border-right: 1px solid #FFFFFF;
}

#topNavBoxBlog
{
  width: 86px;
  border-right: 1px solid #FFFFFF;
}

#topNavBoxTestimonials
{
  width: 144px;
  border-right: 1px solid #FFFFFF;
}

#topNavBoxContact
{
  width: 131px;
}

#topSubNavBoxMcTimoneyTherapy
{
  width: 160px;
}

#topSubNavBoxMassageTherapy
{
  width: 140px;
}

#topSubNavBoxReikiTherapy
{
  width: 110px;
}

#topSubNavBoxRequestTherapy
{
  width: 200px;
}

#mainContent
{
  width: 750px;
  position: relative;
  margin-top: 25px;
}

#mainContentText
{
	position: relative;
	float: left;
	width: 490px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
}

h1
{
  margin: 0px;
  padding: 0px;
  color: #5e489d;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 23pt;
}

#mainContentText h2
{
  margin: 0px;
  padding: 0px;
  color: #3270d6;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 17pt;
}

#mainContentText h3
{
  margin: 0px;
  padding: 0px;
  color: #939393;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 17pt;
}

#mainContent p
{
  margin-bottom: 0px;
}

#mainContent a:link
{
  color: #3270d6;
}

#mainContent a:visited
{
  color: #5e489d;
}

#mainContent a:hover
{
  color: #4786de;
}

#mainImage
{
  position: relative;
  float: right;
  width: 230px;
}

#mainImageCaption
{
	position: relative;
	margin-top: 15px;
	width: 230px;
	height: 67px;
}

#homePageLinkBar
{
	position: relative;
	border-top: 1px solid #E8E8E8;
    height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#aboutLizBox
{
	width: 230px;
	position: relative;
	float: left;
	margin: 0px;
	height: 70px;
}

#lizPicture
{
  margin-right: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#lizTitle
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	width: 125px;
	position: absolute;
	left: 100px;
	top: 0px;
	z-index: 2;
	
}

#aboutLizButton
{
	position: absolute;
	left: 192px;
	top: 31px;
	margin: 0px;
	z-index: 1;
}

#treatmentsBox
{
  width: 230px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #777777;
  text-align: center;
  padding-top: 7px;
}

#rightSideTreatmentsBox
{
  width: 230px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #777777;
  text-align: center;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #E8E8E8;
}

#rightSideMcTimoneyAnimalsBox
{
  width: 230px;
  position: relative;
  color: #777777;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #E8E8E8;
}

.mcTimoneyAnimalBox
{
  width: 230px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: center;
  margin-top: 20px;
  height: 60px;
}

.mcTimoneyAnimalPicture
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}

#treatmentsSmallButtons
{
  margin-top: 5px;
}

#contactBox
{
  width: 228px;
  /* above is ie mac hack - width of 230 (or 229) causes div to wrap to next line */
  position: relative;
  float: left;
  margin: 0px;
}

#contactLizText
{
	width: 155px;
	position: absolute;
	left: 3px;
	top: 19px;
	color: #777777;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#moreAboutMcTimoneyText
{
	width: 138px;
	position: absolute;
	left: 3px;
	top: 16px;
	color: #777777;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

.mcTimoneyAnimalsCaption
{
	width: 158px;
	position: absolute;
	left: 69px;
	top: 3px;
	color: #777777;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

#requestTreatmentButton
{
	position: absolute;
	right: 3px;
	top: 0px;
}

#moreAboutMcTimoneyButton
{
	position: absolute;
	right: 3px;
	top: 0px;
	width: 66;
}

#footerBar
{
  width: 750px;
  height: 90px;
  position: relative;
  float: left;
  border-top: 1px solid #E8E8E8;
}

#footerLogosBox
{
	position: absolute;
	top: 22px;
	left: 0px;
	width: 162px;
	height: 51px;

}

#footerLogoMcTimoney
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 51px;
}

#footerLogoBCMA
{
  position: absolute;
  top: 5px;
  left: 65px;
  width: 30px;
  height: 39px;
}

#footerLogoIEBWA
{
	position: absolute;
	top: 1px;
	left: 110px;
	width: 30px;
	height: 39px;
}

#footerNavigation
{
	position: absolute;
	top: 38px;
	left: 175px;
	width: 490px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #E8E8E8;
	height: 25;
}

#footerNavigation a:link, #footerNavigation a:visited, #footerNavigation a:hover
{
  color: #999999;
  text-decoration: none;
}

#footerLogoAnimalTherapy
{
  position: absolute;
  top: 22px;
  left: 682px;
  width: 30px;
  height: 39px;
}

#mctimoneyButtonsHolder
{
  position: relative;
  height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 490px;
}

#aboutMcTimoneyButton
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 59px;
  height: 32px;
}

#forHorsesMcTimoneyButton
{
  position: absolute;
  top: 0px;
  left: 64px;
  width: 81px;
  height: 32px;
}

#forDogsMcTimoneyButton
{
  position: absolute;
  top: 0px;
  width: 73px;
  left: 150px;
  height: 32px;
}

#forOtherAnimalsMcTimoneyButton
{
  position: absolute;
  top: 0px;
  width: 100px;
  left: 228px;
  height: 32px;
}

#treatmentProcessMcTimoneyButton
{
  position: absolute;
  top: 0px;
  width: 154px;
  left: 333px;
  height: 32px;
}

#mcTimoneyOtherAnimalsHolder
{
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 133px;
}

#mcTimoneyOtherAnimalsBoxCow
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
}

#mcTimoneyOtherAnimalsBoxPig
{
  position: absolute;
  top: 0px;
  left: 175px;
  width: 140px;
}

#mcTimoneyOtherAnimalsBoxSheep
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
}

#contactDetailsHolder
{
  margin-top: 20px;
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}

#formBox
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 245px;
  display: none;
}

#contactDetailsBox
{
  //position: absolute;
  //left: 245px;
  //top: 0px;
  width: 245px;
}

#contactForm
{
  margin-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
}

.inputBox
{
  width: 220px;
  border: 1px solid #a38ce5;
  background-color: #e7e1fa;
}

#contactFormSendButton
{
  position: relative;
  margin-top: 10px;
  text-align: right;
  width: 220px;
  height: 37px;
}

.testimonialFrom
{
  text-align: right;
  color:  #3270d6;
}

.testimonial img
{
  float: right;
  margin-left: 20px;
  border: 1px solid #cccccc;
}

.testimonial
{
  margin-bottom: 40px;	
}

#testimonialFrom a:link
{
  color: #3270d6;
}

#testimonialFrom a:visited
{
  color: #5e489d;
}

#testimonialFrom a:hover
{
  color: #4786de;
}

.clearer
{
  position: relative;
  clear: both;
  line-height: 0px;
}