@import url("menu.css");

body {
	background: #FFFFFF;
	text-align: center;
	font:  12px/20px Arial, Helvetica;
	color: #333333;
}
div {
	padding: 0px;
}
img {
	border: 0px;
	padding: 0px;
}
p {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 1em 0;
}

a {
	color: #0000fe;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1 {
	margin:0px;
	padding:0px;
	padding-top: 8px;
	color:#ffffff;
	font-weight: bold;
	font-size:20px;
}
div#site{
	background:#FFFFFF url(images/bkgrd_header.jpg) repeat-x;
	float:left;
	width:100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border:#000000 solid 1px;
}
div#container{
	background: #FFFFFF url(images/bkgrd_main.jpg) repeat-y;
	float:left;
	position: relative;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	background: url(images/bkgrd_header.jpg) repeat-x;
	height:158px;
	width:100%
}
div#header {
	float:left;
	position:relative;
	background: url(images/bkgrd_header.jpg) repeat-x;
	height:158px;
}
div#logo {
	float:left;
	width:370px;
	padding-left:12px;
	padding-top:30px;
}
div#cclogo a {
	color:#ffffff;
}
div#cclogo a:hover {
	text-decoration:underline;
}
div#cclogo {
	color:#000000;
	font-weight: bold;
	font-size:14px;
	line-height:25px;
	float: right;
	vertical-align: bottom;
}

div#content{
	padding-right: 5px;
}
div#left_col {
	float:left;
	width:180px;
	text-align: center;
}
div#right_col {
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width:650px;
	text-align: left;
}
div#featured_products {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
#product_options {
	clear:both;
}
.product_img {
	float:left;
	width:200px;
	padding-left:5px;
	padding-right:5px;
}
.product_img_sm {
	float:left;
	width:80px;
	padding:10px;
}
div#footer {
	clear: both;
	background: url(images/bkgrd_footer.jpg) repeat-x;
	color:#000000;
	width:100%;
	height:48px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	line-height:20px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	text-decoration:underline;
}
.row_head {
	background: #c0c0d8;
	font-weight:bold;
}
.more {
	font-size:90%;
}
div.seal {
	float:left;
	padding-right:20px;
}
a.biotech, a.laborg, a.examples{
	background:url("images/nav_off.png");
	height: 25px;
	color:#ffffff;
	padding:5px;
}
a.biotech:hover, a.laborg:hover, a.examples:hover{
	background:url("images/nav_on.png");
	height: 25px;
	color:#0000fe;
}
