/* RESET (Based on Eric Meyer's 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; vertical-align: baseline; background: transparent; }
	body 					{ line-height: 1; }
	ol, ul 					{ list-style: none; }
	blockquote, q 			{ quotes: none; }
	table 					{ border-collapse: collapse; border-spacing: 0; }


/* LAYOUT */

/* Body */

	body					{ margin: 0; background: #fff; }
	.inner					{ width: 826px; margin: 0 auto; }
	
/* Header */

	#header					{ background: url(../images/layout/header_bg.png) top repeat-x; }
	#header_b				{ background: url(../images/layout/header_bg_b.png) top center no-repeat; }
	#header .inner			{ background: #fff url(../images/layout/header_bg_inner.png) 8px 0 no-repeat;
							  height: 118px; padding: 8px; padding-top: 0; overflow: hidden;
							  position: relative; } 
	#header, #header a		{ }
	#header	img				{ margin: 0; border: 0; }
	
	#header #logo			{ display: block; width: 483px;
							  margin: 27px auto 0 auto; }
	
/* Navigation */

	#nav					{ position: absolute; bottom: 8px; left: 8px; width: 826px;
							  border-bottom: 1px solid #b8c2b9; overflow: hidden; }
	#nav ul					{ list-style: none; margin: 0; padding: 0; overflow: hidden;
							  margin: 0 0 0 76px;  }
	#nav li					{ float: left; margin: 0; padding: 0;
							  background: url(../images/layout/nav_divider.png) bottom left no-repeat; }
	#nav li.first-child		{ padding-left: 0; background: transparent; }
	#nav a					{ font-weight: bold; text-transform: lowercase; font-size: 1.333em;
							  text-decoration: none; padding: 7px 10px; display: block; }
	#nav a:hover, 
	#nav a:focus, 
	#nav a:active, 
	#nav li.active a		{ color: #000; }

/* Strip */

	#strip					{ background: #648164; height: 251px; }
	#strip .inner			{ position: relative; padding: 0; width: 842px; }
	#strip .inner img		{ position: absolute; margin: 0; top: 0; left: 0; }
	
/* Main */

	#main					{ background: url(../images/layout/main_bg.png) top repeat-x; }
	#main_b					{ background: url(../images/layout/main_bg_b.png) top center no-repeat; }

/* Content */

	#content				{ background: #fff url(../images/layout/main_bg_inner.png) 8px 8px no-repeat;
							  min-height: 500px; padding: 8px 8px 28px 8px; overflow: hidden;
							  position: relative; } 
							  
	.left, .right			{ float: left; }
	.left					{ width: 486px; padding: 20px 20px 0 20px; clear: both; }
	.right					{ width: 270px; padding: 15px 15px 0 15px; }
	  
	 #surgeons .left		{ width: 378px; padding-right: 30px; }
	 #surgeons .right		{ width: 378px; padding: 20px 20px 0 0; }
	 
	  
/* Footer */

	#footer					{ padding: 0 8px 40px 8px; overflow: hidden; background: #fff; }
	#footer, #footer a		{ color: #999999; }
	#footer a				{ text-decoration: none; }
	#footer a:hover			{ text-decoration: underline; }
	#footer p				{ margin: 0; font-size: 0.8em; }
	
	#copyright 				{ float: left; }
	#copyright a			{ text-transform: lowercase; }
	#proworx 				{ float: right; }


/* TEXT */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }

	h1, h2, h3, h4, h5, h6	{ font-weight: normal; color: #618561; }
	h1						{ font-size: 2.0em; }
	h2						{ font-size: 1.8em; }
	h3						{ font-size: 1.6em; }
	h4						{ font-size: 1.4em; }
	h5						{ font-size: 1.2em; }
	h6						{ font-size: 1.0em; font-weight: bold; }

	p						{ }
	p.big					{ font-weight: bold; font-size: 1.166em; }
	
	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; color: #618561; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #618561; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	caption					{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }

/* Line Heights */

	h1, h2, h3, h4, h5, h6	{ line-height: 1.2; }
	p, li, dt, dd, 
	td, th,	caption			{ line-height: 1.4; }
	pre						{ line-height: 1.2; }

/* Margins */

	h1, h2, h3, h4, h5, h6	{ margin: 1em 0 0 0; }
	p, ul, ol, dl, pre, 
	blockquote				{ margin: 1em 0 0 0; }
	blockquote				{ margin-left: 2em; margin-right: 2em; }

	ul, ol					{ padding-left: 2em; overflow: hidden; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; margin-bottom: 0; }
	
	dd 						{ margin-left: 2em; }

	.top					{ margin-top: 0 !important; }
	.top_h1					{ margin-top: 2.0em !important; }
	.top_h2					{ margin-top: 1.8em !important; }
	.top_h3					{ margin-top: 1.6em !important; }
	.top_h4					{ margin-top: 1.4em !important; }
	.top_h5					{ margin-top: 1.2em !important; }
	.top_h6					{ }

/* Text Alignment */

	.text_center			{ text-align: center; }
	.text_left				{ text-align: left; }
	.text_right				{ text-align: right; }
	.text_justify			{ text-align: justify; }

/* List Styles */

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }
	
	
/* IMAGES & MEDIA */

	img, object, .object	{ display: block; margin: 1.3em auto 0 auto; }


/* OBJECTS */

	.object					{ margin: 1em auto; }
	
	.object_standard		{ width: 177px; border-bottom: 1px solid #527559; }
	.object_standard .logo	{ margin: 8px 0; }
	.object_standard .image	{ position: relative; }
	.object_standard .image p
							{ position: absolute; right: 190px; bottom: 0; margin: 0;
							  font-size: 0.8em; white-space: nowrap; text-align: right; }

	.object img,
	.object object, 
	.object table			{ margin: 0; border: 0; float: none; }

/* Alignment */
	
	.object_center			{ margin-left: auto; margin-right: auto; clear: both; }
	.object_left			{ margin-left: 0; margin-right: auto; clear: both; }
	.object_right			{ margin-left: auto; margin-right: 0; clear: both; }
	.object_float_left		{ margin-left: 0; margin-right: 1.5em; float: left; }
	.object_float_right		{ margin-left: 1.5em; margin-right: 0; float: right; }


/* TABLES  */

	table					{ width: 100%; margin: 1em 0; }
	th, td 					{ padding: 2px 0; vertical-align: top; border: 0 solid #ddd; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot th, tfoot td		{ border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }
	
	tbody tr:hover td		{ background-color: #eee; }

	caption					{ caption-side: bottom; }


/* FORMS */

/* Layout */

	form					{ margin: 1em 0; border: 1px solid #eee; border-top: 0; }
	fieldset				{ margin: 0; padding: 0 20px 20px 20px; border-top: 1px solid #eee;  }
	legend					{ font-size: 1.2em; background: #fff; }

	fieldset .row			{ margin-top: 1em; overflow: hidden; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1;
							  margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

/* Inputs */

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	optgroup				{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.pre			{ font-family: Consolas, "Courier New", Courier, monospace; }

	input.type_text,
	input.type_password,
	select, optgroup, 
	option, textarea		{ text-rendering: optimizeSpeed; }

	optgroup				{ font-style: normal; font-weight: bold; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 1px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
/* Input Sizes */

	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }


/* HORIZONTAL RULES */

	.rule					{ border-top: 1px solid #eee; margin: 1em 0; }
	.rule hr				{ display: none; }
	

/* DOWNLOADS */

	#downloads				{ margin: 1em 0 0 0; }
	#downloads h2			{ background: #9db1a1; color: #fff; font-weight: bold; margin: 1px 0 0 0;
							  padding: 4px 8px; font-size: 1em; cursor: pointer; }
	#downloads h2 .number	{ float: right; color: #dae7dd; font-weight: normal; }
	#downloads h2:hover, 
	#downloads h2.active	{ background: #618561; color: #fff; }
	#downloads div			{ background: #f0f3f1; overflow: hidden; }
	#downloads p			{ padding: 8px; }
	#downloads a.pdf		{ display: block; float: right; background: url(../images/layout/pdf.png) top no-repeat;
							  padding: 35px 0 0 0; margin: 16px 8px 8px 16px; }
							  
	#downloads .videos		{ padding-top: 0; margin-top: 0; }
