/* CSS Document */

body { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	
	background:url(../images/background.gif) repeat-x top #b5a6be;
	color:#666666;
	font-size:13px;
	line-height:1.3;
}

a { 
	color:#943d78;
	text-decoration:none;
}

a:hover { 
	color:#943d78;
	text-decoration:underline;
}

/* text styles */
p { 
	margin-top:0;
	padding:0;
	text-align:justify;
}

p.nomargin { 
	margin: 0;
}

p.topmargin { 
	margin-top:10px;
	margin-bottom:0;
}

.clear 		{ clear:both; }
.cleargap 	{ clear:both; padding-top:10px; }


/* containers */
#container-faq,
#container { 
	width:976px;
	margin:0 auto;
	background:url(../images/header/holistic-header.jpg) no-repeat top right;

}

#container-faq { background:url(../images/header/header-faq.jpg) no-repeat top right; }



#container-inner { 
	width:916px;
	margin-left:69px;
}


/* header */

#header { 
	margin:0;
	padding:50px 0 10px 0;
	line-height:normal;
}

#header h1 { 
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	color:#a8327e;
	font-size:16px;
	font-weight:normal;
	background:url(../images/holistic-therapist-logo.gif) no-repeat top left;
	padding-top:34px;	
}

#header h2 { 
	padding:8px 0 0 0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	color:#a8327e;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:2px;
}

#header h1 a:hover,
#header h1 a { 
	color:#a8327e;
	text-decoration:none;
}


/* top navigation */

#header ul { 
	margin:0;
	padding:20px 0 0 0;
}

#header li { 
	float:left;
	list-style:none;
	padding:9px 0;	
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

#header li a { 
	text-decoration:none;
	color:#fff;
	padding:9px 10px 9px 10px;
}

#header li.home a {
	background:#943d78;
}

#header li.selected a,
#header li.selected a:hover {
	background:#6e1652;
}

#header li a:hover { 
	background:#6e1652;
}


/* content */

#content { 
	background:url(../images/content-back.gif) no-repeat bottom left;
	padding-bottom:10px;
}


#footer { 
	background:#943d78;
	font-size:11px;
	padding: 5px 13px;
	color:#fff;
	width:812px;
	text-align:right;
}

#credit { 
	text-align:right;
	width:838px;	
	letter-spacing:2px;
	font-size:10px;
	text-transform:lowercase;
	margin-top:10px;
}

#credit a { 
	color:#666666;
	text-decoration:none;	
}

#credit a:hover { 
	color:#666666;
	text-decoration:underline;	
}


/* left and right content sections */

#left { 
	width:182px;
	float:left;
}



#left ul { 
	list-style:none;
	margin:5px 0;
	padding:0;
}

#left ul li { 
	margin: 0 8px 0 6px;
	padding:0;
}

#left ul li a { 
	padding:8px 10px;
	display:block;
	color:#943d78;
	text-decoration:none;
	margin:0;

}

#left ul li a:hover { 
	text-decoration:none;
	background:#e7e1e9;
}

#left ul li.selected a,
#left ul li.selected a:hover 
{
	background:#c1b4c8;
	color:#fff;
	font-weight:bold;
}



#right { 
	padding-left:28px;
	width:628px;
	float:left;
}

#strut { 
	float:right;
	height:500px;
	width:1px;
}

#right-text { 
	width:547px;
		padding-bottom:30px;

}

#right h1 { 
	color:#943d78;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
}

#right h2 { 
	color:#943d78;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
}

/* info box */
#info-box { 
	width:270px;
	border-top: 2px solid #dcd4df;
	border-bottom: 2px solid #dcd4df;	
	padding: 6px 0;
}

#info-box ul { 
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
	


#info-box-left {
	float:left;
	width:85px;
}

#info-box-right { 
	float:left;
	width:173px;
}

/* forms etc */
label { 
	width: 100px;
	float:left;
}

input { 
	float:left;
}

input.box { 
	padding:2px;
	border:1px solid #dcd4df;
	background:#fff!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
}

input.button {
	background: #dcd4df;
	padding: 3px;
	border:1px solid #943d78;
}

textarea { 
	padding:2px;
	border:1px solid #dcd4df;
	background:#fff!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

span.enquiry { 
	width:80px;
	display:block;
	float:left;
	font-weight:bold;
}

span.quote { 
	font-size:30px;
	color:#943d78;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

ul.ticklist { 
	list-style-image:url(../images/icon-tick.gif);
	padding-left:18px;
	margin-left:0;
}

div.bottomspace { 
	margin-bottom:40px;
}

.error { 
	color:#990000;
}