@charset "utf-8";
/* oldalformázó állomány */

HTML,
BODY {
	margin:0;
	padding:0;
	height:100%;
	background: #ecf1f4 url('images/bg.gif') repeat-x;
}

#pg_wrapper {
	width: 800px;
	height: 100%; 	/* firefoxnak kell, ie megy nélküle is */
	margin: 0 auto;
}

#pg_main {
	min-height: 100%;
	position: relative;
	background: #FFF;
	background: url('images/body_bg.gif') repeat-y;
}

#pg_header {
	height: 175px;
	position: relative;
	background: url('images/header.jpg') no-repeat;
}

#pg_body {
	float: left;
	width: 100%;
	padding-bottom: 92px;
}

#pg_footer {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 92px;
	background: url('images/footer.jpg') no-repeat;
}

.clearer {
	clear: both;
}

#pg_col_1 {
	margin: 10px 75px 0 75px;
}

#pg_main_menu {
	float: left;
	width: 103%;
	text-align: center;
}

#pg_main_menu UL {
	margin: 7px auto;
}

#pg_main_menu LI {
	display: inline;
}

#pg_main_menu LI A {
	background: url('images/menu.gif') no-repeat;
	display: inline-block;
	height: 20px;
}

#pg_main_menu LI A SPAN {
	display: none;
}


#pg_main_menu #nyitolap {
	width: 72px;
}

#pg_main_menu #cegunkrol {
	width: 100px;
	background-position: -72px 0;
}

#pg_main_menu #termekek {
	width: 92px;
	background-position: -172px 0;
}

#pg_main_menu #kapcsolat {
	width: 87px;
	background-position: -264px 0;
}


#pg_main_menu #viraguzlet {
	width: 109px;
	background-position: -491px 0;
}

#pg_main_menu #szolgaltatasaink {
	width: 137px;
	background-position: -353px 0;
}

#pg_main_menu #nyitolap:hover {
	background-position: 0 -20px;
}

#pg_main_menu #cegunkrol:hover  {
	background-position: -72px -20px;
}

#pg_main_menu #termekek:hover  {
	background-position: -172px -20px;
}

#pg_main_menu #kapcsolat:hover  {
	background-position: -264px -20px;
}

#pg_main_menu #szolgaltatasaink:hover  {
	background-position: -353px -20px;
}

#pg_main_menu #viraguzlet:hover {
	width: 109px;
	background-position: -491px -20px;
}



.separator {
	background: url('images/separator.gif') no-repeat center center;
	height: 10px;
	margin: 10px 0 20px 0;
}

.flower {
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}

#google_translate_element {
	position: absolute;
	width: 200px;
	left: 70px;
	top: 145px;
}

#featured {
	background: #a3bfd0;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 2px;
}

#featured A {
	text-decoration: none;
	color: #002135;
}

#featured A:hover {
	text-decoration: underline;
}