@charset "utf-8";
/* CSS Document */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #443d33;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-x: hidden;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

a {
	text-indent: -9999px;
}

ul {
	list-style-type: none;
}

#container {
	position: relative;
	width: 1000px; 
	background-color: #443d33;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	overflow-x: hidden;
	display: none;
} 

#footer {
	position: fixed;
	bottom: 0;
	height: 35px;
	z-index:5;
}

#footer .toMainClass {
	font: bold 10pt sans-serif;
	position: absolute;
	display: block;
	left: 14px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 93px;
}

#footer a.toMainClass:hover {
	background-position: 0 -35px;
}

#footer .toCommentClass {
	font: bold 10pt sans-serif;
	position: absolute;
	display: block;
	left: 874px;
	top: 8px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 84px;
	z-index: 1;
}

#footer a.toCommentClass:hover {
	background-position: 0 -20px;
}

#footer #zaMain {
	background-image:url(../images/zaMain.jpg);
}

#footer #toMain {
	background-image:url(../images/toMain.jpg);
}

#footer #zaKomentar {
	background-image:url(../images/komentar.jpg);
}

#footer #toComment {
	background-image:url(../images/comment.jpg);
}

#bigLoader {
	background-color:#443d33;
	width:1000px;
	margin:0 auto;
	text-align:center;
}

#loader {
	background-color:#443d33;
	width:1000px;
	text-align:center;
}

#loader.loading, #bigLoader.loading {
	width:1000px;
  	height:600px;
  	background: url(../images/ajax-loader.gif) #443d33 no-repeat center center;
}


#mainStoryboards {
	width: 541px;
	margin: 0 auto;
	background-color: #443d33;
}

#mainProps, #mainSculpting {
	width: 500px;
	margin: 0 auto;
	background-color: #443d33;
}

#mainConceptArt {
	width: 700px;
	margin: 0 auto;
	background-color: #443d33;
}

#mainGraphic {
	position: relative;
	margin: 0 auto;
	background-color: #443d33;
}

.landscape {
	margin: 90px auto 0 auto;
}

.portrait {
	margin: 20px auto 0 auto;
}

.concept {
	margin-top: 50px;
}

.multiPage {
	position: absolute;
	top: 1px;
	left: 480px;
	color: #ffffff;
	font-family: Century, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	margin: 0 auto;
}

.zoomInCursor {
	cursor: url(../images/Cursor-moz_zoom_in.cur), auto;
}

.zoomOutCursor {
	cursor: url(../images/Cursor-moz_zoom_out.cur), auto;
}

#footerNav {
	bottom: 0;
	position: absolute;
	text-align:center;
	height: 24px;
	background-color:#443d33;
	width: 700px;
	margin-left: 150px;
}

#footer ul  {
	padding: 3px 0 0 0;
	margin: 0 auto;
	width: 80px;
}

#footer ul li {
	float:left;
	margin-right: 8px;
}

#footer ul li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 10pt sans-serif;
	height: 18px;
	display: block;
	outline: none;
	width: 27px;
}

#footer a.footerNavActive:hover {
	background-position: 0 -18px;
}

.footerNavInactive {
	cursor: Default;
	opacity: 0.2;
}

#previous {
	background-image: url(../images/contentPrev.jpg);
}	

#next {
	background-image: url(../images/contentNext.jpg);
}	


