/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 1px dotted #E3E2A8;
}
body, html {
	line-height: 1.5;
	color: black;
	background: #675030 url('../images/bg.gif') repeat-y 50% 0 !important;
	width: 100%;
	height: 100%;
}
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* cammon */

.clear {
  clear: both;
	font-size: 1px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}

.offset {
	position: absolute;
	left: -99999px;
}

.required {
	color: #c1242e;
}

.pager {
	font-size: 11px;
	text-align: right;
	padding: 10px 0;
}

.center, .img-desc {
	text-align: center;
}

	.pager span {
		color: #95876a;
	}
	
	.pager a.sel {
		color: #95876a;
		font-weight: bold;
	}
	
	.pager a.pager-prev {
		padding: 0 10px 0 0;
		color: #95876a;
	}
	
	.pager a.pager-next {
		padding: 0 0 0 10px;
		color: #95876a;
	}
	
/* layout */

body {
	text-align: center; /* for ie < 6 */
	background: #777;
}

#wrapper {
	text-align: left;
	width: 982px;
	background: url('../images/wrapper.gif');
	margin: 0 auto;
}

	#header {
		height: 160px;
		background: url('../images/header.jpg') no-repeat 50% 0;
	}
	
		#header h1 {
			display: inline;
		}
		
			#header h1 a {
				float: left;
				height: 120px;
				width: 460px;
			}
			
		#menu-top {
			border: 0;
			border-collapse: collapse;
			float: left;
			width: 757px;
			margin: 3px 10px 0;
		}
		
			#menu-top td {
				border: 0;
				padding: 0 20px;
				vertical-align: middle;
				height: 37px;
				text-align: center;
				line-height: 13px;
				font-size: 11px;
			}
			
				#menu-top td a {
					color: #fff;
					font-weight: bold;
					padding: 3px 4px;
					position: relative;
					text-align: center;
					display: block;
				}
				
				#menu-top td.sel a {
					background: #daccae url('../images/dot.gif') no-repeat 0 0;
					color: #c1242e;
				}
				
				#menu-top td.sel a span.tr {
					position: absolute;
					width: 1px;
					height: 1px;
					background: #CA2738;
					right: 0;
					top: 0;
				}
				
				#menu-top td.sel a span.br {
					position: absolute;
					width: 1px;
					height: 1px;
					background: #CA2738;
					right: 0;
					bottom: 0;
				}
				
				#menu-top td.sel a span.bl {
					position: absolute;
					width: 1px;
					height: 1px;
					background: #CA2738;
					left: 0;
					bottom: 0;
				}
				
		#site-tools, #menu-lang {
			margin: 0;
			padding: 12px 11px 0;
			list-style: none;
			float: left;
		}
		
			#site-tools li, #menu-lang li {
				padding: 0;
				margin: 0;
				float: left;
				background: transparent;
			}
			
				#site-tools li a {
					margin: 0;
					padding: 2px 10px 2px 16px;
					float: left;
					font-size: 11px;
					color: #d7c8a8;
				}
				
				#site-tools li#tools-home a {
					background: url('../images/tools-home.gif') no-repeat 0 6px;	
				}
				
				#site-tools li#tools-map a {
					background: url('../images/tools-map.gif') no-repeat 0 6px;	
				}
					
				#site-tools li#tools-mail a {
					background: url('../images/tools-mail.gif') no-repeat 0 7px;	
				}
				
				#menu-lang li a {
					margin: 0;
					padding: 2px 5px;
					float: left;
					font-size: 11px;
					color: #d7c8a8;
					font-weight: bold;
				}
				
				#menu-lang li.sel a {
					color: #c72636;
				}
				
		#search {
			float: left;
			padding: 13px 0 0 18px;
		}
				
		#search input {
			float: left;
			margin: 0;
			padding: 1px 2px;
			color: #5c5148;
			height: 13px;
			line-height: 13px;
			font-size: 11px;
			font-family: tahoma;
			border: 1px solid #b9ab91;
			border-right: 0;
		}
		
		#search input.submit {
			background: #c3252f url('../images/search.gif') no-repeat 0 0;
			border: 0;
			padding: 0;
			text-indent: -100000px;
			width: 28px;
			height: 16px;
			color: #fff;
		}
					
	#sidebar-left {
		float: left;
		width: 142px;
		padding: 30px 20px 0 30px;
		/*background: url('../images/left-shadow.gif') no-repeat 0 0;*/
	}
		
		#menu-left {
			padding: 8px 0;
			margin: 4px 0;
		}
		
			#menu-left li {
				background: url('../images/dots.gif') repeat-x 0 100%;
				padding: 2px 0 3px;
				margin: 0;
			}
			
				#menu-left li a {
					font-weight: bold;
					color: #5c5148;
					font-size: 11px;
				}
						
				#menu-left li ul {
					padding: 0 0 0 14px;
					margin: 0;
				}
					
					#menu-left li li {
						background: transparent;
						padding: 2px 0;
						margin: 0;
					}
					
						#menu-left li li a {
							font-weight: normal;
						}

						#menu-left li li.sel a {
							color: #ca2839;
						}
						
		#sidebar-left h4 {
			font-size: 12px;
			font-weight: bold;
			padding: 6px 0;
			margin: 0;
			color: #5c5148;
		}
		
		#poll {
			padding: 8px 0;
			margin: 4px 0;
			background: url('../images/dots.gif') repeat-x 0 100%;
		}
		
		
			#poll label {
				display: block;
			}

		#contacts {
			font-family: 'Trebuchet MS';
			color: #282522;
			line-height: 1.2;
			font-size: 11px;
		}

			#contacts h4 {
				color: #282522;
			}
			
	#sidebar-right {
		float: left;
		width: 190px;
		padding: 10px 10px 0;
	}
	
		#menu-right {
			padding: 12px 0;
			margin: 5px 12px 5px 10px;
			background: url('../images/dots.gif') repeat-x 0 100%;
		}
		
			#menu-right li {
				padding: 0;
				margin: 0;
				display: inline;
				background: transparent;
			}
		
				#menu-right li a {
					padding: 10px 0 9px 51px;
					margin: 2px 0;
					display: block;
					background-repeat: no-repeat;
					color: #282522;
					font-size: 11px;
					font-weight: bold;
				}
	
	#content {
		float: left;
		width: 530px;
		padding: 10px 20px 0 30px;
		/*background: url('../images/content-shadow.gif') no-repeat 0 0;*/
	}
	
		#page-path {
			padding: 6px 0;
			margin: 0;
			float: left;
			font-size: 11px;
			color: #95876a;
		}
		
			#page-path a {
				color: #5c5148;
			}
		
		h2.page-title {
			border-top: 1px solid #d7c8a8;
			margin-top: 0;
			padding-top: 20px;
		}
		
		#page-tools {
			float: right;
			padding: 6px 0;
			margin: 0;
			font-size: 11px;
			color: #95876a;
		}
		
			#print {
				padding: 0 0 0 14px;
				margin: 0 0 0 10px;
				background: url('../images/print.gif') no-repeat 0 50%;
				color: #5c5148;
			}
	
	
	#footer {
		height: 166px;
		padding: 0 20px;
		background: url('../images/footer.gif') no-repeat 0 0
	}
	
		#copyright {
			float: left;
		}
		
		#developed {
			float: right;
		}
		
		#footer-tools {
			height: 20px;
			padding: 85px 208px 0 202px;
		}
		
			#ft-back {
				float: left;
			}
			
			#ft-up {
				float: right;
			}
	
	
/* forums */

.forums-table {
	border-collapse: collapse;
	border: 0;
	margin: 10px auto;
}

.forums-table .top th {
	background: url('../images/forums-th.gif') repeat-x 0 100%;
	color: #95876a;
	padding: 6px 10px 10px 0;
	text-align: left;
	border: 0;
}

.forums-table .top th.last {
	padding: 6px 0 10px;
	white-space: pre;
	border: 0;
}

.forums-table td {
	font-size: 11px;
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #d7c8a8;
	color: #5c5148;
}

.forums-table td span {
	display: block;
}

.forums-table td.first h4 {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.forum-tools {
	text-align: right;
	padding: 5px 0 0;
	margin: 0;
	font-size: 11px;
}

.forum-tools a {
	color: #5c5148;
}

.forum-tools a.backlink {
	background: url('../images/arr-back-small.gif') no-repeat 0 4px;
	padding: 0 0 0 11px;
}

.forum-tools a.addlink {
	background: url('../images/comment-icon.gif') no-repeat 0 3px;
	padding: 0 0 0 14px;
}

.forum-tools a.addslud {
	background: url('../images/floppy-icon.gif') no-repeat 0 3px;
	padding: 0 0 0 14px;
}


.forum-form {
	padding: 10px 0;
}
		
.forum-form label {
	display: block;
}

.forum-form td {
	padding: 3px 10px;
}

.rules {
	color: #b0b0b0;
}

.forum-form input, .forum-form textarea {
	width: 100%;
	margin: 2px 0;
	border: 1px solid #d7c8a8;
	padding: 0 3px;
}

.forum-form input.submit {
	float: right;
	width: inherit;
	color: #3d3d40;
	font-weight: bold;
	font-size: 11px;
	background: #c1242e;
	color: #fff;
	font-family: Tahoma;
	border: 0;
	padding: 2px 10px;
}

/* news/events */

#news, #events {
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent url('../images/dotline.gif') repeat-x 0 0;
}

#news li, #events li {
	padding: 14px 0 16px;
	margin: 0;
	background: transparent url('../images/dotline.gif') repeat-x 0 100%;
}

#news li .body p, #events li .body p {
	padding: 0;
	margin: 0;
	display: inline;
}

#news li h3, .news-h3, #events li h3  {
	padding: 1px 0 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#news li p.date, .news-date, #events li p.date  {
	padding: 1px 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #95876a;
}

.news-date span  {
	font-weight: normal;
}

#news li .news-avatar, #events li .news-avatar {
	float: right;
	padding: 4px 0 0 14px;
}

.news-avatar {
	float: right;
	padding: 4px 0 5px 14px;
}


.news-back {
	background: transparent url('../images/dotline.gif') repeat-x 0 0;
	padding: 10px 0 0;
	margin: 10px 0 0;
	font-size: 11px;
}

	.news-back a {
		color: #282522;
		background: url('../images/arr-back-small.gif') no-repeat 0 4px;
		padding: 0 0 0 11px;
	}
	
/* events */

#events-selected-date {
	text-align: right;
	color: #95876a;
	font-size: 11px;
}

#events-select {
	padding: 0 0 10px 0;
}

.pick-date {
	background: url('../images/pick-date.gif') no-repeat 0 0;
	width: 12px;
	height: 16px;
	float: left;
	margin: 0 11px 0 2px;
	display: inline;
}


#events-select input.submit {
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	font-family: tahoma;
	margin: 0 2px;
	border: 0;
	background: #c1242e url('../images/events-submit.gif') no-repeat 0 0;
	width: 63px;
	height: 16px;
}

#events-select select {
	border: 1px solid #d7c8a8;
	float: left;
	color: #5c5148;
	font-size: 11px;
	font-family: tahoma;
	margin: 0 2px;
	display: inline;
}

/* contactform */

.contactform .left {
	float: left;
	width: 49%;
}

.contactform .right {
	float: right;
	width: 49%;
}

.contactform label {
	display: block;
	height: 16px;
	padding: 7px 0 0;
	margin: 0;
	color: #5c5148;
	font-size: 11px;
}

.contactform input {
	display: block;
	border: 1px solid #d7c8a8;
	height: 13px;
	line-height: 13px;
	padding: 1px 4px;
	width: 95%;
	margin: 0;
}


.contactform label input {
	display: inherit;
	border: inherit;
	height: inherit;
	line-height: inherit;
	padding: inherit;
	width: inherit;
	margin: 0 5px 0 0;
	float: left;
}

.contactform textarea {
	display: block;
	border: 1px solid #d7c8a8;
	height: 133px;
	line-height: 13px;
	padding: 1px 4px;
	width: 96%;
	margin: 8;
}

.contactform input.submit {
	float: right;
	width: 100px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	font-family: tahoma;
	border: 0;
	background: #c1242e url('../images/events-submit.gif') no-repeat 0 0;
	width: 63px;
	height: 16px;
	line-height: 16px;
	padding: 0;
}



/* video */

#video-show {
	width: 370px;
	height: 300px;
	float: left;
}

#video-container p {
	color: #95876a;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#video-scroll-up, #video-scroll-down {
	display: block;
	float: left;
	width: 156px;
	height: 18px;
	outline: none;
	text-indent: -4000px;
}

#video-scroll-up {
	background: url('../images/video_scrollup.gif') no-repeat 0 0;
}

#video-scroll-down {
	background: url('../images/video_scrolldown.gif') no-repeat 0 0;
}

#video-scroll {
	background: #fff;
	margin: 1px 0;
	width: 156px;
	padding: 0;
	margin: 0;
	float: left;
	height: 240px;
	overflow: hidden;
}

#video-scroll h4 {
	color: #95876a;
	font-size: 11px;
	padding: 4px 0;
	font-weight: bold;
	margin: 0 0 2px;
}

#video-scroll ul {
	padding: 3px 2px 3px 5px;
	margin: 0;
	list-style: none;
}

#video-scroll ul li {
	padding: 0;
	margin: 0;
	background: transparent;
	display: inline;
}

#video-scroll ul li a {
	padding: 1px 0 1px 10px;
	margin: 0;
	background: url('../images/bullet.gif') no-repeat 0 8px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

#video-scroll ul li.sel a {
	font-weight: bold;
}

#video-current {
	padding: 10px 20px;
	margin: 10px 0;
	clear: both;
	border: 1px solid #E9E9E8;
}

#video-current p.date {
	padding: 0;
	margin: 0;
	color: #070;
	font-weight: bold;
}

#video-other h3 {
	text-transform: inherit;
	border: 0;
	padding: 0 0 2px;
	margin: 0;
}



/* index page */

#index-left {
	float: left;
	width: 244px;
	border-top: 1px solid #d7c8a8;
	border-right: 1px solid #d7c8a8;
	padding: 20px 20px 20px 0;
}

#index-right {
	float: left;
	width: 244px;
	border-top: 1px solid #d7c8a8;
	padding: 20px 0 20px 20px;
}

/* gallery */

.gallery {
	padding: 10px 0;
	margin: 0;
}

.gallery li {
	padding: 6px 2px;
	margin: 0;
	float: left;
	background: transparent;
	width: 172px;
	text-align: center;
	height: 170px;
	overflow: hidden;
}

.gallery li p {
	padding: 1px 10px;
	margin: 0;
	font-size: 11px;
}

.gallery li p a {
	font-weight: bold;
}

.gallery li p span {
	color: #95876a;
}

.gallery li img {
	border: 4px solid #daccae;
}

#view-poll div.bar {
	width: 160px;
	float: left;
	height: 7px;
	font-size: 1px;
	padding: 4px;
}


#view-poll div.bar div {
	background: url('../images/poll-fill.gif') repeat 0 0;
	height: 7px;
	font-size: 1px;
}

#view-poll {
	background: transparent url('../images/dotline.gif') repeat-x 0 100%;
}

#eventsCalendar {
	padding: 0 0 8px;
	margin: 0 12px 5px 10px;
	background: url('../images/dots.gif') repeat-x 0 100%;
}


table.calendar {
	width: 100%;
}

table.calendar th {
	padding: 2px;
	text-align: center;
	color: #95876a;
	font-size: 11px;
	font-weight: bold;
}

table.calendar td {
	padding: 2px;
	text-align: center;
	color: #5c5148;
	font-size: 11px;
	font-weight: bold;
}

#calendarhead {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #5c5148;
	padding: 4px 0;
}
	
#banners {
	text-align: center;
	padding: 10px 0;
}