/* @override
	http://djrap.com/css/home.css
	http://localhost:8888/css/home.css
	http://djrap.com/css/home.css
*/

#top-box	{
	text-align: left;
	}

.home-top	{
	background: url("../graphics/new/hp.jpg") top center no-repeat #000;
	height: 425px;
	overflow: hidden;
	}

.home-copy	{
	margin: 60px 0 0 65px;
	}

.page-scroll	{
	margin-top: 100px;
	margin-left: -65px;
	}

.home-top p.video-launch	{
	float: right;
	margin: -24px;
	margin-top: -333px;
	padding: 0 30px 0 0;
	width: 272px;
	}

/* home module styles */

#module-container	{
	background: transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.module	{
	float: left;
	width: 248px;
	height: 198px;
	margin: 0 0 0 2px;
	overflow: hidden;
	background: url("../graphics/bg-module.png") top left no-repeat transparent;
	font: 11px verdana, helvetica, arial, sans-serif;
	color: #fff;
	}

.module a:link, .module a:visited, .module a:hover	{
	text-decoration: none;
	color: #fff;
	}

.module img	{
	display: block;
	}

.module .left	{
	float: left;
	background: url("../graphics/arrow-right.png") left center no-repeat transparent;
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
	}

.module .right	{
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	}

.header	{
	margin: 0;
	padding: 10px 0 0 10px;
	}

.last	{
	margin-right: 0;
	padding-right: 0;
	}

.module-photo	{
	border: 1px solid #444444;
	text-align: center;
	margin: 7px auto 7px auto;
	padding: 0;
	}
.release-photo {
	border: 1px solid #444444;
	text-align: center;
	margin: 7px 2px 0px 2px;
	padding: 0px;
	}
/* video player overlay styles */

#overlay	{
	display: none;
	background: transparent;
	width: 640px;
	height: 505px;
    -moz-box-shadow: 0 5px 10px 0 #000;
    -webkit-box-shadow: 0 5px 10px 0 #000;
	}

div.contentWrap	{
	width: 640px;
	height: 505px;
	margin: 0;
	}

.close	{
    background-image:url(../graphics/close.png);
    position:absolute;
    right: -25px;
    top: -20px;
    cursor:pointer;
    height:30px;
    width:30px;
    z-index: 200;
	}

/* typography */

.home-copy	{
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	}

.home-top h1	{
	margin: 37px 0 7px;
	font-weight: normal;
	font-size: 22px
	}

.home-top h1 a	{
	margin: 37px 0 7px;
	font-weight: normal;
	font-size: 22px;
	color: #fffFff;
}

.home-top p	{
	margin: 0 0 1px;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	}

.home-top p.more	{
	margin: 0;
	padding: 4px 0 0 0;
	width: 100px;
	background: url("../graphics/arrow-right.png") 90px 7px no-repeat transparent;
	}
.modulefix {
	margin: 0px;
	padding: 0px;
	height: 24px;
}



