@font-face {
    font-family: 'TTLight';
    src: url('http://www.patrickcentral.com/static/webfonts/TitilliumText22L002-webfont.eot');
	src: url('http://www.patrickcentral.com/static/webfonts/TitilliumText22L002-webfont.eot?iefix') format('eot'),
         url('http://www.patrickcentral.com/static/webfonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('http://www.patrickcentral.com/static/webfonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('http://www.patrickcentral.com/static/webfonts/TitilliumText22L002-webfont.svg#webfontWLF9Q09S') format('svg');
    font-weight: normal;
    font-style: normal;

}
.roll {
	-moz-opacity:0.02;	
	-webkit-opacity:.02;
	opacity:.02;
}

.nav {
	font: 18px/27px 'TTLight', Arial, sans-serif;
	font-size:21px;
	height:25px;
}
.navitem {
	height:25px;	
	cursor:pointer;
	text-shadow: 0 4px 10px rgba(33, 33, 33, 0.10);
}
.navitem:hover {
	margin-bottom:4px;
	line-height:5px;
	text-shadow: rgba(33, 33, 33, 0.12) 0.1em 0.9em 0.2em;
}
#font {
	font: 18px/27px 'TTLight', Arial, sans-serif;
	font-size:21px;
	height:26px;
}

.page {
	float:left;
	width:1080px;
	margin:0px 600px 0px 0px;
	min-height:350px;
	height:400px;
	background-image:url(/static/images/bigbg.png);
	background-position:70px 30px;
	background-repeat:no-repeat;
	padding:32px 0 0 95px;
}

.page h1 {
	font: 18px/27px 'TTLight', Arial, sans-serif;
	font-size:21px;
	color:#fff;
}
	
#pages {
	width:1080px;
	height:340px;
	overflow:hidden;	
}
#swipecontent {
	height:400px;
	width:22000px;
	float:left;	
}
#posters {
	background-image: url(/static/images/posterbg.png);
    background-position: -25px 140px;
    background-repeat: no-repeat;
    height:370px;
	width:1080px;
	padding:0;
}
.spacer {
	margin:0 6px 0 6px;	
}
.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8 {
	width:230px;height:37px; background-repeat:repeat-y;	
}
#stage1 {
	height:226px;width:330px;
	background-image:url(/static/images/jungle.png);
	background-repeat:repeat-x;
  border: 6px solid #000000;
    border-radius: 8px 8px 8px 8px;
    height: 226px;
    margin-left: 10px;
    margin-top: 38px;	
	float:left;
}
.copy {
	width:610px;
	height:300px;
	float:left;
	font: 18px/27px 'TTLight', Arial, sans-serif;
	font-size:17px;
	color:#fff;
	float:left;
}
.copy a {
	color:#fff;	
}
.pic {
	padding-top:30px;	
	margin-left:20px;
	height:300px;
	width:220px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	text-align:center;
}
.pic img {
	position:relative;
	top:inherit;
}
