@charset "UTF-8";

/* Layout Medium Screens */

header {
}

header a.logo {
	top: 15px;
	height: 200px;
	background-position: center;
	position: absolute;
	background: url(../images/sower_logo_medium.jpg) no-repeat center 0px;
}

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

.product .img-prod {
	height: 100px;
	right: 10px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/SEADS_logo_medium.jpg);
}

nav { 
  top: 180px;
  left:0px;
  text-align:center;
  position: absolute;
  border: 1px solid #774C29;
}
nav a { margin-right: 20px;
	font-size: 1em; 
	text-align: center;}

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)
