@charset "utf-8";

/* ................................................................. . . . . . . . reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	outline: 0;
	
	font-size: 100%;
	vertical-align: baseline;
	
	margin: 0;
	padding: 0;
}

body {	
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	text-decoration: none;
}
/* ................................................................. . . . . . . . /reset */


/* ................................................................. . . . . . . . general */
body {	
	background: url("../images/layout/body.jpg");
}

#wrapper {	
	width: 780px;
	height: auto;
	
	margin: 0 auto;
}

#banner {	
	float: right;
	
	width: 565px;
	height: 150px;
	
	margin: 5px 0 0 0;
}

.hide {
	display: none;
}	

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.hidden {
	visibility: hidden;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.lotus_bullet {
	margin-left: 255px;
}
/* . . . links . . . . . . */
a.bluelink {
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
}
a.bluelink:visited {
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
}
a.bluelink:hover {
	color: #0099FF;
}		

a.admin, .admin:visited {
	font-size: 16px;
	color: #0000CC;
	text-decoration: none;
}
a.admin:hover {
	color: #663399;	
}
/* ................................................................. . . . . . . . /general */



/* . . . . .  payment box . . . . . */
#payment_box {
	background: url(../images/content/paypal-base.jpg);
	width: 280px;
	height: 75px;
	margin: 5px 0 0 10px;
}
h4.payment_tuition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	margin: 5px 0 0 3px;
}
#paypal_button {
	margin: 13px 0 0 0;
	float: right;
}

/* . . . . .  /payment box . . . . . */


/* ................................................................. . . . . . . . text */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	
	line-height: 1.2;
	
	padding: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 17px;
	
	line-height: 1.2;
	
	padding: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	
	line-height: 1.2;
	
	padding: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	line-height: 1.2;
	
	padding: 10px;
}

ul.season_of_giving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	padding: 10px;
	margin: -10px 0 0 0;
}

li.giving_teaching {
	padding: 0 0 15px 112px;
}

p.form_error {
	color: #CC6666;
}

p.bumpleft {
	padding-left: 25px;
}

ul.content_indent_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	padding-left: 20px;
}
ul.content_indent_small li {
	padding: 3px;
}

.center {
	text-align: center;
}	

span.underline {
	text-decoration: underline;
}

span.small_registered{
	font-size: 13px;
}

b {
	font-weight: bold;
}

em.quote {
	font-size: 80%;
	line-height: 1.2;
}

span.h2 {
	font-size: 18px;
}
/* ................................................................. . . . . . . . /text */





/* ................................................................. . . . . . . . sidebar */
#shanti_logo {
	background: url("../images/layout/shanti_logo.jpg");
	
	width: 200px;
	height: 150px;
}

#sidebar {	
	position: fixed;
		 top: 5px;
		 left: inherit;
		 
	float: left;	 
}


/* . . . . . . . nav . . . . . . . */
#nav {
	width: 200px;
	height: 350px;
	
	margin: 12px 0 0 0;
	padding: 0;
}

/* . . . . . links . . . . .  */
	#current {
		background-position: -400px 0;
	}
	
	a.home {
		background: url(../images/nav/home.jpg) 
					no-repeat;
							
		display: block;			
				
		width: 200px;
		height: 45px;
	}
		a.home:hover {
			background-position: -200px 0;	
		}
		
	a.schedule {
		background: url(../images/nav/schedule.jpg) 
					no-repeat;
							
		display: block;			
				
		width: 200px;
		height: 43px;
	}
		a.schedule:hover {
			background-position: -200px 0;	
		}
		
	a.classes {
		background: url(../images/nav/classes.jpg) 
					no-repeat;
							
		display: block;			
				
		width: 200px;
		height: 39px;
	}
		a.classes:hover {
			background-position: -200px 0;	
		}	
	
	a.instructors {
		background: url(../images/nav/instructors.jpg) 
					no-repeat;
						
		display: block;			
			
		width: 200px;
		height: 43px;
	}
		a.instructors:hover {
			background-position: -200px 0;	
		}
		
	a.events {
		background: url(../images/nav/events.jpg) 
					no-repeat;
							
		display: block;			
		
		width: 200px;
		height: 42px;
	}
		a.events:hover {
			background-position: -200px 0;	
		}
	
	a.massage {
		background: url(../images/nav/massage.jpg) 
					no-repeat;
							
		display: block;			
		
		width: 200px;
		height: 45px;
	}
		a.massage:hover {
			background-position: -200px 0;	
		}
	
	a.gallery {
		background: url(../images/nav/gallery.jpg) 
					no-repeat;
	
		display: block;			
			
		width: 200px;
		height: 49px;
	}
		a.gallery:hover {
			background-position: -200px 0;	
		}	
	
	a.contact {
		background: url(../images/nav/contact.jpg) 
					no-repeat;
						
		display: block;			
			
		width: 200px;
		height: 44px;
	}
		a.contact:hover {
			background-position: -200px 0;	
		}		



/* . . . . . admin . . . . . */
#admin_options {
	background: #cad9d3;
		
	border: solid #999999 1px;
		
	width: 200px;
	height: auto;
		
	margin-top: 10px;	
}
	
	#admin_options dt {		
		border-top: solid #669999 1px;
		padding: 2px;
	}
	#admin_options dd {
		padding: 2px 0 2px 15px;
	}
/* ................................................................. . . . . . . . /sidebar */





/* ................................................................. . . . . . . . content */

/* . . . general . . . */
	div.content_top {
		background: url("../images/layout/content_top.jpg")
					no-repeat;
		
		width: 565px;
		height: 20px;
	}
	#content {
		background: url("../images/layout/content.jpg");
		
		float: right;
	
		width: 565px;
		height: auto;
	
		margin-top: 12px;
	}
	div.content_bottom {
		background: url("../images/layout/content_bottom.jpg")
					no-repeat;
					
		clear: both;				
		
		width: 565px;
		height: 20px;
	}
	
	#content_spacer_dashed {
		width: 550px;
		height: 5px;
		border-top: dashed #666 1px;
		margin: 0 auto 5px auto;	
	}
	
	input.content_confirm_buttons {
		margin-left: 11px;
	}
/* ...................................................... . . . . . home */

/* . . . general . . . */		
	#about {
		clear: left;
	}
	#news {
		clear: left;
	} 
	
	#home_ytt_header {
		float: left;
		width: 265px;
	}
	#home_ytt_rys {
		background: url(../images/content/yoga-alliance-rys.jpg);
		float: right;
		width: 270px;
		height: 50px;
		margin: 6px 7px 0 0;
	}

	
/* . . . nav tabs . . . */	
	li.home_descender {
		background: url(../images/layout/home_tabs/home_descender.jpg);
		display: block;
		width: 334px;
		height: 45px;
	}	

/* . about . */
	#about_news {		
		width: 565px;
		height: 45px;
	}
		#about_news li{			
			float: left;
		}
	
	a.about_risen {
		background: url(../images/layout/home_tabs/about_risen.jpg);
		display: block;
		width: 121px;
		height: 45px;
	}
		a.about_risen:hover {
			background-position: -121px 0;
		}


	a.news_sunken {
		background: url(../images/layout/home_tabs/news_su nken.jpg);
		display: block;
		width: 110px;
		height: 45px;
	}
		a.news_sunken:hover {
			background-position: -110px 0;
		}

/* . news . */	
	#news_about {		
		width: 565px;
		height: 45px;
	}
		#news_about li {
			float: left;
		}

	a.news_risen {
		background: url(../images/layout/home_tabs/news_risen.jpg);
		display: block;
		width: 110px;
		height: 45px;
	}
		a.news_risen:hover {
			background-position: -110px 0;
		}
	
	a.about_sunken {
		background: url(../images/layout/home_tabs/about_sunken.jpg);
		display: block;
		width: 121px;
		height: 45px;
	}
		a.about_sunken:hover {
			background-position: -121px 0;
		}

	
/* . . . . . news . . . . . */	
	div.post {	
		border-right: solid #B8B592 1px;	
		border-bottom: solid #B8B592 1px;	
		
		width: 550px;
		height: auto;
			
		margin: 10px auto;
	}
	
	div.fullpost {
		width: 550px;
		height: auto;
			
		margin: 0 auto;
	}

/* . . . more button . . . */
	a.blog_more {
		color: #9999CC;
		font-size: 14px;
		text-decoration: none;
	}	
		a.blog_more:visited {
			color: #9999CC;
			font-size: 14px;
			text-decoration: none;
		}
		a.blog_more:hover {
			border-bottom: dashed #9999CC 1px;
		}

/* . . . back button . . . */
	a.blog_back {
		color: #9999CC;
		font-size: 14px;
		text-decoration: none;
	}	
		a.blog_back:visited {
			color: #9999CC;
			font-size: 14px;
			text-decoration: none;
		}
		a.blog_back:hover {
			border-top: dashed #9999CC 1px;
		}

/* . . . text . . . */
	h2.blog_title {
		padding: 5px 5px 5px 9px;
		
	}
	p.blog_date {
		border-bottom: dashed #B8B592 1px;
		padding: 0 0 0 9px;	
		height: 25px;
	}
	
	h2.fullpost_title {
		padding: 5px 5px 5px 9px;
		
	}
	p.fullpost_date {
		border-bottom: dashed #887977 1px;
		height: 25px;
		padding: 0 0 0 9px;	
	}
	
/* shanti cloud */
	#shantihouse_cloudleft {
		float: left;
	}
	#shantihouse_cloudleft h3 {
		padding-top: 0;
		padding-bottom: 2px;
	}
	#shantihouse_cloudleft p{
		width: 200px;
		padding-bottom: 7px;
		padding-top: 2px;
	}
	
	#shantihouse_cloudimage {	
		float: right;
		margin-right: 10px;
	}	
	
/* ..................................................... . . . . . /home */



/* .................................................. . . . . . schedule */
h2.current_month {
	padding: 0 0 5px 10px;
}

#schedule {		
	width: 550px;
	height: 303px;
		
	margin: 3px auto 0 auto;
	padding: 0;
}
/* ................................................. . . . . . /schedule */



/* ................................................. . . . . instructors */
div.instructor{
	margin: 10px 0 0 13px;
}

/* . . . collapsed state . . . */
div.collapsed_state {
	width: 535px;
	height: 90px;
	
	border-top: solid #333 1px;
	border-right: solid #333 1px;
	border-bottom: dashed #333 1px;
	border-left: solid #333 1px;
}	

p.instructor_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	letter-spacing: 2px;
	text-decoration: none;
	
	color: #333333;
	
	float: left;
	
	width: 350px;	
	height: 25px;
	
}

div.instructor_thumb {		
	float: right;	
	
	border: solid #999 1px;
		
	width: 90px;
	height: 80px;
	
	margin: 4px 5px 0 0;
}

a.instructor, .instructor:visited {
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #666;
	
	float: left;
	
	margin: 66px 0 0 -360px;
}
a.instructor:hover {
	color: #9999CC;
}


/* . . . expanded state . . . */		
div.instructor_profile {
	float: left;
		
	width: 300px;
}	

div.instructor_photo {		
	float: right;
	
	border: solid #999 1px;
			
	width: 225px;
	height: 320px;
		
	margin: 7px 5px 5px 0;
}



/* . . . admin . . . */
p.manage_instructors{
	border-top: solid #fff 2px;
	border-right: dashed black 1px;
	border-bottom: dashed black 1px;
	border-left: dashed black 1px;
	
	width: 90px;
	height: 15px;
	
	padding: 4px 5px 6px 6px;	
	margin: -1px 0 0 25px;
}

#admin_instructor_name {
	float: left;
}

#admin_instructor_thumb {
	float: right;
		
	width: 90px;
	height: 80px;
	
	margin: 17px 13px 0 0;
}

#admin_instructor_remove {
	width: 75px;
	height: 25px;
	
	margin: 50px 0 0 9px;
}
/* ............................................... . . . . . instructors */



/* ................................................... . . . . . classes */
#classes {
	border-top: solid #B8B592 1px;
	border-bottom: solid #B8B592 1px;
	
	width: 550px;
	height: auto;
	
	margin: 7px auto;
}

#classes_sort {
	height: 25px;
	padding: 10px 0 0 0;
}
#classes_sort li {
	float: left;
	padding-right: 10px;
}
	
li.current_class {
	text-decoration: underline;
}

p.sort_by {
	float: left;
	
	padding: 10px 10px 0 15px;
}

#classes_sort ul {
	float: right;
	padding: 10px 15px 17px 0;
}

#classes_sort a, a:visited {
	color: #666;
	font-size: 17px;
	text-decoration: none;
}

h2.classes {
	padding: 7px 0 0 7px;
}

p.class_level {
	padding: 0 0 5px 7px;
	
	border-bottom: dashed #B8B592 1px;
}	

span.class_description {
	padding: 0;
}
/* .................................................... . . . . /classes */



/* .................................................... . . . . . events */

/* . . . nav tabs . . . */
ul.events_tabs {
	width: 565px;
	height: 45px;
}	
	ul.events_tabs li {
		float: left;
	}
	li.tab_nub {
		background: url(../images/layout/events_tabs/tab-nub.jpg);
		display: block;
		width: 111px;
		height: 45px;
	}
		
		
/* . courses . */
a.courses_i {
	background: url(../images/layout/events_tabs/courses-i.jpg);
	display: block;
	width: 127px;
	height: 45px;
}
	a.courses_i:hover {
		background-position: -127px 0;
	}

a.workshops_i {
	background: url(../images/layout/events_tabs/workshops-i.jpg);
	display: block;
	width: 127px;
	height: 45px;
}
	a.workshops_i:hover {
		background-position: -127px 0;
	}	
	
a.training_i {
	background: url(../images/layout/events_tabs/training-i.jpg);
	display: block;
	width: 127px;
	height: 45px;
}
	a.training_i:hover {
		background-position: -127px 0;
	}	
	
#lotus_bullet {
	float: left;
}			
#special_gift {
	float: right;
	width: 490px;
}

/* elissa-courses */

h3.elissa_courses_left {
	float: left;
	width: 200px;
}

p.elissa_courses_right {
	float: right;	
}

img.elissa-border {
	border: solid grey 1px;
}
		
/* . workshops . */	
a.courses_ii {
	background: url(../images/layout/events_tabs/courses-ii.jpg);
	display: block;
	width: 139px;
	height: 45px;
}
	a.courses_ii:hover {
		background-position: -139px 0;
	}
	
a.workshops_ii {
	background: url(../images/layout/events_tabs/workshops-ii.jpg);
	display: block;
	width: 139px;
	height: 45px;
}
	a.workshops_ii:hover {
		background-position: -139px 0;
	}	
	
a.training_ii {
	background: url(../images/layout/events_tabs/training-ii.jpg);
	display: block;
	width: 139px;
	height: 45px;
}
	a.training_ii:hover {
		background-position: -139px 0;
	}		

/* . teacher training . */	
a.courses_iii {
	background: url(../images/layout/events_tabs/courses-iii.jpg);
	display: block;
	width: 188px;
	height: 45px;
}
	a.courses_iii:hover {
		background-position: -188px 0;
	}	
	
a.workshops_iii {
	background: url(../images/layout/events_tabs/workshops-iii.jpg);
	display: block;
	width: 188px;
	height: 45px;
}
	a.workshops_iii:hover {
		background-position: -188px 0;
	}	
	
a.training_iii {
	background: url(../images/layout/events_tabs/training-iii.jpg);
	display: block;
	width: 188px;
	height: 45px;
}
	a.training_iii:hover {
		background-position: -188px 0;
	}		

	



/* . workshops . */		

/* . teacher training . */
h4.interest_teachers {
	clear: both;
	font-weight: bold;
	padding: 20px 0 0 10px;
}

h4.interest_students {
	font-weight: bold;
	padding: 20px 0 0 10px;
}

#yogalign_clinic_dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0 0 0 25px;
}

#yogalign_clinic_dates li {
	padding: 3px 0;
}	

p.darcy_left {
	float: left;
	padding-left: 35px;
}

p.darcy_right {
	float: right;
	padding-right: 35px;
}


#paul_center {
	text-align: center;
}

#paul_center ul, li {
font-family: Arial, Helvetica, sans-serif;
}

li.module_title {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
}

li.module_details {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0 5px 0;
}

li.module_content {
width: 545px;
padding: 0 0 15px 7px;
font-size: 13px;
}


/* feldenkrais frolic */

#feldenkrais_frolic_text {
	width: 285px;
	float: left;
}

	#feldenkrais_frolic_image {
	float: right;
	margin: 0 12px 0 0;
}


/* . progressive series - elissa . */
#elissa_header {
	width: 300px;
	float: left;
}

#elissa_photo {
	float: right;
	margin: 2px 0 0 0;
}

p.elissa_info {
	float: left;
	width: 232px;
}

#progressive_datetime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-left: 15px;
	margin-bottom: 5px;
}
#progressive_datetime li {
	padding: 3px 0;
}

p.elissa_photo {
	float: right;
}



img.hilary_headshot {
	border: solid #666666 2px; 
	float: left;
}


/* progressive series - shayla 
 
#soma_focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-left: 30px;	
}
#soma_focus li {
	list-style: disc;
	padding: 2px 0;
}

#shayla_intro {
	float: left;
	width: 315px;
}

#shayla_photo {
	float: right;
	margin-right: 5px;
}

*/

/* . yogalign clinic . */
#yogalign_workshop {
	border: solid #999CCC 1px;
	margin: 0 auto;
}

li.plus_gst {
	margin-left: 40px;
}

/* . anna - structural integration */
	p.quote_credit {
		font-size: 85%;
		float: right;
		padding: 0;
		margin: 0 15px 15px 0;
	}
	#about_si {
		clear: both;
		width: 540px;
		height: 400px;
		margin: 10px 0 0 9px;
	}
		#si_writeup {
			float: left;
			width: 300px;
		}
			#si_benefits {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				list-style: circle;
				margin-left: 30px;
			}
				#si_benefits li {
					padding: 1px 0;
				}
		#si_photo {
			float: right;
			margin: 55px 10px 0 0;
		}
		
		#workshop_date {
			clear: both;
		}
		
		#si_dates {
			clear: both;
			margin: 5px 0 0 10px;
		}
			#si_dates li {
				padding: 3px 0;
			}
				span.workshop_num {
					font-size: 107%;
					color: #b77161;
				}
				span.workshop_title {
					font-size: 103%;
					letter-spacing: 2px;
				}	

/* ................................................... . . . . . /events */



/* .................................................... . . . . . gallery */

/* . studio tour . */
	a.flash_download, a.flash_download:visited {
		font-size: 11px;
		text-decoration: none;
		color: #0066CC;
	}
	span.flash_dl {
		font-size: 12px;
	}
	
	#tour_thumb {
		float: left;
		border: solid #ffffff 1px;
		margin: 0 7px 0 20px;
	}
	#tour_thumb:hover {
		background: #9999CC;
		border: solid #9999CC 1px;
	}
	
	#tour_description {
		padding-top: 0;
	}


/* galleries */
	#photo_galleries {
		margin: 0 0 10px 20px;
	}
	#photo_galleries li {
		float: left;
	}
	
	a.gallery_thumb {
		border: solid #ffffff 2px;
		float: left;
	}
	a.gallery_thumb:hover {
		background: #9999CC;
		border: solid #9999CC 2px;
	}
	
	li.galleries {
		width: 175px;
		height: 125px;
		margin-right: 40px;
		border: solid #fff 1px;
	}
	
	ul.gallery_titles {
		clear: left;
		padding: 4px 0 0 23px;
	}
	ul.gallery_titles li {
		float: left;
		padding: 0 160px 0 0;	
	}
	
/* .................................................... . . . . . /gallery */



/* .................................................... . . . . . contact */
input.antispam_input {
	padding-left: 7px;
	margin: 5px 0 2px 0;
}
/* .................................................... . . . . . /contact */

/* ................................................................. . . . . . . . content */


/* whiston */

	#shanti_whiston {
		background: url(../images/layout/shanti-whiston.jpg);
		float: left;
		height: 150px;
		width: 200px;
	}

	#content_whiston {
		background: url(../images/layout/content-whiston.jpg) center no-repeat;
		clear: right;
		height: 1350px;
	}
	
	a.whiston_image {
		border: solid #6c5252 1px;
	}
	
	a.whiston_image:hover {
		border: solid #708dbe 1px;
	}
	
	p.content_whiston {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: .5px;
		padding: 10px 15px;
	}
	
	span.bold_colour {
		color: #9da073;
		font-weight: bold;
	}
	
	#content_whiston li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: .5px;	
	}
	
	a.whiston_home {
		display: block;
		width: 200px;
		height: 150px;
	}
	
	#whiston_enlarge_prompt {
		font-size: 14px;
		padding: 0 0 0 125px;
		margin: 0;
	}
	
	#left_content {
		float: left;
		width: 375px;
		height: 245px;
	}
	
	#left_content_thumbs {
		margin: 0 0 0 15px;
	}
	
	#left_content_thumbs li {
		float: left;
		padding: 13px 10px
	}
	
	#left_content_thumbs li a {
		display: block;
		width: 155px;
		height: 100px;		
	}
	a.shantihouse_balcony {
		background: url(../images/whiston/shantihouse-balcony-thumb.jpg) no-repeat;
	}
	a.shantihouse_livingroom2 {
		background: url(../images/whiston/shantihouse-livingroom2-thumb.jpg) no-repeat;
	}	
	
	#shantihouse_longview_thumb {
		background: url(../images/whiston/shantihouse-longview-thumb.jpg) no-repeat;
		float: right;
		display: block;
		width: 355px;
		height: 231px;
		margin: 16px 18px 0 0;
	}

	#double_interior {
		margin-left: 15px;
	}
	
	#double_interior li {
		float: left;
		padding: 10px 20px;
	}
	
	#double_interior li a {
		display: block;
		width: 335px;
		height: 245px;
	}
	a.shantihouse_livingroom {
		background: url(../images/whiston/shantihouse-livingroom-thumb.jpg) no-repeat;
	}
	a.shantihouse_kitchen {
		background: url(../images/whiston/shantihouse-kitchen-thumb.jpg) no-repeat;
	}	
	
	#booking_details {
		margin-left: 50px;
		float: left;
		width: 250px;
		height: 250px;
	}

	#booking_details li {
		list-style: circle;
		line-height: 1.25;
		padding: 10px 0 0 5px;		
	}
	
	#shantihouse_longview2 {
		background: url(../images/whiston/shantihouse-longview2-thumb.jpg) no-repeat;
		float: right;
		width: 360px;
		height: 275px;
		margin: 15px 40px 0 0;
	}
	
/* massage */

ul.massage_tabs {
	width: 565px;
	height: 55px;
}

	ul.massage_tabs li {
		float: left;
	}
	
		li.massage_tab_nub {
			background: url(../images/layout/massage_tabs/tab-nub.jpg);
			display: block;
			width: 105px;
			height: 55px;
		}
		
a.massage_i {
	background: url(../images/layout/massage_tabs/massage-i.jpg);
	display: block;
	width: 153px;
	height: 55px;
}
	a.massage_i:hover {
		background-position: -153px 0;
	}

a.massage_ii {
	background: url(../images/layout/massage_tabs/massage-ii.jpg);
	display: block;
	width: 126px;
	height: 55px;
}
	a.massage_ii:hover {
		background-position: -126px 0;
	}	
	
a.massage_iii {
	background: url(../images/layout/massage_tabs/massage-iii.jpg);
	display: block;
	width: 181px;
	height: 55px;
}
	a.massage_iii:hover {
		background-position: -181px 0;
	}	
	
	
a.thai_massage_i {
	background: url(../images/layout/massage_tabs/thai-i.jpg);
	display: block;
	width: 153px;
	height: 55px;
}
	a.thai_massage_i:hover {
		background-position: -153px 0;
	}

a.thai_massage_ii {
	background: url(../images/layout/massage_tabs/thai-ii.jpg);
	display: block;
	width: 126px;
	height: 55px;
}
	a.thai_massage_ii:hover {
		background-position: -126px 0;
	}	
	
a.thai_massage_iii {
	background: url(../images/layout/massage_tabs/thai-iii.jpg);
	display: block;
	width: 181px;
	height: 55px;
}
	a.thai_massage_iii:hover {
		background-position: -181px 0;
	}	
	
a.rmt_massage_i {
	background: url(../images/layout/massage_tabs/rmt-i.jpg);
	display: block;
	width: 153px;
	height: 55px;
}
	a.rmt_massage_i:hover {
		background-position: -153px 0;
	}

a.rmt_massage_ii {
	background: url(../images/layout/massage_tabs/rmt-ii.jpg);
	display: block;
	width: 126px;
	height: 55px;
}
	a.rmt_massage_ii:hover {
		background-position: -126px 0;
	}	
	
a.rmt_massage_iii {
	background: url(../images/layout/massage_tabs/rmt-iii.jpg);
	display: block;
	width: 181px;
	height: 55px;
}
	a.rmt_massage_iii:hover {
		background-position: -181px 0;
	}		
	
	
a.therapy_massage_i {
	background: url(../images/layout/massage_tabs/therapy-i.jpg);
	display: block;
	width: 153px;
	height: 55px;
}
	a.therapy_massage_i:hover {
		background-position: -153px 0;
	}

a.therapy_massage_ii {
	background: url(../images/layout/massage_tabs/therapy-ii.jpg);
	display: block;
	width: 126px;
	height: 55px;
}
	a.therapy_massage_ii:hover {
		background-position: -126px 0;
	}	
	
a.therapy_massage_iii {
	background: url(../images/layout/massage_tabs/therapy-iii.jpg);
	display: block;
	width: 181px;
	height: 55px;
}
	a.therapy_massage_iii:hover {
		background-position: -181px 0;
	}	
			
		
		




	a.massage_images {
		border: solid #98724c 1px;
	}
	a.massage_images:hover {
		border: solid #0066FF 1px;
	}
	
	b.massage_header_large {
		font-size: 20px;
	}

	#massage_teaserleft {
		float: left;
		width: 225px;
	}
	#massage_teaserright {
		background: url(../images/massage/mina-hands.jpg) no-repeat;
		float: right;
		width: 300px;
		height: 160px;
		margin: 12px 15px 0 0;
	}
	
	#massage_thaileft {
		background: url(../images/massage/mina-shoulder.jpg) no-repeat;
		float: left;
		width: 290px;
		height: 160px;
		margin: 0 0 0 10px;	
	}
	
	#massage_thairight {
		background: url(../images/massage/mina-pull.jpg) no-repeat;
		float: right;
		width: 240px;
		height: 160px;
		margin: 0 10px 0 0;	
	}
	
	#deeptissue_gallery {
		float: left;
		margin: 0 0 0 4px;
	}
	
	#deeptissue_gallery li {
		float: left;
		margin: 0 6px	
	}
	
	#deeptissue_gallery a {
		display: block;
		width: 172px;
		height: 140px;
	}
	
	a.deeptissue_one {
		background: url(../images/massage/larissa-smile.jpg) no-repeat;
	}
	
	a.deeptissue_two {
		background: url(../images/massage/mina-feet.jpg) no-repeat;
	}
	
	a.deeptissue_three {
		background: url(../images/massage/larissa-neck.jpg) no-repeat;
	}		
	
a.ytt_free_large {
	font-size: 17px;
	color: #0066FF;
}

#ytt_intro_left {
	float: left;
	width: 260px;
}

#ytt_intro_right {
	float: right;
	border: solid #666666 1px;
	margin: 7px 10px 0 0;
}

h2.ytt_largetext {
	font-size: 22px;
}

#paypal_ender_left {
	float: left;
	width: 300px;
}

#paypal_ender_right {
	float: right;
	border: solid #666666 1px;
	margin: 5px 10px 0 0;
}

span.cheater {
	color: #fefefc;
}

h4.home_fussy {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

#temp_home_banner {
	float: right;
	
	width: 565px;
	height: 273px;
	
	margin: 5px 0 0 0;	
}

	
/* ................................................................. . . . . . . . footer */
#footer {	
	float: right;
	
	width: 563px;
	height: 30px;
	
	margin-top: 2px;
}

#footer ul li {
	float: left;
}

a.topofpage, .topofpage:visited {
	color: #0099CC;
	text-decoration: none;
	padding: 0 180px 0 110px;
}
a.topofpage:hover {
	text-decoration: overline;
}

a.login_logout, .login_logout:visited {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
a.login_logout:hover {
	text-decoration: none;
}

h2.home_largetext {
	font-size: 20px;
}

b.home_largesttext {
	font-weight: bold;
	font-size: 22px;
}

input.login {
	margin: 0 0 0 75px;
}
/* ................................................................. . . . . . . . /footer */

img.beyondthemat {
	float: left;
	margin: 0 10px 0 0;
	border: solid #666 1px;
}

h3.beyondthemat {
	padding-top: 0;
	margin-top: -10px;
}

 img.checkleft {
 	width: 225px;
	height: 245px;
	margin-left: 10px;
 }

 
 ul.yoga_therapy_benefits {
 	list-style-type: circle;
	width: 305px;
 }
 
 ul.yoga_therapy_benefits li {
 	padding: 3px 0;
 }
 
  ul.rmt_benefits {
 	list-style-type: circle;
	width: 260px;
	margin-left: 27px;
 }
 
 ul.rmt_benefits li {
 	padding: 6px 0;
 }
 
 img.checkright {
	margin-right: 10px; 	
 }
 
h2.yoga_basics {
 	font-size: 26px;
 }

 span.small_reg {
 	font-size: 12px;
 }
