body, html {
	/*margin: 0;
	padding:0;*/
}
body {
  background: #000;
}
#bodyWrap{ height: 600px; padding:0; margin: 0;}
a{
	text-decoration: none;
}
a.visted{
	text-decoration: none;
}
div,a, h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	cursor: default;
	
	color: #DDD;
}
h2 {
  margin-right: 20px;
}
div.category:hover{
	font-weight: bold;
}
a:hover{
	font-weight: bold;
}
.clear{ clear: both;}
.right{ float: right;}
.left{ float: left;}
.click{
	color: #FF8811;
}
.hover{
	font-weight: bold;
}
#slideShow{
	height: 495px;	

}
.img_hide{
	visibility: hidden;
	
	width: 0px;
}
.img_show{
	visibility: visible;
	
	width: 2000px;
}

#navi{
	height: 100px;
	width:  auto;

}

#top_menu{
	margin: 11px 0 0px 54px;
	
	width: 105px;
	height: 80px;
}
#sub_menu{
	width: auto;
	height: 1px;
	margin-left: 5px;

	
}
.category{
	cursor: default;
	
}
.sub_hide{
	visibility: hidden;
	position: absolute;
	top: 495px;
	height: 0;
}
.sub_show{
	visibility: visible;
	margin-top: 11px;

	cursor: default;
	height: auto;
	
}
.sub_item{
	
	cursor: default;
	
	
}


/* sub menus */
#netw_sub{ }
#zapc_sub{margin-top: 27px; height: auto;}
#arch_sub{margin-top: 45px; height: auto;}
#cont_sub{margin-top: 62px; height: auto;}
#pers_sub{margin-top: 78px; height: auto;}


/* clip styles */
div.clip{
	
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;

	height: 400px;
	width: 640px;
		
}

#vidHeader div{
	float: left;
}
