body
{
  padding:0;
  margin:0;
  color: black; 
  background: white; 
  text-align:center;
  font: 12px 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
  background: url(images/freshmowedWatermark.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
}

div 
{
	margin: 0px;
	padding: 0px;
}

img
{
  border-style: none;
}

#companyheader
{
  text-align: left;
  padding-bottom: 0px;
  margin-left: 20px;
}

#aboutheader
{
  text-align: left;
}

#companyheader img
{
}

.productSection
{
  position: relative;
  display: block;
}

.productLogo
{
  position: relative;
  display: block;
  width: 160px;
  top: 0px;
  float: left;
}

.descriptionSection
{
  position: relative;
  display: block;
  top: 0px;
  left: 170px;
  width: 450px;
  height: 130px;
}

.productHeading
{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  text-align: left;
}

.productSubheading
{
  position: absolute;
  display: block;
  top: 100px;
  left: 10px;
  width: 400px;
  height: 20px;
	font: 24px "Helvetica Neue";
	color: rgb(80,80,80);
	padding-bottom: 13px;
	margin-left: 2px;
	margin-top: -17px; /* -30 if w/ reflection */
	text-align: left;
}

.productDescription
{
  position: absolute;
  display: block;
  top: 120px;
  left: 10px;
  width: 600px;
  height: 50px;
	font: 18px "Helvetica Neue";
	font-style: italic;
	color: rgb(20,20,20);
	padding-bottom: 13px;
	margin-left: 2px;
	margin-top: -7px; /* -30 if w/ reflection */
	text-align: left;
}

#freeSign
{
  position: absolute;
  display: block;
  top: -50px;
  right: -35px;
}

#priceBadge
{
  position: absolute;
  display: block;
  top: 0px;
  right: -95px;
}

.divider
{
  height: 4px;
  width: 100%;
  margin-bottom:10px;
  background-color: rgb(100,100,100);
}