@charset "utf-8";
/* jQuery Plugin Stylesheet */

/* Droppy Drop Down Menu Plugin Styles*/
/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}
/* Essentials - configure this */

#nav ul {
	width: 150px;
}
#nav ul ul {
	left: 170px;
}
/* Everything else is theming */
 
#nav {
	background-color: black;
	border: 1px solid black;
	height: 40px;
	width: 818px;	/* adjusted for border width*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border-bottom: 3px ridge #f3f3f3;
	z-index:10000;
}
#nav img {
	border:none;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	color: white;
	font-size: 14px;
	padding: 12px 10px 5px 10px;
	line-height: 1;
	text-decoration: none;
}
#nav li.hover a {
	background-color: #0F594A;
}
#nav ul {
	top: 32px;
}
#nav ul li a {
	background-color: #5E5A5A;
}
#nav ul li.hover > a {
	background-color:#666666;
}
#nav ul a {
	border: 1px solid black;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*#nav ul a { border-bottom: none; }  I also needed this for IE6/7 */

#nav form {
	display: block;
	margin: 5px 10px 5px 10px;
}
/*End Droppy Drop Down Menu Styles */

/*Modal Plugin Styles */

div.jqmAlertWindow {
	height:auto;
	width: auto;
	margin:auto;
	max-width:400px;
	padding: 0 10px 10px;
	background:#111;
	border:1px dotted #FFF;
}
.jqmAlertTitle {
	height:20px;
	color:#FFF;
	background:#000;
}
.jqmAlertTitle h5 {
	margin: 0 5px;
	padding-left:5px;
	padding:0;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:-1px;
	font-weight:bold;
	color:#FFF;
	float:left;
	height:20px;
}
div.jqmAlert .jqmClose em {
	display:none;
}
div.jqmAlert .jqmClose {
	width:20px;
	height:20px;
	display:block;
	float:right;
	clear:right;
}
div.jqmAlert a.jqmClose:hover, div.jqmAlert a.jqmCloseHover {
	background-position: 0 -20px;
}
div.jqmAlertContent {
	border-top:0;
	color:#FFF;
	font:14px arial;
	padding:5px 20px 5px;
	border:1px dotted #111;
	letter-spacing:0px;
	background:#111;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*Core Styles*/
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	padding: 5px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
}
.jqmOverlay {
	background-color: #000;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/*End Modal Plugin Styles */

/* Tab Plugin Styles */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.tabs-nav {
	display: none;
}
}
/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0 15px 0 1px;
	min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0 10px;/* background: url(tab.png) no-repeat;*/
}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
	color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.tabs-nav .tabs-disabled {
	opacity: .4;
}
.tabs-container {
	border-top: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
/*End Tab Plugin Styles*/

/* Lightbox Plugin Styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* End Lightbox Plugin Styles */

/* start Testimonial Slideshow Styles */
.jqGSContainer {
	position:relative;
	width:972px;
}
.jqGSContainer .jqGSImgContainer {
	width:972px;
}
.jqGSContainer .jqGSImgContainer ul {
	padding:0;
	margin:0;
	position:relative;
	list-style:none;
}
.jqGSContainer .jqGSImgContainer ul li {
	padding:20px;
	margin:0;
	position:relative;
	margin-top:0;
	margin-bottom:0px;
	float:left;
}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader {
	width:100%;
	height:100%;
	position:absolute;
}
.jqGSContainer .jqGSImgContainer ul li img {
	border:1px solid #fff;
}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle {
	background:#000;
	position:absolute;
	left:0px;
	top:0px;
	padding:3px;
	color:#fff;
	width:500px
}
.jqGSPagination {
	position:relative;
	width:100%;
	height:20px;
	top:-762px;
	padding: 5px 0;
	clear:both;
}
.jqGSContainer{
	position:relative;
	width:100%;
	height:20px;
	top:5px;
	padding: 5px 0;
}
.jqGSContainer .jqGSPagination ul {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	float:right;
}
.jqGSContainer .jqGSPagination ul li {
	padding:0;
	margin-right:5px;
	float:left;
	padding-right:1px;
	text-align:center;
	padding-bottom:1px;
	list-style: none;
}
.jqGSContainer .jqGSPagination ul li a {
	padding:2px 0px;
	background:#000;
	border:1px solid #fff;
	color: #fff;
	text-decoration:none;
	display:block;
	width:20px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.jqGSContainer .jqGSPagination ul li a.selected {
	background:#fff;
	color:#f03;
	border: 1px solid #eaeaea;
}
.jqGSContainer .jqGSPagination ul li a:hover {
	background:#fff;
	color:#000;
	border:1px solid #fff;
}
.jqGSImgContainer {

}
#slideshow li {
	list-style-type:none;
	list-style: none;
}

/* end Testimonial Slideshow Styles

/* Video Gallery Styles */

/* outmost wrapper element */


/* player dimensions */
#player, #player img {
	display:block;				
	width:460px;
	height:320px;
	border:0px;
	margin-right:50px;
	float:right;
}

/* play button on top of splash image */
span.play {
	background:url(http://www.biolet.com/resources/images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-230px;
	left:300px;	
	opacity:0.9;
}

span.play:hover {
	opacity:1.0;		
}

#playlist {
	float:left;
	display:block;
	background-color:white;
	width:200px;
	height: 256px;
	margin-left: 35px;
}

/* container for the scrollable items */
div.items {
	display:block;
	height:256px;		
	width:200px !important;
}


/* single item */
div.items a {
	display:block;
	width: 200px;
	height:250px;
	font-size:12px;
	color: black;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

div.items a:hover {
	color:#009900;	
}

div.items a.active {
	background-position:-256px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:200px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:0 0 10px 0;
}


a.prev {
	background:url(http://www.biolet.com/resources/images/up.png);		
}

a.prev:hover {
	background:url(http://www.biolet.com/resources/images/up-over.png);		
}

a.next {
	background:url(http://www.biolet.com/resources/images/down.png);		
}

a.next:hover {
	background:url(http://www.biolet.com/resources/images/down-over.png);		
}


/* navigator */
div.navi {

	width:50px;
	height:0px;
}

.itemheading{
	
	clear: both;
	font-weight:bold;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.biolet.com/resources/images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

/*end Video Gallery Styles */