@charset "utf-8";
/* CSS Document */
/* www.biolinkaus.com.au CSS Styles Sheet
Copyright - Biolink
Copyright - Futuristic Elevator Music Productions
http://www.fem-productions.com  */

/* STRUCTURE */

html { height: 100%;}
body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	color: #333;
	background: url(images/background.gif) repeat top left;
}	

h1{
	color: #093;
	font-size: 14px;
	margin: 0px;
	font-weight: 100;
	font-style: italic;
}

h2{
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 100;
	color: #3399ff;
}

h3{
	letter-spacing: 1px;
	font-weight: 100;
	color: #0068AE;
}

a{
	color: #3366FF;
	outline: none;
}

a:hover {
	color: #990000;
	outline: none;
}

.empty-space-L {
	width: auto;
	background: url(images/main-shadow-L.png) top right repeat-y;
}

.main {
	width: 980px;
	background: #FFF;
	border-left: 2px solid #3399ff;
	border-right: 2px solid #3399ff;
}

.empty-space-R {
	width: auto;
	background: url(images/main-shadow-R.png) top left repeat-y;
}

.header {
	width: 100%;
	background: #c7d8ec;
}

.leaf {
	background: url(images/Biolink-Header-B02.jpg) bottom right no-repeat;	
}

.logo {
	width: 100px;
	padding: 10px 20px 0 0px;
}

.logo-txt {
	width: auto;
	padding: 24px 0 12px 0;
	height: 56px;
}

.newsletter {
	width: 220px;
	font-size: 10px;
	padding: 7px 7px 0 0;
}

.newsletter-input {
	width: 125px;
	font-size: 10px;
	margin: 4px 0;
	background-color: #85b8ed;
	color: #FFF;
	font-weight: 500;
	border: solid 1px #3399ff;
	padding-left: 3px;
}

.newsletter-button {
	width: 130px;
	font-size: 10px;
	background-color: #85b8ed;
	color: #FFFFFF;
	font-weight: 600;
	border: solid 1px #3399ff;
	margin-top: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}

.newsletter-button:hover {
	width: 130px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #3399ff;
	font-weight: 600;
	border: solid 1px #3399ff;
	margin-bottom: 4px;
	margin-top: 3px;
	cursor: pointer;
}


.main-content {
	padding-bottom: 15px;
}

.small-msg-cell {
	width: 280px;
	padding: 0 12px 0 12px;
}

.small-msg-image {
	padding-top: 5px;
	width: 90px;
	float: right;
}
	
.small-msg {
	width: 100%;
	background: url(images/small-msgs-C.gif) top left repeat-x;
	height: 100px;
	font-size: 12px;
}

.small-msg h2 {
	padding: 4px 0 1px 0;
	font-size: 15px;
	line-height: 15px;
}

.small-msg-L {
	width: 12px;
	background: url(images/small-msgs-L.gif) top right no-repeat;
	height: 100px;
	float: left;
}

.small-msg-R {
	width: 12px;
	background: url(images/small-msgs-R.gif) top left no-repeat;
	height: 100px;
	float: right;
}

.main-content-div {
	width: 940px;
	padding: 20px;
}

.about-biolink-image {
	width: 400px;
	float: right;
	height: 342px;
}

.technology-image {
	width: 400px;
	float: right;
	height: 342px;
}

.contact-biolink-image {
	width: 400px;
	float: right;
	height: 342px;
}

.diecut-image {
	width: 550px;
	text-align: left;
	height: 260px;
	float: left;
}

.product-image {
	width: 400px;
	text-align: right;
	float: right;
}

.footer {
	padding: 14px 14px 14px 14px; 
	border-top: 1px dashed #3399ff;
	font-size: 10px;
}

.FEM {
	width: 345px;
	float: right;
	text-align: right;
}

.footer-keywords {
	width: 285px;
	float: right;
	text-align: center;
}




/* Menu */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	background: url(images/Menu-bg.png) top left repeat-x;
	float:left;
	width:100%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height:normal;
	border-top: 1px solid #3399ff;
	border-bottom: 1px solid #3399ff;
	margin-bottom:0; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 10px 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background: url(images/menu-L-bg.png) no-repeat left top;
	margin: 4px 0 4px 18px;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background: url(images/menu-R-bg.png) no-repeat right top;
	padding:9px 15px 13px 11px;
	margin-right: 10px;
	color:#FFF;
	}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

.tab-selected {
	float:left;
	background: url(images/menu-selected-L.png) no-repeat left top;
	margin: 4px 0 4px 18px;
	padding:0 0 0 6px;
	text-decoration:none;
}

.tab-selected span {
	float:left;
	display:block;
	background: url(images/menu-selected-R.png) no-repeat right top;
	padding:9px 15px 13px 11px;
	margin-right: 10px;
	color:#FFF;
}

/* End Menu */

.biolink-office {
	width: 230px;
	padding-right: 70px;
	text-align: right;
	float: right;
}