@font-face {
	font-family: "Delicious Roman";
	src: url(fonts/Delicious-Roman.otf) format("opentype");
}

@font-face {
	font-family: "Delicious Bold";
	src: url(fonts/Delicious-Bold.otf) format("opentype");
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}


caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}



/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 22px;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 16px;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 14px;
}

h1,h2,h3 {
	/* bottom margin based on font size. */
	margin: 0 0 1em;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

/*dl dd {
	margin-left: 1em;
}
*/

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #ccc;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}html {
	margin:20px 0 0;
	background:#a1cdf2;
	font:normal 12px/1.6 helvetica,arial,sans-serif;
}

body {
	position:relative;
	width:808px;
	margin:0 auto;
	color:#333;
}

a {
	outline:0;
	color:#3c68ae;
}

#content a:hover {
	background-color:#def;
}

ul.nav {
	list-style:none;
	margin:0;
}
	
	ul.nav li {
		float:left;
	}
	
		ul.nav li a {
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
		
		ul.nav li a:hover {
			text-decoration:underline;
		}
		
	
#header {
	position:relative;
	height:130px;
	background:url(gfx/sprite-content-shapes.png) no-repeat 0 0;
}

	#header p  {
		position:absolute;
		top:27px;
		left:24px;
		width:133px;
		height:40px;
		text-indent:-999em;		
	}
	
		#header p a {
			display:block;
			height:100%;
		}
	
	ul#nav-main {
		position:absolute;
		bottom:10px;
		left:200px;
	}
	
		ul#nav-main a {
			background:#fff;
			color:#3c68ae;
			padding:10px;
			margin:0 1px;
			-moz-border-radius:10px;
		}
	
	ul#nav-sub {
		position:absolute;
		top:38px;
		left:200px;
		font-size:11px;
	}
			
		ul#nav-sub li a {
			padding:5px 8px;
			-moz-border-radius:10px;
		}
		
		ul#nav-sub li.sel a,
		ul#nav-sub li.sel a:hover,
		ul#nav-sub li a:active {
			background:#fff;
			color:#3C68AE;
		}
		
		ul#nav-sub li a:hover {
			text-decoration:none;
			background:#2d4f82;
		}

#content {
	position:relative;
	float:left;
	width:760px;
	padding:20px 20px;
	background:#fff;
	border:4px solid #3c68ae;
	border-width:0 4px;
}

	#main {
		float:right;
		width:570px;
	}
	
	#sub {
		float:left;
		width:160px;
	}

#footer {
	clear:both;
	height:140px;
	margin:0 0 40px;
	background:#fff url(gfx/sprite-content-shapes.png) no-repeat 0 100%;
	border:4px solid #3c68ae;
	border-width:0 4px 4px;
}

#footer ul.nav {
	position:absolute;
	top:0;
	right:0;
	padding:0 5px 0 0;
	font-size:11px;
	background:#2a4979 url(gfx/sprite-corners.png) no-repeat 100% 0;
}

	#footer ul.nav a {
		float:left;
		padding:5px 8px;
	}	
	
	#footer ul.nav li.first a {
		padding-left:10px;
		background: url(gfx/sprite-corners.png) no-repeat 0 100%;
	}
	
	#footer ul.nav li.sel a {

	}
	
	
div.item {
	float:left;
	width:100%;
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px solid #ccc;
}

	div.item img {
		float:left;
		margin:0 20px 5px 0;
		border:1px solid #ccc;
	}
	#location-page #sub ul {
	margin:0;
	list-style:none;
}

	#location-page #sub ul li {
		padding:6px 0;
		border-bottom:1px solid #ccc;
	}#map {
	height:300px;
	border:1px solid #ccc;
}
#book-now p {
	position:absolute;
	top:20px;
	left:20px;
	width:172px;
	height:170px;
	background:url(gfx/booknow-splash.png) no-repeat 0 0;
}

#treatment #book-now p {
	top:0;
	left:-190px;
}


	#book-now p a {
		display:block;
		height:100%;
		text-indent:-999em;
	}
	
	#book-now p a:hover {
		background:none;
	}#events {
	
}

	#events div.item {

	}
	
		#events div.intro {
			font-size:14px;
		}#index-entries {
	float:left;
	width:340px;
	padding:0 10px;
}
	
	#index-entries h2 {
		background:#3C68AE;
		color:#fff;
		line-height:1;
		padding:5px 10px;
		margin:0 -10px 10px;
		-moz-border-radius:10px;
	}
	
	#index-entries img {
		float:left;
		border:1px solid #ccc;
		margin:0 20px 5px 0;
	}
	
	#index-entries p.more {
		text-align:right;
	}#index-intro {
	float:left;
	width:570px;
	margin:0 0 30px 190px;
}	
	
	#index-intro h1 {
		margin:0 0 8px;
	}
	
	#index-intro img {
		float:right;
		margin:0 0 0 20px;
		border:1px solid #999;
	}#members-of {
	margin:180px 0 0 0;
	padding:20px 0 0;
	border-top:1px solid #ccc;
	text-align:center;
}

	#members-of ul {
		margin:0 0 0 ;
		list-style:none;
	}
	
		#members-of img {
			display:block;
			margin:0 auto 30px;
		}
		

#start-page #members-of {
	clear:both;	
}

	#start-page #members-of ul li {
		float:left;
		height:80px;
	}
	
		#start-page #members-of ul li img {
			margin-bottom:0;
			line-height:80px;
			vertical-align:middle;
		}
	#treatment-entries {
	width:340px;
	padding:0 10px;
	float:right;
}

	#treatment-entries h2 {
		background:#3C68AE;
		color:#fff;
		line-height:1;
		padding:5px 10px;
		margin:0 -10px 10px;
		-moz-border-radius:10px;
	}
	
	#treatment-entries ul {
		margin:0;
		list-style:none;
	}
	
		#treatment-entries ul li {
			line-height:1;
		}
		
		#treatment-entries ul li.primary {
			font-size:14px;
		}
		
			#treatment-entries ul li a {
				display:block;
				padding:6px 0 6px 23px;
				background:url(gfx/sprite-icons.png) no-repeat 0 4px;
				font-weight:bold;
				text-decoration:none;
			}
			
			#treatment-entries ul li a:hover {
				background-color:transparent;
				text-decoration:underline;
			}#treatment {
	position:relative;
}

	#treatment img.main {
		float:right;
		margin:0 0 20px 30px;
		border:1px solid #999;
	}
	
	
	#treatment table#price-list {
		clear:both;
		width:100%;
		margin:20px 0;
	}
	
		#treatment table#price-list th {
			background:#2a4979;
			color:#fff;
		}
		
		#treatment table#price-list td {
			vertical-align:top;
		}
		
		#treatment table#price-list td.scnd,
		#treatment table#price-list td.last {
			width:60px;
		}
		
			#treatment table#price-list h2 {
				margin:0 0 8px;
				font-size:14px;
			}
			
			#treatment table#price-list strong {
				color:#693;
			}#treatments {
	
}

	#treatments ul {
		font-size:13px;
		list-style:none;
		margin:0 0 0 -20px;
	}
	
		#treatments ul li {
			float:left;
			width:265px;
			margin:0 0 0 20px;
			padding:0 0 20px;
		}
			#treatments ul li h2 {
				background:#3C68AE;
				color:#fff;
				line-height:1;
				margin:0 0 8px;
				padding:5px 10px;
				-moz-border-radius:10px;
				font-size:15px;
			}
			
			#treatments ul li a {
				text-decoration:none;
			}
			
			#treatments ul ul {
				margin:0;
			}
		
			#treatments ul li li {
				float:none;
				width:auto;
				padding:0 0 0 10px;
				margin:0;
			}#temp-offer {
	margin:0 0 20px;
	padding:10px;
	background:#f0f0f0;
	border:3px solid #9c6;
	font-size:14px;
}