body {
  padding-top: 30px;
}

a {
  text-decoration: none;
  color: black;
  text-decoration: underline;
}

a:hover {
  color: black;
}

h1,h2 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: -6px;
}

h2 {
  margin-top: 9px;
  font-size: 22px;
  line-height: 130%;
}

h3 {
  font-size: 22px;
  font-weight: 100;
  line-height: 130%;
}

p {  
  padding: 0;
  margin: 0;   
}

#information {
  position: relative;
}

#features {
  height: 426px;
  border-bottom: 1px white solid;
}

#features .feature {
  margin: 0;
  padding: 8px 4px 7px 4px;
  border-top: 1px white solid;
  cursor: pointer;
  position: relative;
}

#features .selected {
  cursor: default;  
}

.feature .arrow {
  background-image: url(../images/Arrow.png);
  position: absolute;
  left: 442px;
  top: 11px;
  width: 12px;
  height: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.feature h4 {
  margin: 0;
  height: 30px;
  background: url(../images/Text.png) 0px 2px no-repeat;
  text-indent: -10000px;
  font-size: 0px; // IE6
}

.feature p {
  height: 0px;
  overflow-x: hidden;
  background: url(../images/Text.png) 0px -28px no-repeat;
  text-indent: -10000px;
  font-size: 0px; // IE6
}

#feature-SearchEmail h4 { background-position: 0px -85px; }
#feature-SearchEmail p  { background-position: 0px -115px; }

#feature-SlideShow h4   { background-position: 0px -172px; }
#feature-SlideShow p    { background-position: 0px -202px; }

#feature-Audio h4  { background-position: 0px -259px; }
#feature-Audio p   { background-position: 0px -289px; }

#feature-Browse h4   { background-position: 0px -346px; }
#feature-Browse p  { background-position: 0px -376px; }

/*#feature-Pinching h4  { background-position: 0px -433px; }
#feature-Pinching p   { background-position: 0px -463px; }

#feature-Layout h4 { background-position: 0px -520px; }
#feature-Layout p  { background-position: 0px -550px; }

#feature-FastStart h4 { background-position: 0px -607px; }
#feature-FastStart p  { background-position: 0px -637px; }*/

.selected .description {
  height: 58px;
}

#learnMore {
  background-color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  visibility: hidden;
}

#learnMore img {
  position: relative;
  top: 5px;
  left: 3px;
  display: block;
  margin-bottom: 5px;
}

/*#learnMoreText {
  position: absolute;
  top: 0;
  left: -100000px;
}*/

#learnMoreLink {
  width: 95px;
  height: 18px;
  /*background-position: -52px 0px;
  background-image: url(../images/LearnMore.png);
  text-indent: -100000px;*/
  margin-right: 7px;
  margin-left: auto;
  margin-top: 5px;
  cursor: pointer;
  font-size: 0px; // IE6
}

/*#backLink {
  width: 46px;
  height: 18px;
  background-image: url(../images/BackLearnMore.png);
  text-indent: -100000px;
  margin-right: 19px;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: -23px;
  cursor: pointer;
  visibility: hidden;
  font-size: 0px; // IE6
}*/


#video, #qtmovie {
  width: 240px; 
  height: 360px;  
  overflow: hidden;
  font-size: 0px; // IE6
  z-index: 100;
}

.footer {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}

.footerElement {
  //font-size: xx-small;
  color: gray;
  padding: 10px 30px 10px 30px;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
}

.footerElement + .footerElement {
  border-top: none;
}

#appstorebutton_free {
  width: 220px;
  height: 111px;
  padding-top: 2px;
  font-family: "Linux Libertine O" "Linux Libertine" serif;
  line-height: 100%;
  margin: 0 auto; 
  color: white; 
  font-size: 16px;
  font-weight: bold !important;
  position: absolute;
  top: 417px;
  left: 138px;
}

#appstorebutton_full {
  width: 220px;
  height: 111px;
  padding-top: 2px;
  font-family: "Linux Libertine O" "Linux Libertine" serif;
  line-height: 100%;
  margin: 0 auto; 
  color: white; 
  font-size: 16px;
  font-weight: bold !important;
  position: absolute;
  top: 417px;
  left: 330px;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/ajax-loader.gif);
  width: 32px; height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}

#logo {
  position: relative;
}

