a, a:visited {
	text-decoration: none;
	color:black;
}

a:hover {
	color: blue;
}


button {
	background: -webkit-gradient(linear, left top, left bottom, from(#fefffe), to(#d4d4d4));
	border-radius:9px;
	border:1px solid rgba(0,0,0,.3);
}

button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#e7e7e7));
}


.productHeader {
	padding-top: 8px;
	margin-left: -10px;
}
.productNav {
	padding-top: 5px;
}

.centered {
	text-align: center;
}

.subheading {
	margin-top:-17px;
	font-size: 1.75em;
}


.pageTop {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #D7D7D7;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}


.headShot {
	height:510px;

	text-align: center;
	background-image: url('../images/knapsackHeadshot.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}


.footer {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #D7D7D7;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.footer a:hover {
	color: blue;
}

.pageBorder {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #D7D7D7;
}

img.featureThumb {
	border: 1px solid #D7D7D7;
	padding:3px;
}

.sectionBreak {
	border-top: 1px solid #D7D7D7;
	padding-top: 25px;
}

.center {
	text-align: center;
}

.verticalCenter {
	vertical-align: middle;
}

.features p {
	font-size: 110%;
}


a.blueLink {
	color: blue;
}

a.blueLink:hover {
	text-decoration: underline;
}


/*
a.knapsackButton {
//	background: transparent url('../images/knapsackButton.png') no-repeat scroll top left;
	background: transparent url('/images/download-arrow.png') no-repeat scroll top left;
	display: block;
	height: 40px;
	float:left;
	padding-top: 5px;
	padding-left:14px;
	padding-right:28px;
	color:white;
	text-decoration: none;
}

a.knapsackButton:active {
	background: transparent url('../images/knapsackButtonPressed.png') no-repeat scroll top left;
	padding-top: 6px;
}
*/


.callout {
	position: absolute;
	z-index: 200;
	border-collapse: collapse;
	width: 208px;
	height: 139px;
	background-image: url('../images/calloutBackground.png');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	left: 190px;
	top: 240px;
	text-align: center;	
}

.callout table {
	color: white;
	padding: 15px;
	padding-top: 32px;
}

.callout th {
	vertical-align: top;
	text-align: right;
}


#galleria {
    height:400px;
}


a.supportMailLink {
	color:blue;
}
a.supportMailLink:hover {
	color:blue;
	text-decoration: underline;
}

.supportPage a {
	color: blue;
}

.supportPage a:visited {
	color: blue;
}

.supportPage a:hover {
	text-decoration: underline;
}


.releaseDate {
	margin-top:-15px;
	font-size:1em;
}


.homeButton {
	height: 48px;
	width: 32px;
	background-image: url(/images/OuterLevelLogo-32.png);
	background-repeat: no-repeat;
}

.homeButton a {
	display: block;
	height: 48px;
	width: 32px;
}

.homeButton a:hover img {
	visibility:hidden;
}


