body {
	background-color: #FDEE84;
	height:100%;
	margin: 0; 
	padding: 0;
	text-align: left; 
}
img {
  border: none;
}
.screenshot {
  padding-left: 10px;
}
.screenshot img {
}
#mainwrapper {
  margin: 0 auto;
  min-width: 700px;
  max-width: 1100px;
  width: 90%;
	background-position: left top;
	background-repeat: no-repeat;
	height:100%;
}
#contentwrapper {
  text-align: left;
}
#headerbg {
	background-position: left top repeat-y;
	background-repeat: repeat-y;
  background-image: url(/images/headerbg.png);
	background-color: #E0E0E0;
	height:62px;
  padding: 10px 0;
  margin-right: 5px;
}
#headerwrapper {
  text-align: left;
}
#content {
	padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  margin-right: -275px;
  float: left;
}
#notice {
  margin: 10px 0px;
  padding: 10px;
  background-color:#FF4444;
}
#contentblock {
	background-color: #FFFFFF;
	padding: 1px 20px 20px;
	margin: 0px 275px 2px 0px;
  min-height: 650px;
}
#rightcolumn {
	background-color: #E0E0E0;
	width: 270px;
  float: left;
}
#rightcolumn h3 {
  padding-left: 10px;
}

/*********/
/** Font & Type
/*********/
html, body, p, ul {
	font-size: 13px;
  font-family:Arial,Helvetica,sans-serif;
  color: #08538F;
  letter-spacing: 0px;
}
h1, h2, h3 {
  color: #08538F;
}

/*********/
/** Menus
/*********/
#topmenu {
	float: left;
}

ul.breadcrumb {
	font-size: 9px;
  padding: 0;
  margin: 0;
}
ul.breadcrumb li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.breadcrumb li a{
  text-decoration: none
}
ul.breadcrumb li a:hover{
  text-decoration: underline;
}
ul.hormenu{
	font-size: 12px;
	margin: 60px 0 0 0;
  padding: 0 0 0 0.6em;
}

ul.hormenu li {
  display: inline;
  list-style-type: none;
  padding: 0 0.6em;
}

ul.menu{
	font-size: 12px;
  padding: 0;
  margin: 0;
}

ul.menu li {
 	font-size: 10px;
  list-style-type: none;
  padding: 0px 0.6em 8px 0.6em;
}
ul.menu li.downloadbutton {
  padding: 0px;
	background-color: #FDE438;
  border:2px solid #FDE438;  
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.menu li.downloadbutton:hover {
  border:2px solid #FEB92C;
}
ul.menu li.downloadbutton a {
  display: block;
  padding: 6px 10px 6px 10px;
	text-decoration: none;
 	font-size: 12px;
	font-weight: bold;
	color: black;
}
ul.menu li.buybutton {
  padding: 0px;
	background-color: #FEB92C;
  border:2px solid #FEB92C;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.menu li.buybutton:hover {
  border:2px solid #FF9421;
}
ul.menu li.downloadbutton a:hover {
	text-decoration: underline;
}
ul.menu li.buybutton a {
  display: block;
  padding: 6px 10px 6px 10px;
	text-decoration: none;
 	font-size: 12px;
 	font-weight: bold;
	color: black;
}
ul.menu li.buybutton a:hover {
	text-decoration: underline;
}
ul.menu li.button {
  padding: 0px;
	background-color: #4E9EDB;
  border:2px solid #4E9EDB;
  margin-bottom: 2px;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.menu li.button:hover {
  border:2px solid #4F59D0;
}
ul.menu li.button a {
  display: block;
	text-decoration: none;
  padding: 6px 10px 6px 10px;
 	font-size: 12px;
 	font-weight: bold;
	color: black;
}
ul.menu li.button a:hover {
	text-decoration: underline;
}
ul.menu li a {
  padding: 10px 0.6em;
}
.bodybuttons {
  padding: 10px 0 0 10px;
}
.bodybuttons .dl {
  float: left;
  margin-right: 10px;
}
.bodybuttons .bb {
  float: left;
}
.resetfloat {
  clear: both;
}
.resetfloatleft {
  clear: left;
}
#topmenu a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:hover {
	color: red;
}
#topmenu a.active {
	color: black;
}
#logo {
  padding-left: 10px;
}
.howtoimg {
  float: left; 
  padding: 0 5px 5px 0;
}
.howtorow {
  padding-bottom: 5px;
}
.testimonial {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
.price {
  display: inline;
	font-size: 12px;
	font-weight: bold;
  padding-left: 10px;
}
#footerblock {
	background-color: #FFFFFF;
	padding: 5px 10px 0px;
	margin: 0px 275px 0px 0px;
  text-align: center;
}
.mag_header {
  padding-left: 50px;
  background-image: url(/images/mag_logo_small.png);
	background-position: 10px top;
	background-repeat: no-repeat;
  min-height: 32px;
  color: #08538F;
}

