@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

html {
	/* Legacy browsers */
	background: #100000 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #100000;
	background: #100000\0/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient-bg.png", sizingMethod="scale");
	}
	@media all and (min-width: 0px) {
		html {
			/* Opera */
			background: #100000 url("gradient-bg.svg");
			/* Recent browsers */
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#100000),
				to(#100000),
		color-stop(0.45, #f8030a),
		color-stop(0.55, #f8030a)
			);
			background-image: -webkit-linear-gradient(
				top,
				#100000,
				#f8030a 45%,
		#f8030a 55%,
		#100000
			);
			background-image: -moz-linear-gradient(
				top,
				#100000,
				#f8030a 45%,
		#f8030a 55%,
		#100000
			);
			background-image: -o-linear-gradient(
				top,
				#100000,
				#f8030a 45%,
		#f8030a 55%,
		#100000
			);
			background-image: linear-gradient(
				top,
				#100000,
				#f8030a 45%,
		#f8030a 55%,
		#100000
			);
		}
	}

body {
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
#header {
height: 3em;
width: 100%;
}
#content {
padding-bottom: 50px;
}

/* 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_1900.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_1900.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: 97%;
height: 20px;
border-top: 1px solid #8E8E88;
color: #222;
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:50px;
	width:1500px;
	height:740px;
	position:relative;
	background:transparent url(images/bg_1900.png) no-repeat 9px 27px;
}

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/close-qu1.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  }
blockquote:first-letter {
  background: url(images/open-quo1.gif) no-repeat left top;
  padding-left: 18px;
  font: normal 1.4em Georgia, "Times New Roman", Times, serif;
  }

.book_wrapper h1{
	color:#0080d2;
	margin:5px;
	font-size:26px;
	/*background:transparent url(../images/h1.png) no-repeat bottom left;*/
	padding-bottom:7px;
	text-align:center;
}
.book_wrapper h2{
	font-size:24px;
	font-style:italic;
	text-transform:uppercase;
	margin:5px 10px 0px 10px;
	text-align:right;
}
.book_wrapper h3{
	font-size:12px;
	font-style:italic;
	margin:0px 10px 15px 10px;
	text-align:right;
	color:#0080d2;
	border-bottom: 1px solid #0080d2;
	padding-bottom: 6px;
}
.book_wrapper p{
	font-size: 16px;
margin: 5px 10px 5px 10px;
text-align: justify;
text-indent: 15px;
line-height: 1.3em;
}

.my-table-1 {height: 432px;position: absolute;top: 50%;margin-top: -216px;}
.my-table-2 {height: 450px;position: absolute;top: 50%;margin-top: -225px;}
.my-table-2 p {margin:0; padding:0; line-height:18px; text-indent: 18px;}
.book_wrapper .saver {width:400px; height:250px; position:absolute; top: 50%; left:50%; margin: -125px -200px; }
.book_wrapper .image {width: 72px; text-align:right}
.book_wrapper .image img{ width: 64px; height: 64px; text-align:right; border:none !important;}
.book_wrapper .name {text-align:right}
.book_wrapper .name-1{ font-size: 24px; text-transform:uppercase; letter-spacing: -1px; font-style:italic; margin:5px 5px 0px 5px; color: #100000}
.book_wrapper .name-2{ font-size: 12px; font-style:italic; margin:0px 5px 5px 5px; color: #333}
.book_wrapper .num-str{ width: 40px; text-align:center} 
.book_wrapper .number { font-size: 24px; font-style:italic; text-decoration:none; color:#100000}
.book_wrapper .number em {font-size: 10px}
.book_wrapper .number:hover {font-weight:bold; text-shadow: 2px 0px 10px rgba(255,255,255, 0.8);}

.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	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;
}

.contayner {display:block; text-align:center}
.image-contayner {
	display:inline-block;
	*display:inline;
	padding: 10px;
	background-color: transparent;
	/*box-shadow: 2px 2px 10px rgba(0,0,0, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0, 0.5);*/}
.image-contayner img {
	height:565px;
	width:auto;}
/*.book_wrapper img{
	margin:10px 0px 5px 35px;
	width:300px;
	padding:4px;
	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#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#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	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);
}

#footer {
height: 50px;
width: 100%;
position: absolute;
bottom: 0;

}
#footer .rt-block-left {width:20%; float:left;}
#footer .rt-block-right {width:80%; float:left;text-align:right;}
.rt-block-right a {padding: 0 15px; line-height:50px; font-size:110%; color: #FFF; text-decoration:none;}
.rt-block-right a:hover { position:relative; right:15px; text-decoration:none; text-shadow: 2px 0px 10px rgba(248,193,3, 0.8);}