/* Layout Small Screens */

header { 
		height: 75px;
		background: url(../images/ERP_banner_small610x75.png) no-repeat right 0px;
		background-size: 610px 75px;
		}

header a.logo {
	width: 105px;
	height: 40px;
	top: 16px;
	left: 20px;
	background-image: url(../images/ERP_small105x40.png);
	background-size: 105px 40px;
	}

article { padding: 20px 20px 10px 20px; } 

nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #CCC;
	}
	
nav a {
	color: #246285;
	display: block;
	margin: 10px;
	padding: 20px;
	background: none;
	border-radius: 10px;
	}
	
nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.15);
	font-size: 1em;
	}

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
	}

.promo_container .promo .content { padding: 0px 20px 5px 90px; }

footer { border-top: none; }

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_small_2x.jpg);
	}
	
header a.logo {
	background-image: url(../images/logo_small_2x.png);
	}
}


