/**
 * $Header: /discyphor.com/css/base.css 9     12/09/08 5:27p Robinp2 $
 *
 * @name	base.css
 * @package	Discyphor.com
 * @author	Phil Robinson <phil.robinson@medtronic.com>
 * @version	$Revision: 9 $
 * @updated	$Modtime: 12/09/08 5:26p $
 */


/**
 * TYPOGRAPHY
 ******************************************************************************/
@import url(/css/reset.css);			/* reset browser defaults for total control */


body {
	font-size: 75%;						/* for text resizing in IE; 1em = .75 x 16px = 12px */
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 12px;					/* for text resizing in everything else */ 
}

body {
	background-color: #d5e1d3;
}


/**
 * LAYOUT & DESIGN
 *******************************************************************************
 * color palette:
 *
 * #d5e1d3 - sage green:	body background
 * #ffffff - white:			page container
 *
 * #bed2b1 - green:			main navigation box borders
 * #9ab887 - green:			main navigation links
 *
 * #666666 - gray:			content text, headings
 * #007baa - teal:			content links
 *
 * #999999 - gray:			footer text
 * #699ec7 - aqua:			footer links
 *
 ******************************************************************************/

html {
	overflow-y: scroll;					/* force vertical scrollbar: IE */
	height: 100%;						/* force vertical scrollbar: Mozilla-based */
	margin-bottom: 0.1em;
}


/* base page container
   ---------------------------------------------------------------------------*/
#page {
	width: 780px;
	margin: 10px auto 0;
	background-color: #fff;
	color: #666;
	text-align: left;					/* override from body for non-IE */
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em */ 
	font-size: 1em;						/* 12px */
}

#page a {
	color: #007baa;
	text-decoration: underline;
}

/* header container
   ---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 101px;
	margin: 0;
	background: transparent url(/img/bg_header.gif) repeat-x scroll 0 0;
}

#header h1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 101px;
}

#header h1 a {
	display: block;
	position: absolute;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
}

#header h1 a img {
	border: none;
}

#header h1 a#logo {
	top: 10px;
	right: 30px;
	width: 174px;
	height: 36px;
	background: transparent url(/img/header_logo_mdt.gif) no-repeat scroll 0 0;
}

#header h1 a#title {
	top: 40px;
	left: 20px;
	width: 420px;
	height: 39px;
	background: transparent url(/img/header_title.gif) no-repeat scroll 0 0;
}

#header h2 {
	display: none;
}


/* main page body container
   ---------------------------------------------------------------------------*/
#main {
	background: #fff;
}


/* main navigation
   ---------------------------------------------------------------------------*/
#nav-main {
	position: relative;
	float: left;
	width: 160px;
	margin: 25px 20px;
	padding: 0;
	background-color: #fff;

	/* Dustin Diaz Min-Height Fast Hack @ http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 572px;
	height: auto !important;
	height: 572px;

	/* fixes the "IE Doubled Float-Margin Bug" bug -- http://www.positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

#nav-main a {
	display: block;
	text-decoration: none;
}

/* sections */
#nav-main li {
	width: 158px;
	margin: 0 0 8px 0;
	border: 1px solid #bed2b1;

	/* fixes all sorts of border weirdness in IE6 */
	position: relative;
}

/* section headings */
#nav-main li h3 {
	padding: 0 0 0 6px;
	background: #bed2b1;
	color: #fff;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
}

#nav-main li#nav-home h3 {
	background-color: #fff;
	color: #999;
	line-height: 22px;
	font-size: 12px;
}

#nav-main li#nav-home a {
	color: #999;
}


/* sub-sections */
#nav-main li ul {
	padding-bottom: 1px;
}

#nav-main li li {
	margin: 0;
	border: none;
	border-top: 1px solid #bed2b1;
	line-height: 22px;
	font-size: 12px;

	/* fixes an IE6 hasLayout issue with lists */
	width: 158px;
}

/* sub-section headings */
#nav-main li li h4 {
	margin: 0;
	padding: 0 0 0 6px;
	color: #999;
	line-height: 22px;
	font-size: 12px;
}


/* links */
#nav-main li li ul {
	margin: 2px 0 0 6px;
}

#nav-main li li li {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	border: none;
	background: transparent url(/img/bg_nav-main_bullet.gif) scroll no-repeat 0 0;
	line-height: 12px;
	font-size: 11px;

	/* fixes an IE6 hasLayout issue with lists */
	width: 132px;
}

#nav-main li li li a {
	color: #9ab887;
	line-height: 12px;
	font-weight: bold;
	font-size: 11px;
}


/* specific navigation styles */
.product #nav-main li#nav-product ul,
.fad #nav-main li#nav-fad ul,
.links #nav-main li#nav-links ul,
.anatomy #nav-main li#nav-anatomy ul,
.health #nav-main li#nav-health ul,
.patientinfo #nav-main li#nav-patientinfo ul {
	display: block;
}

#nav-main li li ul { display: none; }
#nav-main li li.active ul { display: block; }


/* article, content containers
   ---------------------------------------------------------------------------*/
#article {
	position: relative;
	float: left;
	width: 560px;
	margin: 0 0;
}

/* article header */
#article-header {
	position: relative;
	width: 100%;
	height: 16px;
	margin: 6px 0 18px;
}

#article-header a {
	position:absolute;
	overflow: hidden;
	line-height: 16px;
	text-indent: -9000px;
}

a#link-print {
	right: 55px;
	width: 42px;
	background: transparent url(/img/icon_print.gif) no-repeat scroll left center;
}

a#link-email {
	right: 0;
	width: 47px;
	background: transparent url(/img/icon_email.gif) no-repeat scroll left center;
}

/* content */
#content {
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em */
	font-size: 1em;						/* 12px */

	/* Dustin Diaz Min-Height Fast Hack @ http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 538px;
	height: auto !important;
	height: 538px;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #666;
}

#content h2 {
	margin: 0 0 1em;					/* 18px = 18px/18px = 1em */
	line-height: 1em;					/* 18px = 18px/18px = 1em */ 
	font-weight: normal;
	font-size: 1.5em;					/* 18px = 18px/12px = 1.5em */ 
}

#content h3 {
	font-weight: bold;
	font-size: 1em;						/* 12px = 12px/12px = 1em */
}

#content p {
	margin-bottom: 1.5em;				/* 18px = 18px/12px = 1.5em; */
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em; */
	font-size: 1em;						/* 12px */
}

em, #content em {
	font-style: italic;
}

strong, #content strong {
	font-weight: bold;
}

#content ol, #content ul {
	margin: 1.5em 0;					/* 18px = 18px/12px = 1.5em; */
	padding: 0 0 0 3em;					/* 36px = 36px/12px = 3em; */
	font-size: 1em;						/* 12px */
}

#content ol { list-style-type: decimal; }
#content ul { list-style-type: disc; }

#content li {
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em; */
}

#content dl {
	margin: 1.5em 0;					/* 18px = 18px/12px = 1.5em; */
	font-size: 1em;						/* 12px */
}

#content dt {
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em; */
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;					/* 12px */
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em; */
}


/* generic form styles */
#content form {
	margin: 1em 0;
}

#content form h3 {
	margin: 1em 0 .5em;
}

#content form p {
	margin: 1em 0;
	line-height: 1.5em;
}

#content form label {
	color: #666;
	font-weight: bold;
}

#content form input {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

#content form textarea {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

#content form #btnSubmit {
	clear: both;
	margin: 1em 0;
}

#content form table {
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
}

#content form table td {
	padding: 3px;
}

#content form table td label {
	display: block;
	text-align: right;
}


/* message styles */
#message {
	width: 75%;
	margin: 2em 0;
	padding: 0 1em;
	background-color: #eee;
	border: 1px solid #999;
	line-height: 1.5em;
	font-size: 1em;
}

#message.hide { display: none; }
#message.show { display: block; }

#message.error {
	background-color: #ffe8e8;
	border-color: #936;
}
#message h3 {
	line-height: 2em;
}


/* misc. styles */
.disclaimer {
	font-style: italic;
}


/* article footer */
#article-footer {
	margin: 12px 0 6px;
	padding: 0;
	color: #999;
	font-weight: bold;
	font-size: .75em;					/* 9px = 9px/12px = .75em */
}

#article-footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#article-footer li {
	margin: 4px;
	padding: 0
}

#article-footer #published	{ float: left; }
#article-footer #updated	{ float: right; }


/* footer container
   ---------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 12px 30px;
	background-color: #d5e1d3;
	border-top: 4px solid #a5d7ff;
	text-align: center;
	font-size: .917em;					/* 11px = 11px/12px = .917em */
}

#footer a {
	color: #699ec7;
	text-decoration: none;
}

/* miscellaneous
   ---------------------------------------------------------------------------*/
/* self-clearing floats; replaces .clearfix classes */
#main:after,
#article-footer ul:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

span.ordinals {
	color: #BED2B1;
	font-weight: bold;
	font-size: 130%;
}