@charset "utf-8";
/* CSS Document */

body {margin-top: 0; 
/*background-repeat:repeat-x;*/
color:#fff;
background: #000000;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #000,  #000); /* for firefox 3.6+ */

}

img {
   /* below are can't be copy and past images */
   pointer-events: none; 
   -khtml-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  -o-user-select: none; 
  user-select: none; `
 }
 

p { text-align:justify; font-weight:bold; width:98%;}

h2{color:#FFF; font-weight:bold; font-style:oblique; font-size:30px; }

h3{ font-size:20px;
	color:#000;
	text-align:lift;
	}
	
input, textarea{
	border-radius: 3px;
}
	
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color: #000;
		}
.menu ul{
	background:none;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	lenght: 30px;
		}
.menu li{
		float:right;
		}
.menu li a{
		color: #000;
		display:block;
		font-weight:bold;
		line-height:20px;
		padding:0px 10px 0px 10px;
		text-align:center;
		text-decoration: none;
		}
.menu li a:hover{
			color:#000000;
			text-decoration: underline;
						}
.menu li ul{
		background: #CCC;
		border-left:0px solid #0079b2;
		border-right:0px solid #0079b2;
		border-bottom:0px solid #0079b2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:110px;
		z-index:110;
		/*top:1em;
		/*left:0;*/
		}
.menu li:hover ul{
		display: block;
		}
.menu li li {
		display:block;
		float:right;
		width:110px;
		}
.menu li ul a{
		display:block;
		font-size:16px;
		font-style:normal;
		padding:2px 0px 2px 0px;
		text-align:center;
		}
.menu li ul a:hover{
			background: none;
			color: #00F;
						opacity:1.0;
			filter:alpha(opacity=100);
			}
.menu p{
		clear:left;
		}	
.menu #current{
		background:none;
		color: #000;
		}
		
		
			/* .menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		} */
		
		
		
.Container {
	position: absolute;
	left: 10px;
	
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 495px;
	height: 450px;
	top: 18px;
	left: 1px;
}
.Container_text {
  position: absolute;
   background-color:#141414;
}
#Scroller-1 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  color: #999999;
  text-align: left;
}
.Scroller-Container {
	position: absolute;
	top: -38px;
	left: 0px;
	height: 520px;
}
#Scrollbar-Container {
  position: absolute;
  top: 30px; 
  left: 830px;

}
.Scrollbar-Track {
  width: 22px; 
  height: 450px;
  position: absolute;
  top: 130px; 
  left: 0px;
  background: transparent url(../mokldimages/scrollbar_tracker.jpg) repeat center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 22px;
	height: 60px;
	top:5px;
	left: 10px;
}
		

#A1 {
	position:absolute;
	left:25px;
	top:0px;
	width:900px;
	height:550px;
}

.imgf {
	width: 300px;
	height:: 270px;
}
.imgcountop{
	width: 200px;
	height:: 200px;
}
.imgcabinets{
	width: 800px;
	height:: 450px;
}
/* */
.active,
.demo:hover {
  opacity: 1;
  color:#FC6;
}

	
 /* unvisited link */
a:link {
  color: #CCC;
   text-decoration: none;
}

/* visited link */
a:visited {
  color:#CCC;
   text-decoration: none;
}

/* mouse over link */
a:hover {
  color:#CCC;
   text-decoration: none;
   font-weight:bold;
}

/* selected link */
a:active {
  color: #CCC;
   text-decoration: none;
} 