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

body {
	background-color: black;
	
}


div.menu {
	position: relative;
	z-index: 100000000;
	height:80px ;
	width: 1002px;
	
	margin-left: auto;
	margin-right: auto;
	
}

div.testButton {
	position: relative;
	float: left;
	
	height: 77px;
	width: 166px;
	border-left: dotted 1px rgba(255,251,240,.5);
	border-bottom: solid 3px black;
	/*border-right: solid 1px white;*/
	background-color:rgba(114,126,243,1);
	background-image:url(images/menu/menu_background.jpg);
	background-repeat: repeat-x;
	
	color: white;
	font-variant: small-caps;
	text-align: center;
	font-size:16px;
	text-shadow:0px 1px 1px #000;
}

div.testButton:hover {
	background-color:#A0A0A4;
	background-image: url(images/menu/menu_backgrounds2.jpg);
	border-bottom: solid 2px white;
	border-radius: 5px;
	
}

div.hidePanels{
	position: relative;
	float: left;
	height: 75px;
	width: 10px;
	border-bottom: solid 2px black;
	/*border-right: solid 1px white;*/
	background-color:rgba(114,126,243,1);
	background-image:url(images/menu/menu_background.jpg);
	background-repeat: repeat-x;
	
}


/*

div#menuPanelContainer{
	position: relative;
	z-index: 5050;
	width: 1032px;
	height: 460px;
	border: solid 2px white;
	background-color: rgba(128,128,128,1);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	visibility: hidden;
	
}

*/


div.menuBase img {
	
	padding: 3px;
	border: solid 1px grey;
	background-color: white;
	box-shadow: 0px 0px 5px 2px black;
	
}

div.menuBase p{
	position: relative;
	z-index: 5050;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight: bold;
	color: white;
	text-shadow:0px 1px 1px #000;
	background-color: rgba(000,000,000,.3);
}

div.menuBase p:hover{
	
	background-color:rgba(247,249,145,.3);
	
}

p.menuTextBottom {
	margin-top: 315px;
	
}


div.menuBase {
		
	position: relative;
	z-index: 10200;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	visibility: hidden;
	width: 1000px;
	height:400px;
	padding: 15px;
	/*border: solid 1px rgba(255,255,255,1);*/
	background-color:rgba(128,128,128,1);
	border-radius: 5px;
	box-shadow: 0px 0px 40px 2px black;
	background-position: center;
	background-repeat: no-repeat;
}

div.menuBase:hover {
	background-color: rgba(200,249,213,1);
	border-color: rgba(255,127,0,1); 
	
}


div#instructors{
	position: relative;
	z-index: 100000000;
	background-image: url(images/Nappanee_Health_and_Fitness_Excersize_Equipment/Nappanee_health_and_Fitness_Equipment_treadmills-blu-transp.png);
	
}

div#gymServices {
	background-image: url(images/menu/menu_panels/Nappanee_health_and_Fitness_Equipment_chest_equipment.jpg);
	margin-top: -430px;
	
}

div#advocare {
	background-image:url(images/menu/menu_panels/Nappanee_health_and_Fitness_Advocare_Solutions.jpg);
	margin-top: -430px;
	
}


div#calendar{
	background-image: url(images/menu/menu_panels/Nappanee_health_and_Fitness_our_calendar.jpg);
	margin-top:-430px;
	
}


div#contact {
	background-image:url(images/menu/menu_panels/Nappanee_health_and_Fitness_contact_us_for_service.jpg);
	margin-top: -430px;
	
}

div#owners {
	background-image:url(images/menu/menu_panels/Nappanee_health_and_Fitness_meet_the_owners.jpg);
	margin-top: -430px;
	
	
}


div.topActivation {
	
	height:5px;
	width:100%;
	
	margin: 0px;
	padding:0px;
	visibility:hidden;
	
}

div.leftActivation{
	position: relative;
	float: left;
	width:5px;
	height: 100%;
	
	
}


div.menuContent {
	position: relative;
	z-index: 100000000;
	width:990px;
	height:390px;
	
	
	
}



div.rightActivation{
	position: relative;
	float: right;
	width:5px;
	height: 100%;
	
	margin-top:-395px;
}

div.bottomActivation {
	
	width:100%;
	height: 5px;
	
	
}




div.coverPanel {
	
	position: relative;
	z-index: 5000;
	float: left;
	width: 1020px;
	height: 430px;
	background-color: rgba(255,255,255,.0);
	margin-top: -383px;
	margin-left: -15px;
}

div.coverPanel:hover {
	background-image: url(images/Nappanee_Health_and_Fitness_Excersize_Equipment/Nappanee_Health_and_Fitness_member_services_arrow1.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: rgba(000,000,000, .3);
}

/*
div.content {
	
	height: 800px;
	width: 1000px;
	border: solid 1px grey;
	margin-left: auto;
	margin-right: auto;
	margin-top: -300px;
	background-color: rgba(42,255,85,1);
	
}

*/











