html {
		height: 100%;
}
body {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.menuItem {
	font-size: 16px;
	color: #FFFFFF;
	width: 102px;
	display: block;
	float: left;
	height: 102px;
	text-align: center;
	margin: 0px 5px 10px 5px;
	font-weight: 900;
	text-transform: uppercase;
}
#warp {
	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 500px;
	height: 100%;
}
#header {
	color: #FFFFFF;
	width: 499px;
	display: block;
	float: left;
	height: 208px;
	text-align: center;
	margin: 0px 5px 10px 5px;
	font-weight: 900;
	text-transform: uppercase;
	
	
}
#headerImg {
	background-image: url(img/ekran.png);
	background-repeat: no-repeat;
	width: 499px;
	height: 208px;
}

#header h1 {
	
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

#header h2 {
	
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#menu, #images {
	text-align:center;
	padding-left:30px;
}

#menu ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
}

#menu a {
	font-size: 0px;
	color: #FFFFFF;
	width: 102px;
	display: block;
	float: left;
	height: 102px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	
}
.abuot {
	background-image: url(img/about1.png);
	background-repeat: no-repeat;
}
.abuot:hover{
	background-image: url(img/about2.png);
	background-repeat: no-repeat;
}

.motion {
	background-image: url(img/motion1.png);
	background-repeat: no-repeat;
}
.motion:hover{
	background-image: url(img/motion2.png);
	background-repeat: no-repeat;
}
.web {
	background-image: url(img/web1.png);
	background-repeat: no-repeat;
}
.web:hover{
	background-image: url(img/web2.png);
	background-repeat: no-repeat;
}
.contact {
	background-image: url(img/contact1.png);
	background-repeat: no-repeat;
}
.contact:hover{
	background-image: url(img/contact2.png);
	background-repeat: no-repeat;
}
#images ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	padding:0;
}

#images li {
	display:inline;
}


#images a{
	font-size: 16px;
	color: #CCCCCC;
	width: 102px;
	display: block;
	float: left;
	height: 102px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}


#images a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#images img{
	border:0;
}
#text, #full {
	color: #FFFFFF;
	width: 438px;
	display: block;
	float: left;
	height: 204px;
	text-align: left;
	margin: 0px 0px 10px 35px;
	font-weight: 900;
}
#contenttext {
	padding: 15px;
}
#display {
	background-image: url(img/ekrancontent.png);
	background-repeat: no-repeat;
	height: 204px;
	width: 438px;
	position: absolute;
}
.itemDisplay {
	background-image: url(img/ekran-small.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 102px;
	position: absolute;
}
#text h3{
	font-size: 18px;
	font-weight: 900;
	margin: 0;
}
#text p{
	font-size: 11px;
}
.hidden { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
}
.imageLoader {
	background: url(img/about1.png);
	background: url(img/about2.png);
	background: url(img/motion1.png);
	background: url(img/motion2.png);
	background: url(img/web1.png);
	background: url(img/web2.png);
	background: url(img/contact1.png);
	background: url(img/contact2.png);
	visibility: hidden;
}

	
.item {
	height: 64px;
	width: 102px;
	padding: 38px 0 0 0;
}
#footer {
	color: #FFFFFF;
	width: 438px;
	display: block;
	float: left;
	height: 30px;
	text-align: left;
	margin: 0px 0px 10px 35px;
	font-weight: 900;
}
#contentFooter{
	font-size:9px;
	color: #999999;
	background-image: url(img/ekran-footer.png);
	background-repeat: no-repeat;
	padding: 18px;
	height:50px;
}
#contentFooter a{
	color: #999999;
	text-decoration: none;
}
#contentFooter a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	text-align:right;
}
#footerlinks{
	margin:auto;
	float: left;
}
.itemDisplayContent {
	background-image: url(img/ekran-item-content.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 328px;
	position: absolute;
}

.itemContent {
	font-size: 16px;
	color: #FFFFFF;
	width: 328px;
	display: block;
	float: left;
	height: 102px;
	text-align: center;
	margin: 0px 5px 10px 5px;
	font-weight: 900;
}

.itemConentText {
	height: 98px;
	width: 308px;
	padding: 0 15px 8px 15px;
	text-align:left;
}

.itemConentText h4{
	padding: 8px 0 0 0;
	margin: 0;
}

.itemConentText p{
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 10px;
}

