@charset "UTF-8";
/*
Theme Name: BioStorage Technologies
Theme URI: http://biostorage.com
Description: BioStorage Technologies custom theme
Version: 1 (WP2.9.2)
Author: BioStorage Technologies
Author URI: http://biostorage.com
Tags: BioStorage Technologies
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}


/* PAGE STYLES - BEGIN */
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
	color: #000000;
	height: 100%;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	height: 101%;
}
ol, ul {
	list-style: none;
}
h1 {
	font-size: 1.65em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin-left: 50px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

sup {
	font-size: 0.6em;
	line-height: 0.5em;
	vertical-align:super;
}  

#container {
	width: 955px;
	text-align: left;
	margin: 0 auto;
}


/* PAGE STYLES - END */

/* HEADER STYLES - BEGIN */
#logobar {
	width: 955px;
	height: 72px;
	margin: 0 auto;
}
#logobar #logo {
	width: 184px;
	height: 50px;
	margin: 10px 0 0 40px;
	float: left;
}
#logobar #title {
	width: 354px;
	height: 21px;
	margin: 30px 40px 0 0;
	float: right;
}

#navbar {
	width: 100%;
	height: 83px;
	background: url("http://biostorage.com/images/header/bak-navbar.gif") top left repeat-x #002648;
}

#navholder {
	width: 955px;
	height: 83px;
	margin: 0 auto;
}

#divNav {
	height: 83px;
	width: 465px;
	margin-left: 36px;
	float: left;
}

#nav {
	position: relative;
	top: 0;
	height: 83px;
	width: 465px;
	z-index: 5;
}

#nav a.main {
	text-decoration: none;
	outline: none;
	border: 0;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}

#nav li a {
	display: block;
	width: 116px;
}

/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9999px;
}

#liOurServices a.main, #liWhyBioStorage a.main, #liAboutUs a.main, #liInteractWithUs a.main {
	display: block;
	position: relative;
	height: 83px;
	background: url("http://biostorage.com/images/header/btn-topnav.gif") no-repeat; /*contains all hover states*/
}

/*first, put the initial states in place*/

#liOurServices a.main {
background-position: 0 0;
}

#liWhyBioStorage a.main {
background-position: -116px 0;
}

#liAboutUs a.main {
background-position: -232px 0;
}

#liInteractWithUs a.main {
background-position: -348px 0;
}

/*hover/active states*/

#liOurServices a.main:hover, #liOurServices:hover a.main, #liOurServices.over a.main, #liOurServices.on a.main {
background-position: 0 -83px;
}

#liWhyBioStorage a.main:hover, #liWhyBioStorage:hover a.main, #liWhyBioStorage.over a.main, #liWhyBioStorage.on a.main {
background-position: -116px -83px;
}

#liAboutUs a.main:hover, #liAboutUs:hover a.main, #liAboutUs.over a.main, #liAboutUs.on a.main {
background-position: -232px -83px;
}

#liInteractWithUs a.main:hover, #liInteractWithUs:hover a.main, #liInteractWithUs.over a.main, #liInteractWithUs.on a.main {
background-position: -348px -83px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 262px;
	background: #56a1d5;
	border-left: 2px solid #002648;
	border-right: 2px solid #002648;
	border-bottom: 2px solid #002648;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	text-align: left;
	border-top: 1px solid #74b2dd;
	border-bottom: 1px solid #4c8dbb;
	padding: 5px 0;
}

#nav li ul.servicesnav {
	width: 262px;
}
#nav li ul.servicesnav li {
	width: 260px;
}
#nav li ul.whynav {
	width: 235px;
}
#nav li ul.whynav li {
	width: 233px;
}
#nav li ul.aboutnav {
	width: 170px;
}
#nav li ul.aboutnav li {
	width: 168px;
}
#nav li ul.interactnav {
	width: 160px;
}
#nav li ul.interactnav li {
	width: 158px;
}

#nav li ul li.first {
	border-top: none;
}

#nav li ul li.last {
	border-bottom: none;
}

#nav li ul li a {
	width: auto;
	margin: 0 10px;
	padding: 7px;
	text-align: left;
	font-size: 1.1em;
	color: #003d79;
	text-decoration: none;
	border: 0;
	outline: none;
}
#nav li ul li a:hover {
	background-color: #4581aa;
	color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	border: 0;
	outline: none;
}

#utility {
	float: right;
	width: 145px;
	height: 83px;
	margin-right: 35px;
}
#utility #isisslogin {
	width: 127px;
	height: 29px;
	text-align: center;
	margin: 0 0 3px 5px;
	padding-top: 10px;
	background: url("http://biostorage.com/images/header/bak-isisslogin.gif") top left no-repeat;
}
#utility #isisslogin a {
	text-decoration: none;
	border: 0;
	outline: none;
	color: #ffffff;
	font-size: 1em;
}

#searchbox {
	width: 143px;
	height: 38px;
	background: url("http://biostorage.com/images/header/bak-search-new.gif") top left no-repeat;
	text-align: left;
	position: relative;
}
#searchbox form#searchform input#s {
	width: 100px;
	height: 15px;
	margin: 11px 0 0 12px;
	color: #929292;
	font-size: 1em;
	border: 0;
	outline: none;
}

#searchbox form#searchform input.searchbutton {
	background: url("http://biostorage.com/images/header/bak-search-button.png") top left no-repeat;
	width: 28px;
	height:36px;
	position: absolute;
	top: 2px;
	left: 110px;
	z-index: 100;
	text-decoration:none;
	border: none;
	outline: none;
}
/* HEADER STYLES -END */

/* FOOTER STYLES - BEGIN */
#footer {
	width: 955px;
	height: 60px;
	background-color: #ced1d4;
	clear: both;
	font-size: 1em;
	float: left;
}

#footerlinks {
	float: left;
	margin: 18px 0 0 20px;
	text-align: left;
	color: #949ca1;
}
#footerlinks ul {
	display: inline;
}
#footerlinks ul li {
	display: inline;
	border-right: 1px solid #003d79;
	padding-right: 5px;
	margin-right: 3px;
}
#footerlinks a, #footerlinks a.visited {
	color: #003d79;
	text-decoration: none;
	border: 0;
	outline: none;	
}
#footerlinks a:hover, #footerlinks a.visited:hover
{
	color: #003d79;
	text-decoration: none;
	border-bottom: 1px solid #003d79;
	outline: none;	
}
#footerlinks ul.copyright li {
	border-right: 1px solid #949ca1;
	padding-right: 17px;
	margin-right: 15px;
	line-height: 25px;
}
#footerlinks ul.copyright li a, #footerlinks ul.copyright li a.visited {
	color: #949ca1;
	text-decoration: none;
	border: 0;
	outline: none;
}
#footerlinks ul.copyright li a:hover, #footerlinks ul.copyright li a.visited:hover
{
	color: #003d79;
	text-decoration: none;
	border-bottom: 1px solid #949ca1;
	outline: none;	
}
#footerlinks ul li.last {
	border: 0;
}

#translate {
	float: right;
	margin: 15px 35px 0 0;	
	text-align: left;
	color: #949ca1;
}
#translate a, #translate a.visited {
	color: #003d79;
	text-decoration: none;
	border: 0;
	outline: none;	
}
#translate a:hover, #translate a.visited:hover
{
	color: #003d79;
	text-decoration: none;
	border-bottom: 1px solid #003d79;
	outline: none;	
}
#translate select {
	border: 1px solid #c5c5c5;
	font-size: .9em;
	color: #a6a6a6;
	padding: 3px;
	background: #fff;
}

/* FOOTER STYLES - END */