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 #ccc solid;
}

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

#features .selected {
	cursor: default;	
}

.feature .arrow {
	background-image: url(../Images/Arrow.gif);
    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-PageTurning h4 { background-position: 0px -85px; }
#feature-PageTurning p  { background-position: 0px -115px; }

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

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

#feature-Library h4   { background-position: 0px -346px; }
#feature-Library 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/BackLearnMore.gif);
	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.gif);
	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: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.footerElement {
    font-size: xx-small;
    padding: 10px 30px 10px 30px;
    border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

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

#appstorebutton {
	width: 220px;
	height: 67px;
    padding-top: 2px;
    font-family: "Linux Libertine O" "Linux Libertine" serif;
    line-height: 100%;
	margin: 0 auto; 
	//background-image: url(../Images/AppStoreButton-Blank.png); 
	color: white; 
	font-size: 16px;
	font-weight: bold !important;
	position: relative;
}

.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;
}

#HHGGButton {
	position: absolute;
	width: 102px;
	height: 102px;
	top: -8px;
	left: 310px;
	z-index: 10;
	visibility: hidden;
	cursor: pointer;
}