@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}
a{
	text-decoration: none;
}
#wrapper {
	background-color: #1990BA;
	height: 504px;
	width: 859px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -429px;
	margin-top: -252px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
}

#prev {
	position:absolute;
	left:10px;
	top:446px;
}
#menu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -165px;
  width: 107px;
  height: 329px;
  font-size: 0px;
}
#shop {
	position:absolute;
	width: 745px;
	height: 300px;
	left:30px;
	top: 48px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border: 3px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:scroll;
}
#shopthree {
	position:absolute;
	width: 745px;
	height: 375px;
	left:30px;
	top: 48px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border: 3px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:scroll;
}
#shopthree h1 {
	font-size:20px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
}
#shopthree p {
	font-size:16px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left:24px;
}
#shop h1 {
	font-size:20px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
}
#shop p {
	font-size:16px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left:24px;
}
#typer {
	position:absolute;
	left:0px;
	top:373px;
}
#bottomLogo {
	position:absolute;
	left:322px;
	top:446px;
}
#mail {
	position:absolute;
	top:455px;
	left:740px;
}
#mail a {
	color:#FFF;
}
#mail a:hover {
	opacity:0.7;
}

/* Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.8);
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.5);
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.4);
	}
}

