/* CSS Document */
html, body {
	height: 80%%;
	margin: 0;
	padding: 0;
	background:#031529;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content {
	position:relative;
	z-index:1;
}
#outer{
	width:850px;
	margin:50px auto 0px;
	height:520px;
	}
#top{
	width:850px;
	height:100px;
	}
#middle{
	width:846px;
	height:416px;
	background:#FFFFFF;
	padding:2px;
}
	#left{
		width:598px;
		float:left;
		}
	#right{
		width:246px;
		height:416px;
		float:right;
	}
#splash{
	background:url(../images/splash_background2.jpg) center no-repeat;
	width: 846px;
	height:416px;
	padding:2px;
	}
#sub_middle{
	width:844px;
	height:416px;
	
	padding:2px;
	}
	#sub_left{
		float:left;
		height:416px;
		width:350px;
		}
	#sub_right{
		height:366px;;
	
		margin:25px 0px 25px 0;
		overflow:hidden;
		}
	#scroller{
		float:right;
		height:366px;
		width:35px;
		padding:25px 10px 25px 0;
		}
#bottom{
	width:850px;
	margin-top:5px;
	clear:both;
	height:15px;
	}
a{text-decoration:none;}
p{}

h1, h2, h3, p, blockquote, ul{
	margin-top:0px;
	margin-bottom:8px;
	}

h1{ 
	font:14px Arial, Helvetica, sans-serif;
	color:#a90000;
	font-weight:bold;
	}
h2{
	font:12px Arial, Helvetica, sans-serif;
	color:#a90000;
	font-weight:bold;
	}
h3{
	font:18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	}
.copy{
	font:11px Arial, Helvetica, sans-serif;
	color:#121212;
	line-height:18px;
	}
.copy a{	color:#152B43;}
.copy a:hover{ color:#a90000;}
.outside, .outside a{	font:12px Arial, Helvetica, sans-serif; color:#FFFFFF;}
.outside a:hover{	color:#a90000;}
.white{color:#ffffff;}
.red{color:#a90000;}
.blue{color:#355471;}
/*  pop up    */

#dropmenudiv{
	position:absolute;
	border:1px solid #123456;
	color:#333333;
	font:10px arial;
	font-size:10px;
	margin-top:11px;
	line-height:15px;
	z-index:100;
	
}

#dropmenudiv a{
	color:#333333;
	display: block;
	text-indent: 0px;
	padding: 1px 0;
	padding-left: 3px;
	text-decoration: none;
}
 
#dropmenudiv a:hover{ background-color: #a90000; color:#FFFFFF}
/* classes */
.none{background:#ffffff;}
.bg_about{		background:url(../images/bg_about_us.jpg) center no-repeat #ffffff;}
.bg_contact{	background:url(../images/bg_contact.jpg) center no-repeat #ffffff;}
.bg_process{	background:url(../images/bg_process.jpg) center no-repeat #ffffff;}
.bg_warehouse{	background:url(../images/bg_warehouse.jpg) center no-repeat #ffffff;}
.bg_news{		background:url(../images/bg_news.jpg) center no-repeat #ffffff;}
.bg_links{		background:url(../images/bg_links.jpg) center no-repeat #ffffff;}
.bg_history{	background:url(../images/bg_history.jpg) center no-repeat #ffffff;}
.bg_tools{		background:url(../images/bg_tools.jpg) center no-repeat #ffffff;}
.bg_tracking{	background:url(../images/bg_tracking.jpg) center no-repeat #ffffff;}
.bg_pharma{		background:url(../images/bg_pharma.jpg) center no-repeat #ffffff;}
.bg_aerospace{	background:url(../images/bg_aerospace.jpg) center no-repeat #ffffff;}
.bg_biological{ background:url(../images/bg_biological.jpg) center no-repeat #ffffff;}
.bg_document{	background:url(../images/bg_document.jpg) center no-repeat #ffffff;}
.bg_package{	background:url(../images/bg_package.jpg) center no-repeat #ffffff;}
.bg_industries{	background:url(../images/bg_industries.jpg) center no-repeat #ffffff;}
.bg_calculator{	background:url(../images/bg_calculator.jpg) center no-repeat #ffffff;}
