﻿a:hover img {
	border: 5px ridge #00FFFF;
}
.style2 {
	margin-left: 10px;
	margin-right:10px;
	border-width:5px;
	border-color:white;	
}
.style3 {
	margin-left:10px;
	margin-right:10px;
	border-width:5px;
	border-color:white;
}
.style4 {
	margin-left:10px;
	margin-right:10px;
	border-width:5px;
	border-color:white;
}
#container {
	position: relative;
	width: 85%;
	margin: 0px auto 0px auto;
	height: 100%;
}
#masthead {
	border-color: #000000;
	border-style: double;
	width: 1000px;
	height: 200px;
	margin: 0px auto 0px auto;
	background-image: url('Images/masthead.jpg');
}
#navbar {
	padding: 1px;
	margin: 1px auto 0px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:medium;
	background-image: url('images/dark_chrome.jpg');
	border-style: ridge;
	border-color: #C0C0C0;
	width: 1000px;
	height: 35px;
	color: #FFFFFF;
}
#nav li {
	margin: 1px 10px 5px auto;
	display: inline;
	
}
#nav li a:hover{
	color: aqua;
	font-style: italic;
}
#nav li a {
	color:white;
	text-decoration:none;
}
#description {
	background-position: center center;
	margin: 10px auto 10px auto;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	width: 800px;
	height: 100px;
	font-size: x-large;
	border: medium outset #666666;
	color: #FFFFFF;
	padding: 2px 3px 2px 3px;
	text-align: center;
	background-image: url('Images/macassar-ebony.jpg');
	background-repeat: repeat-x;
}
#footer {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	width: 750px;
	height: 25px;
	bottom: 0px;
	right: auto;
	left: auto;
	margin: 20px auto 0px auto;
	background-color: #000000;
	border-style: ridge;
	border-color: #FFFFFF;
}
#products1 {
	width: 710px;
	height: 320px;
	margin: 5px auto 5px auto;
	font-weight: bold;
}
#text {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: large;
	color: #FFFFFF;
	margin: 2px auto 2px auto;
	padding: 5px;
	width: 1000px;
	height: 75px;
	background-color: #000000;
}
#usa {
	margin: 2px auto 2px auto;
	background-image: url('images/usa_background.png');
	font-size: x-large;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #000000;
	width: 175px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#patent {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	font-weight:bold;
	background-color:#333333;
	color:white;
	text-decoration: underline;
	width: 130px;
	height: 20px;
	margin: 0px auto 0px auto;	
}
#xmas{
	background-color:white;
	color:red;
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size:x-large;
	text-align:center;
}

