/*----------------------------------
Intro page CSS

version:  1.0
date:	  30/03/2008
author:   designed by Angelo Aiello
email:    angelo.aiello@tiscali.it
-----------------------------------*/

body
{
	background-color: #000000;
}

/* Button */

#enter_site
{
	position: absolute;
	visibility: hidden;
	width: 106px;
	height: 44px;
	cursor: pointer;
}

/* Book */

#book_frame
{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
}

#book_frame table
{
	width: 472px;
	height: 500px;
	border: 0px; 
	border-collapse: collapse;
}

#book_content
{
	position: absolute;
	z-index: 2;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
}

#book_back_top
{
	height: 163px;
	background: url(../images/intro/book_top.gif);
}

#book_back_center
{
	height: 200px;
	background: url(../images/intro/book_center.gif);
}

#book_back_bottom
{
	height: 155px;
	background: url(../images/intro/book_bottom.gif);
}

/* Book Content */

.container
{
	position: absolute;
	width: 400px;
	height: 308px;
}

#scroller-1
{
	position: absolute;
	overflow: hidden;
	left: 10px;
	width: 382px; 
	height: 308px;
	border: 1px solid #110411;
	background-color: #1c0e1c;
}

.scroller-container
{
	position: absolute;
	width: 380px;
	padding-top: 15px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	color: #e9c7ff;
	text-align: justify;
	line-height: 20px;
}

.scroller-container p
{
	margin: 2px;
	padding: 15px 16px 10px 16px;
	text-indent: 20px;
}

.scroller-container a:link
{
	text-decoration: none; 
	color: #f8bb45;
}

.scroller-container a:visited
{
	text-decoration: none; 
	color: #f8bb45;
}

.scroller-container a:active
{
	text-decoration: none; 
	color: #f8bb45;
}

.scroller-container a:hover
{
	text-decoration: none; 
	color: #fcd898;
}

.scroller-container .title
{
	padding-top: 8px;
	text-align: center;
}

.scroller-container .subtitle
{
	margin-top: -11px;
	font-size: 14px; 
    font-weight: bold;
	color: #f8bb45;
	text-align: left;
	text-indent: 20px;
}

.scroller-container ul
{
	list-style-type: none;
	margin: -15px 20px -25px 20px;
/*	margin: -15px 20px -25px -10px; */ /* Firefox */
}

.scroller-container li
{
	background-image: url(../images/intro/list_item.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
/*	background-position: 0px 6px; */  /* Firefox */
	padding-left: 31px;
/*	padding-left: 20px; */			  /* Firefox */
/*	margin-bottom: -20px; */		  /* Firefox */
}

.scroller-container .highlight
{
    font-weight: bold;
	color: #f8bb45;
}

.scroller-container .closure
{
	margin-left: 2px;
	margin-bottom: -10px;
}

.scroller-container .footer
{
	margin-top: 10px;
	padding: 5px 16px 0px 16px;
	font-size: 10px;
	color: #784d93;
	line-height: 15px;
	text-align: left;
}

/* Book Scrollbar */

#scrollbar-container
{
	position: absolute;
	top: 90px;
	left: 430px;
	width: 10px;
	height: 300px;
}

.scrollbar-up
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 18px;
}

.scrollbar-margin-up
{
	position: absolute;
	top: 18px;
	left: 0px;
	width: 24px;
	height: 14px;
}

.scrollbar-track
{
	position: absolute;
	top: 32px;
	left: 0px;
	width: 24px;
	height: 205px;
	background: url(../images/intro/scrollbar_track.gif) no-repeat center center; 
}

.scrollbar-handle
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px; 
	height: 25px;
}

.scrollbar-margin-down
{
	position: absolute;
	top: 236px;
	left: 0px;
	width: 24px;
	height: 12px;
}

.scrollbar-down
{
	cursor: pointer; 
	position: absolute; 
	top: 248px;
	left: 0px;
	width: 24px;
	height: 23px;
}

/* Audio Player */

#audio_player
{
	visibility: hidden;
}
