html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #434343;
	font: bold 13px arial;
	}

a { text-decoration: none; }
a:link, a:visited { color: #D1D1D1; }
a:hover, a:active { color: #000; }
a:focus { outline: none; }

a img { border: 0 none; }

#wrap {
	width: 800px;
	margin: 0 auto;
	}

#header { height: 100px; }

#header h1 {
	display: none;
	padding-top: 36px;
	}

#content {
	position: relative;
	padding: 20px;
	background: #FFF;
	}

#footer {
	padding: 20px 0;
	text-align: right;
	}

#player {
	display: none;
	width: 665px;
	margin: 0 auto;
	}

#player #title {
	margin-bottom: 10px;
	color: #666;
	}

#video {
	width: 665px;
	height: 374px;
	background: #000;
	}

#videos {
	width: 660px;
	height: 125px;
	margin: 0 auto;
	}

.video-thumb {
	width: 180px;
	margin: 0 20px;
	float: left;
	}

*html .video-thumb { margin: 0 10px; }

.video-thumb span {
	display: block;
	width: 180px;
	height: 100px;
	margin-bottom: 5px;
	background: #E5E5E5;
	}

.video-thumb img {
	width: 180px;
	height: 100px;
	}

.video-thumb img, .video-thumb strong { display: none; }

.video-thumb.selected img, .video-thumb.selected strong {
	display: block;
	color: #000;
	}



.home #content { height: 400px; }

.home #logo {
	position: absolute;
	top: 140px;
	left: 0;
	width: 800px;
	text-align: center;
	}

.home #player { display: none; }
.home #videos { padding-top: 220px; }

.interior #header h1 { display: block; }
.interior #logo { display: none; }

.video #player { display: block; }

.interior #videos {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E5E5E5;
	}

#about {
	display: block;
	width: 665px;
	margin: 0 auto;
	color: #666;
	}


#about h2 { margin-top: 0; }

#footer {
	color: #AAA;
	font-weight: normal;
	}

#footer a { font-weight: bold; }


.cfx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.cfx { display: inline-table; min-width:1px;}
/* Hides from IE-mac \*/
*html .cfx { height: 1%; }
.cfx { display: block; }
/* End hide from IE-mac */
