@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/dark-back.jpg) -10px 50% repeat;
}
.lang_icon {
margin: 10px;
}
div.centerWrapper {
	width: 991px;
	margin: 10px auto;
}

div.clear {
	clear:both;
}

div.leftColumn {
	width: 208px;
	float:left;
	background:url(../images/ligth-back.jpg) -10px 50% repeat;
}

div.rightColumn {
	width: 774px;
	float:left;
}
div.pageWrapper {
	width: 991px;
	float:left;
	background:url(../images/shadow_02.gif) top right repeat-y;
}

div.shadowRight {
	width: 9px;
	height: 523px;
	float:left;
	clear:right;
}

div.shadowBottom {
	height: 9px;
	width: 991px;
	float:left;
	background:url(../images/shadow_01.gif) top center repeat-x;
}
div.menuBrownStrip {
	width:10px;
	height: 523px;
	display:block;
	background: #7C3922;
	float:left;
	margin-right:10px;
}
div.headSlideshow {
	margin:0;
	padding:0; 
	display:block;
	width: 774px;
	height: 193px;
}
div.pageContent {
	margin:0;
	padding:0;
	display:block;
	width: 982px;
	float: left;
	background:white;
}
div.indexContent {
	margin:0;
	padding:0;
	display:block;
	width: 982px;
	float: left;
	background:url(../images/ligth-back.jpg) -10px 50% repeat;
}
.imageSlideshow {
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}
.pageContent .imageSlideshow img{
	margin:0;
	padding:0;
	display:block;
	width: 774px;
	height: 193px;
	position: absolute;
	left:0px;
	top:0px;
    z-index:8;
	border: none;
    opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.indexContent .imageSlideshow img{
	margin:0;
	padding:0;
	display:block;
	width: 694px;
	height: 361px;
	position: absolute;
	left:0px;
	top:0px;
    z-index:8;
	border: none;
    opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.imageSlideshow IMG.active {
    z-index:10;
    opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.imageSlideshow IMG.last-active {
    z-index:9;
}
.logoWrapper {
	height: 193px;
}
.logoWrapper img {
	margin:20px 0;
}
.content {
	display:block;
	float:left;
	width:100%;
}
.whiteBorder {
	display:block;
	width: 694px;
	height: 361px;
	padding:10px;
	background: white;
	margin: 50px auto;

}
.leftColumn table { margin-bottom: 40px;}
.leftColumn table td{ padding-bottom: 20px;}
.content {
	padding-left:30px;
	font-family:"Bookman Old Style";
	font-size:12px;
	float: left;
	width: 730px;
}
.index_menu a {
	color: #676549;
	font-size:14px;
	text-decoration:none;
	font-variant: small-caps;
}
.index_menu a:hover {
color: #dc740e;
text-decoration:none;
}
.contentContent {	
	min-height:300px;
	width: 470px;
	float:left;
}
.contentRight {
	width: 250px;
	float: left;
	margin-left:10px;
}
