body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	background-color: #FFFFFF;
	background-image: url(Images/backfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #0033CC;
}
a:hover {
	color: #0C0D2B;
}
#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(Images/headfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#menu {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C0D2B;
	border-bottom-color: #0C0D2B;
	height: 40px;
}
#menublock {
	width: 500px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 160px;
	float: left;
	color: #FFFFFF;
}
#menu a:hover {
	color: #0C0D2B;
}
#menu a.red {
	background-color: #FF6262;
}
#menu a.blue {
	background-color: #80FFFF;
}
#menu a.orange {
	background-color: #FF9751;
}
#menu a.green {
	background-color: #5EFF5E;
}
#menu a.purple {
	background-color: #A264FF;
}
#textbox {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 780px;
	margin-top: 10px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	clear: both;
	margin-top: 8px;
	color: #0C0D2B;
}
.safety {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#producttable {
	font-size: 1.2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.price {
	font-size: 1.2em;
	font-weight: bold;
	color: #008000;
	line-height: 35px;
}
#pricelist {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}
.emphatic {
	font-size: 1.1em;
	font-style: italic;
	color: #CC0000;
	text-align: center;
}
#mainwindow {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(Images/backfadein.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#associations {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#associations img {
	margin-right: 40px;
	margin-left: 40px;
}
#shadowbox {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	border: 1px solid #0C0D2B;
	padding-top: 3px;
	padding-bottom: 3px;
}
#producttable img {
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid #3366FF;
}

