body
{
margin:0;
padding:0;
}

#wrap
{
width:80%;
margin:0 auto;
}

#nav
{
width:20%;
height:100%;
padding-top: 0%;
background:#cc6700;
text-align:center;
position:absolute;
float: left;
}

#nav ul
{
list-style:none;
margin-right:100px;
border-radius: 10px;

}

#nav ul li
{
display:inline-block;
margin-left:20px;
padding: 30%;
}

#nav ul li a
{
text-decoration:none; background: #ff7200;
color: Black;
font-family: Tahoma; font-size:32px;
padding: 0px 0px;


}

#nav ul li a:hover {
color: #fff;
}

#banner
{
height:100%;
background:#cc7810;
}

#gal
{
height:100%;
background:#cc8920;
}

#footer
{
height:20%;
background:#cc7810;
}
.current{
visibility:hidden;
}
@media screen and (max-width: 1200px) {
	#nav {
		width: 10%
		height: 100%
		position: absolute;
		min-height: 200px;
		float: left;
	}	
	#nav ul {
		width: 100px;
		padding: 0px;
		position: absolute;
		top: 0;
		left: 0;
		background:#cc6700 ;
	}
	#nav ul li {
		display:none;
	}
	
	 #nav .current {
		display:block; 
	}
	#nav a {
		display: block;
		text-align: left;
	}
	#nav .current a {
		background: none;
		
	}
	#nav ul:hover {
		background:#cc6700;
	}
	#nav ul:hover li {
		display: block;
		margin: 0 5px;
	}
	#nav ul:hover .current {
		background:#cc6700;
	}
		
	#nav ul li a:hover {
	color: #fff;
	}


	#nav.right ul {
		left: auto;
		right: 0;
	}
	.current{
visibility:visible;
}

}
	
	