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

.home-top	{
	height: 425px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.home-copy	{
	width: 900px;
	margin-top: 155px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 65px;
	}
	
.page-scroll	{
	margin-top: 100px;
	margin-left: -65px;
	}
	
.video-launch	{
	float: right;
	margin: 0;
	padding: 0 30px 0 0;
	width: 203px;
	}
	
/* home module styles */

#module-container	{
	background: transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}
	
.module	{
	float: left;
	width: 245px;
	height: 198px;
	margin: 0 0 0 2px;
	overflow: hidden;
	font: 11px verdana, helvetica, arial, sans-serif;
	color: #fff;
	background-color: #121212;
	background-image: url(file:///C|/Documents%20and%20Settings/Administrador/Desktop/pos/images/extras.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.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: 25px auto 30px auto;
	padding: 0;
	}
	
/* 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: 0 0 17px 0;
	font-weight: normal;
	font-size: 22px 
	}
	
.home-top p	{
	margin: 0 0 17px 0;
	width: 200px;
	}
	
.home-top p.more	{
	margin: 0;
	width: 100px;
	background: url("../graphics/arrow-right.png") 90px 7px no-repeat transparent;
	}
	

	
