@charset "UTF-8";

/* Layout Small Screens */

header {
  height: 110px;
}

header a.logo {
	top: 10px;
	background-position: center;
    background: url(../images/sower_logo_small.jpg) no-repeat center 0px;
}

article { padding: 20xp 20px 10px 20px; }
 .product {
	width: 100%;
	background-position: 0px 3px;
}
.product .content { padding: 0px 20px 20px 20px; }

.product .img-prod {
	height: 50px;
	right: 10px;
	min-width: 200px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/SEADS_logo_small.jpg);
}

nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #fff;
	text-align: center;
}

nav a {
	color: #098E3F;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #098E3F;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
    border-radius: 12px;
}

nav a:hover {
	color: #FFF;
	background-color: #8EC63F;
}



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)
