

/* brTip */
div.brTip-box {
	background: #FFF;
	display: none;
	position: absolute;
	padding:2px;
	z-index:1000;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 0;
	font-size:11px;
	text-align: justify;
}

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

html, body, div, td, tr, form, p {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0px;
}
.fl { float:left; }
.fr { float:right; }
/*td, tr, table { border:none; }*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
img { border:0; }
a:active, a:focus { outline: none; }


/* ------------------------------------------------- Paging */
div.paging {
	float:right;
	margin-bottom:10px;
	margin-top:5px;
	clear:both;
	font:11px verdana;
}
* html div.paging { display: inline;}
div.paging div.disabled {
	display:none;
}
div.paging span {
	display:block;
	float:left;
	list-style-type: none;
	margin-left:2px;
	color:#fff;
	
}
div.paging a, div.paging span.current {
	padding:0px 3px 0px 3px;
	display: block;
	float:left;
	height:13px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	border:1px solid #893c20;
	font:11px verdana;
}
div.paging span.current {
	font-weight: bold;
}
div.paging span a:hover, div.paging span.current {
	background-color:#f1c8b9;
	color:#893c20;
}
/* ------------------------------------------------- End Paging */

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	z-index:10000;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

table.cake-sql-log{
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.cake-sql-log td{
	border: 1px solid #000;
}

html{
	background: #77450e url(../img/layout-home-page_03.jpg) 50% 0 repeat-y;
}
body {
	margin: 0;
	padding: 0;
	min-height: 1024px;
	background: transparent url(../img/layout-home-page_01.jpg) 50% 0 no-repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
* html body,
* html #wrapper{
	height: 1024px;
}
/* Header */
#wrapper {
	position: relative;
	min-height: 1024px;
	background: transparent url(../img/layout-home-page_05.jpg) 50% bottom no-repeat;
}

#header {
	width: 982px;
	height: 295px;
	margin: 0 auto;
	position: relative;
}

#newsBox{
	width: 332px;
	height: 125px;
	position: absolute;
	padding: 18px 23px 30px 42px;
	top: 107px;
	right: 10px;
	background: transparent url(../img/layout-home-page_07.jpg) right top no-repeat;
}

a {
	color: #212121;
	text-decoration: none
}
a.active,
a:hover {
	text-decoration: underline;
	color: #7c480f;
}

/* Content */

#content {
	width: 906px;
	margin: 0 auto;
	padding: 25px 37px 146px 37px;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 146px;
}
#footer_inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
} 


#logo {
	position: absolute;
	top: 55px;
	left: 37px;
}

/* Menu */

#menu {
	position: absolute;
	top: 55px;
	right: 37px;
}

#menu a {
	margin-left: 25px;
	text-decoration: none;
	font-family: times;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}

#menu a:hover, #menu a.active {
	text-decoration: underline;
}

#header div.slogan{
	width: 520px;
	height: 120px;
	position: absolute;
	top: 150px;
	left: 40px;
}

#header div.langs{
	position: absolute;
	top: 100px;
	left: 85px;
}
#header div.langs a{
	font-family: times;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
#header div.langs a.active{
	color: #743e03;
}
#footer_inner{
	text-align:center;
	color: #874d0e;
	font-size: 12px;
}
#footer_inner div.copyright{
	position: absolute;
	top: 48px;
	left: 340px;
}
#footer_inner div.createdby{
	position: absolute;
	top: 48px;
	right: 378px;
}
#footer_inner div.createdby img{
	vertical-align: middle;
}

#newsBox h2{
	margin-left: 30px;
	color: #b28840;
	font-family: times;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	height: 30px;
}

#newsBox div.row {
	border-bottom: 2px solid #dbbc93;
	padding: 5px 8px 2px 8px;
}
#newsBox div.row a:hover{
	text-decoration: none;
}
#newsBox div.row a span.date{
	color: #dd9720;
}

#newsBox a.all{
	margin-right: 30px;
	float:right;
	clear: both;
	color: #743e03;
	font-family: times;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#newsBox a.all:hover{
	text-decoration: underline;
}
div.inline_image{
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url(../img/image-frame-left.jpg) bottom left no-repeat;
}
* html div.inline_image{
	right: 30px;
}
div.inline_image div.inner{
	background: transparent url(../img/image-frame-right.jpg) top right no-repeat;
	width: 384px;
	height: 289px;
	padding: 16px;
}
div.inline_image div.slideshow{
	width: 384px;
	height: 289px;
}
div.inline_image a img{
	border: 2px solid #8c410e;
}


div.view{
	position:relative;
	padding-bottom: 36px;
}
div.view h1.title{
	margin-left: 160px;
	margin-bottom: 20px;
	color: #743e03;
	font-family: serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
div.view h1{
	font-size: 2em;
}
div.view h2{
	font-size: 1.6em;
}
div.view h3{
	font-size: 1.2em;
}
div.view h4{
	font-size: 1em;
}
div.view div.text div.fake_inline_image{
	width: 420px;
	height: 270px;
	float: right;
}

div.view div.contact_form{
	margin-top: 30px;
	width: 470px;
	float: left;
	clear: left;
	display: inline;
}
div.view div.contact_form label{
	display: block;
}
div.view div.contact_form div.input{
	padding: 2px 10px;
}
div.view div.contact_form div.input textarea {
	height: 150px;
}
div.view div.contact_form div.submit {
	float: left;
	margin-left: 55px;
	display: inline;
}

div.view.galleries div.submenu{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	width: 155px;
	float: left;
}
div.view.galleries div.gallery{
	float: left;
	width: 640px;
	padding: 0px 45px 0px 65px;
}
div.view div.gallery a{
	padding: 15px;
	float: left;
	background: transparent url(../img/layout-gallery-page_03.jpg) 50% 50% no-repeat;
}
div.view div.gallery a img{
	border: 2px solid #8c410e;
}
div.view.news h3{
	padding: 5px 0;
	font-size: 12px;
	font-style: italic;
}

div.view.news.index div.gallery{
	padding-right: 10px;
}
div.view.news.index div.item{
	padding-left: 15px;
}
div.view.news.index div.item div.gallery{
	margin-left: -15px;
}
div.view.news.index div.item h2{
	padding-top: 10px;
}

div.view.news div.text div.gallery a{
	margin-left: 12px;
}

div.view.books div.item{
	margin-bottom: 40px;
}
div.view.books div.gallery{
	padding-right: 20px;
	float: right;
	width: 220px;
}
div.view.books div.gallery a{
	background-image: url(../img/layout-books-page_03.jpg);
}
div.view.books div.top{
	padding-bottom: 20px;
}

