@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px none #000000;
	text-decoration: none;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#brands {
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	left: auto;
	right: auto;
	float: left;
	width: 120px;
	background-color: #006633;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}
#brands a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#brands a {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}


#nav {
	text-align: center;
	padding: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00552B;
	border-right-color: #00552B;
	border-bottom-color: #00552B;
	border-left-color: #00552B;
	background-position: left;
	background-image: url(../images/nav-bar-glass.gif);
	background-color: #006633;
	font-size: small;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer {
	text-align: left;
	padding: 0px;
	clear: both;
	left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	margin: 0px;
	background-image: url(../images/nav-bar-glass.gif);
	height: 38px;
	background-color: #006633;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #99FF00;
	text-decoration: none;
}
#instruction {
	padding: 15px;
	text-align: left;
	width: auto;
}
#top {
	background-color: #006633;
}
