#tour {
	position: relative;
	left: -47px;
	margin-top: 16px;
	padding: 0 0 4px 18px;
	background: url(/public/img/mantle_shadow.png) no-repeat 0 bottom;
	width: 912px;
}

#tagline{
	width:100%;
	position: relative;
	text-align: center;
	font-family: "Myriad Pro", Arial, Sans-serif;
	color: #5d5f52;
	font-size:1.1em;
	margin-top: 25px;
}

#tps {
	margin-top: 25px;
}

#tps div {
	width: 260px;
	float: left;
	margin: 0 23px 0 0;
}

#tps div.last {
	margin: 0 0 0 0 !important;
}

#tps div h2 {
	font-family: "Myriad Pro", Arial, Sans-serif;
	color: #5d5f52;
	font-weight: normal;
	font-size: 1em;
}

#tps div h2.cashflow {
	background: url(/public/img/cf_icon.png) no-repeat 0 0;
	padding: 10px 0 25px 57px;
	top: -5px;
}

#tps div h2.debt {
	background: url(/public/img/ca_icon.png) no-repeat 0 0;
	padding: 10px 0 20px 57px;
	top: -5px;
}

#tps div h2.savings {
	background: url(/public/img/savings_ico.png) no-repeat 0 0;
	padding: 10px 0 20px 57px;
	top: -5px;
}

#tps div p {
	color: #7e816f;
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
}

a.complete {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
	padding: 35px 0 10px 0;
	color: #5d5f52;
	font-size: 1em;
	text-shadow: #a0a191 1px 1px 2px;
}

a.complete span {
	padding: 0 0 0 7px;
	color: #a6a89c;
}

#giftpromo {
	padding: 0 0 15px 85px;
	/*border-bottom: 1px solid #c6c9c1;*/
	font-family: "Myriad Pro", Arial, Sans-serif;
	background: url(/public/img/gift.png) no-repeat 10px 0px;
}

#giftpromo h3 {
	color: #8c8f7e;
	font-weight: normal;
	font-size: 1.2em;
}

#giftpromo p {
	color: #a7aa95;
	padding: 4px 0 0 0;
	font-size: 1em;
}

.buy_cta.medium {
	z-index: 900;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #818273 1px 1px 2px;
	line-height: 1em;
	padding: 11px 0 15px 0;
	background: url(/public/img/buynow_big.png) no-repeat;
	width: 169px;
	font-size: 1.25em;
	display:block; 
	margin-top: 5px;
}

#content_holder .inner #actual_content {
	overflow: hidden;
	width: 830px;
}

#update h1 {
  font-size: 1.6em;
	font-weight: normal;
	position: relative;
	color: #353535;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

#update h2 {
  padding-bottom: 10px;
  font-size: .9em;
  line-height: auto;
}

#update ol {
  font-size: .9em;
  line-height: 1.3em;
  color: #353535;
  padding: 0 0 15px 40px;
}

#update pre, #update h4 {
  font-family: "Courier New", Courier, Monospace;
  margin: 0;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  font-size: .8em;
  line-height: 1.3em;
}

#update h4 {
  padding-bottom: 0;
  font-size: .85em;
  line-height: auto;
}

#update h3 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: .95em;
}

#update p em.warning {
  color: #000;
  font-style: normal;
}

#update pre {
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 15px 0;
  padding-left: 0;
  padding-right: 0;
}

#update a.download_update {
  background-image: url(/public/img/download.update.png);
  background-repeat: no-repeat;
  color: transparent;
  width: 199px;
  display: block;
  height: 38px;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

#update a.download_update:hover {
  background-position: 0 -42px;
}

#update a.download_update:active {
  background-position: 0 -85px;
}

#update a.download_activate {
  background-image: url(/public/img/download.activate.png);
  background-repeat: no-repeat;
  color: transparent;
  width: 260px;
  display: block;
  height: 38px;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

#update a.download_activate:hover {
  background-position: 0 -42px;
}

#update a.download_activate:active {
  background-position: 0 -85px;
}

#update a.download_subscribe {
  background-image: url(/public/img/download.subscription.png);
  background-repeat: no-repeat;
  color: transparent;
  width: 266px;
  display: block;
  height: 38px;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

#update a.download_subscribe:hover {
  background-position: 0 -42px;
}

#update a.download_subscribe:active {
  background-position: 0 -85px;
}

#update #sub_stat {
  position: absolute;
  right: 208px;
  bottom: 16px;
  font-size: .5em;
}

#update #sub_stat.right {
  right: 0;
}

#update #sub_stat.mid {
  right: 270px;
}

#update #sub_stat strong {
  color: #167400;
}

#update #sub_stat em {
  color: #cd0000;
  font-weight: bold;
  font-style: normal;
}

#update p {
  font-size: .9em;
  line-height: 1.3em;
  color: #353535;
}

#update .content_col {
}

.update_release_notes{
	border: 1px solid #bbc5ba;
	padding: 10px;
}