/*======================================*
** style.css
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	background: #000 url(../img/bg.jpg) repeat-x 50% 0;
	text-align: center;
	color: #fff;
	}

/* headers */
h2, h3, h5, h6, h7 { color: #ffc; margin: 0; font-weight: normal; }
h2 { font-size: 2.5em; padding: 20px 0; }
h3 { font-size: 2em; padding: 25px 0; }
h4 {
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	font-weight: normal;
}
h4 a:link {
	color: #333;
}
h4 a:hover {
	color: #000000;
}
h5 {
	font-size: 1.4em;
	padding: 5px 0;
	text-transform: uppercase;
}	
h6 {
	font-size: 1.2em;
	padding: 10px 0 0;
}
h7 {
	font-size: 1.2em;
	padding: 5px 0 0;
}

/* text */
p { font-size: 1.2em; line-height: 1.5em; margin: 0 0 20px; }
acronym { cursor: help; }
code { font-size: 1.5em !important; margin: 0 0 20px; border: 1px dashed #333; padding: 10px; display: block; background-color: #111; color: #ffc; }
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
	border: 1px solid #333;
	padding: 15px 15px 0 15px;
	display: block;
	background-color: #111;
}
blockquote p { margin-bottom: 15px; }

/* links */
a {
	text-decoration: none;
	color: #ff9;
}
a:hover {
	text-decoration: none;
	color: #e5b2c5;
}

/* images */
img { border: 5px solid #333; margin: 0 10px 10px 0; }	
a img { border: 5px solid #2F1C07; }
a:hover img { border-color: #50300C; }
img.right { margin-left: 10px; }

/* lists */
ul, ol, dl, table, blockquote, code { font-size: 1.2em; }
ul, ol, dl { margin: 0 0 30px; padding: 0 0 0 25px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt { font-weight: bold; }

/* tables */
table { margin: 0 0 30px; border: 1px solid #333;
	color: #FF0000;
	color: #FF0000;
}
table th, table td { padding: 10px; text-align: left; color: #fff; }
table th { background-color: #222; }

/* forms */
fieldset { border: 1px solid #333; background-color: #222; padding: 20px; margin: 30px 0; }
fieldset legend { display: none; }
fieldset form p { clear: both; }
fieldset form p label { float: left; display: block; width: 47%; margin-right: 20px; }
fieldset form p input,
fieldset form p select,
fieldset form p textarea { border: 3px solid #ccc; background-color: #999; padding: 5px; width: 50%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
fieldset form p select { width: 52.5%; }
fieldset form ul.fieldlist { margin: 0 0 20px 46%; padding: 0; list-style-type: none; }
fieldset form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
fieldset form input.btn { width: auto; border-color: #000; background-color: #111; padding: 10px; cursor: pointer; color: #ffc; font-weight: bold; }

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#banner {
	position: relative;
	margin-top: 30px;
	height: 100px;
	background-image: url(../img/banner.gif);
	border-bottom: solid #50300C 2px;
	}
#header {
	position: relative;
	margin-bottom: 0px;
	border-bottom: solid #50300C 2px;
	}

/* logo */
#header h1 {
	font-size: 3.2em;
	font-weight: normal;
	margin: 0;
	}
#header h1 a { color: #ffc; }
#header h1 a:hover { text-decoration: none; }

/* if you want to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/ 
#header ul {
	background-color: #2F1C07;
	list-style-type: none;
	margin: 0px 0 0;
	padding: 5px 0;
	width: 100%;
	padding: 10px 0;
	}
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
#header ul li {
	float: left;
	margin: 0 9px;
	font-size: 1em;
	}
#header ul li a {
	display: block;
	padding: 5px 10px;
	}
#header ul li a.on {
	text-decoration: none;
	color: #e5b2c5;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/ 

#content {
	background-color: #000;
	padding: 0 10px 30px 30px;
	height: 1%;
	}

#content #img {margin: 0}	

#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
/* the following enables you to add content 
directly into the content div for a one 
column layout while still adding the 
correct margins. */
#content * { margin-right: 20px; }
#content div { margin-right: 0; }
#content div * { margin-right: 0; }
span, em, strong, acronym, del, label, input, select, textarea, a { margin: 0 !important; }

/* left column formatting */
#content #left {
	width: 400px;
	margin-right: 40px;
	float: left;
	}	

/* right column formatting */	
#content #right {
	float: left;
	width: 260px;
	background: url(../img/subnav_.jpg) repeat-x;
	min-height: 322px;
	margin-top: 10px;
	padding: 0 20px 20px;
	}
#content #front {
	width: 375px;
	float: left;
	}	
#content #vouchers {
	width: 325px;
	float: left;
	height: 85px;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(../img/voucher.gif);
	text-align: right;
	}	
#content h4 a{
	padding-top: 10px;
	padding-right: 8px;
	margin: 0;
	font-weight: bold;
	color: #FFF;
}
#content h4 a:hover{
	color: #F9C;
}

#content #gold {
	width: 325px;
	float: left;
	height: 85px;
	margin-left: 20px;
	margin-top: 10px;
	background-image: url(../img/gold.gif);
	text-align: right;
	}	
	
#content #reiki {
	width: 325px;
	float: left;
	height: 85px;
	margin-left: 20px;
	margin-top: 10px;
	background-image: url(../img/reiki.gif);
	text-align: right;
	}
	
#content #frontimage {
	width: 717px;
	height: 80px;
	float: left;
	background-image: url(../img/products.gif);
	margin-top: 20px;
	}	
#content #t1 {
	width: 400px;
	height: 145px;
	margin-top: 30px;
	background-image: url(../img/t1.jpg);
	}
#content #t2 {
	width: 400px;
	height: 145px;
	margin-top: 5px;
	background-image: url(../img/t2.jpg);
	}
#content #t3 {
	width: 400px;
	height: 145px;
	margin-top: 5px;
	background-image: url(../img/t3.jpg);
	}
* html #content #right { height: 322px; }


/* home images */

#content #summer {
	float: left;
	width: 478px;
	height: 280px;
	margin-top: 28px;
	background-image: url(../img/summer_hair.jpg);	
	}	
	
#content #bennevis {
	float: left;
	width: 478px;
	height: 280px;
	margin-top: 28px;
	background-image: url(../img/rococo_summit.jpg);	
	}	
	
#content #bennevis a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#content #bennevis a:hover {
  text-decoration:none;
}

#content #leftimage {
	float: left;
	width: 239px;
	height: 280px;
	margin-top: 28px;
	background-image: url(../img/hair.gif);
	}	

#content #rightimage {
	float: left;
	width: 239px;
	height: 280px;
	margin-top: 28px;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 2px;
	background-image: url(../img/right.jpg);
	}
#content #farimage {
	float: left;
	width: 239px;
	height: 280px;
	margin-top: 28px;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 2px;
	background-image: url(../img/far.jpg);
	}

/* staff */
#content #blank {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	}	
#content #julie {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/julie.jpg);
	}	
#content #anne {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/anne.jpg);
	}	
#content #fiona {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/fiona.jpg);
	}	
#content #jenni {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/jenni.jpg);
	}	
#content #kimberley {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/kimberley.jpg);
	}	
#content #hazel {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/hazel.jpg);
	}	
#content #marti {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/marti.jpg);
	}	
#content #kerry {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/kerry.jpg);
	}	
#content #yardley {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/yardley.jpg);
	}	
#content #alison {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/alison.jpg);
	}	
#content #sarah {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/sarah.jpg);
	}	
#content #shonah {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/shonah.jpg);
	}

#content #benimage {
	float: left;
	width: 350px;
	height: 225px;
	margin-top: 10px;
	}





#content #stafftext {
	float: left;
	width: 500px;
	margin-top: 28px;
	height: 150px;
	padding-left: 20px;
	}	

#content #ben {
	float: left;
	width: 650px;
	padding-left: 20px;
	}	

.dottedline {
	border-bottom: 1px dashed #FA4B00;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* generic content */
#content p.info {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	position: relative;
	height: 1%;
	font-size: 1em;
	}	
#content p.info a.cmt {
	position: absolute;
	right: 0;
	top: 10px;
	}
#content p.info a.cmt br { display: none; }	
	
#content ul.links {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	text-transform: uppercase;
	}	
#content ul.links li {
	border-bottom: 1px solid #333;
	}
#content ul.links li a {
	display: block;
	height: 1%;
	padding: 10px;
	color: #999999;
	}
#content ul.links li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	}
#content ul.links a.here {
	color: #ffc;
	}
#content ul.links a.hover {
	color: #ffc;
	}

		
#content ul.images {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
#content ul.images:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}	
#content ul.images li {
	float: left;
	margin: 0 11px 11px 0;
	}		

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/ 
#footer {
	text-align: left;
	}
#footer div {
	color: #ACA47D;
	margin: 0 auto;
	width: 720px;
	padding: 15px;
	border-top: solid #50300C 2px;
	border-bottom: solid #50300C 2px;
	}
#footer p {
	margin: 0;
	position: relative;
	font-size: smaller;
	text-transform: uppercase;
}
#footer p span	{ position: absolute; right: 0; }
#footer a {
	margin: 0;
	position: relative;
	color: #ACA47D;
}
* html #footer p span { right: 30px; }
.pink {
	color: #e5b2c5;
}
.bio {
	font-size: 1.1em;
}
#content #lauren {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
	background-image: url(../img/staff/lauren.jpg);
}
#content #jennifer {
	float: left;
	width: 124px;
	height: 150px;
	margin-top: 28px;
}
