/* CSS Document */

.p50{
	position:relative;
}

.title_grey{
	width: 100%;
	height: 65px;
	background: #e2e4e5;
	background: -webkit-linear-gradient(#e2e4e5, #fff);
	background: -o-linear-gradient(#e2e4e5, #fff);
	background: -moz-linear-gradient(#e2e4e5, #fff);
	background: linear-gradient(#e2e4e5, #fff);
	color: #000;
	text-align: center;
	margin-bottom:260px;
}

.title_grey h2{
	padding-top:15px;
	margin-top:0px;
}

.title_grey img{
	position:absolute;
	top:0px;
	right:0px;
	margin:10px;
}

#dune{
	background-image:url(../images/wallpaper/dune_hr.png);
	margin-bottom:200px;
}

#tactile{
	background-image:url(../images/wallpaper/tactile_hr.png);
	margin-bottom:200px;
}

#stucco{
	background-image:url(../images/wallpaper/stucco_hr.png);
	margin-bottom:200px;
}


#smoothv2{
	background-image:url(../images/wallpaper/smoothv2_hr.png);
	margin-bottom:200px;
}

#deco{
	background-image:url(../images/wallpaper/decomural_hr.png);
	margin-bottom:100px;
}

#stone{
	background-image:url(../images/wallpaper/stone_hr.png);
	margin-bottom:100px;
}

#basic{
	margin-bottom:100px;
}

#wallfilm{
	background-image:url(../images/wallpaper/wallfilm_hr.png);
	margin-bottom:100px;
}

#prepastedLogo{
	position:absolute;
	left:0px;
	top:68px;
	max-width:100px;	
}

.adhesive{
	position:absolute;
	top:75px;
	left:25px;
}

.adhesive p{
	position:absolute;
	top:26px;
	left:47px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-style:italic;
	font-size:19px;
	text-align:left;
	color:#000;
}

@media screen and (max-width: 1200px) {
	.p50{height: 314px;}
	#dune{margin-bottom:250px;}
	#tactile{margin-bottom:250px;}
	#stucco{margin-bottom:250px;}
	#smoothv2{margin-bottom:250px;}
	#deco{margin-bottom:100px;}
	#stone{margin-bottom:100px;}
	#wallfilm{margin-bottom:100px;}
}

@media screen and (max-width: 850px) {
	#dune{margin-bottom:200px;}
	#tactile{margin-bottom:200px;}
	#stucco{margin-bottom:200px;}
	#smoothv2{margin-bottom:200px;}
	#deco{margin-bottom:100px;}
	#stone{margin-bottom:100px;}
	#wallfilm{margin-bottom:100px;}
}