/* Layout Medium Screens */

header { height: 200px;
		background: url(../images/ERP_banner_medium800x200.png) no-repeat 90% 0px;
		background-size: 800px 200px;
 		}

header a.logo {
	width: 140px;
	height: 130px;
	top: 20px;
	left: 30px;
	background-image: url(../images/ERP_medium140x130.png);
	background-size: 140px 130px;
	}

nav { top: 200px; }
nav a { margin-right: 20px; }

.promo_container { padding: 0px 20px 15px 20px; }

.promo_container .promo { background-position: 0px 0px }

.promo_container .promo .content { padding: 70px 30px 0px 0px; }

body { background-image: none; }

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{
header {
	background-image: url(../images/banner_medium_2x.jpg);
	}
	
header a.logo {
	background-image: url(../images/logo_medium_2x.png);
	}
}






