@charset "UTF-8";
/* ***********************************************
// CSS Document 
// 
// home.css - Styles for the Home page
// 
// Copyright 2009 - RelaTV Media Corp
//
// Contact - josh@relatv.com
// ********************************************* */

/* *********************************** *
 * CLIENT LOGIN, HEADER STUFF
 * *********************************** */
 
 
/* *********************************** *
 * HOME (STAGE)
 * *********************************** */
#home #stage {
	height: 610px;
	width: 973px;
	padding: 70px 0 0 25px;
}
#home p {
	color: #8A8A8A;
}
#top {
	width: 900px;
	height: 380px;
	padding-left: 73px;
}
#topLeft {
	float: left;
	width: 280px;
}
#topLeft p {
	width: 280px;
	font-size: 19px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 5px;
}
#topRight {
	float: right;
	width: 510px;
}
#topRight #reelBox {
	width: 502px;
	height: 382px;
	background: transparent url(../images/reelBg.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
#topRight #reelBox a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	text-align: left;
	width: 472px;
	height: 362px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	float: left;
}
#topLeft p span {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
}
#bottom {
	width: 900px;
	height: 170px;
	padding-left: 73px;
}
#bottom .label {
	width: 900px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}
#bottom #thumbList {
	width: 900px;
	height: 125px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottom #thumbList li {
	float: left;
	margin-right: 75px;
}
#bottom #thumbList li.last {
	margin: 0;
}

/* *********************************** *
 * NAVIGATION BAR AND RELATED ELEMENTS
 * *********************************** */
#contact #content #nav {
	background-image: url(../images/navContact.png);
}
#contact #content #nav a#navBios { width: 130px; }