body {
	background: #FFFFFF;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	padding-bottom: 10px;
}



#nav {
	background: #504634;
	text-align: left;
	padding: 1px 0;

}

#nav li {
	list-style: none;
	display: inline;
	color: #fff;
}

#nav a {
  text-decoration: none;
  color: #fff;
}

span.left {
position: absolute;
left: 0;
}

span.right {
position: absolute;
right: 0;
}

div.line {
position: relative;
text-align: center;
width: 100%;
}



#block {
	background:linear-gradient(#CCFFCC,#FFFFFF)
	
}

  .frame {
        width: 150px;
        height: 200px;
        border: 1px solid #000000;
        background: #FFFFFF;
		margin: 0px 0px 0px 40px;
		padding: 5px 0px 5px 18px;
		
             }
			 
{
  box-sizing: border-box;
}


.column {
  float: left;
  width: 25%;
  padding: 35px 35px 20px 35px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.containerA500 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerA650 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerA700 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerA750 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerA950 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerA1000 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerD650 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerD750 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerD1000 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerChili {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerNoodle16 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerNoodle26 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerNoodle32 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerPaperBoxWindowS {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerPaperBoxWindowL {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerBowl750 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerPapercup12 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerPapercup16 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerPapercup26 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerPapercup32 {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;
}

.containerPaperBox2vaks {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerPaperBox3vaks {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.containerSlideShow {
  position: fix;
  font-family: Arial;
  background-color: #C3C3C3;

}

.text-blockChili {
  position: absolute;
  bottom: 10px;
  right: 500px;
 
  color: black;
  padding-left: 200px;
  padding-right: 20px;
}			 

.text-blockA500 {
  position: absolute;
  bottom: 10px;
  right: 500px;
 
  color: black;
  padding-left: 200px;
  padding-right: 20px;
}			 
.text-blockA650 {
  position: absolute;
  bottom: 10px;
  right: 500px;
 
  color: black;
  padding-left: 200px;
  padding-right: 20px;
}			 

.text-blockA700 {
  position: absolute;
  bottom: 10px;
  right: 500px;
 
  color: black;
  padding-left: 200px;
  padding-right: 20px;
}			 


.hChili {
  position: absolute;
  
  left: -600px;
  top: -560px;
}

.htext {
  position: relative;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 4px;
  color: white;
  margin: 0;
  font: 14px Sans-Serif;
}



.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 50px;
  width: 10px;
  height: 1px;
  position: relative;
}

/* dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Caption text */
.text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
}

.active {
  background-color: #003300;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.border { 
	border-width: 2px; 
	border-color: red; 
	border-style: solid; 
}
