* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}
body, html {
	height: 100%;
}
a img {border: none;}
.clear {
	clear: both; height:1px; font-size: 1px;
}

li {list-style-type: none;}
/* ***********************************
*
* 	MENU
*
************************************ */
.main_menu {
	position: relative;
	display: block;
	z-index: 16000;
	min-width: 678px;
	min-width: 686px;
}

.main_menu li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	display: block;
	z-index: 16000;
}
/*
.main_menu img {
	float: left;
}*/
.main_menu li a{
	color: #00652f;
	font-size: 13px;
	font-weight: normal;
	display: block;
	height: 31px;
	float: left;
	background-image: url(/gif/menu/main_menu_y.png);
	
	background-repeat: no-repeat;
	line-height: 29px;
	/*min-width: 128px;*/
	width: 134px;
	text-align: center;	
	white-space: nowrap;
	
}

.main_menu li a:hover ,
.main_menu li a.active {
	background-image: url(/gif/menu/main_menu_g.png);
}

/* for menu2*/
.main_menu a {
	
	position: relative;
	height: auto;
	
}

.menu2_container {
	display: none;
}

.menu2_container {
	position: absolute;
	/*top: 38px;
	left: 0px;
	*/
	
	/*width: 128px;*/
	width: 168px;
	background-color: #0ca20c;
	border-left: 2px solid #00652f;
	border-right: 2px solid #00652f;
	z-index: 16000;
}
.menu2_container img {
	position:absolute;
	left: -2px;
	z-index: 16010;
}
.menu2_container img.top { top: -5px;}
.menu2_container img.bottom {bottom: -7px;}

.menu2 {
	/*width: 128px;*/
	width: 168px;
	background-image: url(/gif/menu/menu2_bg.gif);
	
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	height: auto;
	/*padding-right: 10px;*/
}
.main_menu .menu2 li{
	float: none;
	margin-right: 0px;
}
.main_menu .menu2 li a {
	background: none;
	float: none;
	height: auto;
	color: #fff;
	line-height: 1.2;
	text-align: left;
	padding-left: 10px;
	margin-right: 10px;
	white-space: normal;
	padding-bottom: 8px;
	width: auto;
}

.main_menu .menu2 li a:hover ,
.main_menu .menu2 li a.active {
	background-image: none;
	color: #f5f698;
}

/* ***********************************
*
*
*
************************************ */
#all2 {width: 100%;}
#all2  td{
	vertical-align: top;
}

#potatos_container {
	position: relative;
	width: 100%;
	height: 2px;
	height: 100px;
	z-index: 14000;
	/*background-image: url(/gif/index/potatos1.png);
	background-position: center bottom;
	background-repeat: repeat-x;*/
	
	
}

#clouds,
#potatos1,
#potatos2 {
	position: absolute;
	height: 140px;
	/*border: 1px solid #000;*/
	bottom: 0px; left: 0px;
	
	width: 100%;
	
	background-position: center bottom;
	background-repeat: repeat-x;
}
#potatos1 {
	background-image: url(/gif/index/potatos1.png);
	z-index: 15000;
}
#potatos2 {
	background-image: url(/gif/index/potatos2.png);
	z-index: 15001;
}
#clouds {
	z-index: 15003;
}
#clouds .cloud{
	position: absolute;
	font-size: 14px;
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

#clouds #dieta {
	bottom: 20px; right: 80%;
	background-image: url(/gif/clouds/dieta.gif);
	z-index: 15020;
	height: 71px;
	width: 135px;
	padding-top: 20px; 
}

#clouds #sve {
	bottom: 20px; right: 58%;
	background-image: url(/gif/clouds/sve.gif);
	z-index: 15020;
	height: 117px;
	width: 152px;
	padding-top: 15px; 
}
#clouds #ingri {
	bottom: 50px; left: 55%;
	background-image: url(/gif/clouds/ingri.gif);
	z-index: 15020;
	height: 78px;
	width: 149px;
	padding-top: 10px;
}
#clouds #bread {
	bottom: 20px; left: 80%;
	background-image: url(/gif/clouds/bread.gif);
	z-index: 15020;
	height: 117px;
	width: 152px;
	padding-top: 15px;
}

#counter {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 25000;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
