@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #3C7100;
	font-size: 24px;
	margin-bottom: 5px;
}



.maindiv {
	background-image: url(images/bgstrip.png);
	background-repeat: repeat-x;
	background-position: top;
}
.div.wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
div.header {
	width: 930px;
	margin-top: 10px;
}
div.headerleft {
	width: 400px;
	float: left;
}
div.headerright {
	float: right;
	width: 455px;
	margin-top: 30px;
	height: 20px;
	margin-right: 55px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 15px;
}
.headerright a {
	color: #498308;
	font-size: 15px;
}

div.centerpart {
	width: 930px;
	height: 225px;
}

html>body  div.centerpart {
	*width: 930px;
	*height: 225px;
	*margin-bottom:150px;
}


div.overcenter {
	width: 930px;
	margin-top: -30px;

}
div.undercenter {
	width: 930px;

}
div.undercenterl {
	float: left;
	width: 400px;
}

div.undercenterr {
	float: right;
	width: 490px;
	margin-left: 40px;
}

div.footer {
	width: 930px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	font-size: 12px;

}
div.footerl {
	width: 700px;
	float: left;
}
div.footerr {
	float: right;
	width: 230px;
}

/*jQuery slideshow*/

a img {
		border:none;
	}

#slideshow {
    position:relative;
	width:915px;
    height:160px;
}


#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}
