#Top {
	background:url(images/top-menu.png) no-repeat center top;
	#background:url(images/top-menu-ie.gif) no-repeat center top;
	width:100%;
	margin:0px;
	padding:0px;
	height:93px;
	margin-bottom:5px;
}
	#Top-inner {
		width:1000px;
		margin:0 auto;
	}
	#Logo {
		background:url(images/logo.png) no-repeat;
		width:226px;
		height:93px;
		float:left;
	}

	#Top ul {
		margin:0px;
		padding:0px;
		float:right;
		margin-right:5px;
		
	}
		#Top ul li {
			list-style:none;
			float:left;
		}
			#Top ul li a {
				display:block;
				line-height:28px;
				background:url(images/top-menu-sep.gif) no-repeat left center;
				padding-right:23px;
				padding-left:23px;
				text-decoration:none;
				color:#cec6c6;
				text-shadow: 1px 1px #000;
			}
				#Top ul li a:hover {
					color:#fff;
					text-decoration:underline;
				}
				
				#Top ul li.active a{
					background: none;
					background-color: #b80031;
					color: #fff;
				}
	#Slogen {
		float:left;
		width:450px;
		overflow:hidden;
		white-space:nowrap;
		text-align:left;
		font-family:georgia;
		font-size:23px;
		color:#626262;
		font-weight:normal;
		font-style:italic;
		margin-top:16px;
		margin-bottom:2px;
		text-shadow: 1px 1px #fff;

	}
	#Header-right {
		float:right;
		width:300px;
	}
	#Language {
		text-align:right;
		margin-right:10px;
		margin-bottom:5px;
		margin-top:10px;
		background:url(images/icons/hu.gif) no-repeat left center;
		padding-left:25px;
		float:right;
	}
	#Language.en {
		background-image:url(images/icons/en.gif);
	}
	#Language.sk {
		background-image:url(images/icons/sk.gif);
	}

		#Language select {
			border:1px solid #afaeaf;
		} 
		#Header-contact {
			color:#474747;
			text-align:right;
			padding-right:10px;
			text-shadow: 1px 1px #fff;
			width:300px;
			float:right;		
		}				
			#Header-contact #Skype {
				background:url(images/icons/skype.gif) no-repeat left center;
				padding-left:25px;
				float:right;
				margin-right:25px;
				padding-top:2px;
				padding-bottom:2px;
			}
				#Header-contact #Skype a {
					color:#474747;
				}
					#Header-contact #Skype a:hover {
						text-decoration: underline;
					}
			#Header-contact #Tel {
				background:url(images/icons/tel.gif) no-repeat left center;
				padding-left:20px;
				float:right;
				padding-top:2px;
				padding-bottom:2px;
			}

			
/*
 * HEAD
 */		
 #Head {
 	background:url(images/main-menu.gif);
	height:50px;
	margin:0px;
	padding:0px;
	clear:both;
	padding-left:40px;
	padding-right:15px;
	margin-bottom:10px;
 }
 #angyalvilag #Head {
 	background:url(images/angyalvilag/main-menu.gif);
 }

 	#Head li {
 		margin:0px;
		padding:0px;
		list-style:none;
		float:right;
		line-height:50px;
		background:url(images/main-menu-sep.gif) no-repeat left center;
 	}
 	#angyalvilag #Head li {
		background: none;		 
	}
	#Head li.search {
		float:left;
		background:none;
		
	}
		#Head li.search form {
			padding:0px;
			padding-top:18px;
			margin:0px;
			border:none;
		}
			#Head li.search form input {
				border:0px;
				color:#8f8d8d;
				height:17px;
				margin:0px;
				padding:0px;
				width:160px;
			}
	#Head li a,
	#Head li span.nohref {
		text-decoration:none;
		color:#cec6c6;
		padding-left:40px;
		padding-right:15px;
		display:block;
		line-height:50px;
		text-shadow: 1px 1px #000;
	}
	#angyalvilag #Head li a,
	#angyalvilag #Head li span.nohref {
		color: #fff;
		text-shadow: none;
	}
		#Head li a:hover {
			text-decoration:underline;
			color:#fff;
		}
		#Head li span.nohref a {
			padding:0px;
			display:inline;
		}

	#Main-menu-basket {
		background:url(images/icons/main-menu-basket.gif) no-repeat 15px center;
	}
	#Main-menu-orders {
		background:url(images/icons/main-menu-orders.gif) no-repeat 15px center;
	}
	#Main-menu-login {
		background:url(images/icons/main-menu-login.gif) no-repeat 15px center;
	}
	#Main-menu-newpass {
		background:url(images/icons/main-menu-password.gif) no-repeat 15px center;
	}
	#Main-menu-logout {
		background:url(images/icons/main-menu-logout.gif) no-repeat 15px center;
	}
	#Main-menu-registration {
		background:url(images/icons/main-menu-registration.gif) no-repeat 15px center;
	}
