/* menu */
#nav, #nav ul { padding: 0; margin: 0; list-style: none; }
#nav-bar #nav a { padding:0; }
#nav a { display: block; width: 10em; _width: 8em; cursor:default; }
#nav li { float: left; width: 10em; }
#nav li ul { position: absolute; width: 10em; left: -999em; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li ul li, #nav li ul li.first { border: 1px solid #00426f; }
#nav li ul li { padding: .5em; border-top: 0; background-color:#238ec8; }
#nav li ul li a {color: #FFFFFF; font-weight:bold; cursor: pointer;}
#nav-bar #nav a, #nav-bar #nav a:hover  { text-decoration: none; }

#nav li ul.resources li, #nav li ul.resources a{ width: 15em;}
#nav li ul.resources li a { _width: 14em; } /* the inner li has a .5em padding on the left AND right, and IE includes that in the width */
#nav li ul.products li, #nav li ul.products a{ width: 12em;}
#nav li ul.products li a { _width: 11em; }
#nav li ul.about li, #nav li ul.about a{ width: 5em;}
#nav li ul.contact li, #nav li ul.contact a{ width: 11em;}
#nav li ul.contact li a { _width: 10em; }
#nav li ul.contact { margin-left: -1em;}
/* menu */




body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #00426f;
	font-size:11px;
}
body {
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:none;
}
form {
	display:inline;
}

a, a:visited {
	color:#00426f;
}
h1 {
	color:#00426f;
	font-size:22px;
	font-weight:normal;
}
h2 {
	color:#A67B10;
	font-size:11px;
	font-weight:bold;
}
h3 {
	color:#00426f;
	font-size:14px;
	font-weight:normal;
}

#top-bar {
	background:#00426f;
	padding: 0 10px 10px 0;
}
#top-bar a {
	font-size: 12px;
	color:#238EC8;
	text-decoration:none;
}
#top-bar a:hover {
	text-decoration:underline;
}

#nav-bar {
	background:url(../images/nav-bgd.gif) top repeat-x;
}
#nav-bar a.main {
	padding:10px 60px 0 0;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#nav-bar a.main2 {
	padding:10px 30px 0 0;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#nav-bar a:hover {
	text-decoration:underline;
}

.main-window {
	background:#FFFFFF; 
	padding:50px 50px 0 50px;
}
.main2-window {
	background:#FFFFFF; 
	padding:20px 50px 0 50px;
}

a.file {
	color:#0084C6;
	text-decoration:none;
	font-weight:bold;
}
a.file img {
	border:none;
	margin-right: 7px;
}


.bg-home-1 {
	background:url(../images/bg-home-1.jpg) top left no-repeat #FFFFFF; 
}
.bg-home-2 {
	background:url(../images/bg-home-2.jpg) top left no-repeat #FFFFFF; 
}
.bg-home-3 {
	background:url(../images/bg-home-3.jpg) top left no-repeat #FFFFFF; 
}
.bg-home-4 {
	background:url(../images/bg-home-4.jpg) top left no-repeat #FFFFFF; 
}
.bg-infusion-1 {
	background:url(../images/bg-infusion-1.jpg) top left no-repeat #FFFFFF; 
}
.bg-infusion-2 {
	background:url(../images/bg-infusion-2.jpg) top left no-repeat #FFFFFF; 
}
.bg-infusion-3 {
	background:url(../images/bg-infusion-3.jpg) top left no-repeat #FFFFFF; 
}

.bg-pharmacy-1 {
	background:url(../images/bg-pharmacy-1.jpg) top left no-repeat #FFFFFF; 
}
.bg-pharmacy-2 {
	background:url(../images/bg-pharmacy-2.jpg) top left no-repeat #FFFFFF; 
}
.bg-pharmacy-3 {
	background:url(../images/bg-pharmacy-3.jpg) top left no-repeat #FFFFFF; 
}

.bg-pain-1 {
	background:url(../images/bg-pain-1.jpg) top left no-repeat #FFFFFF; 
}
.bg-pain-2 {
	background:url(../images/bg-pain-2.jpg) top left no-repeat #FFFFFF; 
}
.bg-pain-3 {
	background:url(../images/bg-pain-3.jpg) top left no-repeat #FFFFFF; 
}
.bg-pain-4 {
	background:url(../images/bg-pain-4.jpg) top left no-repeat #FFFFFF; 
}

.bg-company {
	background:url(../images/bg-company.jpg) top left no-repeat #FFFFFF; 
}
.bg-about {
	background:url(../images/bg-about.jpg) top left no-repeat #FFFFFF; 
}
.bg-faq {
	background:url(../images/bg-faq.jpg) top left no-repeat #FFFFFF; 
}


table.formtable tbody th {
	font-weight:bold;
}
table.formtable tbody th, table.formtable tbody td {
	padding: .5em 1em;
}
table.formtable tbody input {
	width: 250px;
	border: 1px solid #000000;
}


/* File Listing Table*/
h1.filelisting {
	text-align:right;
}
table.filelisting {
	width: 100%;
}
table.filelisting thead th {
	font-size: 14px;
	border-bottom: 10px solid #d7b370;
}
table.filelisting tbody tr td {
	padding: 1em 5px;
	text-align:center;
	border-left: 1px solid #d7b370;
	line-height: 16px;
}
table.filelisting tbody td.desc, table.filelisting tbody td.desc a {
	text-align:left;
	text-decoration: none;
}
table.filelisting tbody td.desc a:hover {
	text-decoration:underline;
}
table.filelisting tbody td.category 
{
    text-align:left;
}
table.filelisting tbody tr td.type, table.filelisting tbody tr.odd td.type {
	border-left: 0;
	text-align: left;
}
table.filelisting tbody tr td 
{
    border-bottom: solid 1px #d7b370;
}
table.filelisting tbody tr td.type a {
	text-decoration: none;
	background-image:url(/images/file_icon.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
	padding-left: 18px;
	height: 16px;
	display: block;
}

body.view_infusion {
	margin: 0;
	padding: 0;
}

body.view_infusion div#title {
	position:absolute;
	top: 0;
	left:0;
	width:400px;
	height: 53px;
	display: block;
}

body.view_infusion img#product {
	position:absolute;
	top: 53px;
	left:0;
}

body.view_infusion a.prevlink {
	display: block;
	float:left;
	width: 80px;
	height: 50px;
	text-indent: -9000em;
	z-index: 1;
}

body.view_infusion a.nextlink {
	display: block;
	float:right;
	width: 68px;
	height: 50px;
	text-indent: -9000em;
	z-index: 1;
}