html { overflow-y: scroll; } /* don't want the scrollbar appearing later */

body {
  background-color: black;
  color: #666;
  margin: 0;
  font-family: HelveticaNeue, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

img {
  border: none;
}

a:link, a:hover, a:active, a:visited {
	color: #a00;
}

#main {
  width: 800px;
  background-color: #B8B8B8;
  margin: 0 auto;
  color: black;
}

#interior {
  background-color: #757575;
}

#mainlogo {
  background-color: #B8B8B8;
  background-image: url(img/mainlogo.png);
  background-repeat: no-repeat;
  height: 190px;
  width: 800px;
  margin: 0;
}
#mainlogo>span { display: none; }

#topnotch_bar {
  z-index: 10;
  background-color: #B8B8B8;
  text-align: center;
  border-bottom: 1px solid #2E2E2E;
  height: 20px;
  padding-top: 4px;
  vertical-align: bottom;
}

#bottomnotch_bar {
  z-index: 10;
  height: 20px;
  background-color: #B8B8B8;
  text-align: center;
  padding-bottom: 8px;
  border-top: 1px solid #777;
  vertical-align: top;
}

#topnotch, #bottomnotch {
  height: 20px;
  cursor: pointer;
}

#topnotch>img:hover, #bottomnotch>img:hover {
  background-color: white;
}

#top_inner_shadow {
  height:16px;
  width:800px;
  background-image: url(img/shadow-top.png);
}
#bottom_inner_shadow {
  height:16px;
  width:800px;
  background-image: url(img/shadow-bottom.png);
}

#blurb {
  padding: 8px;
  font-size: 14px;
  text-shadow: #ccc 0px 1px 0px;
  font-weight: normal;
  clear: both;
  line-height: 20px;
  width: 700px;
  margin: 0 auto;
}

.clickme {
  font-size: 10px;
  font-weight: bold;
  text-shadow: #ccc 0px 1px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  padding: 3px;
  clear: both;
}
.clickme b {
  color: #333;
}
.red { color: #a00; }

#buttons {
	text-align: center;
	padding-left: 10px auto;
	padding-right: 10px auto;	
}

#singlebutton {
 text-align: center;
 margin-left: 10px auto;
 margin-right: 10px auto;
}

.starthidden { display: none; }

a#buynow, a#download {
  display: inline-block;
  width: 170px; height: 62px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: rgba(0,0,0,0.05) 0px 1px 0px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 10px;
}

a#buynow>div, a#download>div {
  padding-top: 21px;
}

a#buynow:active>div, a#download:active>div {
  padding-top: 22px;
}

a#buynow { 
  background-image: url(img/buy-n.png); 
  color: rgba(255, 255, 255,0.91);
  text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
}
a#buynow:hover {
  background-image: url(img/buy-h.png); 
}
a#buynow:active {
  background-image: url(img/buy-p.png); 
  color: rgba(250, 250, 250,0.91);
}

#preload1 { height: 0; width: 0; 
  background-image: url(img/buy-h.png);}
#preload2 { height: 0; width: 0; 
  background-image: url(img/buy-p.png);}
#preload3 { height: 0; width: 0; 
  background-image: url(img/download-h.png);}
#preload4 { height: 0; width: 0; 
  background-image: url(img/download-p.png);}  

a#download { 
  background-image: url(img/download-n.png); 
  color: rgba(0,0,0,0.7);

}
a#download:hover { 
  background-image: url(img/download-h.png); 
}
a#download:active { 
  background-image: url(img/download-p.png); 
  color: rgba(0,0,0,0.75);
}

.price {
  display: block;
  padding-top: 1px;
  font-size: 20px;
  color: rgba(0,0,0,0.75);
}
.price strike {
  color: rgba(90,0,0,0.5);
}

hr {
  clear: both;
  height: 0px;
  border: none;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #CCC;
}

#morelinks {
  text-shadow: #ccc 0px 1px 0px;
  padding: 16px;
}

#under {
  border-top: 1px solid #999;
  background-color: #757575;
  height: 20px;
}

#logos {
  width: 800px;
  margin: 0 auto;
  text-align:center;
  padding-top: 24px;
  padding-bottom: 24px;
}
/*#logos a {
  float:left;
  margin-left: 64px;
}
#logos a+a {
  float:right;
  margin-right: 64px;
}*/

#logos a+a {
  margin-left: 192px;
}

#interior-content-container {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #101010;
	text-shadow: #858585 0px 1px 0px;
}

#interior-featureheader {
	padding-top: 30px;
	font-size: 14px;	
}

#interior-screenshot {
	float: left;
	padding-left: 15px;
	width: 295px;
}

#interior-header-features {
	margin-top: 10px;
	padding-left: 35px;
	float: left;
	width: 420px;
}
#interior-header-features h3 {
	color: #000;
	margin-bottom: 5px;
}
#interior-header-features p {
	margin-top: 0px;
}

#interior-header-features h3 .newfeature {
	font-size: 14px;
	color: #900;
	padding: 8px;
}

#interior-featuremain {
	clear: both;
}

.main-feature h3 {
	color: #000;
	margin-bottom: 0px;
}
.main-feature p {
	margin-top: 5px;
}
.main-feature h3 .newfeature {
	font-size: 13px;
	color: #900;
	padding: 4px;
}

.main-feature p a:link {
	color: #000075;
}

.main-feature p a:visited {
	color: #550055;
}

#interior-main-features-left {
	padding-left: 30px;
	float: left;
	width: 350px;
}

#interior-main-features-right {
	padding-left: 35px;
	float: left;
	width: 350px;
}

#interior-content-anchor {
	clear: both;
	padding-bottom: 20px;
}
