* {
	font-family: Verdana;
	font-size: 12px;
	color: #555;
	line-height: 1.5;
}

body {
	margin: 0;
	background: #fff;
}

ul, form {
	margin: 0;
}

div {
	display: block;
	position: relative;
}

p {
	text-indent: 1em;
}

a {
	color: #39f;
}

.content {
	margin: 0px auto;
	width: 800px;
	display: block;
}

#page-header {
	background: url(/files_/header-background.png); repeat-x;
	border-bottom: 1px solid #5cf;
	height: 80px;
}

#menu-header {
	margin-top: 10px;
}

#page-content {
}

#page-footer {
	margin-top: 80px;
	margin-bottom: 80px;
}

#tida-headerlogo {
	background: url(/files_/header-logo.png);
	width: 120px;
	height: 72px;
	top: 4px;
	display: inline-block;
}



.headerbanner.macwinzipper {
	background: url(/files_/macwinzipper-headerbanner.png);
}

.headerbanner.wannaaudio {
	background: url(/files_/wannaaudio-headerbanner.png);
}

.headerbanner.blog {
	background: url(/files_/blog-headerbanner.png);
}

.headerbanner {
	width: 260px;
	height: 48px;
	display: inline-block;
}

.headerbanner.selected, a.headerbanner:hover {
	background-position: 0 -48px;
}

/*
.headerbanner.reserved {
	background: #f00;
}
*/

.headerbanner.spacing {
	margin-left: 10px;
}



#application-navigation {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}



.column {
	display: inline-block;
	width: 380px;
	vertical-align: top;
}

.column.spacing {
	margin-left: 40px;
}

.section {
	margin-bottom: 10px;
}

.section.spacing {
	margin-top: 30px;
}

.section.title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 1em;
}



.download-label {
	vertical-align: middle;
	margin-right: 5px;
}

a.download-button {
	background: #e0f0ff;
	color: #555;
	border: 1px solid #aaa;
	padding: 5px 10px;
	display: inline-block;
	width: 108px;
	text-align: center;
	margin-left: 5px;
	text-decoration: none;
	vertical-align: middle;
}

a.download-button:hover {
	background: #a0d0ff;
}



a.footer-contact {
	position: absolute;
	top: -37px;
	width: 185px;
	height: 88px;
	background: url(/files/contact-banner.png);
}





#application-header {
	margin-top: 90px;
	margin-bottom: 80px;
	height: 160px;
	position: relative;
}
#application-icon {
	width: 160px;
	height: 160px;
	top: 0px;
	right: 160px;
	position: absolute;
}
#application-name {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 300px;
	top: 55px;
	left: 80px;
	display: inline-block;
	position: absolute;
}
#application-caption {
	text-align: center;
	width: 300px;
	height: 40px;
	top: 95px;
	left: 80px;
	display: inline-block;
	position: absolute;
}
