	/* *****************min 769px  width **********************/
@media  screen and (min-width: 980px) {

.container {
	position:relative;
	max-width:980px;
	min-width:980px;
	height:auto;
	background:#90a560;
	background: -moz-linear-gradient(#466b16,#90a560,#e2eccd,#e1e7d0,#93b96f);
	background:-webkit-linear-gradient(#466b16,#90a560,#e2eccd,#e1e7d0,#93b96f);
	background:-o-linear-gradient(#466b16,#90a560,#e2eccd,#e1e7d0,#93b96f);
	background:linear-gradient(#466b16,#90a560,#e2eccd,#e1e7d0,#93b96f);
	border-left:2px #a8cc72 solid;
	border-right:2px #a8cc72 solid;
	border-bottom:2px 	#a8cc72 solid;
	border-radius:5px;
	

}
.heading {
	position:relative;
	max-width:980px;
	min-width:780px;
	height:260px;
	/*background-color: #476c16;*/
	/*background: -moz-linear-gradient(#466b16, #fff);
	background-color: #466b16;
	background: -moz-linear-gradient(#466b16, #a8cc72); */
}
.header-left {
	float:left;
	width:25%;
	width:168px;
	height:auto;
	
}
.header-left img {
	width:100%;
	height:auto;
}
.header-right {
	float:left;
	width:75%;
	max-width:760px;
	height:250px;


}
.header-right  img {
	max-width:100%;
	height:100%;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);*/
	border-radius: 30px/30px;


}
.logo-berry {
	position:absolute;
	top:60px;
	left:20px;
	width:175px;
	height:auto;
	clear:both;

}


a.topmenu:link,a.topmenu:visited,a.topmenu:active {
    color: #fdfbee;
	text-shadow:0px 3px 4px #000000;
}
a.topmenu:hover {
    color: #fdd97d;
}

.content {
	padding:20px 0 40px 0;
}

.centrebox {
	width:80%;
}



.clearfloat { 
	line-height: 0px;
}

.imagebox-left {
	float:left;
	width: 25%;
	clear:left;
	}

.imagebox-right {
	float:right;
	width: 25%;
	clear:right;
	}

.image-texbox {
	float:left;
	width:70%;
	margin-left:20px;
	}


table.mainpage {
	width:80%;
	margin:0 auto;
}

.copyright {
	color: #4C7223;
	background-color:none;
}
#table {
	display:table;
}
/*.row {
	display:table-row; 
}
.cell{
	display:table-cell;
}
*/
.containerbox {
	width:60%;
}

iframe.iframe-contact
{
	height:350px;
	width:98%;
}
.light {
	color:#efdaa3;
}
a.foot {
	background-color:none;
}
a.foot:link {
	color: #406318;
}
a.foot:visited {
	
	color: #406318;
}
a.foot:hover, a:active, a:focus { 
	color:#7c3e00;
}
.copyright {
	color: #fff;
	}
}