﻿body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}
#outerBox {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	margin: -310px 0px 0px 0px;
	padding: 0px;
	height: 550px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: black;	
}
#contentBox {
	height: 530px;
	margin: 0px auto;
	width: 830px;
	background: white;
	position: relative;
}
body.insideBody #contentBox {
	background: url(images/videoPageback.jpg) 0 0 no-repeat;
}
body#aboutBody #contentBox {
	background: url(images/aboutBodyBack.jpg) 0 0 no-repeat;
}
body#newsBody #contentBox {
	background: url(images/newsBodyBack.jpg) 0 0 no-repeat;
}
body#omdfBody #contentBox {
	background: url(images/omdfBodyBack.jpg) 0 0 no-repeat;
}
#videoPlayer {
	width: 329px;
	height: 290px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 80px;
}
img {
	border: 0px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 315px;
}
#title {
	position: absolute;
	top: 20px;
	left: 545px;
}
#text {
	position: absolute;
	top: 70px;
	left: 430px;
}
#aboutBody #text {
	top: 90px;
}
#text p {
	width: 340px;
	font-size: 80%;
	margin: 5px 0px;
	color: #333;
}
#text p span {
	font-style: italic;
	font-weight: bold;
}
#note {
	color: #888888;
	font-size: 80%;
	width: 45px;
	position: absolute;
	top: 330px;
	left: 520px;
}
#docsBody #note {
	left: 450px;
}
ul#blurbs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 340px;
	position: absolute;
	top: 190px;
	left: 430px;
	font-size: 80%;
	color: #888888;
}
body#docsBody ul#blurbs {
	top: 140px;
}
body#featuresBody ul#blurbs {
	top: 210px;
}
body#aboutBody ul#blurbs {
	top: 300px;
	color: #333;
}
#aboutBody ul#blurbs span {
	font-style: italic;
}
ul#blurbs li {
	display: none;
	padding: 0px;
	margin: 0px;
}
ul#blurbs li#firstBlurb {
	display: block;
}
ul#blurbs a {
	color: black;
	text-decoration: underline;
}
ul#blurbs a:hover {
	text-decoration: none;
}
ul#blurbs span {
	color: black;
}
ul#thumbnails {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 270px;
	left: 585px;
}
ul#thumbnails li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
body#aboutBody ul#thumbnails {
	top: 160px;
	left: 430px;
}
body#aboutBody ul#thumbnails li {
	margin: 0px 4px;
}
body#featuresBody ul#thumbnails {
	top: 300px;
}


body#tvBody ul#thumbnails {
	left: 505px;
}
body#tvBody li#firstThumb,
body#tvBody li#secondThumb {
	position: relative;
	top: 0px;
	left: 110px;
}

/* I had to position these absolutely because of IE 6 */

body#tvBody ul#thumbnails li#thirdThumb {
	position: absolute;
	top: 98px;
	left: 0px;
}
body#tvBody ul#thumbnails li#fourthThumb {
	position: absolute;
	top: 98px;
	left: 100px;
}
body#tvBody ul#thumbnails li#fifthThumb {
	position: absolute;
	top: 98px;
	left: 196px;
}

body#docsBody ul#thumbnails {
	left: 505px;
	top: 290px;
}
ul#thumbnails a {
	display: block;
}
#contact {
	position: absolute;
	top: 475px;
	left: 430px;
}

ul#nav {
	clear: both;
	width: 650px;
	list-style: none;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 43.5%;
	margin: 250px 0px 0px -295px;
}
ul#nav li {
	margin: 0px 15px;
	padding: 0px;
	display:inline;
}
ul#nav li a {
	text-decoration: none;
	color: white;
	border: 0px;
}


#iframe {
	position: absolute;
	top: 40px;
	left: 415px;
}
#omdfBody #iframe {
	top: 160px;
}
ul#newsList {
	font-size: 80%;
	color: #888;
	list-style: square inside;
	margin: 0px 15px;
	padding: 0px;
}
ul#newsList li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
ul#newsList a {
	color: #888;
}
ul#newsList em {
	color: black;
	font-style: italic;
}
ul#newsList a:hover {
	text-decoration: none;
}



h2#omdf-main-header {
	visibility: hidden;
	position: relative;
	left: -140px;
	top: 1px;
}
h1#omdf-h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	color: black;
}
p.omdf {
	color: #325498;
}
ul#omdf-list {
	background: white;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 20px;
	color: #888;
	font-size: 80%;
	list-style: inside square;
}
ol#omdf-helplist {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ol#omdf-helplist li {
	margin-bottom: 3px;
}
#omdf-list li {
	margin: 0px 0px 10px 0px;
}
#omdf-list em {
	color: black;
}
#omdf-list a {
	color: #888;
}
#window-link {
	font-size: 90%;
	text-align: right;
}
#window-link a {
	color: #666;
}
body#omdf-content-body {
	font-size: 80%;
	margin: 0px 10px;
}
ul#omdf-awards {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	color: #333;
	font-weight: bold;
}
ul#omdf-awards li {
	font-size: 80%;
}
body#omdf-content-body a {
	color: black;
}
body#omdf-content-body a:hover {
	text-decoration: none;
}
body#omdf-content-body h2 {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
}
ul.testimonials {
	color: #333;
	list-style: none;
	font-style: italic;
	margin: 5px 0px;
	padding: 0px;
}
ul.testimonials div {
	font-style: normal;
	padding-left: 10px;
}
ul.testimonials li {
	margin: 0px 0px 6px 0px;
}
ul.omdf-why-list {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: inside;
}
ul.omdf-why-list li {
	margin-bottom: 4px;
}
div#purchase {
	margin: 0px;
	padding: 2px;
	position: absolute;
	top: 60px;
	left: 425px;
	width: 300px;
	background: #ddd;
}
form select {
	position: relative;
	top: -7px;
}
form {
	padding: 0px;
	margin: 0px;
}
#purchase p {
	margin: 0px;
	font-size: 80%;
}
#warning {
	position: absolute;
	top: 15px;
	left: 50%;
	padding: 5px;
	margin-left: -200px;
	color: black;
	font-size: 90%;
	width: 400px;
	text-align: center;
}
#fullBioPic {
	float: left;
	margin: 0px 15px 15px 0px;
}
#fullBios h1 {
	clear: left;
	margin: 60px 0px 10px 0px;
}
#fullBios h2 {
	clear: left;
	margin: 10px 0px;
}
#fullBios p span {
	font-weight: bold;
	font-style: italic;
}
#fullBios #content {
	width: 600px;
	margin: 0px auto;
}
#fullBios #back a {
	color: #660000;
	
}
#fullBios #back a:hover {
	text-decoration: none;
}
#fullclip {
	position: absolute;
	top: 50%;
	left: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 498px;
	background: black;
	width: 100%;
	margin-top: -250px;
}
#fullvideo {
	margin: 0px auto;
	width: 830px;
}
