/* reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
* {
    margin: 0;
    padding: 0;
}

ol, ul { list-style: none; }

a img { border: none; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

/* ----------------- */
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
html {
    width: 100%;
    height: 100%;
	background:#00bce4;
}
body {
    color: #535353;
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
	background:url(../images/biomedic_back.gif) repeat-x;
}
a{
    color: #535353;
    text-decoration:none;
}
a:hover {
    color: #00bce4;
    text-decoration: none;
}
#wrapper{	
	min-height:100%;
	position:relative;
	overflow:hidden;
}
.container{
	width:900px;
	margin:0 auto;	
	position:relative;
}
#header{
	width:100%;
	position:relative;
	height:132px;
}
#header #biomedic-logo{
	height:100px;
	width:228px;
	display:block;
	text-indent:-9999px;
	background:url(../images/biomedic-logo.png) no-repeat;
	margin:13px 0px 0px 0px;
}
#header .right{
	margin:62px 0px 0px 0px;
	display:block;
	width:295px;		
}
#header .searchBox{
	background:url(../images/searchBox.png) no-repeat;
	width:197px;
	height:24px;
	float:right;
	margin-right:5px;
	margin-bottom:10px;
}
#header .searchBox input[type="text"]{
	height:14px;
	width:177px;
	background:none;
	color:#666666;
	font-size:10px;
	font-style:italic;
	border:0px;
	padding:5px 10px;
}
#header #searchBtn{
	background-image:url(../images/searchBtn.png);
	height:22px;
	width:93px;
	display:block;
	float:right;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
}
#header .right ul li{
	float:left;
	font-size:12px;
	text-transform:uppercase;
}
#header .right ul li.bar{margin:0px 2px;}
#header .right ul li.on a{color: #00bce4;}
#middle{
	background:#FFF;
	padding:14px 0px 25px;	
	min-height:660px;
}
.nav{
	background:url(../images/menu-shadow.png) no-repeat;
	width:899px;
	height:45px;
}
.nav li{
	margin-top:-1px;
	float:left;	
	font-size:18px;
	width:224px;
	height:43px;
}
.nav li.bar{
	background:url(../images/menu-bar.png);
	width:1px;
	height:43px;
}
.nav li a{
	padding:13px 28px;
	display:block;
	text-align:center;
	background:url(../images/menu-buttons.png) 0 0 no-repeat;
	color:#898989;
}
.nav li a:hover,.nav li.on a{
	text-decoration:none;
	background-position:left bottom;	
}
.theme-default {
	margin-left:-1px;	
}
.theme-default #slider {
    margin:4px auto 0 auto;
    width:900px; /* Make sure your images are the same size */
    height:311px; /* Make sure your images are the same size */
	border:0px;
	-moz-box-shadow: 0px 1px 1px #CCC;
	-webkit-box-shadow: 0px 1px 1px #CCC;
	box-shadow: 0px 1px 1px #CCC;
}
#home-tabs{margin-top:25px;}
#home-tabs .tab{
	width:289px;
	margin-right:16px;	
}
#home-tabs .last{margin:0px;}
#home-tabs .tab .image_holder{
	background:url(../images/tabs-shadow.png) 0px 1px no-repeat;
	width:289px;
	height:231px;	
	margin-bottom:10px;
}
#home-tabs .tab .image_holder img{
	margin-left:1px;	
}
#home-tabs .tab h2{
	font-size:17px;
	font-weight:bold;
	color:#707070;	
}
#home-tabs .tab .desc{
	font-size:9px;
	color:#b5b5b5;
	line-height:12px;	
	margin:10px 0px 10px;
}
#home-tabs .tab a{
	font-size:8px;
	color:#00b9e9;
}
.clients{
	width:900px;
	text-align:justify;
	font-size:14px;
}
.side-bar{
	width:235px;
	padding-right:3px;
	background:url(../images/vertical-bar.png) top right no-repeat;	
	min-height:631px;
	margin:18px 14px 0px 0px;
	position:relative;
}
.side-bar strong{color:#00BCE4;}
.side-bar h1{
	background:#CCC;
	color:#FFF;	
	font-size:14px;
	width:223px;
	padding:4px 0px;
	text-indent:12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.side-bar ul{
	padding-left:13px;
	margin-top:23px;
	position:absolute;
}
.side-bar ul li{
    list-style: disc outside url(../images/gray-arrow-filled.gif);
	padding-bottom:4px;
	border-bottom:1px dotted #e1e1e1;
	font-weight:bold;
	margin-bottom:5px;
	font-size:12px;
}
.side-bar ul li.on{
    list-style: disc outside url(../images/blue-arrow-filled.gif);
}
.side-bar ul li.on a{color:#00bce4;}
.content{
	margin:18px 0px 0px;	
}
.content #breadcrumbs{
	background:#f1f2f2;
	color:#00BCE4;	
	font-size:11px;
	width:648px;
	padding:4px 0px;
	text-indent:12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	height:16px;
	text-align:right;
}
.content #breadcrumbs p{
	padding-right:45px;	
}
.content #breadcrumbs p .arrow{
	height:6px;
	width:4px;
	display:inline-block;
	background:url(../images/breadcrumb-arrow.png) no-repeat;
	margin:0px 6px;		
}
.content div.bar{
	background:url(../images/small_horizontal_line.png) no-repeat;
	height:3px;
	width:648px;
	margin:20px 0px 15px;	
    list-style: none;
}
p.career-line{font-size:12px;}
p.career-line a{text-decoration:underline;}
.content ul{
	font-sie:14px;
	line-height:16px;
	color:#6d6e71;
}
.content ul li{
	background:url(../images/gray-arrow.gif) 0px 7px no-repeat;
	padding-left:15px;
	width:600px;	
}
.content ul li p br{margin-bottom:10px;}
.content ul li.blue {
	background:url(../images/blue-arrow.gif) 0px 7px no-repeat;
}
.content ul li.bar{
	background:url(../images/small_horizontal_line.png) no-repeat;
	height:3px;
	width:633px;
	margin:40px 0px;	
    list-style: none;
	display:block;
}
.content ul a{color:#6d6e71;}
.content ul a:hover{color:#00bce4;}
.content ul span{line-height:20px;}
.content ul .blue span{color:#00bce4;}
.content a.top{margin-top:20px;}
.content a.adjust,.content a.top{
	margin-top:2px;
	color:#00bce4;
	display:block;
	font-size:9px;
	cursor:pointer;
}
.more-block .date{font-size:10px;}
.content ul.products li.bar{
	margin:30px 0px;	
}
.content ul.products .blue{color:#00bce4;}
.content ul.products .links{margin:15px 0px;}
.content ul.products a{text-decoration:underline;}
.content ul.products a.top{text-decoration:none;}
.content ul.products .links a{
	float:left;	
	padding-top:10px;
}
.content .catalog{
	text-indent:30px;
	background:url(../images/pdf-icon.gif) no-repeat;
	height:16px;
	display:block;
	margin-right:32px;
	margin-top:20px;
	padding-top:10px;
}
.content ul.products .links .catalog{margin-top:0px;}
.content ul.products .links a.image{margin-right:32px;}
#categories{
	margin-top:25px;
	overflow:hidden;
	width:900px;
}
#categories #inner{
	width:10000px;	
}
#categories .cat{
	width:138px;
	margin-right:52px;	
	float:left;
}
#categories .last{margin:0px;}
#categories .cat .image_holder{
	background:url(../images/cats-shadow.png) no-repeat;
	width:138px;
	height:139px;	
	margin-bottom:7px;
}
#categories .cat .image_holder img{margin-left:1px;}
#categories .cat h2{
	font-size:12px;
	font-weight:bold;
	color:#707070;	
	border-bottom:1px dotted #dbdada;
	padding-bottom:7px;
}
#categories .cat .desc{
	font-size:9px;
	color:#b5b5b5;
	line-height:12px;	
	margin:10px 0px 10px;
}
#categories .cat a{
	font-size:8px;
	color:#00b9e9;
}
.cat_arrows{
	width:32px;
	height:33px;
	position:absolute;
	z-index:2;	
	top:442px;	
	display:none;
}
.cat_arrows a{
	background:url(../images/cats-arrows.png) no-repeat;
	width:32px;
	height:33px;
	display:block;
}
.cat_arrows#prev{left:-40px;}
.cat_arrows#next{right:-40px;}
.cat_arrows#next a{background-position:right top;}
#footer{
	padding:32px 0px 10px;	
	color:#FFF;
}
#footer .copyright{
	margin-top:22px;	
	font-size:12px;
	line-height:15px;
}
#footer .copyright img{
	margin-right:15px;	
}
#footer .copyright p{
	margin-top:5px;	
}
#footer .copyright a{color:#FFF;}
#footer .copyright .small{font-size:10px;}
#footer .right{	
	width:400px;
}
#footer #newsletter{
	width:295px;
	float:right;
	font-size:12px;	
}
#footer #newsletter strong{font-size:14px;}
#footer #newsletter .newsletterBox{
	background:url(../images/searchBox.png) no-repeat;
	width:197px;
	height:24px;
	float:left;
	margin-right:5px;
	margin-top:15px;
}
#footer .newsletterBox input[type="text"]{
	height:14px;
	width:177px;
	background:none;
	color:#666666;
	font-size:10px;
	font-style:italic;
	border:0px;
	padding:5px 10px;
}
#footer #submitBtn{
	background-image:url(../images/submitBtn.png);
	height:22px;
	width:93px;
	display:block;
	float:left;
	border:none;
	cursor:pointer;
	margin-top:15px;
}