/* Header */
div.header
	{
	width: 970px;
	height: 325px;
	}
/* Navigation */
div.nav
	{
	text-align: left;
	font-family: arial;
	font-size: 90%;
	list-style-type: disc;
	float: left;
	width: 165px;
	line-height: 150%;
	}
ul.lvl1
	{
	position: relative;
	left: -20px;
	}
ul.lvl2
	{
	position: relative;
	left: -30px;
	font-size: 90%;
	}
/* Main Body */
div.main
	{
	text-align: left;
	font-family: arial;
	width: 800px;
	margin-left: 170px;
	}
div.product
	{
	height: 240px;
	width: 800px;
	}
div.desc
	{
	position: relative;
	top: -192px;
	left: 300px;
	height: 192px;
	width: 500px;
	}
div.size1
	{
	position: relative;
	top: -200px;
	left: 300px;
	height: 192px;
	width: 200px;
	}
div.size2
	{
	position: relative;
	top: -386px;
	left: 470px;
	height: 192px;
	width: 200px;
	}
div.size3
	{
	position: relative;
	top: -578px;
	left: 640px;
	height: 192px;
	width: 200px;
	}
dt
	{
	font-weight: bold;
	}
dd
	{
	font-size: 90%;
	}
img
	{
	border: 0px;
	}
ul.list
	{
	font-family: arial;
	font-size: 90%;
	}
.printwarning
	{
	text-align: center;
	font-size: 80%
	}
/* Footer */
div.footer
	{
	text-align: center;
	font-family: arial;
	font-size: 90%;
	width: 970px;
	}
#siteseal
	{
	display: block;
	width: 132px;
	height: 100%;
	margin: 0 auto;
	}
/* Links */
a.nodec
	{
	text-decoration: none;
	}
a:link {color: #00008B}
a:visited {color: #8B0000}
a:hover {color: #FF0000}
a:active {color: #4682B4}
/* Page Break */
.pagebreakbefore
	{
	page-break-before: always;
	}
.pagebreakafter
	{
	page-break-after: always;
	}