/* LAYOUT CSS */
/* Constants 

*/

#pageback{
	width: 100%;
	text-align: center;
	/*background: url('../img/back.jpg') repeat-x 50% 0% fixed #333;*/
}

#head{
	background: url('../img/head.jpg') no-repeat;
}

#footer{
	background: url('../img/foot.jpg') no-repeat 50% 100%;
}

#menum{
	position:relative;
	z-index:20;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#menum li {
	float:left;
	list-style:none;
	height: 40px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#FFF;
	
	cursor: pointer;
}
#menum a.main {
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	color:#FFF;
	padding: 0px 10px;
}

#menum a{
	color: #FFF;
}

#menum a.main:hover, #menum a.main:focus, #menum a:hover, #menum a:focus {
	color:#EEE;
}

#menum li ul {
  position: absolute;
  z-index: 21;
  top: 41px;
  list-style: none;
  margin: 0 0 0 -999em;
  padding: 10px 5px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}

#menum li:hover ul, #menum li:active ul{
  margin-left: 0;
  opacity: 1;
}

#menum li ul li {
	float: none;
	text-align: left;
	padding: 0px 5px;
	height: auto;
}

#editor{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: url('../img/shad.png');
}

#preloader{
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: url('../img/shad.png');
}