@CHARSET "UTF-8";

@font-face {
    font-family: 'ab_JuryProRegular';
    src: url('../font/JuryProRegular.eot');
    src: url('../font/JuryProRegular.eot?#iefix') format('embedded-opentype'),
         url('../font/JuryProRegular.woff') format('woff'),
         url('../font/JuryProRegular.ttf') format('truetype'),
         url('../font/JuryProRegular.svg#JuryProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body { color: #060606; background-color: #fff; }
img { display: block;}

#movie { position: absolute; left: 0; top: 0; z-index: 100000; }
#noscript { background-color:#dc8009; padding: 20px;  text-align: center; }
#page { width: 1000px; margin: 0 auto;  font-family: "ab_JuryProRegular", "Lucida Console", "Courier New", monospace; font-size: 13px; font-weight: normal;  }
#page #header {height: 430px; }
h1 { height: 220px; background: url(../images/janikstudio.png) 0 20px no-repeat; text-indent: -10000px; }
a { text-decoration: none; color: #000; }
a:hover { /*color:#dc8009;*/ text-decoration: underline; }
#page #header ul { list-style: none;  margin: 100px 0 0; }
#page #header ul a {font-size: 15px;}
.project { position: relative; margin-top: 100px; min-height: 281px;   }

.thumb { position: absolute; left: 0; top: 0; cursor: pointer; }
.project-active .thumb { cursor: default; }
.images { position: relative; cursor: default; }
.project-active .images img { cursor: pointer; }
.header { position: absolute; left: 0; top: -20px; display: none; }
.loader { position: absolute; left: 0; top: 0; width: 1000px; height: 100%; background: url("../images/loader.png") center center no-repeat; display: none; }
.project-thumb .loader { width: 500px; }
#contact { padding-top: 30px; padding-bottom: 70px;  }
#contact p { padding: 8px 0;  line-height: 22px; font-size: 18px; }
#footer { font-size: 13px; padding-bottom: 200px; padding-top: 100px; }