body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

p, dd	{
	text-indent: 20px;
	text-align: justify;
	line-height: 120%;
	}
dt	{ font-weight: 600; }
li	{ text-align: justify; }
br, dl	{ clear: both; }

a:link.menu	{ width: 130px; color: #ffffff; text-decoration: none; background-color: transparent; height: 20px; padding: 4px; }
a:visited.menu	{ width: 130px; color: #ffffff; text-decoration: none; background-color: transparent; height: 20px; padding: 4px; }
a:active.menu	{ width: 130px; color: #ffffff; text-decoration: none; background-color: #993333; height: 20px; padding: 4px; }
a:hover.menu	{ width: 130px; color: #ffffff; text-decoration: none; background-color: #993333; height: 20px; padding: 4px; }
div.menu	{ width: 140px; font-weight: 900; margin-left: 10px; padding: 4px; }

a:link		{ color: #0000FF; text-decoration: none; background-color: transparent; }
a:visited	{ color: #800080; text-decoration: none; background-color: transparent; }
a:active	{ color: #ff0000; text-decoration: none; background-color: transparent; }
a:hover		{ color: #ff0000; text-decoration: underline; background-color: transparent; }


#body { width: 770px; }

.head { clear: both; width: 770px; height: 170px; }

.retailText, link, a.retailText:active , a.retailText:visited{
  position:absolute; top: 0px; right: 0px;
  height: 100px;
  width: 135px;
 text-align: center;
  color: RGB(102,0,0);
 }
 a.retailText:hover, a.retailText:focus{
   position:absolute; top: 0px; right: 0px;
   height: 100px;
   width: 135px;
  border-style:solid;
  border-width:2pt; 
  border-color:RGB(102,0,0);
 text-align: center;
 color: #ffffff;
 background-color:RGB(102,0,0);
}

.linkText, link, a.linkText:visited, a.linkText:active {
 color: RGB(102,0,0);
 font: 20px Georgia;
 text-align: left;
 text-decoration: none;
}
a.linkText:hover, a.linkText:focus{
 color: #ffffff;
 background-color:RGB(102,0,0);
 text-align: left;
 text-decoration: none;
 }
 

.floatleft { width: 160px; float: left; }

.floatright { width: 600px; float: right; padding-left: 10px; }

.footer	{ width: 100%; text-align: center; font-size: x-small; margin-bottom: 10px; }

.noformat {
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
img.example_left	{ float: left; height: 250px; width: 200px; margin: 5px 10px 5px 0px; }
img.example_right	{ float: right; height: 250px; width: 200px; margin: 5px 0px 5px 10px; }
img.legend		{ float: right; height: 150px; width: 150px; margin: 5px 10px 5px 10px; }
img.product_pose	{ float: right; width: 200px; height: 250px; margin: 10px 0px 5px 10px; }
img.product		{ height: 200px; width: 300px; }

.center		{ text-align: center; }

.xxlarge	{ font-size: xx-large; }
.xlarge		{ font-size: x-large; }
.large		{ font-size: large; }
.normal		{ font-size: medium; }
.small		{ font-size: small; }
.xsmall		{ font-size: x-small; }
.tiny		{ font-size: xx-small; }
