
div#header {
	width: 96%;
	background: #fff;
	padding: 0 2%;
	border-bottom: solid 25px #516470;
	top: 0;
	z-index: 9999;
	position: fixed;
}

div#header img {
	vertical-align: top;
	}

div#header #auda-logo {
	position: absolute;
	top: 0;
	right: 0;
	}
div#header #auda-link {

	display: block;
	position: absolute;
	top: 89px;
	right: 10px;
	font-size: 10px;
	padding: 2px;
		color: #fff;
	}

div#footer {
	clear: both;
	text-align:  center;
	line-height: 24px;
	height: 24px;
	background: #516470;
	color: #fff;
	font-size: 11px;
}

div#content {
	margin-top: 125px;
}
div#default-content {
	padding: 20px 40px;
}
div#choose-speed {
	padding: 20px 40px;
	text-align: center;
}
div#choose-speed fieldset {
	width: 50%;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	background: #c8cdd0;
}
a {
	color: #cc6600;
}
.fineprint {
	font-size: 10px;
	color: #666;
}

/* ------------------------------------------ front page ------------------------------------------ */ 

table#intro {
	border-collapse: collapse;
	margin: 2%;
}
table#intro td {
	padding: 20px;
	vertical-align: top;
	border-left: solid 1px #516470;
}
table#intro td.welcome {
	padding-left: 0;
	border-left: none;
}

div#intro {
	float: left;
	width: 45%;
	padding: 0 2%;
	margin-top:  40px;
}

#pics {
	max-width: 383px;
	margin: auto;
}

#julian {
	float: right
	}

#chris {
	float: left;
	margin-top: -258px;		/*	avoiding position:absolute due to ie6 hack for position:fixed	*/
	}


div#consumer {
	float: left;
	width:  20%;
	padding: 0 2%;
	margin: 40px 0;
	border-left: solid 1px #516470;
	min-height: 385px;
}

div#consumer h3 {
	color: #cc6600;
}

div#consumer a,
div#business a  {
	position:  absolute;
	top: 460px;
}

div#business {
	float: left;
	width: 20%;
	padding: 0 2%;
	margin: 40px 0;
	border-left: solid 1px #516470;
	min-height: 385px;
}

/* ------------------------------------------ download page ------------------------------------------  */

div#howto {
	float: left;
	width: 47%;			/*	1% spare to avoid rounding errors	*/	
	padding: 20px 1%;
}
div#howto h2 {
	margin-bottom:  1em;
	text-align: center;
}
div#howto div#person {
	float:  left;
	width:  160px;
	text-align: center;

}
div#howto h3, 
div#howto p {
	margin-left: 160px;
	line-height: 1.25em;
}
div#infobox {
	position: fixed;
	width: 50%;
	height: 115px;
	padding-top: 10px;
	top: 110px;
	right: 0;
	font-size: 11px;
	border-bottom: solid 1px #516470;
	z-index: 9999;
}

div.consumer {
	background: #f7d8ba; /*url(/images/bg-groovy.gif) no-repeat top right; */
	}

div.business {
	background: #C8CDD0; /* url(/images/bg-groovy-business.gif) no-repeat top right; */
	}
	

	
div#podcastbox {
	float: right;
	width: 50%;
	padding-top: 110px;
}

/* ------------------------------------------ info box ------------------------------------------ */


div#infobox div {
	padding: 0 10px;
}
div#infobox div#current {
	float: left;
	width: 60%;
}

div#infobox div.controls {
	float: right; 	
}

div#infobox p {
	margin: 8px 0 12px;
}
div#infobox form p {
	margin: 4px 0 4px;
}

div#infobox form {
	margin: 4px 0;
}

div#infobox div.player {
	clear: left;
	position: static;
}
/* ------------------------------------------ table of podcasts ------------------------------------------ */

table#podcasts {
	width: 100%;
	border-collapse: collapse;
	color: #000;
	font-size: 11px;
}
table#podcasts td, table#podcasts th {
	padding: 1px;
	text-align: left;
}
table#podcasts th {
	background: #516470;
	padding: 4px 6px;	
	color: #fff; 
}
table.consumer tr.stripe {
	background: #f7d8ba;
}
table.business tr.stripe {
	background: #c8cdd0;
}
table#podcasts td.title {
	padding-left: 20px;
}
table#podcasts td.play {
	text-align: center;
	padding: 1px 20px;
}
table#podcasts td.download {
	text-align: center;
}
table#podcasts td.play a, td.download a {
	text-indent: -1000em;
	width: 80px;
	height: 20px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	outline: none; /* removes dotted line in FF */
}
table#podcasts a:active {
	background-position: 0 -20px;
}
table#podcasts a.playing {
	background-position: 0 -40px !important;
}
table.consumer td.play a { 
	background: url(/images/play-consumer.png) no-repeat; 
}

table.consumer td.download a { 
	background: url(/images/download-consumer.png) no-repeat; 
}

table.business td.play a {
	background: url(/images/play-business.png) no-repeat;
}

table.business td.download a {
	background: url(/images/download-business.png) no-repeat;
}
div#infobox a.close {
	float: right;
	text-indent: -1000em;
	width: 64px;
	height: 16px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	outline: none; /* removes dotted line in FF */
	background: url(/images/close-button.png) no-repeat; 
}
div#infobox a.close:active {
	background-position: 0 -16px;
}
div#upnext {
	position: absolute;
	top:  10px;
	left: 70%;
	width: 30%;
	padding: 12px;
}

div#infobox a.next {
	text-indent: -1000em;
	width: 80px;
	height: 20px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	outline: none; /* removes dotted line in FF */

}
div#infobox a.next:active {
	background-position: 0 -20px;
}
div.business a.next {
	background: url(/images/play-business.png) no-repeat;
}
div.consumer a.next {
	background: url(/images/play-consumer.png) no-repeat;
}













