@charset "utf-8";
/* CSS Document */
body{	
	padding:0;
	margin:0;	
}
header{
	background:url(../images/bg-black-50.png);
	width:auto;
	height:100px;
	position:relative;
		
}
header .header-logo{
	background:url(../images/logo.png) no-repeat center center;
	background-size:contain;
	width:23%;
	height:100%;
	position:absolute;
	top:10px;
	left:10px;
	
}
.content{
	background:url(../images/bg.jpg) no-repeat center center;
	background-size:cover;	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
}
.content-labels{
	background:url(../images/img-labels.png) no-repeat right top;
	background-size:contain;
	width:100%;
	height:250px;
	position:absolute;
	top:40%;
	right:0;
	z-index:-1;
	margin:auto;
}
.content-print{
	background:	url(../images/img-print.png) no-repeat bottom left;
	background-size:contain;
	width:30%;
	height:300px;
	position:absolute;
	bottom:0;
	left:0;	
}
.content-design{
	display:none;
	background:url(../images/img-design.png) no-repeat bottom right;
	background-size:contain;
	width:75%;
	height:75%;
	position:absolute;
	bottom:0;
	right:0;
	}
footer{
	background:url(../images/bg-footer.png) no-repeat bottom right;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	right:0;
}
footer .footer-info{
	width:500px;	
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:10px auto;
}
footer .footer-phones{
	margin:5px auto;
}
@media handheld, only screen and (max-width: 1000px) {
	body{	
	}
	header{
		height:75px;
	}
	header .header-logo{
		width:90%;
		height:90%;
		position:absolute;
		top:3px;
		left:3px;
		left:0;
		right:0;
		margin:auto;		
	}
	.content{
		background:url(../images/bg-mobile.jpg) no-repeat center center;
		background-size:cover;	
	}
	.content-labels{
	}
	.content-print{
		width:75%;
		height:200px;
	}
	footer{
		background:url(../images/bg-footer-75.png);
	}
	footer .footer-info{
		width:auto;	
		font-size:12px;
		position:relative;
		right:auto;
		top:auto;
		bottom:auto;
		margin:10px;
	}
	footer .footer-phones{
		margin:5px auto;
	}
}