/* Template */


	
/* ==============================================================
					H E A D E R 	- 	header
 ============================================================== */
 
#header {
	margin: 0 auto;
	background: url(/images/menu/header-art.png) repeat-x;
	height: 200px;
	width: 100%;

}
#header h1 {
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	margin: auto;


	text-align: center;
}
#header h1 a {
	color: #99fa99;
	text-decoration: none;
}
#header h1 a span {
	color: #b6d8cf;
	display: block;
	font-family: 'nixie_oneregular';
	font-size: 26px;
	text-transform: uppercase;
}

/** title **/
#title {
	position: relative;
	top: 15px;

}


/** logo **/
.logo {
	position: relative;
	padding: 15px 0 0 0;

}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------ IMAGES ------------*/

#logo{
	position: relative;
	margin: auto;
	background: url(/images/menu/logo-1.png);
	height: 170px;
	width: 765px;
}

/* ==============================================================
							N A V .1 - 	n a v .1
 ============================================================== */
#header ul#navigation {
	position: relative;
	top: -500px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header ul#navigation li {
	display: inline;
	line-height: 30px;
	position: relative;
}
#header ul#navigation li a {
	color: #b6d8cf;
	font-size: 18px;
	padding: 0 46px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul#navigation li a:hover,
#header ul#navigation li.current ul li a:hover {
	color: #d3a3ff;
}
#header ul#navigation li.current a {
	color: #99fa99;
}
#header ul#navigation li ul {
	display: none;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 11px 0 0;
	position: absolute;
	top: 12px;
}
#header ul#navigation li:hover ul {
	display: block;
}
#header ul#navigation li ul li {
	background: #077054;
	display: block;
	height: 46px;
	line-height: 46px;
}
#header ul#navigation li ul li a {
	padding: 0 20px;
}
#header ul#navigation li.current ul li a {
	color: #b6d8cf;
}

/* ==============================================================
							N A V .2 - 	n a v .2
 ============================================================== */
 
#navigation2 {
	position:relative;	
	right: 20px;
	z-index: 100;
	top: -14px;
	text-align: center;
}

#navigation2 ul ul {
	display: none;
}

	#navigation2 ul li:hover > ul {
		display: block;
	}


#navigation2 ul {
	background: #efefef; 

	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	#navigation2 ul:after {
		content: ""; clear: both; display: block;
	}

	#navigation2 ul li {
		float: left;
	}
		#navigation2 ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			#navigation2 ul li:hover a {
				color: #fff;
			}
		
		#navigation2 ul li a {
			display: block; padding: 25px 40px;
			color: #757575; text-decoration: none;
		}
			
		
	#navigation2 ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		#navigation2 ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			#navigation2 ul ul li a {
				padding: 15px 40px;
				color: #fff;
			}	
				#navigation2 ul ul li a:hover {
					background: #4b545f;
				}
		
	#navigation2 ul ul ul {
		position: absolute; left: 100%; top:0;
	}


/* ==============================================================
							M E N U	 -	 m e n u
 ============================================================== */
 
#menu {
	position:absolute;
	top: 200px;
	height: 66px;
	width: 100%;
	background: #efefef; 
	
}
 
/* ==============================================================
				M E D I A  for screen M E N U	 -	 m e n u
 ============================================================== */
 
@media only screen and (max-width : 795px) {
	
#logo {

	background: url(/images/menu/logo-2.png);
	height: 170px;
	width: 436px;

}	
}

@media only screen and (max-width : 450px) {

#logo {

	background: url(/images/menu/logo-3.png);
	height: 170px;
	width: 307px;
}	
}

@media only screen and (max-width : 320px) {
		
#logo {

	background: url(/images/webdesign/logo-6.png);
	height: 170px;
	width: 216px;

}	
}