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

#blanket {  /*transparent background*/
   background-color:#111;
   opacity: 0.65; /*for most Firefox, Safari, Opera*/
   filter:alpha(opacity=50); /*for IE*/
   -moz-opacity:0.5; /*Netscape Navigator*/
   -khtml-opacity: 0.5; /*old Safari versions*/
   filter:progid:DXImageTransform.Microsoft.Alpha; /*IE5 and later*/
   -ms-filter: ’Äúprogid:DXImageTransform.Microsoft.Alpha’Äù;  /*for IE8*/
   position:absolute;
   z-index: 9001; /*over nine thousand*/
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv { /*first animation video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv2 { /*second animation video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv3 { /*third animation video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv4 { /*fourth animation video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}

#popUpDiv5 { /*first editing video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv6 { /*second editing video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv7 { /*third editing video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv8 { /*fourth editing video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}
#popUpDiv9 { /*fifth editing video popup*/
	position:absolute;
	background-color:#eeeeee; /*background color of popup*/
	width:700px; /*size of video*/
	height:500px;
	z-index: 9002; /*over nine thousand*/
}

#page  /*background for all pages*/
{
background-color:#FFFFFF; /*white background*/
padding-top: 50px;
}

#indexbox  /*index page*/
{
width: 1000px;
background-color: #e3e3e3; /*gray area*/
padding-top:175px;
padding-bottom: 175px;
margin-left:auto;
margin-right:auto;
}

#header /*header for all other pages*/
{
width: 1000px;
background-color: #e3e3e3; /*gray area*/
margin-left:auto;
margin-right:auto;
}

#edible /*edible regions for all other pages*/
{
padding: 40px;
font-family: Helvetica, Arial, sans-serif;
}

#animationvideos a.nav:hover /*animation highlight*/
{
display:block; /*highlight block style*/
width:500px;
height:72px;
background: #f4b7d7; /*background color hover highlight*/
text-decoration:none; /*no underline*/
}

#animationvideos a.nav:link, a.nav:active, a.nav:visited  /*normal link attributes for animation videos*/
{
text-decoration:none;
color:#000000;
}

#editingvideos a.nav2:hover /*editing highlight*/
{
display:block;
width:600px;
height:72px;
background: #f4b7d7; /*background color hover highlight*/
text-decoration:none;
}

#editingvideos a.nav2:link, a.nav2:active, a.nav2:visited  /*normal link attributes for editing videos*/
{
text-decoration:none;
color:#000000;
}

#more a.nav3:hover /*more page highlight*/
{
display:block;
width:350px;
height:72px;
background: #f4b7d7; /*background color hover highlight*/
text-decoration:none;
}

#more a.nav3:link, a.nav3:active, a.nav3:visited  /*normal link attributes for more page*/
{
text-decoration:none;
color:#000000;
}

h2{/*title attributes*/
font-family:Helvetica, Arial, sans-serif;
}

img.floatLeft { 
    float: left; 
    margin: 0px 40px 40px 0px; 
}

img.floatRight { 
    float: right; 
	margin: 0px 0px 40px 40px;  
}

.clr {clear:both;} 
