
/*------------------------General HTML definitions-------------------*/

body {
	/* Centers the web site */
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	/*Edit the below items for background and color of the entire page*/ 
	background-color:#AAAAAA;

/*	background-image:url(images/background.jpg);
	background-repeat:repeat-x;*/
}
em{
	display:none;
}

/*Defines the Format(font,font-size,color,etc.) for the H1 tag*/
h1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px;
	color:#005596;
}

h2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#00A950;
}

h3{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:100;
	color:#F7931E;
}

/*Prevents any image that is a link from being displayed with a blue link border*/
a,img {
	outline:none;
	border:0px;
	text-decoration:none;
	color:#000000;
}

/*-----------------------Layout Containers----------------------------*/
#container {
	font-family: Arial, Helvetica, sans-serif; 
	position:relative;
	display: block;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height: 100%;
	background-color:#FFFFFF;
	border:#000000 solid 1px;
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-y;
}
#header {
	position:relative;
	height:110px;
	width:750px;
	
}
#content_container {
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#535456;

}

#column_left {
	float:left;
	text-align:left;
	margin-right:15px;
	margin-top:0px;
	margin-left:0px;
	width:172px;
}

#column_right {
	float:left;
	display:block;
	margin-top:0px;
	padding-bottom:30px;
	width:430px;
	background-color:#FFFFFF;
}
#column_right a,link,visited {
	color:#3d58a7;
	text-decoration:none;
}
#column_right a:hover {
	color:#3d58a7;
	text-decoration:underline;
}
#column_right_products {
	float:left;
	display:block;
	margin-top:0px;
	padding-bottom:30px;
	width:430px;
	background-color:#FFFFFF;
}
#column_right_alt {
	float:left;
	display:block;
	margin-top:0px;
	padding-bottom:30px;
	width:520px;
	background-color:#FFFFFF;
}

#column_right_alt a,link,visited {
	color:#3d58a7;
	text-decoration:none;
}
#column_right_alt a:hover {
	color:#3d58a7;
	text-decoration:underline;
}

#site_search {
	position:absolute;
	top:110px;
	font-size:12px;
	width:175px;
	height: 28px;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	
}
#marketsAlign {
	text-align:center;
}
#catalog {
	position:absolute;
	left:620px;
	top:200px;
	vertical-align:top;
}
#nav  {
	position:relative;
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	width:750px;
	height:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	z-index:1;
}

/*----------Padding tab----------------*/
#nav_padding {
	position:absolute;
	display:block;
	left:175px;
	top:4px;
}

#nav_padding a {
	font-weight: bold;
	display: block; 
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	width:241px; 
}
#nav_padding a:hover {
	color:#3d58a7;
}
#nav_padding.selected a{
	color:#3d58a7;	
}

#nav_padding ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}

#nav_padding ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #514b4a;
	white-space: nowrap;
}

/*----------Home tab----------------*/
#nav_home {
	position:absolute;
	display:block;
	left:415px;
	top:4px;
	bottom: 5px;
	font-weight:bold;
}

#nav_home a {
	font-weight: bold;
	display: block; 
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	width:70px; 
	font-weight:bold;
}
#nav_home a:hover {
	color:#3d58a7;
}
#nav_home.selected a{
	color:#3d58a7;	
}

/*-----------About tab--------------*/

#nav_about {
	position:absolute;
	display:block;
	left:460px;
	top:4px;
	font-weight:bold;
}

#nav_about a {
	display: block; 
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}

#nav_about a:hover {
	color:#3d58a7;
}

#nav_about.selected a{
	color:#3d58a7;	
}
/*---------Product tab-------------*/

#nav_products {
	position:absolute;
	display:block;
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	left:528px;
	top:4px;
	font-weight:bold;
}

#nav_products a {
	display: block;
	font-weight:bold;
}

#nav_products a:hover {
	color:#3d58a7;
}
#nav_products.selected a{
	color:#3d58a7;	
}

/*---------Markets tab-----------*/

#nav_markets {
	position:absolute;
	display:block;
	left:605px;
	top:4px;
}

#nav_markets a {
	display: block; 
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}

#nav_markets a:hover {
	color:#3d58a7;
	font-weight:bold;
}
#nav_markets.selected a{
	color:#3d58a7;	
}
/*--------Events tab -----------*/

#nav_events {
	position:absolute;
	display:block;
	left:670px;
	top:4px;
	font-weight:bold;
}

#nav_events a {
	display:block; 
	background-image: url(images/NavBar_Background.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}

#nav_events a:hover {
	color:#3d58a7;
}
#nav_events.selected a{
	color:#3d58a7;	
}
/*---------Shared tab functionality---------*/
/*  Be careful editing these items they control 
	the behaviour of the tabbed menu display */
#nav_home ul li,	
#nav_about ul li,
#nav_products ul li,
#nav_markets ul li,
#nav_events ul li{
	width:80px;
}

#nav_home ul li a,
#nav_about ul li a,
#nav_products ul li a,
#nav_markets ul li a,
#nav_events ul li a{
	text-align:center;
	border-top: solid 1px #ffffff;
	color:#3d58a7;
	font-weight:bold;
	font-size:10px;
	display: block; 
	width:80px; 
	height:15px;
}
#nav_home.selected ul li a:hover,
#nav_about.selected ul li a:hover,
#nav_about.selected ul li a:hover,
#nav_products.selected ul li a:hover,
#nav_markets.selected ul li a:hover,
#nav_events.selected ul li a:hover{
	width:80px;
}


/*----------------------------Footer----------------------------*/
#footer {
	clear:both;
	position:relative;
	width:750px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	background-color:#A9A3A1;
	overflow:auto;
}
#footer_text{
	font-size:10px;
	text-align:center;
	padding-top:10px;
}
#footer a,link,visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000000;
	text-decoration:none;
	margin-bottom:-60px;
}
#footer a:hover {
	text-decoration:underline;
}
/*----------------Utility Classes--------------*/
.conText {
	font-size:10px;
}

.italicText {
	font-style:italic;
}

.noborders {
	border-style:none;
	border: 0px;
}

.boldText {
	font-weight:bold;
}

.imgfloatLeft {
	margin-left:0px;
	margin-right:10px;
	float:left;
	border-style:none;
	border: 0px;
}

.imgfloatRight {
	margin-left:12px;
	margin-right:10px;
	float:right;
	border-style:none;
	border: 0px;
}

.bottompush {
	margin-top:5px;
}

.selected {
	color:#5587B8;
}

.siteSearch {
	padding-left: 4px;
}
.topical {
	color:#00A950;
	font-size:14px;
}
.topical a,link {
	color:#00A950;
	font-size:14px;
	text-decoration:none;
}
.infection {
	color:#A4568C;
	font-size:14px;
}

.infection a,link{
	color:#A4568C;
	font-size:14px;
	text-decoration:none;
}
.dental {
	color:#F7931E;
	font-size:14px;
}
.dental a,link{
	color:#F7931E;
	font-size:14px;
	text-decoration:none;
}
.catalog_nav {
	font-size:8px;
	text-align:center;
	line-height:10px;
	vertical-align:top;
}
.tableAlign {
	font-size:8px;
	text-align:center;
	line-height:10px;
}
.marketsNav {
	padding-top:4px;
	padding-left:10px;
	line-height:17px;
}
.tradeshowTable {
	text-align:center;
}
.aboutSpacing {
	padding-top:2px;
}
.tableBg {
	background-color:#FFFFCC;
}
/*------------------Accordion-------------------*/

.menu_list {
	width: 170px;
}
.menu_head {
	cursor:pointer;
	position:relative;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:10px;
}
.menu_body {
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#FFFFCC;
	margin-top:-3px;
	margin-left:18px;
	margin-right:18px;
	padding-left:5px;
	width:130px;
}
.menu_body {
	display:none;
}

.menu_body a {
  display:block;
  color:#000000;
  text-decoration:none;
}

.menu_body a:hover {
  color: #000000;
  text-decoration:none;
}

.menu_style_bold {
	color: #FFFFFF;
	font-weight:bold;	
}

.menu_style_bold a:link, visited, hover, active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
