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

*{
	border: 0;
	margin: 0;
	padding: 0;
	
}
	
body{
		font-size: 100.01%;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		background-image:url(../Images/background2.png);
		text align: center;			
}

.cloud
{
width:280px;
height:200px;
position:relative;
animation:myfirst 10s;
-webkit-animation:myfirst 10s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}

.cloud2
{
width:280px;
height:200px;
position:relative;
animation:myfirst2 6s;
-webkit-animation:myfirst2 8s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}

#cloud{
	height: 200px;
	width: 280px;
	margin-top: -190px;
	margin-left: 980px;
	
}
#cloud2{
	height: 200px;
	width: 280px;
	margin-top: -430px;
	margin-left:1000px;
	
}

@keyframes myfirst
{
0%   {right:0px; top:0px;}
100%  { right:200px; top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:245px; top:0px;}

}

@keyframes myfirst2
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}

}


#bee{
	height: 12px;
	width: 12px;
	margin-top: -100px;
	margin-left:360px;
	
}
	
.bee
{
width:12px;
height:12px;
position:relative;
animation:bee 4s;
-webkit-animation:bee 4s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}


@keyframes bee
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:50px;}
}

@-webkit-keyframes bee /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:50px; top:50px;}

}
	
#bee2{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:370px;
	
}
	
.bee2
{
width:12px;
height:12px;
position:relative;
animation:bee2 7s;
-webkit-animation:bee2 7s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}


@keyframes bee2
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:0px;}
}

@-webkit-keyframes bee2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:65px; top:0px;}

}

#bee3{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:380px;
	
}
	
.bee3
{
width:12px;
height:12px;
position:relative;
animation:bee3 14s;
-webkit-animation:bee3 10s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}


@keyframes bee3
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}
}

@-webkit-keyframes bee3 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}

}

#bee4{
	height: 12px;
	width: 12px;
	margin-top: 20px;
	margin-left:110px;
	
}
	
.bee4
{
width:12px;
height:12px;
position:relative;
animation:bee4 5s;
-webkit-animation:bee4 5s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 300;
}


@keyframes bee4
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}
}

@-webkit-keyframes bee4 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}

}

#wrapper {
	width: 1295px;
	margin: 15px auto;
	position: static;
	top: 0px;
}

#banner {
	height: 400px;
	width: 1250px;
	position: relative;
	top: 0px;
	left: 5px;
	z-index: 250;
	
}
#blank1 {
	width: 167px;
	height: 1034px;
	top: 50px;
	float: right;

}

#blank2 {
	width: 147px;
	height: 1200px;
	top: 50px;
	float: left;

}
	
	
	
nav ul ul {
		display: none;
}

	nav ul li:hover> ul {
			display:block;
	}
	
	
nav ul ul {
	background: #693; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width: 208px;
}
	nav ul ul li {
		float: none; 
		border-bottom: 2px solid #FC0;
		position: relative;
		margin-left: -0px;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #663;
			}
	
	
	
nav ul {
	background: #835016; 
	background: linear-gradient(top, #835016 0%, #9A5817 100%);  
	background: -moz-linear-gradient(top, #835016 0%, #9A5817 100%); 
	background: -webkit-linear-gradient(top, #835016 0%,#9A5817 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	top:-40px;
	width: 922px;
	z-index: 200;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}	
	
nav ul li {
	float: left;
	margin-left: 30px;
}
	nav ul li:hover {
		background: #660;
		background: linear-gradient(top, #660 0%, #690 40%);
		background: -moz-linear-gradient(top, #660 0%, #690  40%);
		background: -webkit-linear-gradient(top, #660 0%,#690  40%); 
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
	display: block;
	padding: 25px 40px;
	color: #FC0;
	text-decoration: none;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
	}
	
	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

#container{
		float: left;
		width: 961px;
		height: 1600px;
		background-image:url(../Images/backgroundfinal.png);		
		margin-top: 300px;
		
}



	
.soyainfo{
	left: -40px;
	margin-left: 40px;
	margin-top: -40px;
	position: relative;
	z-index: 80;
	
}
.cornerimage{
	position: absolute;
	top: 0;
	right: 0;
}

.cornerimage1{
	position: absolute;
	top: 0;
	right: 0;
	
}

/* Soya INFOGRAPHIC
			*/

#map {
	margin: 0;
	padding: 0;
	width: 961px;
	height: 1400px;
	background:no-repeat url(../Images/soya/Soyainfo.png); 
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-top: -40px;
	margin-left: 24px;			
		}
		
#map li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map li a {
			position:absolute;
			display:block;
			
   			background:url(file:///Macintosh%20HD/Users/nataschamehrabi/Desktop/blank.png);
   			text-decoration:none;
			color:#000;
		}
		
#map li a span { display:none; }
		
#map li a:hover span {
			position:relative;
			display:block;
			width:300px;
			left:80px;
			top:65px;
			border:3px solid #390;
			border-radius: 10px;
			background-color:#FFF;
			padding:10px;
 			filter:alpha(opacity=90);
			opacity:0.9;
			z-index: 100;
  		}
	 		
	
#map a.one {
			top:640px;
			left:512px;
			width:150px;
			height:90px;
			z-index: 100;
			
		}
		
#map a.two {
			top:900px;
			left:715px;
			width:150px;
			height:150px;
			z-index: 100;
		}
		
#map a.three {
			top:800px;
			left:340px;
			width:150px;
			height:150px;
			z-index: 100;
		}
		
#map a.four {
			top:980px;
			left:390px;
			width:155px;
			height:95px;
			z-index: 100;
		}
		
#map a.five {
			top:1220px;
			left:200px;
			width:1050px;
			height:120px;
			z-index: 100;
		}
		
p{
	margin-top: 10px;
	
}
		



#footer{
		width: 1172px;
		height: 300px;
		float: left;
		position: relative;
		margin-top: -80px;	
		left: 23px;	
}

footer p {
		font-size: .7em;
		padding: 4px;
		
}
