@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Futura';
    src: url('/f/futurabookce-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Futura';
    src: url(//:) format('no404'), url('/f/futurabookce-webfont.woff') format('woff'), url('/f/futurabookce-webfont.ttf') format('truetype'), url('/f/futurabookce-webfont.svgz#FuturaBook') format('svg'), url('/f/futurabookce-webfont.svg#FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	font-size: 15px;
	line-height: 18px;
}

#main{
	background-image: url('/i/logosbckg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

a{
	text-decoration: none;
	color: white;
}

img{
	border: 0px;
}

#top{
	width: 100%;
	height: 100%;
}

.logosi{
	background-image: url('/i/logosbckg.gif');
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 51px;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.logos{
	position: absolute;
	width: 100%;
	height: 51px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	display: none;
}

.menuItem{
	width: 90px;
	height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 0px 0px;
	border: 1px solid #403e3e;
	display: inline-block;
	font-size: 14px;
	background-image: url('/i/buttbckg.gif');
	background-repeat: repeat-x;
}

#title{
	position: absolute;
	float: right;
	width: 345px;
	height: 113px;
	top: 10px;
	right: 140px;
	color: white;
	z-index: 12;
}

#titleShadow{
	position: absolute;
	float: right;
	width: 345px;
	height: 113px;
	top: 65px;
	right: 141px;
	color: black;
	z-index: 11;
}

#topPozadina{
	z-index: -20;
}

.mainLink{
	color: black;
}

.menuItemAc {
	width: 145px;
	height: 27px;
	margin: 5px 0px 5px 0px;
	padding: 8px 0px 0px 0px;
	border: 1px solid #403e3e;
	display: inline-block;
	background-image: url('/i/buttbckgna.gif');
	background-repeat: repeat-x;
}

#story{
	position: absolute;
	float: right;
	width: 480px;
	height: 100%;
	color: white;
	top: 0px;
	right: 0px;
	padding: 140px 20px 0px 20px;
	z-index: 8;
	display: block;
	background-image: url('/i/transB70.png');
}

#bottom {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 100px;
	background-image: url('/i/picbckg.gif');
	background-repeat: repeat-x;
	z-index: 11;
}

#cast{
   display: block;
   position: absolute;
   width: 30%;
   top: 20px;
   left: 25%;
   z-index: 10;
   display: block;
   background-image: url('/i/transB70.png');
   color: white;
   padding: 20px;
}

.logos img{
	margin: 5px 10px 5px 10px;
}

.browse{
	 margin-top: 45px;
}

#pozadina{
	text-align: center;
}

#like{
	position: absolute;
	float: right;
	overflow: hidden;
	//text-align: right;
	bottom: 10px;
	right: 10px;
	z-index: 20;
	//border: 1px solid yellow;
	width: 75px;
}

//Drop up menu
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/

#nav{
	
}

#nav{
	position: absolute;
	width: 100%;
	height: 41px;
	left: 0px;
	bottom: 51px;
	background-image:url('/i/menubckg.gif');
	background-repeat:repeat-x;
	text-align: center;
	font-size: 18px;
	list-style:none;
	margin: 0px;
	z-index: 25;
	padding: 0px;
}
#nav li{
	position:relative;
	margin-right: 3px;
}
#nav a{
	display:block;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	//background:#000; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	//background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	display: inline-block;
	background-image: url('/i/buttbckgna.gif');
	background-repeat: repeat-x;
	list-style:none;
	position: absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index: 9999;
}
#nav ul li{
	background-image:url('/i/menubckg.gif');
	background-repeat:repeat-x;
	left: 10px;
	width: 90px;
	height: 20px;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	top: -25px;
	text-align: center;
	z-index: 19999;
}

#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	z-index: 19999;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	background-image: none;
	left: -50px;
	bottom: 0px; /* Bring back on-screen when needed */
	z-index: 19999;
}

#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration: none;
}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;

