@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border: none;	
}

.oneColElsCtr #container {
	width: 850px;
	background: #FFFFFF;
	color: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
  min-height: 600px;
}

a:link, a:visited {
	color: #1E72CE;
}

#primary-navigation {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}

#primary-navigation a:link,
#primary-navigation a:visited {
  display: block;
  height: 32px;
  float: left;
  text-decoration: none;
  padding: 0 2.2em;
  color: #333;
}

#primary-navigation a:hover {
  color: #1E72CE;
  text-decoration: none;
}

#primary-navigation a.first {
  padding-left: 1.5em;
}

#primary-navigation a.last {
  padding-right: 1em;
}

#primary-navigation a.home {
  width: 32;
  height: 32;
  float: right;
  padding: 0;
  margin-top: 7px;
}

.features-accordion li {
  margin-bottom: 0.5em;
}

.buybutton {
	text-align: center;
	display: block;
	margin: 15px auto;
}

#footer {
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
	padding: 0 1em;
	color: #666;
	font-size: 80%;
	text-align: center;
}

#home-link {
	position:absolute;
	top: 3px;
	left: -60px;
}

.box {
  border: 1px solid #ccc;
  border-radius: 16px;
  background-color: #f4f4f4;
  padding: 10px 30px;
}

.clear {
  clear: both;
}

img.align-right {
  clear: both;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}

img.align-center {
  margin: 0 auto;
}

.ultop {
  margin-top: 1em;
}

.top-spacer {
  padding-top: 3em;
}

.error {
  color: #ff0000;
}