/***********************************************************

	Stylesheet for Down To Earth Health
	
	version: 	1.0
	author: 	Andrew McEwan
	email:		andrew@web-workshop.net
	website:	www.web-workshop.net
	
************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #666666;
	text-align:center;
	padding-top:15px;
}

* {
	margin:0;
	padding:0;
	}
	
* html body {		
	font-size:62.5%;  /* Set IE font size */
	}
	
#mainHolder {
	width:750px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099ff;
	border-right-color: #cc3300;
	border-bottom-color: #33cc66;
	border-left-color: #CC3300;
	margin: 0 auto;
	background-image:url(images/backgrounds/jasmine.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	}
	
#mainHolder #header {
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	}

#mainHolder #mainContent {
	clear:left;
	width:710px;
	position:relative;
	padding-left:20px;
	padding-top:20px;
	}

/*	Style some text	*/

a:link {
	color:#666666;
	text-decoration:underline;
	}
	
a:visited {
	color:#999999;
	}
	
a:hover {
	color:#666666;
	text-decoration:none;
	}
	
a:active {
	color:#666666;
	text-decoration:none;
	}

#mainContent h1 {
	font-size:2.0em;
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:10px;
	color:#0099cc;
	width:430px;
	padding-bottom:20px;	
	}
	
#mainContent h2 {
	font-size: 1.6em;
	font-weight:bold;
	color:#0099cc;
	line-height:1.3em;
	padding-bottom:10px;
	text-align:left;
	width:430px;	
	}
	
#mainContent h3 {
	font-size: 1.4em;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
	width:430px;
	color:#0099cc;
	}
	
#mainContent p {
	font-size:1.2em;
	line-height:1.75em;
	padding-bottom:10px;
	clear:left;
	width:430px;
	}
	
#mainContent img {
	padding-top:15px;
	padding-bottom:15px;
	}
	
#mainContent p img {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	}
	
#mainContent .caption {
	font-style:italic;
	font-weight:bold;
	padding-bottom:10px;
	}
	

/********************************************

	Main Naviation
	
*********************************************/

#mainContent #columnNavigation {
	width: 181px;
	float:left;
	background-image:url(images/navbox/nav-box-middle.gif);
	background-repeat:repeat-y;
	}
	
#columnNavigation #navigationTop {
	width:181px;
	height:30px;
	background-image:url(images/navbox/nav-box-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#columnNavigation #navigationBottom {
	width:181px;
	background-image:url(images/navbox/nav-box-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#columnNavigation #navigationBottom ul {
	list-style: none;
	text-align:center;
	}
	
#columnNavigation #navigationBottom ul li {	
	padding-bottom:15px;
	}

#columnNavigation #navigationBottom ul li a {
	font-size:1.4em;
	color:#464646;
	text-decoration:none;
	line-height:1.5em;
	padding-bottom:10px;
	font-weight:bold;
	}
	
#columnNavigation #navigationBottom ul li a:hover {
	color:#999999;
	}
	
.currentPage {
	font-weight: bold;
	color:#37C8C0;
	font-size:1.4em;
	}

/************************************************

	Main Site Content
	
************************************************/

#mainContent #siteContent {
	width:500px;
	float:right;
	}

.home {
	background-image:url(images/pageids/home.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	}
	
.therapies{
	background-image:url(images/pageids/therapies.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.appointments {
	background-image:url(images/pageids/times-and-prices.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}

.testimonials {
	background-image:url(images/pageids/testimonials.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.trainingCourses {
	background-image:url(images/pageids/training-courses.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.contact {
	background-image:url(images/pageids/contact.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.events {
	background-image:url(images/pageids/events.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.articles {
	background-image:url(images/pageids/articles.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.aboutus {
	background-image:url(images/pageids/about-us.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.products {
	background-image:url(images/pageids/products.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}

.treatments {
	background-image:url(images/pageids/treatments.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
.specialoffers {
	background-image:url(images/pageids/specialoffers.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	}
	
/************************************************

	Events & articles
	
*************************************************/

.events ul li,
.articles ul li,
.home ul li  {
	list-style:none;
	}
	
p img.eventImage {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
	}

h4 {
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:5px;
	}

p.article {
	padding-left:20px;
	padding-bottom:5px;
	}

/*************************************************

	Tabular layout
	
**************************************************/

ul#table {
	list-style:none;
	width:400px;
	}
	
ul#table li {
	display:inline;
	float:left;
	width:180px;
	padding-left:10px;
	line-height:2em;
	font-size:1.2em;
	}
	
ul#prices {
	list-style:none;
	width:400px;
	}
	
ul#prices li.product {
	display:inline;
	float:left;
	width:140px;
	padding-left:10px;
	line-height:2em;
	font-size:1.2em;
	font-weight:bold;
	clear:left;
	padding-top:10px;
	}
	
ul#prices li.productDetails {
	display:inline;
	float:left;
	width:240px;
	padding-left:10px;
	line-height:2em;
	font-size:1.2em;
	padding-top:10px;
	}
	

/************************************************

	Special Offers
	
*************************************************/

.specialoffer {
	color:red;
	font-weight:bold;
	}

/************************************************

	Footer
	
*************************************************/

#mainHolder #footer {
	clear:both;
	padding-top:15px;
	}

ul#footerNav {
  margin: 0;
  padding: 0 0 0 15px;
  float: left;
  width: 720px;
  list-style: none;
  display:none; /* switch off nav for now */
}

ul#footerNav li {
  float: left;
}

ul#footerNav li.currentPage {
	color:#37C8C0;
	padding: 0 1em;
  line-height: 1.8em;
  text-decoration: none;
  font-size:1.0em;
  float: left;
  display: block;
  font-weight:bold;
}

ul#footerNav a {
  padding: 0 1em;
  line-height: 1.8em;
  text-decoration: none;
  font-size:1.0em;
  color: #666666;
  float: left;
  display: block;
  font-weight:bold;
}


ul#footerNav a:hover {
  color: #333;
}

#mainHolder #footer p#credits {
	padding-top:20px;
	padding-left:25px;
	padding-bottom:15px;
	font-size:1.0em;
	color:#999999;
	}

#mainHolder #footer p#credits a {
	text-decoration:none;
	}

/* external links
================================== */

/*a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
*/
a[href^="mailto:"] {
  background: url(images/email.png) no-repeat right top;
  padding-right: 15px;
}

.positionImage {
	float:left;
	clear:left;
	padding-top:10px;	
	}
	
/*******************************************

	Forms
	
********************************************/

form {
  font-size: 1.4em;
  width: 350px;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : none;
  width: 300px;
}

/* legend styling */
legend {
  font-weight: bold;
  width: 300px;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 200px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

.contactButton {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #33CCFF;
	width:auto;
	padding:5px 10px;
	}