@import url(slider.css);
@import url(../text.css);
 body, html {
height:101%;
margin:0;
padding:0;
}
body{
	background-color : #FFEBC6;
	background-color : transparent;
	background : White;
}
*{
margin:0;
padding:0;
}
a img{
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
.clear{
	clear : both;
}
#wrapper {
 min-height:100%;height:auto !important;height:100%;
 width : 930px;
 padding : 0px 10px;
 position : relative;
 margin : 0px auto;
 background : transparent url(../images/fon_wrapper.gif) repeat-y 750px top;
 }
#wrapper .empty {
 height:80px;
 clear : both;
}
#wrapper_footer {
 position:relative; 
 margin-top:-60px; 
 background-color : White;
 height : 60px;
 min-width : 960px;
}

.sitemenu {position:relative; height: 1.4em; z-index:9999;}
.sitemenu ul {position:absolute; list-style: none; }
.sitemenu li {position: relative; float:left; padding-left: 10px; padding-right: 10px; display: block; background-color: #d9e9a1;}
.sitemenu li + li {padding-left: 10px; padding-right: 10px; border-left: 1px solid #719471;}
.sitemenu li ul {display:none;}
.sitemenu li:hover > a {text-decoration: none; color: Black;}
.sitemenu li:hover ul {display: block; background-color: #d9e9a1; border: 1px solid #719471; left: -1px;}
.sitemenu li:hover ul li {border: none 0; white-space: nowrap;}
.sitemenu li:hover ul li + li {border-top: 1px solid #719471;}
.sitemenu li.current > a {text-decoration: none; font-weight:800; } 
.sitemenu li.currentpath > a {text-decoration: none; font-weight:800; }

.slideshow {
overflow: visible;
margin: auto;
width:480px;
height:360px;
}

#header{
	padding : 20px 0px;
	height : 70px;
}

#header a{
	font-family: sans-serif;
	font-size : 14px;
	text-decoration: none; 
}

#header h1{
	font-size : 50px;
	line-height : 40px;
	color : #607510;
}
#header h1 a{
	font-family: sans-serif;
	font-size : 40px;
	line-height : 40px;
	color : #607510;
	text-decoration : none;
}
#header h1 span{
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu{
	background-color : #8ea156;
	height : 40px;
	margin-bottom : 20px;
	border-left: 1px solid #FFF;
}

#text{
	width : 700px;
	padding : 15px 20px 10px 0;
	float : left;
	background-color : White;
}
#sidebar{
	width : 150px;
	padding : 15px 20px 10px;
	background-color : #f1be7c;
	float : right;
	background-color : #d9e9a1;
}
#sidebar ul{
	list-style-type : disc;
}
#sidebar li{
	margin-left : 0px;
}
#sidebar a{
	font-family: sans-serif;
	text-decoration : none;
}
#footer{
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	line-height : 20px;
	color : Black;
}
#footer a{
	color : Black;
}
#footer .left{
	float : left;
}
#footer .right{
	float : right;
	margin-left : 20px;
}