﻿#navigation {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height: 40px;
	z-index:1;
	padding-top:5px;
}
#navigation li {
	list-style:none;
	position:inherit;
	float:left;
}
#navigation li, #navigation a {
	height:38px;
	display:block;
}
#bnavigation li {
	display:inline;
	color:maroon;
	text-decoration:none;
	padding-left:2px;
	padding-right:3px;
	font-size:1.2em;
}
#bnavigation a {
	text-decoration:none;
	color:maroon;
}
#bnavigation a:hover {
	text-decoration: underline;
	color: #008000;
}
#home {
	border-width: 0px;
	height:38px;
	width:141px;
	margin-right:5px;
	background-image:url('../images/homebutton.png');
}
#home a:hover {
	border-width: 0px;
	height:50px;
	width:141px;
	background-image:url('../images/homebuttonlg.png');
}
#product {
	border-width: 0px;
	height:38px;
	width:141px;
	margin-right:5px;
	background-image:url('../images/productbutton.png');
}
#product a:hover {
	border-width: 0px;
	height:50px;
	width:141px;
	background-image:url('../images/productButtonlg.png');
}
#technical {
	border-width: 0px;
	height:38px;
	width:141px;
	margin-right:5px;
	background-image:url('../images/technicalbutton.png');
}
#technical a:hover {
	border-width: 0px;
	height:50px;
	width:141px;
	background-image:url('../images/technicalbuttonlg.png');
}
#news {
	border-width: 0px;
	height:38px;
	width:141px;
	margin-right:5px;
	background-image:url('../images/newsbutton.png');
}
#news a:hover {
	border-width: 0px;
	height:50px;
	width:141px;
	background-image:url('../images/newsbuttonlg.png');
}
#about {
	border-width: 0px;
	height:38px;
	width:141px;
	margin-right:5px;
	background-image:url('../images/aboutbutton.png');
}
#about a:hover {
	border-width: 0px;
	height:50px;
	width:141px;
	background-image:url('../images/aboutbuttonlg.png');
}
#contact {
	border-width: 0px;
	height:38px;
	width:151px;
	background-image:url('../images/contactbutton.png');
}
#contact a:hover {
	border-width: 0px;
	height:50px;
	width:151px;
	background-image:url('../images/contactbuttonlg.png');
}
#footer {
	position: relative;
	padding-top:30px;
	left: 5px;
	top: 5px;
	float:left;
	width: 988px;
	height: 132px;
	text-align:center;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFCC;
}
#footer h1{
	color: #0D3601;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}




