body {	
	background: url("/img/topStrip-bw.png") repeat-x left top #ddd; 
	line-height: 140%;
}
.footer{	
	background:url("/img/topStrip-bw.png") repeat left bottom #ddd;
	height: 180px;
	/*! padding-top: 20px; */
	/*margin-top: 20px;*/
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
   body {
   min-width: 768px;
	background: url("/img/topStrip-bw.png") repeat-x left top #ddd !important;
  }
.footer{	
	background:url("/img/topStrip-bw.png") repeat left bottom #ddd;
	height: 240px;
	/*! padding-top: 20px; */
	/*margin-top: 20px;*/
}
}

@media only screen and (min-width:640px) and (max-width: 767px) {
	.adaptive-container-top{
		height: 55px;
		position:fixed;
		left:0;
		top:0;
		background: url("/img/topStrip-bw.png") repeat-x scroll left top #DDDDDD;
		z-index:2;
		padding:0;
		width:100%;
		display:block;
	}
}


.top, .adaptive-container-top{
filter: gray;
filter: gray; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

