* {
	margin:0;
	padding:0;
}
body  {
	font-family: 'Candara';
	font-size: 18px;
	background: url(../images/brr.PNG) repeat;
	color: #000000;
}
a {
	color:#0088d0;
}
p {
	line-height:130%;	
}
h2 {
	font-size:30px;
	color:#86C514;
}
.container { 
	width: 1200px;
	margin: 0 auto;
} 
header h1 {
	float:left;
	padding:45px 0px 0px 120px;
}
header h1 a {
	font-size: 50px;
	color:#86C514;
	text-decoration:none;
	}
.box {
	width:300px;
	float:left;
	padding:0 15px;
}
.box h2, .sidebar1 h2, .mainContent h2 {
	padding:30px 0;
}
.box p {
	margin-bottom:20px;
}
.box p a {
	background:#86C514;
	text-shadow:none;
	color:#fff;
	padding:5px 20px;
	text-decoration:none;
	float:right;
}
.box p a:hover {
	background:#FF791D;
	text-shadow:none;
	color:#ffffff;
	padding:5px 20px;
	text-decoration:none;
	float:right;
}
.sidebar1 {
	float: right; 
	width: 300px;
	padding:30px 0 0px 0;
}
.sidebar1 li {
	list-style:none;
	padding:10px 0 10px 7px;
	background:url(../images/p.png) no-repeat left 17px;
	border-bottom:1px solid #000;
	box-shadow: 0 1px #f2f2f2;
}
.sidebar1 li a {
	text-decoration:none;
}
.sidebar1 li a:hover {
	text-decoration:underline;
}
.mainContent { 
	margin: 0 360px 0 0;
	padding:20px 0 20px 0;
}
.mainContent img {
	max-width: 100%; 
	display: block; 
	border:2px solid #ffffff;
	box-shadow: 0px 3px 4px 0px #939393;
}
.floatPic {
	float:left;
	margin:0 25px 10px 0;
}

#footer {
	background: url(../images/br.png) repeat-x;
	border-top:1px solid #bbbbbb;
} 
footer p {
	text-align:center;
	padding:35px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer {
	float:left;
	padding:20px 0px 0px 260px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;

}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:30px 0 0 1px;
	float:left;
}
#navlist a {
	display: block;
	float: left;
	width: 117px;
	height: 48px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #000000;
}
#navlist a:hover {
	background: url("../images/knopka.png") no-repeat;
	color: #FFFFFF;
}

#navlist #active a {
	background: url("../images/knopka.png") no-repeat;
	color: #FFFFFF;
}


/********* begin SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
.slider { 
	width:1200px;
	position:relative; 
	z-index:1; 
	margin: 0 0 30px 0;
}
.flexslider {
	margin: 0;
}
.flexslider .slides > li {
	display: none; 
	list-style:none;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block; 

}
.flex-pauseplay span {
	text-transform: capitalize;\
	
}/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
/* control Nav */
.flex-control-nav { 
	position:absolute; 
	bottom: -20px; 
	left: 510px;
}
.flex-control-nav li { 
	display:block; 
	float:left; 
	margin-right:1px;
}
.flex-control-nav li a {
	display:block;
	background:url(../images/pagination.png) 0 0 no-repeat; 
	width:32px; height:33px; 
	text-indent:-1000px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active { 
	background-position:0 -33px; 
	cursor:pointer;
}
/* Slider Image Caption */
.sliderImageCaption{ 
	position:absolute; 
	color:#160000;
	text-align:center; 
	width:90%; 
	bottom:-35px;
}

#footer {
	height: 90px;
	background: url('../images/foot.jg') repeat-x;
	font-size:18px;
	color:#86C514;
}
.topbutton {
width:63px;
height: 62px;
background:url('../images/up.png');
text-align:right;
position:fixed;
bottom:50px;
right:50px;
cursor:pointer;
color:#333;
font-size:0px;
text-decoration: none;
}