body {
  font-family: "Myriad Pro", "Times New Roman", Times, serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dashed blue;
}
a.nobright:hover {
  border-bottom: 0px;
}
a#logolink {
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  height: 100px;
  width: 330px;
  z-index: 2;
}
h1, h2, h4, legend {
  font-size: 16pt;
  font-weight: bold;
}
h1, div#banner p {
  color: #008193;
}
h1#initiatives_title {
  text-align: left;
  padding-left: 40px;
}
h2, h4, legend {
  color: #7b6494;
}
h2, h3 {
  text-align: left;
  margin-left: 20px;
}
h2 {
  line-height: 18pt;
}
h3 {
  font-size: 11pt;
  line-height: 14pt;
  margin-top: 15px;
  margin-bottom: 20px;
}
h4 {
  margin-top: 15px;
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
strong.product {
  font-weight: normal;
  color: #008193;
  border-bottom: 1px solid #008193;
}
em {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
.error {
  color: red;
}
sup {
  position: relative;
  top: -.2em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
}
sup.letter {
  top: -.6em;
  font-size: .6em;
}
blockquote, q {
  quotes: "&#34;" "&#34;" "&#39;" "&#39;";
}
fieldset {
  border: 1px dashed #7b6494;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px;
}
fieldset div {
  height: 22px;
  margin-bottom: 6px;
}
legend {
  background-color: white;
  padding: 4px;
}
label {
  float: left;
}
input, textarea {
  width: 350px;
  float: right;
}
input[type="submit"] {
  width: 110px;
  margin-top: 10px;
  clear: both;
}
textarea {
  height: 100px;
}
ul {
  list-style-type: disc;
  text-align: left;
  font-size: 11pt;
  margin-left: 80px;
  margin-bottom: 40px;
}
ul#productlist {
  list-style-position: inside;
  font-family: "Myriad Pro", "Times New Roman", Times, serif;
  margin-left: 20px;
}
ul#productlist li {
  line-height: 14pt;
  margin-top: 12px;
  margin-bottom: 12px;
}
li {
  margin-top: 6px;
  margin-bottom: 6px;
}
ul.map {
  list-style-position: inside;
  margin-left: 2px;
  margin-bottom: 0px;
}
table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
td {
  border-left: 1px solid #7B6494;
  width: 220px;
  padding: 18px;
}
td:first-child {
  border-left: 0px;
}
th {
  text-align: center;
}
h4, p.foot {
  text-align: center;
}
div#maincontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
div#banner {
  position: absolute;
  top: 0px;
  background-image: url('images/banner.jpg');
  background-repeat: repeat-y;
  height: 120px;
  width: 100%;
}
div#banner p {
  position: absolute;
  top: 48px;
  right: 160px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt;
  text-align: right;
}
div#nav {
  position: absolute;
  top: 120px;
  background-color: #7b6494;
  height: 32px;
  width: 100%;
}
div#nav a {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  padding-left: 4px;
  padding-right: 4px;
}
div#nav a:hover {
  background-color: #454272;
  border: 1px solid #a887cb;
  padding-left: 3px;
  padding-right: 3px;
}
div#navbooster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: white;
  font-size: 11pt;
  line-height: 32px;
  text-align: center;
  z-index: 2;
}
div#leftnav {
  background-color: #e5f6f7;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
div#leftnav a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 24pt;
}
div#leftnav a:hover {
  background-color: #ccccff;
  border: 0;
}
div#product_content {
  width: 700px;
  margin: 20px;
  float: right;
}
div#product_content h2 {
  margin-left: 0;
  margin-bottom: 15px;
}
div#product_content ul {
  list-style-position: inside;
  margin-left: 0;
  margin-bottom: 20px;
}
div#product_content p {
  font-size: 11pt;
  line-height: 14pt;
  margin-bottom: 15px;
}
div#product_content th, div#product_content td {
  border: 1px solid black;
  padding-top: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
}
div#product_content table {
  border: 2px solid black;
  border-collapse: collapse;
  font-size: 9pt;
}
div#product_content th {
  background-color: #c6e6eb;
  width: 25%;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
div#product_content td {
  width: 15%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
div#product_content li {
  list-style-position: outside;
  line-height: 20px;
  margin-left: 20px;
}
div#topseparator {
  position: absolute;
  top: 152px;
}
div#splash {
  position: absolute;
  top: 159px;
  background-image: url('images/splash.jpg');
  height: 216px;
  width: 100%;
}
div#packsplash, div#pharmsplash, div#codesplash {
  position: absolute;
  top: 159px;
  height: 216px;
  width: 100%;
}
div#pharmsplash {
  background-image: url('images/pharmsplash.jpg');
}
div#packsplash {
  background-image: url('images/packsplash.jpg');
}
div#codesplash {
  background-image: url('images/codesplash.jpg');
}
div#lowercontainer {
  position: absolute;
  top: 375px;
  width: 100%;
}
div#content_lc {
  text-align: left;
  width: 585px;
  padding: 15px;
  float: left;
}
div#content_lc p, p.foot {
  font-size: 11pt;
  line-height: 14pt;
  margin: 15px;
}
div#content_rc {
  width: 375px;
  float: right;
}
div#content_rc p {
  text-align: center;
  line-height: 16pt;
  color: #008193;
  margin: 10px;
}
div#content_rc p#video {
  margin-top: 15px;
}
div#content_rc p#complimentary {
  margin-top: 30px;
}
div#press {
  margin-top: 20px;
}
div#press p {
  color: black;
}
div#press strong {
  font-size: 15px;
}
div#brochures p {
  margin: 20px;
}
div#subsitebox {
  background-color: #e5f6f7;
  font-size: 10pt;
  margin-top: 10px;
  -moz-box-shadow:    0px 1px 15px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, .5);
  box-shadow:         0px 1px 15px rgba(0, 0, 0, .5);
}
div#subsitebox span {
  display: block;
  color: black;
  text-align: center;
  line-height: 15pt;
  width: 250px;
  margin: 0px;
  padding-left: 5px;
  padding-top: 10px;
  font-size: 13px;
}
div#subsitebox a {
  display: block;
  background-repeat: no-repeat;
  height: 142px;
  width: 100%;
}
div#subsitebox a#pharmogistics_link {
  background-image: url('images/pharmogistics_back.png');
  background-position: top right;
}
div#subsitebox a#pharmopack_link {
  background-image: url('images/pharmopack_back.png');
  background-position: 95% center;
}
div#subsitebox a#pharmocode_link {
  background-image: url('images/pharmocode_back.jpg');
  background-position: 105% bottom;
  padding-bottom: 10px;
}
div#datewrapper {
  height: 22px;
}
div#dateupdated {
  background-color: #fffe9a;
  text-align: left;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
div#bottomseparator {
  margin-top: 12px;
  margin-bottom: 5px;
  clear: both;
}
div#footer {
  font-size: 10pt;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
}
div#aboutdrop {
  border: 1px solid #7b6494;
  height: 20px;
  width: 250px;
  margin-left: 30px;
  margin-bottom: 101px;
  overflow: hidden;
  cursor: pointer;
}
div#aboutdrop:hover {
  height: 101px;
  margin-bottom: 20px;
}
div#aboutdrop div {
  border-bottom: 1px solid #7b6494;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
div#aboutdrop div img {
  float: right;
}
div#aboutdrop a {
  display: block;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
div#aboutdrop a:hover {
  background-color: #7b6494;
  color: white;
  border-bottom: 0px;
}
div#lowerbio {
  border-top: 1px solid #7b6494;
  margin-top: 25px;
  padding-top: 10px;
}
div#return {
  text-align: right;
  padding-right: 80px;
}
div#player {
  display: none;
  background-image: url('images/75shade.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
div#player p.blinds {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  text-align: center;
  color: white;
}
.vidport {
  display: block;
  margin-top: 80px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
div.bio {
  line-height: 13pt;
  margin: 20px;
}
div.bio h1 {
  margin-top: 12px;
  margin-bottom: 8px;
}
div.bio ul {
  font-family: "Myriad Pro", "Times New Roman", Times, serif;
  margin-left: 60px;
  margin-bottom: 0px;
}
div.bio p {
  font-size: 11pt;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.separator {
  background-color: #00a3b2;
  height: 7px;
  width: 100%;
}
div#product_content img {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
div#pharmopack_main {
  height: 320px;
  background-image: url('images/pharmopackright_alternate.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
div#pharmopack_main p {
  width: 490px;
}
p#packwork {
  text-align: center;
  margin-top: 80px;
}
p#video a {
  display: block;
  background-image: url('images/vid2.jpg');
  width: 338px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}
p#video a:hover {
  background-position: 0 200px;
  border: 0;
  cursor: pointer;
}
p.about {
  margin: 15px;
}
span.floating {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23pt;
  font-style: italic;
  font-weight: bold;
}
span.visible_link {
  color: blue;
}
span#workflow {
  top: 120px;
  left: 420px;
  color: #99cdd4;
}
span#security {
  top: 255px;
  left: 380px;
  color: #fbc299;
}
span#safety {
  top: 310px;
  left: 490px;
  color: #99cdd4;
}
span#bpoc {
  top: 405px;
  left: 390px;
  color: #dce97f;
}
span.color {
  color: rgb(33,88,104);
  border-bottom: 1px solid rgb(33,88,104);
}
img#phactslogo {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 1;
}
img#pillbottle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
img#phactsfirst {
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 1;
}
img#pharmopack_large, img#pharmogistics_large {
  position: absolute;
  top: 40px;
  right: 230px;
  z-index: 1;
}
img#malepharmacist {
  position: absolute;
  top: 20px;
  right: 0px;
}
img#logobar1 {
  position: absolute;
  top: 152px;
  right: 0px;
  width: 360px;
}
img#logobar2 {
  position: absolute;
  top: 294px;
  right: 0px;
  width: 360px;
}
img#products, img#optimalsolutions {
  margin-top: 10px;
}

