*{
	padding: 0px;
	margin: 0px;
}
#topbar{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background: #000080;
	min-width: 1050px;
	z-index: 5;
}
#searchword{
	padding: 5px;
	font-family: Verdana;
}
#searchbutton{
	padding: 5px;
	font-family: Verdana;
	margin-bottom: 20px;
}
#careers{
	text-decoration: none;
	margin-bottom: 20px;
}a img{
	border: 0px;
}
.careers{
	text-decoration: none;
}
.careers:hover{
	text-decoration: underline;
}
#blueline1{
	height: 5px;
	margin-top: 100px;
	margin-bottom: 9px;
	background: #000080;
}
#navbar li{
	display: inline;
}
#navbar{
	text-align: center;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
}

#phonenumber{
	float: right;
	color: #fff;
	font-family: Calibri, Arial;
	font-size: 12px;
	margin-top:19px;
	margin-right: 20px;
	font-weight: 600;
}

.topbar_link{
	font-family: Calibri, Arial;
	color: #fff;
	font-size: 18px;	
	text-decoration: none;
	padding: 10px;
	padding-bottom: 3px;
	vertical-align: bottom;
	font-weight: 600;
	padding-left: 15px;
}

.topbar_link:hover{	
	color: #000;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5%;
}

#topbar_link_news{
	color: #000;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5%;
}
#mainsection{
	min-width: 1200px;
}

#productlist{
	width: 200px;
	background: #fff;
	right: 0px;
	height: 300px;
	margin-top: 100px;
	text-align: center;
}
#productlist li:hover{
	color: #C1C1C1;
	background: #707070;
}
#productlist li{
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	padding: 2px;
	list-style-type: none;
}
#productlist h2{
	font-family: Arial;
	font-size: 13px;
	color: #696969;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 10px;
}

#note{
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-top: 100px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CFCFCF;
	padding: 2px;
}
#product a:active{
	text-decoration: none;
	color: black;
}
#product a:visited{
	text-decoration: none;
	color: black;
}
#product a:hover{
	text-decoration: none;
	color: white;
}
#product a:link{
	text-decoration: none;
	color: black;
}

#maincontent{
	margin-top: -400px;
	width: 700px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

