/* Fonts */
@font-face {
    font-family: 'PapyrusRegular';
    src: url('/fonts/papyrus.eot');
    src: url('/fonts/papyrus.eot') format('embedded-opentype'),
         url('/fonts/papyrus.woff') format('woff'),
         url('/fonts/papyrus.ttf') format('truetype'),
         url('/fonts/papyrus.svg#PapyrusRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlexBrush';
    src: url('/fonts/alexbrush-regular-webfont.eot');
    src: url('/fonts/alexbrush-regular-webfont.eot') format('embedded-opentype'),
         url('/fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('/fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('/fonts/alexbrush-regular-webfont.svg#AlexBrush') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global */
html, body {
	height: 100%;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* u {
	text-decoration: underline;
}

p, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.center-contents {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

#site {
	position: relative;
	min-width: 980px;
	min-height: 100%;
	background-image: url('/images/background.jpg');
	background-position: 50% -140px;
	background-repeat: no-repeat;
	background-size: 1920px 1200px;
}

#contents {
	width: 100%;
	height: 500px;
}

div.page {
	padding: 0px;
	height: 420px;
	background-position: -10px -15px;
	background-repeat: no-repeat;
}

.page-title {
	margin-left: 100px;
	font-family: "AlexBrush";
	font-size: 60px;
	color: #392003;
}

#site-blocker {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	top: 0px;
	left: 0px;	
	display: none;
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
	z-index: 1099;
	cursor: wait;
}

/* Header */
#header {
	padding-top: 165px;
	padding-bottom: 30px;
	width: 100%;
}

.header-item, .header-item-selected {
	float: left;
	margin-right: 28px;
	font-family: "PapyrusRegular";
	font-size: 20px;
	color: #ffffff;
}

.header-item:hover, .header-item-selected {
	color: #dfb772;
}

#search-container {
	float: left;
	position: relative;
	margin-top: 78px;
}

#search-background {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-image: url('/images/background-search.png');
	width: 206px;
	height: 63px;
}

#search_tf {
	background: none;
	border: none;
	margin-left: 22px;
	margin-top: 20px;
	width: 158px;
	font-family: "PapyrusRegular";
	font-size: 14px;
	color: #1e1a1b;
	/*text-transform: uppercase;*/
}

#search-icon {
	position:absolute;
	top: 22px;
	left: 212px;
	width: 28px;
	height: 28px;
	background-image: url('/images/icon-search.png');
	cursor: pointer;
}

#search-shadow {
	position:absolute; 
	background-image: url('/images/background-search-shadow.png');
	background-position: bottom;
	left: 10px;
	top: -20px;
	width: 179px; 
	height: 36px;
}

#search-results {
	position:absolute; 
	background-image: url('/images/background-search-options.png');
	background-position: bottom;
	left: 0px;
	top: 45px;
	z-index: 8;
	width: 191px;
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}

.search-result-item {
	font-family: "PapyrusRegular";
	font-size: 14px;
	line-height: 26px;
	margin-left: 22px;
	width: 158px;
	color: #1e1a1b;
	height: 26px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Home */
#page-home {
	background-image: url('/images/background-home.png');
}

.home-title {
	height: 90px;
	margin-left: 85px;
}	

.home-slider {
	margin-left: 350px;
	width: 480px;
	height: 280px;
}

.home-scrollitem {
	width: 44px;
	height: 32px;
}

.home-scrollup {
	background-image: url('/images/icon-scrollup.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-left: 210px;
	width: 44px;
	height: 32px;
	cursor: pointer;
}

.home-scrolldown {
	background-image: url('/images/icon-scrolldown.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-left: 230px;
	width: 44px;
	height: 32px;
	cursor: pointer;
}

.home-slider-contents {
	margin-top: 8px;
	margin-bottom: 2px;
	height: 206px;
	overflow: hidden;
}

.home-slider-contents .text {
	font-family: "PapyrusRegular";
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}

/* Contacts */
#page-contacts {
	background-image: url('/images/background-contacts.png');
}

.contacts-title {
	float: left;
	font-size: 62px;
	margin-left: 85px;
	width: 255px;
}

.contacts-title .address, .contacts-title .address a {
	font-family: "PapyrusRegular";
	font-size: 15px;
	height: 20px;
	font-style: italic;
	color: #000000;
}

.contacts-title .address a:hover {
	text-decoration: underline;
}

.contacts-subtitle {
	float: left;
	width: 225px;
}

.contacts-subtitle .title1 {
	margin-top: 10px;
	font-family: "PapyrusRegular";
	font-size: 24px;
	height: 32px;
}

.contacts-subtitle .title2 {
	font-family: "PapyrusRegular";
	font-size: 16px;
	height: 24px;
}

.contacts-subtitle .form {
	margin-top: 28px;
	margin-left: 12px;
	width: 178px;
}

.contacts-subtitle .form-title {
	font-family: "PapyrusRegular";
	font-size: 18px;
	height: 26px;
}

.contacts-subtitle .form-error {
	color: #a8171c;
	font-weight: bold;
}

.contacts-subtitle .form-input {
	width: 100%;
	height: 22px;
}

.contacts-subtitle .form-input input, .contacts-subtitle .form-input textarea {
	border: none;
	background: none;
	width: 100%;
	font-family: "PapyrusRegular";
	font-size: 12px;
}

.contacts-subtitle .form-send {
	background-image: url('/images/icon-send.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-left: 60px;
	width: 65px;
	height: 23px;
	cursor: pointer;
}

.contacts-map {
	float: left;
	width: 100px;
}

.contacts-map-zoom {
	background-image: url('/images/icon-mapzoom.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 365px;
	margin-left: 55px;
	width: 58px;
	height: 58px;
	cursor: pointer;
}

/* Books */
#page-books {
	background-image: url('/images/background-books.png');
}

.page-books-list {
	background-image: url('/images/background-books-list.png');
}

.page-books-search {
	background-image: url('/images/background-books-search.png');
}

.books-title {
	float: left;
	font-size: 78px;
	margin-left: 85px;
	width: 195px;
}

.books-title .description {
	font-family: "PapyrusRegular";
	font-size: 16px;
	height: 28px;
}

.books-image {
	float: left;
	margin-left: 10px;
	margin-top: 56px;
	width: 350px;
}

.books-image .container {
	width: 100%;
	height: 250px;
	text-align: center;
}

.books-detail {
	float: left;
	margin-left: 32px;
	margin-top: 45px;
	width: 195px;
}

.books-detail-contents {
	width: 200px;
	height: 258px;
	overflow: hidden;
}

.books-detail .title {
	font-family: "PapyrusRegular";
	font-size: 18px;
	line-height: 24px;
	color: #a8171c;
}

.books-detail .description {
	margin-top: 5px;
}

.books-detail .description p, .books-detail .description p a {
	font-family: "PapyrusRegular";
	font-size: 15px;
	line-height: 21px;
	color: #1e1e1e;
}

.books-detail .description p a {
	text-decoration: underline;
}

.books-scroll {
	float:left; 
	width: 34px;
	height: 40px;
	margin-top: 330px;
	margin-left: 30px;
}

.books-scrollitem {
	width: 34px;
	height: 20px;
}

.books-scrollup {
	background-image: url('/images/icon-scrollup2.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 34px;
	height: 20px;
	cursor: pointer;
}

.books-scrolldown {
	background-image: url('/images/icon-scrolldown2.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 34px;
	height: 20px;
	cursor: pointer;
}

.icon-info {
	background-image: url('/images/icon-info.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 30px;
	width: 79px;
	height: 50px;
	cursor: pointer;
}

.icon-moreinfo {
	background-image: url('/images/icon-moreinfo.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 60px;
	margin-left: 104px;
	width: 142px;
	height: 27px;
	cursor: pointer;
}

.icon-previous {
	background-image: url('/images/icon-previous.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 27px;
	cursor: pointer;
}

.icon-previous-empty {
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 27px;
}

.icon-next {
	background-image: url('/images/icon-next.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	width: 30px;
	height: 27px;
	cursor: pointer;
}

#moreinfo-popup {
	background-image: url('/images/background-popup-blocker.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	
	display: none;
	z-index: 500;
}

#moreinfo-popup .contents {
	background-image: url('/images/background-popup.png');
	width: 434px;
	height: 630px;
	margin-top: 145px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

#moreinfo-popup .close {
	float: right;
	background-image: url('/images/icon-close-popup.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#moreinfo-popup .form {
	margin-top: 28px;
	margin-left: 108px;
	width: 215px;
}

#moreinfo-popup .form-title {
	font-family: "PapyrusRegular";
	font-size: 18px;
	height: 40px;
}

#moreinfo-popup .form-error {
	color: #a8171c;
	font-weight: bold;
}

#moreinfo-popup .form-input {
	width: 100%;
	height: 44px;
}

#moreinfo-popup .form-input input, #moreinfo-popup .form-input textarea {
	border: none;
	background: none;
	width: 100%;
	font-family: "PapyrusRegular";
	font-size: 16px;
}

#moreinfo-popup .form-send {
	background-image: url('/images/icon-send-black.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-left: 68px;
	width: 79px;
	height: 28px;
	cursor: pointer;
}