@charset "utf-8";
body {
	background: #A3A3A3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 742px;
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.copyright {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product-title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.product-title2 {
	margin-top: 10px;
}
.blurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #036;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.blurb-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #036;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 11px;
	color: #036;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
li {
	margin-bottom: 4px;
}


.main-image {
	margin-top: 20px;
}
.spec-features {
	margin: 4px;
}
.temp {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	margin: 5px;
	font-size: 10px;
}
.nav-image1 {
	margin-right: 10px;
	margin-top: 5px;
}
.nav-image2 {
	margin-top: 5px;
}
.nav-image3 {
	margin-right: 10px;
	margin-top: 10px;
}
.nav-image4 {
	margin-top: 10px;
}


.top-nav {
	margin-left: 8px;
}
