html,body{
  margin:0px;
  background: #9e0813 url(../images/bg.jpg) top repeat-x;
  font-family:tahoma;
  font-size:11px;
  color:#7c7361;
}

#main {
  width:927px;
  margin:auto;
  background:#ffffff;
  padding-top:8px;
  padding-bottom:8px;
}

#logo {
	width:912px;
	height:172px;
	margin:auto;
	overflow:hidden;
	background:url(../images/logo.jpg);
}

#menusor {
	margin:auto;
	width:912px;
	height: 40px;
	/*overflow:hidden;*/
	background:url(../images/menu_bg.jpg);
}

#foot {
	height:69px;
	width:940px;
	margin:auto;
	overflow:hidden;
	background:url(../images/foot.jpg) no-repeat;
}

#menu {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li {
	float:left;
	line-height:40px;
	color:#7d0912;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}

.submenu {
	background:#810915;
}

.submenu_keret {
	position:absolute; 
	margin-top:37px; 
	padding:2px;
	background:#ffffff;
	border:1px solid #810915;
	display:none;
}

#cont {
	width:892px;
	overflow:hidden;
	margin:auto;
	padding:10px;
	background:#fffef2;
}

#focim {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
	color:#820c18;
	padding-bottom:20px;
	padding-top:5px;
}

#foot_menu {
	padding:0;
	margin:0;
	list-style-type:none;
}

#foot_menu li {
	float:left;
	padding-left:5px;
	padding-right:5px;
	color:#7d0912;
}
