#banner {
	height: 472px;
	background: transparent url(../images/cornerstone-diorama.jpg) no-repeat;
}

#badge {
	position: absolute;
	width: 130px;
	height: 130px;
	bottom: 20px;
	right: 29px;
	background: transparent url(../../images/badge.png) no-repeat;
	display: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.box h4 {
	margin-top: 1.5em;
}

ul {
	margin: 0px;
	padding-left: 1.2em;
}

li {
	margin: 0px;
	color: #aaa;
}

.quote {
	display: block;
	clear:left;
	margin-bottom: 1.5em;
}

/************************************ Sidebar **************************************/

.button {
	display: block;
	background: transparent url(../images/sidebar-buttons.png) no-repeat;
	width: 162px;
	height: 80px;
	margin: 1.5em auto 1.5em auto;
	text-indent: -10000px;
}

#download-button {
	height: 90px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 0px;
}

#download-button:hover {
	background-position: -162px 0px;
}

#add-to-cart-button {
	background-position: 0px -90px;
}

#add-to-cart-button:hover {
	background-position: -162px -90px;
}

#add-5-pack-button {
	background-position: 0px -170px;
}

#add-5-pack-button:hover {
	background-position: -162px -170px;
}

#add-10-pack-button {
	background-position: 0px -250px;
}

#add-10-pack-button:hover {
	background-position: -162px -250px;
}

#view-cart-button {
	background-position: 0px -330px;
}

#view-cart-button:hover {
	background-position: -162px -330px;
}

#macosx-logos {
	float: left;
	margin-right: 10px;
}

/*********************************** Secondary Navbar ************************************/

#sec-navbar-separator {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	background: transparent url(../../images/sec-navbar-separator.png) no-repeat;
}

.sec-navbar-button {
	position: absolute;
	display: block;
	top: 6px;
	height: 23px;
	background: transparent url(../images/sec-navbar.png) no-repeat;
	background-position: center 0px;
}

#overview-button {
	width: 110px;
	right: 50%;
	text-indent: -10000px;
}

#overview-button[selected = 'yes'] {
	background-position: center -22px;
}

#overview-button:hover {
	background-position: center -44px;
}

#features-button {
	width: 110px;
	left: 50%;
	background-position: center -66px;
	text-indent: -10000px;
}

#features-button[selected = 'yes'] {
	background-position: center -88px;
}

#features-button:hover {
	background-position: center -110px;
}

/************************************* Overview Tab **************************************/

.topic {
	position: relative;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
}

.topic h4 {
	margin-top: 0;
	margin-bottom: 0.6em;
}

.topic p {
	margin-top: 0.5em;
	font-size: 9pt;
}

.topic img {
	float: left;
	margin-left: -2px;
	margin-right: 1.0em;
	margin-bottom: 0em;
}

.left {
	clear: left;
	float: left;
	width: 280px;
}

.right {
	float: right;
	width: 280px;
}

#browser-screenshot {
	margin-bottom: 1.5em;
}

#thumbnails {
	margin-top: 16px;
}

#thumbnails table {
	border-spacing: 0px;
}
		
#thumbnails td {
	text-align: center;
	width: 140px;
	padding-top: 10px;
	border-left: 1px solid #393939;
	border-right: 1px solid #292929;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #292929;
}

#thumbnails tr:first-child td {
	border-top: none;
}

#thumbnails tr:last-child td {
	border-bottom: none;
}

#thumbnails td:first-child {
	border-left: none;
}

#thumbnails td:last-child {
	border-right: none;
}

#thumbnails img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
	border: 1px solid #494949;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 5px;
}

.label {
	font-size: 7.5pt;
	margin-bottom: 1em;
}

#footnote {
	margin-top: 16px;
	margin-bottom: 16px;
}

/************************************* Features Tab **************************************/

#features {
	display: none;
}

.feature-text-left {
	margin-right: 180px;
}

.feature-text-right {
	margin-left: 180px;
}

.feature-text {
	height: 129px;
	padding: 14px;
}

.feature h3 {
	margin-top: 0px;
	margin-bottom: 0em;
}

.feature p:last-of-type {
	margin-bottom: 0px;
}

.feature {
	float:left;
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 9pt;
}

.slice-box-left {
	clear:left;
	float:left;
	padding: 0px;
	margin-right: 20px;
}

.slice-box-right {
	clear:left;
	float:right;
	padding: 0px;
	margin-left: 20px;
	margin-right: -1px;
}

.new-feature {
	background-image: url(../images/new-feature-sash.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.feature-list {
	float: left;
	margin-bottom: 16px;
	width: 570px;
}

.feature-list h2 {
	margin: 0px;
	margin-left: -2px;
}

.feature-list h3 {
	font-size: 10pt;
	margin: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

.feature-list li {
	font-size: 9pt;
	margin-right: 1.0em;
}

.heading {
	width: 220px;
	height: 26px;
	background: transparent url(../images/headings.png) no-repeat;
	text-indent: -10000px;
	margin: 0px;
	margin-left: -2px;
}

#thumbnails .heading {
	background-position: 0px -30px;
}

#footnote .heading {
	background-position: 0px -60px;
}

#new-feature-list .heading {
	background-position: 0px -90px;
}

#function-list .heading {
	background-position: 0px -120px;
}

#integration-list .heading {
	background-position: 0px -150px;
}

#compatibility-list .heading {
	background-position: 0px -180px;
}
