*{
	margin:0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	color: #000;
}

#template { 
 background:#ccc url(../images/wood.jpg) repeat top left;
 width:940px;
 height:500px;
 margin:auto;
}

h1{
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}
span.reference{
	font-family:Arial;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* 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;
	margin-left:78px;
	padding:0;
}
.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: 10px;
	position: absolute;
	display: block;
	width: 90%;
	height: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	padding: 5px 0 0;
	background: transparent;
	-moz-box-shadow: 0px -1px 1px #fff;
	-webkit-box-shadow: 0px -1px 1px #fff;
	box-shadow: 0px -1px 1px #fff;
	opacity: 0.8;
}
.book_wrapper{
	margin: 0 auto;
	padding-top: 26px;
	width: 800px;
	height: 440px;
	position: relative;
	background: transparent url(../images/bg_2.png) no-repeat 40px 5px;
}
.book_wrapper h1{
	color: #CC0099;
	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-size:16px;
	margin:5px 5px 5px 15px;
}
book_wrapper a.article,
.book_wrapper a.demo{
	display: block;
	width: 95px;
	height: 41px;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #CC0099;
	float: left;
	line-height: 41px;
	padding-left: 47px;
	background-color: transparent;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: 40% 0px;
}
.book_wrapper a.demo{
	margin-left:120px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position: 40% -41px;
	color: #660099;
}
.book_wrapper img{
	width: 100%;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.booklet .b-wrap-right img{
	border: 0px none #E6E3C2;
	height: 100%;
	width: 100%;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:35px;
	height:32px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/buttons.png) no-repeat 0px -32px;
}
a#prev_page_button{
	left:0px;
}
a#next_page_button{
	right:-10px;
	background-position:-34px -32px;
}
a#next_page_button:hover{
	background-position:-34px -32px;
}
a#prev_page_button:hover{
	background-position:0px -32px;
}
.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);
}
