@charset "utf-8";
:focus {
	outline: 0;
}
/* CSS Document */

body {
	background-color: #BFD5E1;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1em 0 0 0;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #999999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin: 0;
	padding: 10px 20px 20px 20px;
	text-shadow: #000 0px 0px 0px;
}
h2 {
	font-size: 2em;
	color: #185398;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 1em;
	text-shadow: #000 0px 0px 0px;
}
h3 {
	color: #198438;
	font-weight: bold;
	font-size: 1.4em;
}
h4 {
	font-weight: bold;
	color: #333333;
	font-size: 1em;
}
h5 {
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
}




p {
	margin-bottom: 1em;
	margin-top: 0px;
}

/* @group quotation */

blockquote {
	background-image: url(../images/quote-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 30px 0;
	padding: 0 30px;
	font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #787878;
}
blockquote p.speaker {
	font-size: 13px;
	font-style: italic;
}

/* @end */


a {
	color: #0066B3;
	text-decoration: none;
}
a:visited {
	color: #506F85;
}

a:hover {
	color: #5cb9ff;
}




#container {
	width: 964px;
	margin: 5px auto 10px auto;
}
#header {
	padding: 5px 0;
}

/* @group mainMenu */

#mainMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu li {
	display: inline;
}

#mainMenu li a {
	display: block;
	float: left;
	height: 44px;
	width: 120px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#mainMenu li a span {
	display: none;
	line-height: 44px;
	padding: 10px;
}
#mainMenu li.mm-home a {
	padding-left: 2px;
	background: url(../images/mainmenu.png) no-repeat 0 0;
}
#mainMenu li.mm-home a:hover {
	background-position: 0 -44px;
}
#mainMenu li.mm-estore a {
	background: url(../images/mainmenu.png) -122px 0;
}
#mainMenu li.mm-estore a:hover {
	background-position: -122px -44px;
}
#mainMenu li.mm-products a {
	background: url(../images/mainmenu.png) -242px 0;
}
#mainMenu li.mm-products a:hover {
	background-position: -242px -44px;
}
#mainMenu li.mm-clinicalstation a {
	background: url(../images/mainmenu.png) -362px 0;
}
#mainMenu li.mm-clinicalstation a:hover {
	background-position: -362px -44px;
}
#mainMenu li.mm-qa a {
	background: url(../images/mainmenu.png) -482px 0;
}
#mainMenu li.mm-qa a:hover {
	background-position: -482px -44px;
}
#mainMenu li.mm-downloads a {
	background: url(../images/mainmenu.png) -602px 0;
}
#mainMenu li.mm-downloads a:hover {
	background-position: -602px -44px;
}
#mainMenu li.mm-about a {
	background: url(../images/mainmenu.png) -722px 0;
}
#mainMenu li.mm-about a:hover {
	background-position: -722px -44px;
}

#mainMenu li.mm-contact a {
	padding-right: 2px;
	background: url(../images/mainmenu.png) no-repeat -842px 0;
}
#mainMenu li.mm-contact a:hover {
	background-position: -842px -44px;
}

/* @end */

/* @group subMenu */

#submenu {
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 10px 20px;
	background-color: #cccccc;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	line-height: 20px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 1em;
	text-shadow: #fff 0 1px 0;
	padding-right: 5px;
	padding-left: 5px;
}

#submenu a:link, #submenu a:visited {
	color: #666;
}

#submenu a:hover {
	color: #3f3f3f;
}

#submenu a:active {
	color: #185398;
}

/* @end */

#body {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}
#bodyTop {
	background-image: url(../images/body-bg-top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
	margin: 6px auto 0 auto;
}
#bodyBottom {
	background-image: url(../images/body-bg-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
	margin: 0 auto;
}
#content {
	padding: 20px;
}

/* @group twoColWrapper */

#twoColWrapper {
	background-image: url(../images/bodysidemenu-bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 960px;
}
#twoColWrapper #sideMenu {
	width: 240px;
	float: left;
	display: inline;
}
#twoColWrapper #sideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twoColWrapper #sideMenu ul li a {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 200px;
	background-image: url(../images/sidemenu-button-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #747474;
	font-size: 13px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
}
#twoColWrapper #sideMenu ul li a:hover {
	color: #0066b3;
	background-position: 0px -40px;
}
#twoColWrapper #sideMenu ul li.active a {
	background-position: 0px -80px;
	color: #000000;
}
#twoColWrapper #content {
	width: 680px;
	float: left;
	padding: 20px;
}

/* @end */

/* @group nextPrev */

ul.nextPrev {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	list-style-type: none;
	margin: 20px 0px 0px;
	padding: 0px;
	clear: both;
}
ul.nextPrev li {
	*float:left;
}
ul.nextPrev li a {
	line-height: 40px;
}
ul.nextPrev li.prev  a {
	background-image: url(../images/bullet-arrow-left.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	float: left;
}
ul.nextPrev li.next a {
	background-image: url(../images/bullet-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
	float: right;
}

/* @end */

/* @group breadcrumbs */

#breadcrumbs {
	background-image: url(../images/breadcrumbs-bg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 960px;
	font-size: 11px;
	line-height: 30px;
	color: #333333;
	margin: 0 auto;
	padding: 0;
}
#breadcrumbs ul {
	margin: 0 5px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#breadcrumbs ul li {
	padding-left: 20px;
	background-image: url(../images/breadcrumbs-pointer.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: block;
	margin-right: 5px;
}
#breadcrumbs ul li.firstBreadcrumbs {
	background-image: none;
	padding-left: 10px;
}
#breadcrumbs ul li a {
	display: block;
	float: left;
	color: #747474;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	color: #0066b3;
}

/* @end */

/* @group footer */

#footerTop {
	width: 960px;
	background-image: url(../images/footer-bg-top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 10px auto 0 auto;
}

#footer {
	width: 920px;
	background-image: url(../images/footer-bg.png);
	margin: 0 auto;
	padding: 10px 20px;
	line-height: normal;
	font-size: 11px;
}
#footer img.footerLogo {
	margin-left: -5px;
}
#footer div.footerLinks ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
#footer div.footerLinks ul li {
	display: inline;
	margin-left: 15px;
}
#footer div.footerLinks img {
	margin-left: 15px;
	vertical-align: text-top;
}



#footerBottom {
	width: 960px;
	background-image: url(../images/footer-bg-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 auto;
}
#footer div.footerLinks {
	float: right;
	width: 550px;
	text-align: right;
}

/* @end */

/* @group topic */

#topic {
	margin: 0px;
	padding: 0 0 20px 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	overflow: auto;
	width: 920px;
}
#topic a {
	display: block;
	float: left;
	width: 440px;
	line-height: 20px;
	padding-left: 20px;
	color: #777;
}
#topic a:visited {
	background-image: url(../images/bullet-tick.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#topic a:hover {
	color: #333333;
}

/* @end */
#reference {
	clear: both;
	margin-top: 40px;
	font-size: 0.8em;
	color: #999999;
	line-height: normal;
}

#reference h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#reference li {
	margin-bottom: .5em;
}

#medLegend {
	width: 200px;
	float: right;
	margin: 20px 0 20px 20px;
	padding: 20px;
	background-color: #eee;
}

div.captionBox {
	text-align: center;
	clear: both;
	font-style: italic;
	line-height: normal;
	font-size: 0.75em;
}

/* @group table */

table {
	font-size: 0.9em;
	line-height: normal;
}
table caption {
	font-style: italic;
	line-height: normal;
}
table th, table td {
	padding: 2px 0.5em;
}
table th {
	color: #FFFFFF;
	background-color: #a7a7a7;
}

table td {

}
table ul, table ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* @end */

/* @group zebra table */

table.zebraTable {
	border-collapse: collapse;
	border-spacing: 0;
	background-image: url(../images/zebra-table-stripe.png);
	background-color: #ededed;
}
table.zebraTable td {
	background: none;
}
table.zebraTable th, table.zebraTable td {
	height: 20px;
	line-height: 20px;
	padding: 2px 0.5em;
}

/* @end */

/* @group nutrition table */

table.nutritionTable {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
}

table.nutritionTable caption {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0.5em;
}

table.nutritionTable tr {
	border-bottom: 1px solid #808080;
	text-align: left;
}

table.nutritionTable th {
	text-align: left;
	width: 300px;
}

table.nutritionTable th, table.nutritionTable td {
	padding: 0 2px;
	background: none;
	color: #666;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

table.nutritionTable td {
	text-align: right;
}

table.nutritionTable th.nutritionCategory {
	font-weight: bold;
	color: #000;
	border-top: 1em solid #000;
}


/* @end */

a.textButton {
	background-image: url(../images/bullet-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
	line-height: 20px;
}
.warning {
	color: #CC0000;
}

.referenceSource {
	padding-top: 1em;
	padding-bottom: 1em;
	font-style: italic;
	font-size: 0.8em;
}

.specialWriteUp {
	padding: 2em;
	background-color: #f1f1f1;
}

.titleAndList h2 {
	padding-bottom: 0;
}
.productHighlight {
	float: left;
	width: 460px;
	height: 250px;
}

#productList {
	background-image: url(../images/subpanel-5-col-base.png);
	clear: both;
	height: 420px;
}

#productList div {
	width: 184px;
	height: 210px;
	margin: 0;
	padding: 0;
	float: left;
}

/* @group columns in 960px */

#container #body #content div.column2 {
	width: 450px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#container #body #content div.column3 {
	width: 293px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#container #body #content div.first {
	margin-left: 0;
}

/* @end */

/* @group columns in 680px */

#container #body #twoColWrapper #content div.column2 {
	width: 330px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#container #body #twoColWrapper #content div.column3 {
	width: 213px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#container #body #twoColWrapper #content div.first {
	margin-left: 0;
}

/* @end */

/* @group sub panel 3 column */

div.subPanel3Col {
	width: 690px;
	margin: 0;
	font-size: 11px;
	line-height: normal;
	float: left;
	display: inline;
}

div.subPanel3Col h2 {
	margin: 0;
	padding: 0;
}

div.subPanel3Col div.subPanelBody {
	background: url(../images/subpanel-3-col-base.png) repeat-y;
}

div.subPanel3Col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.subPanel3Col li {
	width: 190px;
	height: 120px;
	padding: 20px;
	display: block;
	float: left;
}

div.subPanel3Col li h3 {
	font-size: 13px;
	line-height: 1em;
	padding: 0;
	height: 3em;
	margin-bottom: 1em;
}

div.subPanel3Col li h3 a {
	color: #000;
}

div.subPanel3Col li h3 a:hover {
	color: #0066B3;
}

div.subPanel3Col li img.download {
	margin-top: 1em;
}

div.subPanel3Col li img.img-right {
	margin: 0;
}

/* @end */

/* @group sub panel list */

div.subPanelList {
	width: 210px;
	float: left;
	display: inline;
	margin-left: 20px;
}

div.subPanelList h3 {
	padding: 0 10px;
	margin: 0;
	display: block;
	background-image: url(../images/subpanel-titlebg-210.png);
	line-height: 30px;
	color: white;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div.subPanelList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.subPanelList ul li {
	background-image: url(../images/subpanel-bg-210.png);
}

div.subPanelList ul li.last {
	background-position: 0 -40px;
}

div.subPanelList ul li a {
	height: 26px;
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	padding: 7px 10px;
}

div.subPanelList ul li a:hover {
	color: #0066B3;
}

/* @end */
