/* css reset http://meyerweb.com/eric/tools/css/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 {
	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;
}

/* 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;
}

.clear {
	clear: both;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dotted #555555;
}

/* site */
body {
	background: rgb(209,220,213);
	color: black;
	font: normal 14px/17px "Helvetica Neue", helvetica, arial, sans-serif;
}

#tp {
	background: transparent url('/i/bg-top.gif') no-repeat center top;
	margin: 0 auto;
	height: 40px;
	width: 940px;
	padding: 0 20px;
}

#container {
	clear: both;
	position: relative;
	background: transparent url('/i/bg-middle.gif') repeat-y center top;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	position: relative;
	width: 940px;
	height: 215px;
	padding: 0;
	margin: 0 auto;
	background: transparent url('/i/bg-header.jpg') no-repeat 360px 20px;
}
	#header h1 a {
		position: absolute;
		top: 50px;
		left: 10px;
		width: 320px;
		height: 90px;
		background: url('/i/h1.png') no-repeat 0 0;
		text-indent: -5000em;
	}
	#header img {
		position: absolute;
		top: -10px;
		right: 10px;
	}
	#header ul {
		position: absolute;
		right: 250px;
		bottom: 10px;
		text-align: right;
	}
	.tel, .email {
		font-weight: bold;
		color: rgb(66,119,133);
		line-height: 19px;
		padding-bottom: 5px;
	}
	.tel {
		display: inline;
		padding-left: 24px;
		background: url('/i/tel.png') no-repeat 0 0;
	}
	.email {
		display: inline;
		padding-left: 24px;
		background: url('/i/email.png') no-repeat 0 0;
	}
		.email a { color: rgb(66,119,133); }
	.strap {
		color: rgb(102,138,0);
		line-height: 19px;
		padding: 5px 0 10px;
	}

ul#nav {
	position: relative;
	background: rgb(194,204,198);
	height: 32px;
	width: 900px;
	margin: 0 10px 0 10px;
	padding: 0 10px;
}
	ul#nav li {
		display: inline;
	}
	ul#nav li a {
		float: left;
		color: rgb(255,255,255);
		text-decoration: none;
		font-size: 20px;
		line-height: 32px;
		padding: 0 16px;
	}
	ul#nav li a:hover {
		background: rgb(160,174,165);
	}
	ul#nav li.current a {
		background: rgb(185,195,189);
	}

#aside {
	position: relative;
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
}
	#aside ul {
		margin: 0 0 0 15px;
		list-style-type: disc;
	}
	#aside ul li {
		padding: 0 0 5px;
		color: rgb(66,119,133);
	}
	#aside ul li a {
		font-size: 17px;
		line-height: 25px;
		color: rgb(66,119,133);
		text-decoration: none;
	}
	#aside ul li a:hover {
		text-decoration: underline;
	}
	#aside ul li.current a {
		font-weight: bold;
		color: rgb(102,138,0);
		text-decoration: underline;
	}

#content {
	position: relative;
	margin: 0 10px 0 240px;
	padding: 20px 20px 20px;
	background: rgb(247,249,247);
}
	#content p {
		padding: 0 0 10px;
		line-height: 20px;
		text-align: justify;
	}
	#content h2 {
		font:bold 28px/32px "Helvetica Neue", helvetica, arial, sans-serif;
		padding: 0 0 10px;
	}
	#content h3 {
		display: block;
		padding: 15px 10px;
		background: rgb(255,255,255);
		font: normal 18px/22px "Helvetica Neue", helvetica, arial, sans-serif;
		margin: 0 0 20px;
		color: rgb(66,119,133);
	}
		#content h3 strong {
			color: rgb(102,138,0);
			font-weight: bold;
		}
	#content h4 {
		font: normal 18px/24px "Helvetica Neue", helvetica, arial, sans-serif;
		padding: 10px 0 10px;
		color: rgb(66,119,133);
	}
		#container #content h4 a {
			color: rgb(66,119,133);
		}
	#content h5 {
		font-weight: bold;
		padding: 0 0 10px;
	}
	#content ul {
		padding: 0 0 20px 25px;
	}
		#content ul li {
			list-style-type: disc;
			margin: 0 0 5px;
		}
	#content ol {
		padding: 0 0 20px 25px;
	}
		#content ol li {
			list-style-type: decimal;
			margin: 0 0 5px;
		}
	#content a:link, #content a:visited {
		color: #262626;
		text-decoration: underline;
	}
	
	
	#content blockquote {
		margin: 10px auto;
		width: 620px;
		padding: 10px;
		border-left: 5px solid #A9D70B;
		background-color: rgb(255,255,255);
		color: rgb(102,138,0);
	}
	#content blockquote p {
		font-style: italic;
	}
	#content blockquote cite {
		display: block;
		font-weight: normal;
		text-align: right;
	}
	
	.bqstart {
		font-family: "Times New Roman", serif;
		float: left;
		height: 45px;
		margin-top: -20px;
		padding-top: 45px;
		margin-bottom: -30px;
		margin-right: 10px;
		font-size: 650%;
		font-style: normal;
	}

	.bqend {
		font-family: "Times New Roman", serif;
		float: right;
		height: 25px;
		margin-top: 0px;
		padding-top: 45px;
		margin-left: 10px;
		font-size: 650%;
		font-style: normal;
	}
	
	
	#content .next a {
		display: block;
		width: 390px;
		padding: 15px 10px;
		background: rgb(255,255,255);
		font: bold 18px/22px "Helvetica Neue", helvetica, arial, sans-serif;
		margin: 0 0 0;
		color: rgb(66,119,133);
		text-decoration: none;
	}
	
	div.photo-l, div.photo-r {
		text-align: center;
		padding: 5px;
		background: rgb(255,255,255);
		color: rgb(102,138,0);
		width: 220px;
	}
		#content div.photo-l p, #content div.photo-r p {
			padding: 5px;
			font-size: 11px;
			line-height: 17px;
		}
	div.photo-l {
		float: left;
		margin: 5px 20px 10px 0;
	}
	div.photo-r {
		float: right;
		margin: 5px 0 20px 20px;
	}
	#content p.welcome_box {
		padding: 10px;
		background: #fff;
	}
	#metabolic-balance #content h3 {
		margin: 0;
	}
	#content p.fo_box {
		padding: 0 10px 10px;
		margin: 0 0 20px;
		background: #fff;
	}
	#content p.indented-text {
		margin-left: 250px;
	}
	#content p.indented-text2 {
		margin-left: 250px;
	}

#footer {
	clear: both;
	position: relative;
	padding: 30px 0 20px;
	text-align: center;
}
	#footer p {
		padding: 0 0 10px;
		font: normal 12px/16px "Helvetica Neue", helvetica, arial, sans-serif;
	}
	.logos {
		position: absolute;
		top: 50px;
		right: 20px;
		width: 130px;
	}
	.logos img {
		display: block;
	}
	
	
#bt {
	background: transparent url('/i/bg-bottom.gif') no-repeat center top;
	margin: 0 auto;
	height: 40px;
	width: 940px;
	padding: 0 20px;
}

#copyright {
	padding: 10px 0 20px 0;
	text-align: center;
	color: rgb(255,255,255);
}
	#copyright a {
		color: rgb(255,255,255);
	}
/* form */

#newsletter_container {
	margin: 20px 0 15px;
	padding: 10px;
	background: rgb(255,255,255);
}

#newsletter_container h3 {
	color: rgb(102,138,0);
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 10px;
	/*text-align: center;*/
}
	#newsletter_container h3 span {
		display: block;
		color: rgb(66,119,113);
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		padding: 5px 0;
	}
	p.required {
		padding: 5px 0 0;
		color: rgb(102,138,0);
	}

form {
	
}
form legend {
	font:bold 28px "Helvetica Neue", helvetica, arial, sans-serif;
	margin: 0 0 10px;
	line-height: 28px;
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
}
form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	color: rgb(102,138,0);
	font-size: 12px;
	font-weight: bold;
}
form p { position: relative; margin: 0 0 0px;}
form p br {display: none;}
form fieldset p input, form fieldset p textarea {
	padding: 7px;
	width: 174px;
	margin: 0 0 10px;
}
form fieldset p label {
	display: block;
	margin: 0 5px 5px 0;
	padding: 0;
	color: rgb(102,138,0);
	font-size: 12px;
}
form fieldset p textarea, form fieldset p input {
	border: solid 1px #ccc;
	background: #fff;
}
.sendbutton {
	font: bold 16px "Helvetica Neue", helvetica, arial, sans-serif;
	background: rgb(224,90,89) url('/i/bg-submit.png') repeat-x 0 0;
	border: solid 1px rgb(224,90,89);
	cursor:pointer;
	width: 190px;
	padding:5px 0;
	color: rgb(255,255,255);
	text-align: center;
}
span.error {
	/*font-size: 12px;*/
	color: #e02626;
	font-weight: bold;
}
div#form_feedback {
	
}
#content-r p.form_errors, #content-r p.form_success {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0;
	padding: 5px 0 5px 58px;
	height: 45px;
	font-weight: bold;
}

#errors {
	margin: 0 0 5px;
}
	div.message p {
		padding: 0 0 10px;
		color: rgb(102,138,0);
	}
	div.message p span {
		padding: 5px 0 0;
		display: block;
	}