/* reset styles v1.0 (modified) - curtesy of eric meyer @ http://meyerweb.com/ - thank you eric */
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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;border-spacing: 0;}
a { outline: 0; text-decoration: none; color: #004691; }
a:hover { text-decoration: underline; }

/* global */
body {
	background: #fff url('/img/bg.png') repeat-x 0 0;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #191919;
}
div#container {
	background: transparent url('/img/bg-container.png') no-repeat 0 0;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
div#header {
	height: 140px;
}
div#footer {
	clear: both;
	position: relative;
	padding: 0 0 5px;
	}
	.footer_l {
		float: left;
		width: 200px;
	}
	.footer_l img {
		float: left;
		padding: 0 5px 0 0;
	}
	.footer_r {
		padding: 20px 0 0;
		font-size: 12px;
		text-align: right;
		color: #004691;
	}
	#footer .copyright {
		color: #808080;
	}
	#footer .copyright a {
		color: #808080;
	}

/* selectors - index */
#header h1 {
	width: 366px;
	height: 100px;
	position: absolute;
	top: 0;
	right: -5px;
	background: transparent url('/img/h1.png') no-repeat 0 0;
	text-indent: -5000em;
}
#header h2 {
	position: absolute;
	top: 105px;
	right: 0;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #2B539E;
}
#index ul.nav {
	float: left;
	padding: 80px 0 0 90px;
	}
	#index ul.nav li {
		font-size: 24px;
		line-height: 46px;
	}
	#index ul.nav li a:hover {
		color: #92195F;
	}
	#index li.li-index a {
		font-weight: bold;
		text-decoration: underline;
	}
#index #content {
	margin-left: 415px;
	text-align: right;
}

#about-me ul.nav, #nst-bowen-therapy ul.nav, #metabolic-typing-diet ul.nav, #aromatherapy-hot-stone ul.nav {
	float: left;
	width: 220px;
	margin: 30px 0 0 0;
	}
	#about-me ul.nav li, #nst-bowen-therapy ul.nav li, #metabolic-typing-diet ul.nav li, #aromatherapy-hot-stone ul.nav li {
		font-size: 17px;
		line-height: 32px;
	}
	#about-me ul.nav li a:hover, #nst-bowen-therapy ul.nav li a:hover, #metabolic-typing-diet ul.nav li a:hover, #aromatherapy-hot-stone ul.nav li a:hover {
		color: #92195F;
	}
	#about-me li.li-about-me a, #nst-bowen-therapy li.li-nst-bowen-therapy a, #metabolic-typing-diet li.li-metabolic-typing-diet a, #aromatherapy-hot-stone li.li-aromatherapy-hot-stone a  {
		font-weight: bold;
		text-decoration: underline;
	}
#about-me #content, #nst-bowen-therapy #content, #metabolic-typing-diet #content, #aromatherapy-hot-stone #content {
	margin: 30px 0 0 240px;
	padding: 0 0 30px;
	/*min-height: 400px;*/
}
#about-me #content p, #nst-bowen-therapy #content p, #metabolic-typing-diet #content p, #aromatherapy-hot-stone #content p {
	padding: 0 0 10px;
}
#about-me #content h3, #nst-bowen-therapy #content h3, #metabolic-typing-diet #content h3, #aromatherapy-hot-stone #content h3 {
	padding: 0 0 20px;
	font-size: 30px;
	line-height: 26px;
	color: #194792;
	font-weight: normal;
}
#about-me #content h4, #nst-bowen-therapy #content h4, #metabolic-typing-diet #content h4, #aromatherapy-hot-stone #content h4 {
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 20px;
	color: #92195F;
	font-weight: normal;
}
#about-me #content ul, #nst-bowen-therapy #content ul, #metabolic-typing-diet #content ul, #aromatherapy-hot-stone #content ul {
	margin: 10px;
}
#about-me #content ul li, #nst-bowen-therapy #content ul li, #metabolic-typing-diet #content ul li, #aromatherapy-hot-stone #content ul li {
	margin: 0 0 0 25px;
	list-style-type: disc;
	padding: 0 0 5px;
}

.small_reg {
	font-size:50%;
	vertical-align: top;
}

.next { padding: 20px 20px 0 0;  }
.next a { font-size: 19px; background-color: #194792; display: inline-block; padding: 15px;  color: #fff; text-decoration: none; }
.next a:hover { background-color: #92195F; }


/* misc */
.img_r { float: right; padding: 10px; border: 1px solid #D5D5D5; background-color: #fff; margin: 0 0 20px 20px; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
