*{
	margin:0;
	padding:0;
}
body{
	background: url(../images/bg.png) repeat top left;
	background: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	color: #000;
}
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{
}
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
}
.booklet .b-counter {
	position:absolute;
	display:block;
	width:100%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:0px 0 0;
	background:transparent;
	opacity:0.8;
}
.book_wrapper{
	left:50%;
	width:1000px;
	position:absolute;
	top:50%;
	height:710px;
	margin:-355px 0 0 -500px;
	background:transparent url(../images/bg.png) no-repeat 9px 27px;
}
.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-size:16px;
	margin:0px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	display:block;
	width:95px;
	height:13px;
	text-decoration:none;
	outline:none;
	font-size:11px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.article2,
.book_wrapper a.demo{
	display:block;
	width:100px;
	height:10px;
	text-decoration:underline;
	outline:none;
	font-size:11px;
	color:#555;
	float:left;
	padding-left:47px;
}
.book_wrapper a.article3,
.book_wrapper a.demo{
	display:block;
	width:150px;
	height:13px;
	text-decoration:none;
	outline:none;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.article4,
.book_wrapper a.demo{
	display:block;
	width:150px;
	height:10px;
	text-decoration:underline;
	outline:none;
	font-size:11px;
	color:#555;
	float:left;
	padding-left:47px;
}

.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper a.article2:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper a.article3:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper a.article4:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin: 0;
	width:500px;
	padding:0px;
	border: 0;
}
.booklet .b-wrap-right img{
	border:0px solid #E6E3C2;
}
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-2.png) no-repeat 0px -40px;
}
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);
}
.link-text a{
    color: #606060;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.link-text a:hover {
    color: #ccc;
}