/* 
  -----------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Basic
  -----------------------------------
*/
.p7EPM05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	position:relative;
	z-index:100;
}
.p7EPM05 .p7epm_trigs {
	overflow: hidden;
	margin-bottom: 0px;
}
.p7EPM05 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
	margin-bottom:-1px;
}
.p7EPM05 .p7epm_trigs li {
	list-style-type: none;
	background-repeat: repeat-x;
	display: inline;
	margin-right: 4px;
}
.p7EPM05 .p7epm_trigs a {
	color: #fff;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration:none;
	padding:5px 20px;
	border-right:solid 1px #000;
	
	font-size:14px;
	
}
.p7EPM05 .p7epm_trigs a:hover {
	color: #fff;
}
.p7EPM05 .p7epm_content {
	width:400px;
	padding: 12px 24px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 4px solid #0000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.p7EPM05 .p7epm_content.pan1 {}
.p7EPM05 .p7epm_content.pan2 {}
.p7EPM05 .p7epm_content.pan3 {}
.p7EPM05 .p7epm_content.pan4 {}
.p7EPM05 .p7epm_content.pan5 {}
.p7EPM05 .p7epm_trigs .p7epm_open {
	color: #000 !important;
	text-decoration: none;
}
.p7EPM05 .p7epm_trigs .t1 .p7epm_open {}
.p7EPM05 .p7epm_trigs .t2 .p7epm_open {}
.p7EPM05 .p7epm_trigs .t3 .p7epm_open {}
.p7EPM05 .p7epm_trigs .t4 .p7epm_open {}
.p7EPM05 .p7epm_trigs .t5 .p7epm_open {}
.p7EPM05 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
/*Current Marker Styles*/
.p7EPM05 .p7epm_trigs a.current_mark {
	font-weight: bold;
}
.p7EPM05 .p7epm_content a.current_mark {
	font-weight: bold;
}
.navbar {
	height:22px;
	z-index:100;
	padding-top:3px;
	padding-left:50px;
	background:#fff;
	
	border-bottom:1px solid #000;
	background-image:url(../../Styles/dmxNavigationMenu/apple_inspired_light/button.gif);
	min-width:1200px;

	
}
#bottom-bar {
	color: #CCC;
	padding: 8px 0;
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	overflow: visible;
	font-size: 12px;
	padding-left:50px;
	background-color: #000;
	z-index:999;
}



