@charset "utf-8";
/* CSS Document */


html {
	
background-color: #f2edea ;	
}

#maskhead {



  background-color: #b9a239; /* Used if the image is unavailable */
  

width: auto;
text-align: center;
font-weight: bold;
	
font-size: 30px;
color: #b72222;
	  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

}

#menu {
	
background-color: #266365;
width: auto;
height: 50px;	
font-size: 30px;
color: white;
text-align: center;

	
}





.logo {
  display: block;
  text-align: left;
  
}


#maincontent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	
	
}





.selection {
	
	
	text-decoration: none;
	color: gray;
	font-size: 25px;
	padding-right: 15px; 
	padding-left: 15px; 
}


.mainvideo {
	
	display: block;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	padding-left: 30px;
	
	
}
#test {
  background-image: url("plasticcontainer.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 250px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}






#box {
  background-image: url("zelda-banner-large.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 250px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-style: solid;
  border-color:  #8e7709;
  border-width: 10px;
}


#storebanner {
  background-image: url("store-banner.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
 
}

#blackbox {
  background-image: url("blackboxes.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

#zeldadimensions {
  background-image: url("zeldadimensions.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

#nintendosystem {
  background-image: url("nintendosystem.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}





#zeldaanime {
  background-image: url("zeldaanime.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}



#subjectbanner {
  background-color: #009fb7;
  width: auto;
  height: auto;
  color: white;
  text-align: center;
  font-size: 12px;
	
	
}





.winelineup {
		background-color:  white;	


	text-align: 
		center;

}

#winebox {
		
	display: block;

	background-color: white;
	float: left;
	margin-top: 20px;
	padding-top: 30px;
	width: 300px;
	height: 650px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-style: solid;
  border-color:  #d2d1cd;
  border-width: 4px;

	
	
	
	
}

td {
	text-align: center;
}

hr {
	
	clear: both;
}


h1 {
	
	
	
}




.textblock {
	padding-top: 20px;
	display: block;
	text-align: center;
	background-color: white;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
		font-size: 20px;
	border-style: solid;
  border-color:  #d2d1cd;
  border-width: 4px;	

	
}



.footerblock {
	padding-top: 20px;
	display: block;
	text-align: center;
	background-color: #105660;
	color: white;
	


	
}

