/* Redefined HTML styles */

body {
  background-color: #222;
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin: 0px;
  padding-top: 20px;
  line-height: 1.2em;
}

img {
  border: 0px;
}


a {
  color: #59359A;
  text-decoration: none;
}


/* Layout */

.main {
  width: 800px;
}


/* header */
.header {
	width: 700px;
	height: 90px;
	vertical-align: middle;
}

.header img {
	float:left;
}

/* menu */
.menu {
	padding-top: 65px;
	text-align: right;
}

.menu a {
  	font-size: 16px;
  	font-weight: bold;
  	text-decoration: none;
  	padding-left: 10px;
	color:#ffffff;
}

.menu a:hover {
  color: #FEC200;
}

.menu .selected {
  color: #FEC200;
}



/*  Page top */

.pageTop {
  background-image: url('images/top-strip-800.png');
  background-repeat: no-repeat;
  height: 12px;
  text-align: right;
  padding-right: 1.5em;
}

.pageTop a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
  padding-left: 10px;
}


/* page body */

.pageBody {
  background-color: white;
  background-image: url('images/middle-strip-800.png');
  background-repeat: repeat-y;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}

.pageBody p {
  margin: 0px;
  padding-bottom: 1em;
  font-size: 12px;
}

.pageBody h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 1em 0 0 0;
}

.pageBody h2 {
  font-size: 11px;
  font-weight: normal;
  color: #777;
  margin: 0px;
  padding: 0px 0 1em 0;
}

.pageBody h5 {
padding-left: 0;
padding-top: .5em;
padding-bottom: 0;
margin-bottom: 1em;
	
}

.pageBody ul {
	margin-top:0;
}
.pageBody li {
  font-size: 12px;
}

/* page bottom */

.pageBottom {
  background-image: url('images/bottom-strip-800.png');
  background-repeat: no-repeat;
  height: 12px;
}

/* Copyright */

.copyright {
  font-size: 10px;
  color: #ccc;
}

.copyright a {
  font-weight: bold;
  font-size: 12px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.copyright a:hover {
  color: #FEC200;
}


/* product header */

.productHeader h1 {
	font-size: 36px;
  	font-weight: bold;
  	margin: 0px;
  	padding: 1em 0 0.5em 0;
}

.productHeader a {
	text-decoration: none;
	color: #000000;
}

/* feature list */
.feature-icon {
	float: left;
	margin-right: 5px;
	width: 40px;
}


.feature-list h5 {
	margin-top:5px;
	margin-bottom:15px;
	padding-top:5px;
}