﻿{
	align: center;
	margin:0;
	padding:0;
        height: 100%;
}

ul.disc {
	margin-left: 15px;
	list-style-type:disc;
	list-style-position:inside;
}

ol.numlist {
        margin-top: -5px;
        margin-left: 15px;
	list-style-type:decimal;
	list-style-position:inside;
	font-size:12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

ol.numsublist {
        display: inline;
	text-indent: 1em;
	list-style-type:lower-alpha;
	list-style-position:inside;
	font-size:12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

ol.numlist_noindent {
        margin-top: -5px;
        margin-left: 0px;
	list-style-type:decimal;
	list-style-position:outside;
	font-size:12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

body{
	background:#ccc url(../images/wood.png) repeat top left;
	font-family: "Comic Sans MS", cursive, sans-serif;
	color:#444;
	font-size:12px;
	color: #000;
        width: 100%;
}

html {
	width: 100%;
        height: 100%;
}

h1{
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}

/* Booklet jQuery Plugin Style*/
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:5px;
	position:absolute;
	display:block;
                   width: 80%;
	height:15px;
	text-align:center;
                   font-family: "Comic Sans MS", cursive, sans-serif;
	font-size:14px;
                   font-weight: bold;
	padding:5px 0 0;
	background: transparent;			
}
.book_wrapper{
	margin:0 auto;
	padding-top:37px;
	width:905px;
	height:580px;
	position:relative;
	background:transparent url(../images/bg.png) no-repeat 5px 10px;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(../images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}

.book_wrapper p{
	font-family: "Comic Sans MS", cursive, sans-serif;
        font-size:12px;
	margin:5px 5px 5px 15px;
}

.book_wrapper h3.dlistHdr{
	font-family: "Comic Sans MS", cursive, sans-serif;
	margin:5px 5px 5px 15px;
}

.book_wrapper li.dlist{
	font-size:12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

.book_wrapper img{
	margin:20px 0px 5px 25px;
	width:350px;
	padding:0px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #E6E3C2;
}
a#tabbed_page_1,
a#tabbed_page_2,
a#tabbed_page_3,
a#tabbed_page_4,
a#tabbed_page_5,
a#tabbed_page_6{
	display:none;
	position:absolute;
	width:68px;
	height:40px;
                   	cursor:pointer;
	margin-top:-10px;
                   right: -15px;
	top:50%;
                   color: #fff;
                   text-align: center;
                   font-size: 11px;
                   font-weight: normal;
	background:transparent url(../images/pagetab_black.jpg) no-repeat; 0px -40px;
                   -webkit-transform: rotate(-90deg);
                   -moz-transform: rotate(-90deg);
                   -ms-transform: rotate(-90deg);
                   -o-transform: rotate(-90deg);
                   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
                   	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/buttons.png) no-repeat 0px -40px;
}

a#tabbed_page_1{
      top: 70px;
}
a#tabbed_page_2{
      top: 140px;
}
a#tabbed_page_3{
      top: 210px;
}
a#tabbed_page_4{
      top: 280px;
}
a#tabbed_page_5{
      top: 350px;
}
a#tabbed_page_6{
      top: 420px;
}

a#prev_page_button{
	left:-40px;
}
a#next_page_button{
	right:-40px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}