@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}


body 
{
	background:linear-gradient(#360,#390,white);
	background: -webkit-linear-gradient(#360,#390,white);
	background: -o-linear-gradient(#360,#390,white);
	background:-moz-linear-gradient(#360,#390,white);
	background:-ms-linear-gradient(#360,#390,white);
	
	background-attachment:fixed;
	-ms-background-attachment:fixed;	
	
	
}
	

 body #main
 {
	width:960px;
	height:900px;	
	background-color:white;
	margin:0 auto;
	position:relative;
	border-radius:20px 20px 0px 0px;

 }
 header
 {
	width:100%;
	height:70px;
	background-color:rgba(51,153,51,0.1);
	position:absolute;
	top:0px;
	text-align:center;
	padding-top:40px;
	font-size:45px;
	
	border-radius:20px 20px 0px 0px;
	
	
 }
 
 header .logo
{
	width:80px;
	height:80px;
	
	margin-right:680px;
	margin-top:-20px;
	

}
header .language
{
	width:30px;
	height:30px;
	float:right;
	margin-right:10px;
	
	line-height:30px;
	

}
header div
 {
	position:absolute;
	top:40px;
	right:420px;	 
 }
 
 nav
{
	width: 100%;
	height: 50px;
	background-color: rgba(51,153,51,0.2);
	font-family: Yfont;
	position: absolute;
	top: 110px;
	z-index: 1;
	
}
nav ul li 
{
	width:120px;
	padding:12px 0px;
	list-style-type:none;
	background-color:rgb(164,209,164);
	float:left;
	text-align:center;
	margin-right:20px;
	margin-top:3px;
	border-radius:10px;
	box-shadow:-3px 3px 5px gray;
}
nav #firstli {margin-left:40px;}

.subMenu:hover{
	padding-bottom:0px;
	
}
nav ul li ul 
{
	display:none;
	margin-top:10px;
}
nav ul li:hover ul
{
	display:block;
	 	
}
nav a
{
	color:black;
	text-decoration:none;
	display:block;	
}

#edit
{
position:absolute;
top:160px;
width:100%;
height:auto;	
z-index:0;


}


#slider
	{
		width:700px;
		height:438px;
		position:relative;
		margin:130px auto;
		overflow:hidden;
		
		
	}
	#slider img
	{
		position:absolute;	
		
	}
	
	#edit #slider2
	{
				width:300px;
				height:424px;
				margin:60px auto;
				overflow:hidden;
				position:relative;
		
	}
	#slider2 img
	{
		position:absolute;	
		
	}

#edit p
{
	margin-left:55px;
	margin-right:100px;
	margin-top:100px;
	text-align:justify;
	
	
	line-height:1.5;
	font-size:18px;
	
	
	
}
p a
{
	color:green;
	text-decoration:none;
}



footer
{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:lightgray;
	position:absolute;
	bottom:0px;
	padding:10px 0px;
	text-align:center;
	border-radius:0px 0px 20px 20px;
	
	
	
}
