body {
	text-align: center;
	background-color: #333333;
	background-image: url(images/margin_background.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 3px;
}

a:link, 
a:visited
{
	font-family: Arial, Helvetica, Sans-serif;
	color: #003D8F;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, Sans-serif;
	color: #FF9900;
	text-decoration: underline;
}

.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
	vertical-align: top;
}
.mainText h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #003D8F;
	padding-top: 5px;
}
.mainText h4 {
	font-weight: bolder;
	color: #003a8a;
}
.mainText em {
	color: #003D8F;
	font-style: normal;
	font-weight: bolder;
	padding: 0;
}
.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
}
.padTop0 {
	margin-top: 0px;
	padding-top: 0px;
}
.padTop5 {
	padding-top: 5px;
	margin-top: 0px;
}
.padBottom0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.padBottom5 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.largeText {
	font-size: 13px;
	color: #111111;
}
.white_overprint {
	color: #FFFFFF;
	z-index: auto;
	position: absolute;
	left: 237px;
	top: 407px;
}
.red {
	color: #FF0000;
}
.hugeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003D8F;
	font-weight: bold;
}
.mainText h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bolder;
	color: #003D8F;
	padding-top: 15px;
}
.mainText ul {
	margin-right: 15px;
}
.padded10 {
	padding: 10px;
}
.padded15 {
	padding: 15px;
}
.indent10 {
	margin-left:10px;
}

/* @group Content */

#dl-buy-button {
	position: relative;
	top: -25px;
	right: 30px;
	z-index: 50;
	height: 43px;
	width: 181px;
	background-image: url(images/button_header_dl_buy.png);
  background-size: 181px 129px;
	margin-top: -43px;
}

#dl-buy-button a:link,
#dl-buy-button a:visited {
	background: none;
	display: block;
	float: left;
	height: 43px;
	text-indent: -999em;
	position: absolute;
}

#dl-buy-button a:link.download,
#dl-buy-button a:visited.download {
	width: 112px;
	left: 0;
	background-position: left top;
}

#dl-buy-button a:hover.download {
	background-image: url(images/button_header_dl_buy.png);
	background-position: left center;
    background-size: 181px 129px;
	text-decoration: none;
}

#dl-buy-button a:active.download {
	background-position: left bottom;
}

#dl-buy-button a:link.buy,
#dl-buy-button a:visited.buy {
	width: 68px;
	right: 0;
	background-position: right top;
}

#dl-buy-button a:hover.buy {
	background-image: url(images/button_header_dl_buy.png);
	background-position: right center;
    background-size: 181px 129px;
	text-decoration: none;
}

#dl-buy-button a:active.buy {
	background-position: right bottom;
}

/* @group Content */

#upgrade-button {
	position: relative;
	z-index: 50;
	left:265px;
	height: 43px;
	width: 116px;
	background-image: url(images/button_header_upgrade.png);
  background-size: 116px 129px;
	margin-top: -5px;
}

#upgrade-button a:link,
#upgrade-button a:visited {
	background: none;
	display: block;
	height: 43px;
	text-indent: -999em;
	background-position: left top;
}

#upgrade-button a:hover {
	background-image: url(images/button_header_upgrade.png);
  background-size: 116px 129px;
	background-position: left center;
}

#upgrade-button a:active {
	background-position: left bottom;
}

/* @group Content */

#app-store-button {
	position: relative;
	top: -17px;
	right: 30px;
	z-index: 50;
	height: 53px;
	width: 175px;
	background-image: url(images/products/macappstore-badge.png);
  background-size: 116px 129px;
	margin-top: -53px;
}

#app-store-button a:link,
#app-store-button a:visited {
	background: none;
	display: block;
	float: left;
	height: 53px;
	text-indent: -999em;
	position: absolute;
}

#app-store-button a:link.buy,
#app-store-button a:visited.buy {
	width: 175px;
	left: 0;
	background-position: left top;
}

.change_history {
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	background-color:#fff; 
	text-align:left;
	margin:5px;
}

.change_history h3 {
	margin-top:5px;
	margin-bottom:5px;
}

.change_history li {
	padding-bottom:7px;
}

.change_history code {
	display:block;
	margin:5px 5px 5px 20px;
}