#page {
	background: url(../images/bg_page.png) repeat !important;
}

#page_background {
	background-image: none !important;
	background-color: white !important;
	padding: 0 15px 15px 15px;
	margin: 0 0 0 -15px;
	border-top: 5px solid #74ae40;
	box-shadow: rgba(0,0,0,0.7) 0px 0px 15px;
}

#masterpage #header {
	top: 0 !important;
	height: 300px !important;
	/*background: url(../images/header1.jpg); no-repeat left top;*/
	background: none;
}

	#site_logo, #header_titles {
		display: none;
	}

/* -------------------------------------------- */
#masterpage {
	padding-top: 75px;
}

#topmenu {
	height: 75px;
}

	#topmenu a.top_parent, #topmenu a.top_parent_act {
		line-height: 75px !important;
		text-shadow: none !important;
		font-size: 13px;
		color: #555;
	}
		#topmenu a.top_parent:hover {
			background: none !important;
			color: #3ea434;
		}

	#topmenu a.top_parent_act {
		color: #3ea434;
		background: url(../images/top_parent_act.png) center top no-repeat !important;
	}

#main-menu {
	margin-left: 0 !important;
}

	#main-menu ul li ul {
		padding: 10px 0;
		margin-top: -15px;
		border-radius: 7px;
		background-color: rgba(255,255,255,0.8);
		box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
	}
		#main-menu ul li ul li {
			background: none;
		}
		#main-menu ul li ul li a {
			color: black !important;
		}
			#main-menu ul li ul li a:hover {
				color: #256299;
			}

/* ------------------------------------------------ */
#ebar {
	position: absolute;
	top: 8px;
}
	#ebar_set {
		right: 0 !important;
		z-index: 200;
	}

/* ------------------------------------------------ */
#inleft_eshop {
	background-color: #F1F1F1;
	border-radius: 0 0 7px 0;
	padding: 10px 0;
	margin-top: 36px;
}

.title_left_eshop {
	float: left;
	text-indent: 0;
	padding: 0 10px;
	background-color: #F1F1F1;
	border-radius: 7px 7px 0 0;
}

.leftmenu ul > li > a:hover, .leftmenu2 ul > li > a:hover {
	background-color: #3ea434;
	color: white;
	text-shadow: none !important;
	font-weight: bold;
}

.leftmenu ul li ul {
	
}
	.leftmenu ul li ul li {
		border-left: 1px solid #3ea434;
		border-right: 1px solid #3ea434;
	}
		.leftmenu ul li ul li a:hover {
			color: #3ea434;
		}
	.leftmenu ul li ul li:first-child {
		border-top: 1px solid #3ea434;
	}
	.leftmenu ul li ul li:last-child {
		border-bottom: 1px solid #3ea434;
	}

/* ----------------------------------- */
#inleft3 object {
	width: 990px;
	height: 300px;
	position: absolute;
	top: 75px;
	left: 20px;
}

/* ----------------------------------- */
	#footer {
		position: absolute;
		bottom: -30px;
	}

	#und_footer {
		padding: 15px;
		background-color: #F1F1F1;
	}