.title-div {
	width: 460px;
	text-align: center;
}

.title-icon,
.title-caption {
	width: 460px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**** Technical Support ****/

ul#retired-apps {
	margin: 10px 0;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 5px;
	display: block;
	text-align: center;
}

#retired-apps li {
	display: inline;
}

#retired-apps li a {
	list-style: none;
	display: block;
	width: 200px;
	margin: 5px 80px;
	padding: 30px 10px 30px 100px;
	border: 1px solid #ddd;
	color: black;
	text-align: left;
	text-decoration: none;
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #bbb 2px 2px 4px;
}

#retired-apps li a,
#retired-apps li a:hover {
	background-position: 20px;
}

#retired-apps li a:hover {
	border: 1px solid #ccc;
}
	
#retired-apps>li {
	display: block;
}

#audioxplorer a {
	background: url(../images/audioxplorer.png) no-repeat left center;
}	
#curvuspro a {
	background: url(../images/curvuspro.png) no-repeat left center;
}
#hadron a {
	background: url(../images/hadron.png) no-repeat left center;
}

#audioxplorer a:hover {
	background: #eee url(../images/audioxplorer.png) no-repeat left center;
}
#curvuspro a:hover {
	background: #eee url(../images/curvuspro.png) no-repeat left center;
}
#hadron a:hover {
	background: #eee url(../images/hadron.png) no-repeat left center;
}
	
