body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909090;
	padding:0;
	margin:0;
	}
img {
	border:none;
	}
a {
	outline: none;
	color:#7e845c;
	}
.header {
	width:841px;
	height:99px;
	margin:0 auto;
	}
img.logo {
	float:left;
	height:99px;
	}
.page_head {
	background:url(header_frontpage.gif) no-repeat 0 0;
	}
/* Pages navigation */
.navigation {
	width:931px;
	height:42px;
	margin:0 auto;
	background-image:url(navigation_bg.gif);
	}
	
	.bg .navigation ul {
		list-style:none;
		margin:0;
		padding:0 0 0 90px;
		}
	.bg .navigation ul {
		list-style:none;
		margin:0;
		padding:0 0 0 90px;
		}
		
		.navigation ul li {
			list-style:none;
			float:left;
			text-transform:uppercase;
			}
			.navigation ul li a {
				color:#999999;
				line-height:42px;
				display:block;
				float:left;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
				padding:0 25px;
				background:url(nav_separator.gif) no-repeat 100% 0;
				font-size:11px;
				}
			.navigation ul li a.last_link {
					background-image:none;
					} 
			.navigation ul li a.current {
				color:#bcc77f;
				}
			.navigation ul li a:hover {
				color:#a8a8a8;
				}
				
/* Gallery styles */
.gallery_header {
	width:770px;
	}
.gallery_page {
	width:714px;
	margin:0 auto;
	clear:both;
	}
	.big_picture {
		text-align: center;
		border:#373737 1px solid;
		padding:6px;
		}
	
.gallery_navigation {
	border-top:#3a3d26 1px solid;
	height:80px;
	width:714px;
	margin:0 auto;
	}
	.gallery_navigation ul.main_navigation {
		list-style:none;
		padding:0;
		margin:0;
		height:32px;
		border-bottom:#3a3d26 1px solid;
		}
		.gallery_navigation ul.main_navigation li {
			float:left;
			height:32px;
			line-height:30px;
			color:#999999;
			font-weight:bold;
			position:relative;
			}
			.gallery_navigation ul.main_navigation li a {
				line-height:32px;
				float:left;
				display:block;
				text-transform:uppercase;
				text-decoration:none;
				padding:0 13px;
				font-weight:bold;
				color:#999999;
				font-size:11px;
				}
			.gallery_navigation ul.main_navigation li a:hover {
				color:#a8a8a8;
				}
			.gallery_navigation ul.main_navigation li a.current {
				color:#bcc77f;
				}
			.gallery_navigation ul.main_navigation li.contacts_link {
				 float:right;
				 white-space:nowrap;
				 background:url(contacts_separator.gif) no-repeat 0 50%;
				}
				
				
				
/* Sub navigation */
ul.sub_navigation {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	left:0;
	top:32px;
	height:32px;
	width:600px;
	}
	.gallery_navigation ul.main_navigation li ul.sub_navigation li {
		float:left;
		}
		.gallery_navigation ul.main_navigation li ul.sub_navigation li a {
			float:left;
			text-transform:none;
			}
		.gallery_navigation ul.main_navigation li ul.sub_navigation li a.current {
			color:#e3e3e3;
			}
			

/* Top menu */
.top_menu {
	float:right;
	width:250px;
	position:relative;
	top:60px;
	right:25px;
	height:22px;
	font-size:11px;
	}
	.top_menu span.right{
		float:right;
		display:block;
		line-height:20px;
		padding:0 4px;
		}
		.top_menu span.right a {
			color:#7c7c7c;			
			text-decoration: none;
			}
		.top_menu span.right a:hover { 
			text-decoration: underline;
		}
				
/* Frontpage images */
.frontpage_images {
	width:933px;
	height:408px;
	margin:0 auto;
	}
	.frontpage_images img {
		float:left;
		}
		
/* Frontpage content */
.frontpage_content {
	width:807px;
	margin:0 auto;
	}
	.left_box {
		background:url(frontpage_container_left_footer.gif) no-repeat 0 100%;
		padding-bottom:20px;
		width:315px;
		float:left;
		}
	.left_box_bg {
		background:url(frontpage_container_left.gif) no-repeat 0 0;
		background-color:#0c0c0c;
		padding:20px;
		}
		.welcome {
			font-size:16px;
			color:#afb880;
			}
			
.right_box {
	width:477px;
	float:left;
	margin-left:13px;
	background:url(frontpage_container_footer.gif) no-repeat 0 100%;
	padding-bottom:15px;
	}
.right_box_bg {
	background:#0c0c0c url(frontpage_container_right.gif) no-repeat 0 0;
	padding:0 20px 5px 20px;
	width:437px;
	}
	.right_box_bg  h2 {
		font-size:12px;
		margin:0 0 7px 0;
		line-height:40px;
		padding:0;
		height:37px;
		}
/* News item */
.news_item {
	background:url(dot_hr.gif) repeat-x 0 100%;
	padding:10px 0;
	}
	.date {
		font-weight:bold;
		display:block;
		font-size:11px;
		padding-bottom:5px;
		}
	.title {
		color:#7e845c;
		font-weight:bold;
		display:block;
		padding-bottom:5px;
		}
	.title-large {
		font-size: 14px;
		color:#7e845c;
		font-weight:bold;
		display:block;
		padding-bottom:5px;
		}				
	.news_item a {
		color:#676767;
		text-decoration:none;
		}
	.right_box_bg .news_item a {
		font-size:11px;
		}
	.right_box_bg .news_item a:hover {
		text-decoration:underline;
		}
	a.more {
		color:#7e845c;
		text-transform:lowercase;
		font-size:12px;
		display:block;
		padding:5px 0;
		text-decoration:none;
		}
	a.more:hover {
		text-decoration:underline;
		}
		
/* Page styles */
.page {
	background:url(page_bottom.gif) no-repeat 0 100%;
	padding-bottom:20px;
	width:694px;
	margin:0 auto;
	}
	.page_bg {
		background:#0c0c0c url(page_top_bg.gif) no-repeat 0 0;
		padding:0 20px 20px 20px;
		width:654px;
		}	
		.page_bg h2 {
			font-size:12px;
			color:#bcbcbc;
			padding:0;
			margin:0;
			height:38px;
			line-height:38px;
			margin-bottom:13px;
			}
		.page_bg a:hover {
			text-decoration: none;
		}
/* Pages navigation */
.pages_navigation {
	clear: both;
	height:25px;
	padding-top:15px;
	float: right;
	}
.pages_navigation a {
	margin: 0 4px;
	text-decoration:none;
	}
.pages_navigation span {
	margin: 0 4px;
	}	
.pages_navigation a.prev, .pages_navigation a.next {
	margin:0;
	display: block;
	width: 32px;
	height: 25px;
	float: left;
	}
.pages_navigation a.prev {
	background: url(arr_prev.gif);
}
.pages_navigation a.next {
	background: url(arr_next.gif);
}	
.pages_navigation table {
	float:right;
	}
.pages_navigation table tr td {
	vertical-align:middle;
	}
.pages_navigation a.current_page {
	font-weight:bold;
	color:#e0eaad;
	}
.pages_navigation div
{
	float: left;
	margin-top: 6px;
}
/* Contacts */
.feedback {
	width:320px;
	float:left;
	}
.contacts_info {
	padding:17px 17px 17px 19px;
	margin-top:33px;
	width:290px;
	float:left;
	background-color:#2d2d2d;
	}
.video_info {
	padding:17px 17px 17px 19px;
	background-color:#2d2d2d;
	}	
fieldset {
	border:none;
	padding:10px;
	margin:0;
	}
label {
	display:block;
	padding:8px 0 3px 0;
	font-size:11px;
	font-weight:bold;
	}
form {
	padding:0;
	margin:0;
	}
input.text_field, textarea {
	width:278px;
	background-image:url(input_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:none;
	padding:5px;
	background-color:#dddddd;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
	}
textarea { 
	height:80px;
	}
input {
	border:#fff 1px solid; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
input.submit_btn {
	background:url(submit_bg.gif) repeat-x 0 0;
	color:#000;
	font-weight:bold;
	height:27px;
	border:none;
	padding:0 10px;
	float:right;
	margin-top:7px;
	position:relative;
	right:10px;
	cursor:pointer;
	}
	
/* Footer */
.footer {
	clear:both;
	padding:27px 0 15px 0;
	width:719px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	color:#585858;
	}
	.copyright {
		color:#585858;
		display:block;
		width:640px;
		padding:10px 0;
		margin:0 auto;
		}
		.copyright a {
			color:#585858;
			text-decoration: none;
		}
			  
.clear {
	clear:both;
	font-size: 0px;
	height: 0px;
	}
	
/* Scroll */
.scroller_container {
	width:817px;;
	margin:0 auto;
	height:80px;
	padding-top:15px;
	}
	.left_btn, .right_btn {
		width:44px;
		float:left;
		padding-top:20px;
		}
		.scroller-item a {
			display:block;
			float:left;
			padding:4px;
			width:64px;
			height:64px;
			border:black 1px solid;
			margin-left:3px;
			margin-right:4px;
			}
		.scroller-item a:hover {
			border:#373737 1px solid;
			}
		.scroller-item a.selected {
			border:#70764d 1px solid;
			}
			
/* Info styles */
.left_info_picture {
	width:293px;
	float:left;
	min-height:350px;
	padding:20px;
	}
.right_info_text {
	width:310px;
	float:left;
	padding:0px 20px 0px 20px;
	margin:20px 0px;
	border-left:#1f1f1f 1px solid;
	text-align: left;
	}

/* Testimonials styles */
.testimonials_item {
	background:url(dot_hr.gif) repeat-x 0 100%;
	padding:10px 0;
	}
.testimonials_image {	
	float:left;
	padding:3px;
	width:120px;
	height:120px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
	border:#7e845c 1px solid;
	}
	.testimonials_image div {
		width:120px;
		height:120px;
		overflow:hidden;
		}	
		
span.name {
	font-size:18px;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	color:#dce7a2;
	}
.add_comment {
	background-image:url(add_comment.gif);
	width:139px;
	height:30px;
	font-weight:bold;
	float:right;
	color:#b6c179;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	margin-top: 3px;
	}
.news_image {	
	float:left;
	padding:3px;
	width:240px;
	height:240px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
	border:#7e845c 1px solid;
	}
	.news_image div {
		width:240px;
		height:240px;
		overflow:hidden;
		}
		
.validator {
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.green {
	color: #7e845c;
}

.sub-categories {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	.sub-categories li {
		padding-bottom: 5px;
	}
		.sub-categories li a {
			margin-left: 10px;		
		}
		
		.sub-categories li a:hover {
			text-decoration: none;
		}
		
.info_image {	
	float:right;
	padding:3px;
	width:240px;
	height:240px;
	overflow:hidden;
	margin-left:15px;
	border:#7e845c 1px solid;
	}
	.info_image div {
		width:240px;
		height:240px;
		overflow:hidden;
		}
.pattern {
	background:url(pattern.jpg) no-repeat 50% 0;
	padding-top:36px;
	}
	
.video_item {
	float: left;
	width: 208px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.video_item img {
	display: block;
}

.video_image {
	border:#7e845c 1px solid;
	padding: 3px;	
}

a.image-preview {
	display: block; 
	width: 208px;
	position: relative; 
	margin: auto;
}

.playIcon {
	top: 38px;
	left: 74px;
	position: absolute;
	width: 60px;
	height: 40px;
	behavior: url("themes/Main/iepngfix.htc");
}

#overlayPlayer { 
	background: #000;
	filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0; 
}

#player-holder {
	position: absolute;
	top: 50px;
	left: 50px;
}

#player-title {
	font-size: 16px;
	font-weight: bold;
	color: #BCC77F;
	position: absolute;
	left: 50px;
	top: 20px;
	width: 570px;
}

a.player-close {
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	background: url(close.gif) no-repeat;
	top: 15px;
	right: 7px;
}

#player-border {
	border:#3d3d3d 10px solid;
	background: #000000;
	width: 670px;
	height: 450px;
	position: relative;
}

#video-title {
	color: #BCC77F;
	margin-bottom: 10px;
	font-weight: bold;
	height: 15px;
}

.footer a:hover {
	text-decoration: none;
}

a.fb-link {
	float: left;
	display: block;
	background: url(facebook.png) no-repeat;
	padding: 2px 0px 0px 21px;
	height: 19px;
	margin-right: 10px;
	text-align: left;
}

a.blogger-link {
	float: left;	
	display: block;
	background: url(wp-icon.png) no-repeat;
	padding: 2px 0px 0px 21px;
	height: 19px;	
	margin-right: 10px;	
	text-align: left;		
}

.footer-left {
	float: left;
	height: 30px;
}

.footer-right {
	float: right;
	height: 25px;
	padding-top: 5px;
}

.devision {
	position:relative;
	top: 1px;
	left: 2px;
}
