/* CSS Document */
h1 {
  margin-left: 25px;
  padding-bottom: 1em;
}


div.features {
	padding: 10px 0 0 30px;
}

div.features ul {
	list-style-type: default;
	list-style-image: url(../assets/check.gif);
	list-style-position: default;
	/*	font-weight: bold;*/
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0.5em;
	color: #606060;
}

div.features ul strong {
  color: black;
}

div.content {
	width: 440px;
	margin-right: 10px;
	float: left;
	padding-left: 30px;
}

.purchase {
  clear: left;
}

.purchase a.img {
	display: block;
	width: 137px;
	height: 138px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 20px 10px;
}

.purchase a.img:link, .purchase a.img:visited {
	background-image: url(../images/purchase-seal.gif);
}

.purchase a.img, .purchase a.img:hover {
	background-image: url(../images/purchase-seal-over.gif);
}

.download {
  text-align: center;
  margin-bottom: 2em;
}

.download a.img {
  display: block;
  width: 180px;
  height: 27px;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}

.download a.img:link, .download a.img:visited {
  background-image: url(../images/download.gif);
}

.download a.img, .download a.img:hover {
  background-image: url(../images/download-over.gif);
}

.screenshots {
}

.promo {
  margin-right: 15px;
}

.promo img {
  float: left;
  margin: 0 5px 20px 5px;
}

.promo p {
	text-align: center;
}

.promo p, .promo a {
/*  font-size: 12px;*/
}
