body {
	background: transparent;
	height: 100%;
}
body, td, th, div, span, p {
	font: normal normal 12px/130%  Georgia, Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}
input, textarea, option, select {
	font: normal normal 12px/100%  Georgia, Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font: normal normal 12px/130% Georgia, Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}

.mark_text {
	background: #FFEA00;
}
.mark_text * {
	background: #FFEA00;
}

/* FCK */
.cms_border {
	border: 1px solid #C0C0C0;
    margin: 2px auto auto 1px;
}
.cms_border td {
    border: 1px solid #C0C0C0;
}
.cms_border_no, .cms_border_no td {
    border: none;
}
/* FCK */

/* main_bg */
.main_bg {
	width: 100%;
	height: 100%;
	background: #FFE18B;
}
.main_bg .main_bg_top {
	background: url('../media/images/bg/main_bg_top.jpg') center bottom repeat;
}
.main_bg .main_bg_mid {
	background: url('../media/images/bg/main_bg_mid.jpg') center top repeat;
}
.main_bg .main_bg_bot {
	background: url('../media/images/bg/main_bg_bot.jpg') center top repeat;
}

.main_bg .main_bg_mid {
	vertical-align: middle;
	text-align: center;
}
/* main_bg */

/* book */
.book {
	width: 100%;
}
.book .book_top_left {
	background: url('../media/images/bg/book_top_left.png') right bottom no-repeat;
}
.book .book_top_mid {
	background: url('../media/images/bg/book_top_mid.png') center bottom no-repeat;
}
.book .book_top_right {
	background: url('../media/images/bg/book_top_right.png') left bottom no-repeat;
}

.book .book_bot_left {
	background: url('../media/images/bg/book_bot_left.png') right top no-repeat;
}
.book .book_bot_mid {
	background: url('../media/images/bg/book_bot_mid.png') center top no-repeat;
}
.book .book_bot_right {
	background: url('../media/images/bg/book_bot_right.png') left top no-repeat;
}

.book .book_mid_left {
	background: url('../media/images/bg/book_mid_left.png') right top repeat-y;
}
.book .book_mid_left_full {
	background: url('../media/images/bg/book_mid_left_full.gif') right top no-repeat;
}

.book .book_mid_mid {
	background: url('../media/images/bg/book_mid_mid.gif') center top repeat-y;
}
.book .book_mid_mid_menu {
	background: url('../media/images/bg/book_mid_mid_menu.gif') center 15px no-repeat;
}

.book .book_mid_right {
	background: url('../media/images/bg/book_mid_right.png') left top repeat-y;
}
.book .book_mid_right_full {
	background: url('../media/images/bg/book_mid_right_full.gif') left top no-repeat;
}

.book .book_top_left {
	width: 47px;
	height: 32px;
}
.book .book_top_right {
	width: 47px;
	height: 32px;
}
.book .book_bot_left {
	width: 47px;
	height: 43px;
}
.book .book_bot_right {
	width: 47px;
	height: 43px;
}
.book .book_mid_left {
	width: 47px;
}
.book .book_mid_right {
	width: 47px;
}
.book .book_mid_left_full,
.book .book_mid_right_full {
	height: 498px;
}
.book .book_bot_mid {
	vertical-align: bottom;
}
.book .book_mid_mid_menu {
	padding: 0 0 3px 0;
}
/* book */

/* container */
.container {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* container */

/* logo */
.logo {
	position: absolute;
	top: 20px;
	left: 27px;
	z-index: 1;
}
/* logo */

/* main_menu */
.main_menu {
	margin: -18px 0 0 138px;
	position: relative;
	padding: 0 0 0 0;
	background: url('../media/images/dec/strong_divide.gif') left bottom repeat-x;
}
.main_menu div {
	background: url('../media/images/dec/menu_shad.gif') 278px bottom no-repeat;
}
.main_menu table {
	
}
.main_menu td {
	height: 73px;
	vertical-align: middle;
	text-align: center;
	background: url('../media/images/dec/menu_divide.gif') right center no-repeat;
}
.main_menu td.no {
	background: none;
}
.main_menu td img {
	margin: 0 14px;
}
/* main_menu */

/* sub_menu */
.sub_menu {
	padding: 1px 0;
}
.sub_menu a,
.sub_menu span {
	display: block;
	color: #FFFFFF !important;
	font-weight: bold !important;
	text-decoration: none !important;
	padding: 7px 110px 7px 28px;
	background: url('../media/images/ico/white_r.gif') 182px 12px no-repeat;
}
.sub_menu a:hover,
.sub_menu span {
	background: #F0AC1B url('../media/images/ico/white_r.gif') 182px 12px no-repeat;
}

.sub_menu a.sub_first,
.sub_menu span.sub_first {
	padding-top: 13px;
	background-position: 182px 18px !important;
}
.sub_menu a.sub_last,
.sub_menu span.sub_last {
	padding-bottom: 17px;
}
/* sub_menu */

/* main */
.main {
	width: 100%;
	height: 440px;
}
.main .left {
	width: 50%;
	text-align: left;
}
.main .left .padd {
	padding: 0 16px 0 22px;
}
.main .right {
	width: 50%;
	background: url('../media/images/bg/main_right.gif') 1px bottom no-repeat;;
}
.main .right .padd {
	padding: 0 15px 0 27px;
}
/* main */

/* guestbook */
.guestbook img {
	margin: 15px 0;
}
.left .guestbook {
	padding: 0 0 0 132px;
}
.guestbook .spacer {
	height: 91px;
	width: 0;
}
/* guestbook */

/* player */
.player {
	width: 100%;
	padding: 19px 0 16px 0;
}
.player div {
	margin: 9px 0 0 0;
	color: #FFFFFF;
}
/* player */

/* content */
.content {
	
}
.content a {
	color: #ECA100 !important;
}
.content .content_padd {
	padding: 10px 26px 16px 0;
}
.content .content_padd.store_padd {
	padding-right: 6px;
}
.content .page_title {
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 8px;
}
.content .page_nav {
	text-align: right;
}
.content .page_nav a {
	color: #05C346 !important;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: url('../media/images/ico/green_r.gif') left center no-repeat;;
}
/* content */

/* list */
.list {
	padding: 5px 0 10px 8px;
}
.list.first_item {
	padding-top: 0px;
}
.list .list_title {
	font-size: 17px;
}
.list .list_title.small {
	font-weight: bold;
	font-size: 13px;
}
.list .list_title.huge {
	font-size: 20px;
}
.list .list_title span {
	color: #41965E;
	font-size: 10px;
}
.list .list_image {
	float: right;
	margin: 3px 0 0 10px;
	padding: 2px;
	border: 1px solid #4C5245;
}
.list .list_text {
	padding: 0 0 3px 0;
}
/* list */

/* text */
.text {
	padding: 0 0 10px 8px;
}
.text .text_title {
	font-size: 20px;
	padding: 0 0 3px 0;
}
.text .text_body {
	padding: 0 10px 0 0;
}
/* list */

/* path */
.path {
	padding: 15px 26px 0 8px;
}
.path a {
	font-weight: bold;
	color: #05C346 !important;
}
.path a.first {
	padding: 0 0 0 12px;
	background: url('../media/images/ico/green_r.gif') left center no-repeat;
}
.path span {
	color: #05C346;
}
/* path */

/* paging */
.paging {
	padding: 15px 26px 5px 26px;
}
.paging td.nav {
	width: 70px;
}
.paging a.prev {
	font-size: 11px;
	padding: 0 0 0 15px;
	background: url('../media/images/ico/s_green_l.gif') left center no-repeat;
}
.paging a.next {
	font-size: 11px;
	padding: 0 15px 0 0;
	background: url('../media/images/ico/s_green_r.gif') right center no-repeat;
}
.paging .pages {
	text-align: center;
}
.paging .pages a {
	font-weight: bold;
	color: #05C346 !important;
}
.paging .pages span {
	color: #000000;
}
.paging .pages .decor {
	padding: 0 10px;
	background: url('../media/images/dec/paging_divide.gif') center 9px no-repeat;
}
/* paging */

/* more */
.more a {
	padding: 0 0 0 8px;
	background: url('../media/images/ico/s_green_r.gif') left center no-repeat;
}
/* more */

/* search */
.search {
	padding: 12px 0 7px 0;
}
.search .input {
	width: 143px; 
	height: 21px;
	margin: 9px 0 0 0;
	background: url('../media/images/dec/search_input.gif') left top no-repeat;
}
.search .input div {
	padding: 2px 0 2px 2px;
}
.search .input input {
	width: 139px;
	border: 0px;
}
/* search */

/* results */
.results {
	
}
.results .result {
	padding: 16px 0 0 0;
}
/* results */

/* right_menu */
.right_menu {
	width: 165px;
}
.right_menu .space {
	padding: 0 0 0 3px;
}
.right_menu .green {
	margin: 0 0 3px 0;
	background: #459961 url('../media/images/bg/right_menu_green.gif') left bottom repeat-x;
}
.right_menu .link_block {
	padding: 2px 11px 4px 8px;
}
.right_menu .link_block .link_title {
	padding: 0 0 2px 0;
}
.right_menu .link_block .link_title a {
	font-size: 18px;
	font-weight: bold;
	padding: 0 2px;
	color: #FFFFFF !important;
}
.right_menu .link_block .link_image {
	width: 138px;
}
.right_menu .link_block .link_image div {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #4C5245;
}
.right_menu .link_block .link_text a {
	font-size: 11px;
	color: #BAE6C8 !important;
	padding: 0 2px;
}
.right_menu .green_ov {
	margin: 0 0 3px 0;
	background: #E8A007 url('../media/images/bg/right_menu_orange.gif') left bottom repeat-x;
}
.right_menu .green_ov .link_block .link_title a {
	text-decoration: none;
}
.right_menu .green_ov .link_block .link_text a {
	text-decoration: none;
}

.right_menu .grey {
	margin: 0 0 3px 0;
	background: #E5E5D9 url('../media/images/bg/right_menu_grey.gif') left top repeat-x;
}
.right_menu .grey_ov {
	margin: 0 0 3px 0;
	background: #E8A007 url('../media/images/bg/right_menu_orange.gif') left bottom repeat-x;
}
.right_menu .grey_ov .link_block .link_title a,
.right_menu .grey_ov .link_block .link_text a,
.right_menu .grey .link_block .link_title a,
.right_menu .grey .link_block .link_text a {
	font-size: 11px;
	color: #000000 !important;
	font-weight: bold;
	padding: 0 0 0 14px;
	background: url('../media/images/ico/grey_r.gif') left 6px no-repeat;
}
.right_menu .grey_ov .link_block .link_title a,
.right_menu .grey_ov .link_block .link_text a {
	background: url('../media/images/ico/white_r.gif') left 6px no-repeat;
}
/* right_menu */

/* divide */
.divide.strong {
	height: 6px;
	background: url('../media/images/dec/strong_divide.gif') left bottom repeat-x;
}
.divide.dark {
	height: 2px;
	margin: 0 12px 0 13px;
	background: url('../media/images/dec/dark_divide.gif') left bottom repeat-x;
}
.divide.lite {
	height: 2px;
	background: url('../media/images/dec/lite_divide.gif') left bottom repeat-x;
}
.divide.sub {
	width: 164px;
	height: 3px;
	margin: 0 auto 0 28px;
	background: url('../media/images/dec/sub_menu_divide.gif') left center repeat-x;
}
/* divide */

/* form */
.form label {
	font-size: 10px;
}
.form label.checkbox {
	font-size: 12px;
}
.form.donation .card input,
.form input.input_text,
.form textarea,
.form select {
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.form .vertical_divide {
	background: url('../media/images/dec/vertical_form_divide.gif') left top repeat-y;
}
.form .left_padd {
	padding: 0 22px 0 0 !important;
}
.form .right_padd {
	padding: 0 0 0 18px;
}
.form .field {
	margin: 0 0 10px 0;
}
.form .field.smaller {
	margin-bottom: 4px;
}
.form .field .error {
	color: #FF0000;
}
.form .field .error label {
	color: #FF0000;
}
.form span.important {
	font-size: 10px;
	color: #FF0000;
}
.form span.info {
	font-size: 10px;
	color: #8A8A8A;
}
.form .card input {
	width: 68px;
}	
.form.donation .card select {
	width: 68px;
}

.form.send_to_friend {
	padding: 20px 0 0 0;
}
.form.send_to_friend .field.last {
	margin: 0 0 20px 0;
}
.form.register input.input_text,
.form.send_to_friend input.input_text {
	width: 179px;
}
.form.register textarea {
	width: 179px;
	height: 63px;
}
.form.register .interests {
	font-size: 10px;
	padding: 2px 0 10px 0;
}

.form.donation .field {
	margin: 0 0 4px 0;
}
.form.donation select.input_text,
.form.donation input.input_text {
	width: 159px;
}
.form.donation textarea {
	width: 237px;
	height: 49px;
}
.form.donation .field.radio div {
	font-size: 10px;
}
.form.donation .field.radio label {
	font-size: 12px;
}
.form.donation .field.cds input.input_text {
	width: 69px;
}
.form.donation .field.cds .button {
	margin-left: 10px;
}
.form.donation .total_price {
	border-top: 1px solid #ECE2CD;
	border-bottom: 1px solid #ECE2CD;
	padding: 4px 0 4px 3px;
	margin: 10px 0 10px 0;
}
.form.donation .total_price td.price {
	padding: 0 0 0 60px;
}
.form.donation .total_price td.price span {
	font-weight: bold;
}

.form.donation,
.form.sponsorship {
	margin: 10px 0 0 0;
}
.form.sponsorship .field {
	margin: 0 0 4px 0;
}
.form.sponsorship select,
.form.sponsorship input.input_text {
	width: 153px;
}
.form.sponsorship textarea {
	width: 153px;
	height: 64px;
}
.form.sponsorship .button {
	margin: 5px 0 0 0;
}

.form.checkout td {
	padding-top: 0 !important;
}
.form.checkout input.input_text {
	width: 179px;
}
.form.checkout textarea {
	width: 179px;
	height: 62px;
}
/* form */

/* gallery_popup */
.gallery_popup .photo {
	padding-bottom: 2px;
	border-bottom: 1px solid #828282;
	text-align: center;
	vertical-align: middle;
}
.gallery_popup .photo img {
	margin-left: auto;
	margin-right: auto;
}
.gallery_popup .info {
	text-align: center;
}
.gallery_popup .info h1,
.gallery_popup .info div {
	font: bold 12px Georgia;
}
.gallery_popup .info div {
	font-weight: normal;
}
.gallery_popup .info {
	padding: 5px 10px;
}
.gallery_popup .nav {
	vertical-align: middle;
	height: 24px;
	background: #E79F08 url('../media/images/bg/gallery_popup_bg.gif') 0 0 repeat-x;
}
.gallery_popup .nav table {
	table-layout: fixed;
}
.gallery_popup .nav table * {
	font: bold 12px Georgia;
	font-weight: bold ! important;
	white-space: nowrap;
}
.gallery_popup .nav .pos {
	width: 100px;
	padding-left: 20px;
}
.gallery_popup .nav .next {
	padding-left: 20px;
}
.gallery_popup .nav .pos span {
	color: #FFFFFF;
}
.gallery_item_popup {
	overflow: auto;
}
/* gallery_popup */

/* gallery */
.gallery {
	width: 390px;
	margin-top: -10px;
}
.gallery td {
	padding: 12px 0px;
	border-bottom: 1px solid #E3E3E3;
}
.gallery td img {
	padding: 1px;
	border: 1px solid #4C5245;
	margin-bottom: 3px;
}
.gallery td a {
	font: 12px Georgia ! important;
	color: #000000 ! important;
}
.gallery td a:hover img {
	background-color: #000000;
}
.gallery_padd {
	padding-right: 0px ! important;
}
.gallery td * {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.gallery_padd .last_line {
	height: 6px;
	background-color: #ffffff;
	margin-top: -3px;
	z-index: 1000;
}
/* gallery */

/* store */
.store {
	padding: 0 0 0 3px;
}
.store span {
	font-weight: bold;
	color: #348750;
	padding: 0 2px;
}
.store .image_padd {
	margin: 0 0 5px 0;
}
.store .image_padd td {
	padding: 0 3px 0 0;
}
.store .store_title {
	font-size: 20px;
	padding: 0 0 3px 6px;
}
.store .items_info {
	padding: 0 0 13px 8px;
}
.store .items_info a {
	font-weight: bold;
	color: #D18E00 !important;
}
.store .cat {
	border-top: 1px solid #DBBD7E;
	background: #FFF8E9;
	padding: 7px 0 0 6px;
	margin: 0 0 11px 0;
}
.store .cat table.wf td {
	width: 50%;
}
.store .cat .bot_padd {
	padding: 0 0 19px 0;
}
.store .cat .cat_name {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.store .cat .image_item {
	padding: 2px;
	border: 1px solid #4C5245;
}
.store .cat .descript {
	padding: 0 2px 0 5px;
}
.store .cat .descript .desc_title {
	padding: 0 2px;
	background: #EFDFBD;
}
.store .cat .add {
	padding: 2px 0 0 0;
}
.store .cat .add a,
.store .cat .view a {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 7px;
	background: url('../media/images/ico/orange_r.gif') left center no-repeat;
}
.store .cat .add a {
	color: #348750 !important;
}
.store .cat .view a {
	color: #D18E00 !important;
}
.store .product_desc {
	padding: 17px 0 5px 3px;
}
.store .cart {
	padding: 0 0 0 6px;
}
.store .cart th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ECE2CD;
	padding: 0 0 5px 0;
}
.store .cart th.item_price {
	width: 62px;
}
.store .cart th.item_total {
	width: 56px;
}
.store .cart th.item_amount {
	width: 67px;
}
.store .cart td {
	padding: 5px 0;
}
.store .cart .cart_items td input {
	width: 37px;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.store .cart .update {
	text-align: right;
	padding: 3px 0;
}
.store .cart .update a {
	font-weight: bold;
	color: #348750 !important;
	padding: 0 0 0 7px;
	background: url('../media/images/ico/orange_r.gif') left center no-repeat;
}
.store .cart .checkout {
	margin: 10px 0 0 auto;
}
.store .cart .checkout td.padd_left {
	padding-left: 5px;
}
.store .cart .donate {
	margin: 20px 0 0 0;
}
.store .cart .donate td {
	padding: 0;
	height: 25px;
}
.store .cart .donate td.donate_left {
	padding: 0 0 0 10px;
}
.store .cart .donate td.donate_left input {
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.store .cart .total_price {
	background: #F5F0E6;
	text-align: right;
	color: #348750;
	font-weight: bold;
	padding: 3px 40px 3px 0;
}
/* store */

/* button */
.button {
	height: 22px;
}
.button.align_right {
	margin: 0 0 0 auto;
}
.button td {
	padding: 0 !important;
}
.button .btn_left {
	width: 4px;
	background: url('../media/images/btn/btn_left.gif') right top no-repeat;
}
.button .btn_mid {
	background: url('../media/images/btn/btn_mid.gif') left top repeat-x;
}
.button .btn_right {
	width: 4px;
	background: url('../media/images/btn/btn_right.gif') left top no-repeat;
}

.button .btn_mid {
	vertical-align: middle;
}
.button .btn_mid a {
	padding: 0 9px;
	text-decoration: none;
	color: #FFFFFF !important;
}
.button .btn_mid a:hover {
	color: #000000 !important;
}
/* button */

/* back */
.back a {
	font-weight: bold !important;
	color: #05C346 !important;
	padding: 0 0 0 15px;
	background: url('../media/images/ico/green_l.gif') left center no-repeat;
}
/* back */

/* copyrights */
.copyrights {
	color: #413214;
}
.copyrights a {
	color: #05C346 !important;
}
/* copyrights */