/* Import External Styles */

/*
@import url(/assets/bioresearch/blog.css);
@import url(/assets/bioresearch/calendar.css);
@import url(/assets/bioresearch/library.css);
@import url(/assets/bioresearch/newsletter.css);
@import url(/assets/bioresearch/store.css)
*/
body {
  background-color: #eff2f5;
  color: #444444;
  font-family: Verdana, sans-serif;
}

div.container {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
}

a, h1 {
  color: #4e8c17;
}

h1 {
  border-bottom: 1px dotted #dbdbdb;
  font-size: 1.75em;
}

h2 {
  color: #3f85b8;
  font-size: 1.5em;
}

h2 a {
  color: #3f85b8;
}

h3 {}

/* HEADER */
#header {
  background: transparent url('/assets/bioresearch/images/header.png') top no-repeat;
  height: 196px; 
  position: relative;
}

#header ul#topMenu {
  list-style: none;
  color: #ffffff;
  font-size: 0.87em;
  margin-top: 5px;
}

#header ul#topMenu li a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 0.5em;
}

#header ul#topMenu li a:hover {
  text-decoration:underline;
}

#header h1 {
  text-indent: -9999px;
  border: none;
}

#header h2 {
  color: #5296ce;
  font-size: 1.65em;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 75px;
  left: 178px;
}

/* MAIN MENU */
ul#mainMenu {
  background: #fbfdfe url('/assets/bioresearch/images/footer.gif') top repeat-x;
  border-top: 1px solid #ffffff;
  border-bottom: 1px dotted #dbdbdb;
  font-family: Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  list-style: none;
  text-align: center;
}

ul#mainMenu li a {
  color: #2b527a;
  display: block;
  padding: 0.5em 0em;
  text-decoration: none;
}

ul#mainMenu li a:hover {
  background-color: #ecedee;
}


/* MAIN CONTENT */
#mainContent {
  width: 710px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 1em;
}

#mainContent h1 {
  padding-top: 1em;
}

#mainContent h1.title {
	  color: #C24F1C;
	  font-size: 18px;
}

#mainContent h1.title a {
	  color: #C24F1C;
	  font-size: 18px;
}

#mainContent2 {
  width: 510px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 1em;
}

#mainContent2 h1 {
  padding-top: 1em;
}



#mainContent2 table {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	}
#mainContent2 td {
	padding: 2px 5px;
        text-align: left;
        width: 80%;
	}

#mainContent2 td.title {
	padding: 2px 10px;
        text-align: right;
        width: 30%;
        font-weight: bold;
	}

table {
border-collapse:collapse;
font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
font-size:90%;
margin:0 0 20px;
width:100%;
}

th {
background:#5296CE none repeat scroll 0 0;
border:1px solid #CECDCD;
color: #ffffff;
font-weight:bold;
font-size: 14px;
padding:2px 5px;
text-align:left;
width:18%;
}

tr.bottom {
border-bottom:1px solid #CECDCD;
}

td.right {
border-right:1px solid #CECDCD;
padding-left: 8px;
}





/* FOOTER */
#footer {
  background: #fbfdfe url('/assets/bioresearch/images/footer.gif') top repeat-x;
  border-top: 1px solid #ffffff;
  color: #717a89;
  padding: 2em 0em;
}

#footer p {
  margin-bottom: 0px;
  padding-left: 1em;
}

#footer span.poweredby {
  float: right;
  padding-right: 1em;
}

#footer img {
  display: inline;
  float: none;
  margin: 0px;
  padding: 0px;
}

/* HOME PAGE BOXES */
#who {
  border: 1px dotted #dbdbdb;
  margin: 9px 9px 0px 9px;
  padding: 9px 5px 0px 5px; 
  width: 238px;
}

#who h1 {
  border: none;
  color: #c24f1c;
}

#who img {
  float: left;
  margin: 0px 9px 9px 0px;
  padding: 3px;
  border: 1px solid #dbdbdb;
}

#learn {
  width: 490px;
}

#learn .box {
  background-color: #ffffff;
  border: 1px dotted #dbdbdb;
  margin: 9px;
  height: 250px;
}

#learn .box h1 {
  border: none;
}

#learn .box a#moreProducts {
  float: right;
}

#learn .box .product {
  float: left;
  margin-bottom:0px;
  margin-right:9px;
  width: 206px;
  font-size: 11px;

}

#learn .box .product a {
  background: #ffffff url('/assets/bioresearch/images/product.gif') top repeat-x;
  border: 1px solid #cfe0bf;
  text-decoration: none;
  margin: 3px;
  display: block;
  margin-top: 2px;
}

#learn .box .product a:hover {
    background: #ffffff url('/assets/bioresearch/product2.gif') top repeat-x;
     border: 1px solid #DF8C5B;
}

#learn .box .product h1 {
  margin: 5px;
  color: #4e8c17;
  font-size: 11px;
  font-family: inherit;
  line-height: 14px;
}

#learn .box .product ul li {
  list-style: none;
  align: center;
  margin-top: -1px;
  margin-left: -8px;

}

#learn .buttons {
  clear: both;
  margin: 0px 9px;
}

#learn .buttons a {
  background: url('/assets/bioresearch/images/bigButton.gif') top center no-repeat;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75em;
  height: 53px;
  margin-right: 18px;
  padding-top: 22px;
  text-align: center;
  text-decoration: none;
  width: 226px;
}

#learn .buttons a.last {
  margin-right: 0px;
}

.buttons {
  clear: both;
  margin: 0px 9px;
}

.buttons a {
  background: url('/assets/bioresearch/images/bigButton.gif') top center no-repeat;
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75em;
  height: 53px;
  margin-right: 18px;
  padding-top: 22px;
  text-align: center;
  text-decoration: none;
  width: 226px;
}

.buttons a.last {
  margin-right: 0px;
}


.reset {
  clear: both;
  height: 1px;
}

/*SECONDARY PAGE BOX*/
#more {
  border-left: 1px dotted #dbdbdb;
  margin-top: 25px;
  padding: 9px 9px; 
  width: 182px;
  float: right;
}

#more h1 {
  border: none;
  color: #c24f1c;
}

#more ul li {
  list-style: square;
  padding-bottom: 15px;
  margin-left: -2px;
}

#more p{
  padding-bottom: 10px;
  border-bottom: 1px dotted #dbdbdb;
}

#more p.evenmore{
  text-align: right;
  padding-right: 10px;
}

/* CONTACT FORM */
.formErrors {
  background: #ffffff url('/assets/bioresearch/images/product.gif') top repeat-x;
  border: 1px solid #cfe0bf;
  padding: 1em;
  margin-bottom: 1em;
}

.formErrors em {
  background: transparent;
}

.formItem { min-height: 1.75em; clear: both; }
#contact label {
  float: left;
  width: 200px;
  margin-bottom: 1em;
}

#contact input, #contact select {
  float: left;
  width: 200px;
  margin-bottom: 1em;
}

#contact #address {
  height: 4em;
}

#contact fieldset#address { height: auto; border: none; padding: 0px; }

#contact .submit input {
  float: none;
  margin-left: 156px;
  width: 100px;

}

#contact .wide label {
  width: 420px;
}

#contact select.yesno {
  width: 4em;
}

#contact .note {
  display: block;
  clear: both;
  margin: 1.5em 0em;
}

#contact .productLink, #contact #productList { 
    width: 100%;
    clear: both; 
    margin-bottom: 1em;
}

#contact a#productLink {
    font-weight: bold; 
    text-decoration: none;
}

.checkbox {margin-bottom: 10px; }

.error { background-color: #9B2F19; color: #FBFCFA; }
/* =MODAL POPUPS */
a.popup { text-decoration: none; z-index: 1; }
div.popup {
  margin-left: 1em;
  background: #EFF2F5;
  padding: 2em;
  border: 3px solid;
  z-index: 5;
  display: block;
  position: relative;
}
lid;
  z-index: 5;
  display: block;
  position: relative;
}
