@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-SemiBold';
    src: url('fonts/MyriadPro-SemiBold.eot');
    src: url('fonts/MyriadPro-SemiBold?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-SemiBold.woff') format('woff'),
         url('fonts/MyriadPro-SemiBold.ttf') format('truetype'),
         url('fonts/MyriadPro-SemiBold.svg#MyriadPro-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: "MyriadPro-Regular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #444;
	background-color:#000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	overflow:hidden;
}
a{
	color: #fff;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #999;
	text-decoration: none;
	border: 0;
    outline : 0;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-size:13px;
	color:#ccc;
	text-transform:uppercase;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
ul li { display: inline; }
div#topFade, 
div#btmFade {
	width:100%;
	height:50%;
	position:absolute;
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 */
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
div#topFade {
	top:0;
}
div#btmFade {
	bottom:0;
}
#main {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index:1;
	width: 1000px;
	height: 590px;
}
div#container {
	padding: 0;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	position:absolute;
	right:0;
	bottom:0;
}

/* Header */
#header {
	position:absolute;
	bottom:0;
	left:0;
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	opacity:0;
}

/* Navigation */
nav.mainNav {
	position:absolute;
	bottom:5px;
	left:200px;
	width:798px;
	opacity:0;
}
nav.mainNav div {
	display:inline-block;
}
nav.mainNav a{
	font-size:12px;
	margin-right:40px;
	display:inline-block;
	text-transform:uppercase;
	float:left;
	font-family: "MyriadPro-SemiBold";
	letter-spacing: 0.03em;
}

nav.mainNav #concept {
	display:inline;
	float: left;
}
nav.mainNav #concept .concept_navisec{
	display:none;
}
nav.mainNav a{
	color:#ccc;
}
nav.mainNav a:hover{
	color:#FF9600;
}
nav.mainNav a.selected{
	color:#FF9600;
}
nav.mainNav #nav_info{
	float:right;
}
nav.mainNav #nav_info a{
	border-left:1px solid #fff;
	line-height:12px;
	padding:0 30px;
	margin:0;
	text-transform:none;
}
nav.mainNav #nav_info a:last-child{
	border-right:1px solid #fff;
}
#nav_page {
	float:left;
}
/* Sidebar */
.sidebar {
	display:none;
	width:192px;
	height: 550px;
	float:left;
	margin-left:0;
	overflow:auto;
}
.sidebar ul {
	font-size:12px;
	line-height:12px;
	width:89px;
	height:84px;
	display:inline-block;
	position:relative;
	margin-left:0;
}
.sidebar ul li{
	line-height:12px;
}
.sidebar ul h3{
	position:absolute;
	width:89px;
	top:55px;
	color:#ccc;
}
.sidebar .pageTitle {
	font-size:13px;
	margin-left:0px;
	margin-bottom:8px;
	color:#ccc;
	text-transform: uppercase;
}
.sidebar ul li img {
	position:absolute;
	border:solid 1px #323232;
}
.sidebar ul#demoreel_thum {
	width:170px;
	height:95px;
	margin-bottom:35px;
}
.sidebar ul#demoreel_thum div{
	width:170px;
	font-size:13px;
	height:95px;
}
.sidebar ul#demoreel_thum h3{
	top:100px;
}
.sidebar ul li .grayBox {
	position:absolute;
	margin:1px;
	width:89px;
	height:50px;
	background-color:#000;
	opacity:0.5;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.sidebar ul li .grayBoxSelected {
	position:absolute;
	background-color:transparent;
}
/* Galley */
div.pp_pic_holder {
	display: none;
	position:absolute;
	left:200px;
	width: 800px; 
	display:block;
}
div.pp_pic_holder a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.pp_pic_holder a:focus, div.pp_pic_holder a:hover, div.pp_pic_holder a:active {
	text-decoration: underline;
}
div.controls {
	float:right;
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	display:inline-block;
}
div.nav-controls {
	display:inline-block;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 486px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 798px;
	height: 486px;
}
div.slideshow a.advance-link {
	display: block;
	width: 798px;
	height: 486px;
	line-height: 486px;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
img#fullResImage {
	width: 798px;
	height: 486px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 798px;
	top: 0;
	left: 0;
}
div.caption {
	font-size:13px;
	color:#827E7A;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0 20px 0 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 5px 2px 0;
	list-style: none;
}
a.thumb {
	width:8px;
	height:4px;
	display: block;
	background-color:#333;
	border: 1px solid #323232;
}
ul.thumbs li.selected a.thumb {
	background: #FF9600;
}
div.pagination {
	clear: both;
}
div.navigation {
	float:left;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/* END Galley */

/* ABOUT */
#about.sidebar {
	width:950px;
	color:#999;
}
#about.sidebar .pageTitle {
	margin-left:0;
}
#about.sidebar ul{
	font-size: 12px;
	line-height: 1.8em;
	width: 100%;
	height: 100%;
	display: block;
	position: inherit;
	margin-left: 0;
}
#about.sidebar ul li{
	display: block;
}
#about p{
	font-size:13px;
	color:#999;
	margin-bottom:12px;
}
#about p i {
	font-style: italic;
}
#about a{
	color: #FF9600;
	text-decoration: none;
}
#about #resume {
	margin-top:15px;
}
/* END ABOUT */

/* PRESS */
#press.sidebar {
	width:950px;
}
#press.sidebar .pageTitle {
	margin-left:0;
}
#press.sidebar ul {
	color:#999;
	font-size: 13px;
	width: 930px;
	height: auto;
	display: inline-block;
	position: relative;
	margin-left: 0;
	margin-bottom:15px;
	clear:both;
}
#press.sidebar ul li{
	line-height:1.4em;
}
.press_date {
	font-size:12px;
	color: #FF9600;
	width:95px;
	float:left;
}
.press_title,
.press_desc {
	width:820px;
	float:right;
}
.press_title a{
	color: #FF9600;
}
.press_desc a{
	color: #999;
}
.press_desc a:hover{
	color: #FF9600;
}
.press_site{
	font-style:italic;
}

/* Scrollbar Webkit
::-webkit-scrollbar {
    width: 10px;
	background-color:#333;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background-color:#FF9600;
}
::-webkit-scrollbar-thumb:window-inactive {
	background-color:#FF9600;
}
*/

/* END PRESS */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

/* ----------------------------------
	Default Theme
----------------------------------- */

.pp_content .ppt { color: #f8f8f8; }
.pp_content { 
	width: 798px;
	height:486px;
	background-color:#000;
	border: 1px solid #323232;
} /* Content background */
.pp_contract { background: url(../images/layout/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
.pp_contract:hover { background: url(../images/layout/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
#pp_full_res .pp_inline { color: #000; }

.pp_nav .pp_play,
.pp_nav .pp_pause { background: url(../images/layout/sprite.png) -11px -4px no-repeat; height:39px; width:36px; }
.pp_nav .pp_pause { background-position: -11px -47px; }
.pp_details { position: relative; opacity:0;}
.pp_content_container .pp_details { margin-top: 5px; }

.pp_nav .pp_play:hover, .pp_nav .pp_pause:hover { opacity:0.7; }

.pp_description{ 
	color:#777;
	font-size: 13px;
	margin: 5px 50px 5px 0; 
	line-height:16px;
	width:748px;
	padding-left: 50px;
}

.pp_loaderIcon { background: url(../images/layout/loader.gif) center center no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
.pp_top {
height: 20px;
position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_fade { display: none; }

.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}
.pp_content_container .pp_gallery {
	position:absolute;
	top:490px;
	opacity:0;
	padding-left:50px;
}
.pp_content_container .pp_details {
	position:absolute;
	top:505px;
}
.pp_description {
display: none;
margin: 0;
}

.pp_nav {
	position:absolute;
	top:490px;
	left:0;
	float: left;
	z-index:10;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000;
}

a.pp_contract {
cursor: pointer;
display: none;
height: 20px;	
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000;
}


.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px;
}

#pp_full_res {
line-height: 1 !important;
}

#pp_full_res .pp_inline {
text-align: left;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
color: #ccc;
display: none;
font-size: 13px;
margin: 0 0 8px;
z-index: 9999;
}
.ppt h3{
width:798px;
}