/* browser unification */

:link,:visited,:focus {text-decoration:none; outline:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
img {border:none}
address {font-style:normal}

/* End of browser unification */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

li
{
	margin-bottom:15px;
	list-style:circle;
}

.button
{
	width:90px;
	height:22px;
	background-image:url(../images/default_btn_bg.gif);
	border:none;
	font-size:8pt;
	color:#333333;
}

#contaiiner
{
	margin:50px auto;
	width:795px;
}

#content_home, #content_open_book, #content_trailer, #content_books
{
	width:795px;
	height:415px;
	position:relative;
}

#content_home
{
	background-image:url(../images/home_bg.jpg);
	background-repeat:no-repeat;
}

#content_open_book
{
	background-image:url(../images/open_book_bg.jpg);
	background-repeat:no-repeat;
}

#content_trailer
{
	background-image:url(../images/ipodish_bg.jpg);
	background-repeat:no-repeat;
}

#content_books
{
	background-image:url(../images/books_bg.jpg);
	background-repeat:no-repeat;
}

#etching
{
	width:215px;
	height:180px;
	float:left;
	position:absolute;
	top:150px;
	left:10px;
}

#btn_back
{
	width:111px;
	height:40px;
	background-image:url(../images/btn_back.gif);
	background-position:top;
	float:left;
	clear:left;
	position:absolute;
	top:360px;
	left:18px;
}
#btn_back:hover
{
	background-position:bottom;
}

#pencil
{
	width:110px;
	height:95px;
	position:absolute;
	top:305px;
	left:550px;
}

#rubber
{
	width:45px;
	height:30px;
	position:absolute;
	top:368px;
	left:407px;
}

#chapterOne
{
	width:210px;
	height:270px;
	position:absolute;
	top:95px;
	left:138px;
}

#ipodish
{
	width:115px;
	height:130px;
	position:absolute;
	top:260px;
	left:673px;
}

#whats_this
{
	width:78px;
	height:48px;
	position:absolute;
	top:345px;
	left:475px;
	display:none;
}

#trailer_content
{
	width:290px;
	height:98px;
	padding-right:10px;
	overflow:auto;
	float:left;
	position:absolute;
	top:70px;
	left:392px;
	background-color:#0099FF;
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
	padding-top:100px;
}


#book_content
{
	width:390px;
	height:340px;
	padding-right:10px;
	overflow:auto;
	float:left;
	position:absolute;
	top:70px;
	left:290px;
}

#book_content label
{
	font-weight:bold;
}

#book_content input
{
	margin-bottom:15px;
}

#footer
{
	width:795px;
	height:29px;
	background-image:url(../images/footer_home.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size:8pt;
}

#buttons a
	{
	margin:4px 0px 0px 4px;
	width:108px;
	height:21px;
	background-image:url(../images/btn.gif);
	background-position:top;
	text-align:center;
	display:block;
	float:left;
	line-height:21px;
	text-decoration:none;
	color:#999999;
	}

#buttons a:hover
{
	background-image:url(../images/btn_bg_over.gif);
}

#pad
{
	width:178px;
	height:148px;
	background-image:url(../images/pad_off.gif);
	background-position:bottom;
	float:left;
	position:relative;
	top:200px;
	left:60px;
	cursor:pointer;
}

#pad:hover
{
	background-image:url(../images/pad.gif);
}

#book
{
	width:129px;
	height:129px;
	background-image:url(../images/book_off.gif);
	float:left;
	position:relative;
	top:260px;
	left:160px;
	cursor:pointer;
}

#book:hover
{
	background-image:url(../images/book.gif);
}

#clapper
{
	width:142px;
	height:108px;
	background-image:url(../images/clapper_off.gif);
	float:left;
	position:relative;
	top:240px;
	left:270px;
	cursor:pointer;
}

#clapper:hover
{
	background-image:url(../images/clapper.gif);
}

#si_text
{
	float:right;
	margin:7px 10px 0px 0px;
}

#si_text a
{
	color:#616161;
	text-decoration:none;
}

#si_text a:hover
{
	color:#999999;
}

#preloader
{
	display:none;
}

#re_captcha
{
	width:170px;
	padding:2px;
	border:1px solid #dad8bf;
	background-color:#fffaea;
	font-size:8pt;
}

.error
{
	display:block;
	color:#CC0000;
}

.large {
	font-size:1.3em
}
