﻿.bkg-slider {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	bottom:0;
	position: absolute;
	z-index: 1;
/*	overflow: hidden; */
	max-width:2300px; 
    max-height:1500px;
	background-color:#dddddd;
} 


#nav {
	width: 100%;
	position:absolute;
	z-index:100;
 	float:left; 
	list-style:none;
    margin:auto
	padding: 0;
	background-color: #000000;
	border-bottom: 1px solid #ccc;  
  	height: 29px; 
  

}


#nav ul {
    width:100%;
	padding: 0px;
	margin: 0px;
	float:left;
	list-style-type:none;
	white-space:nowrap;
}
#nav ul li {
	display:inline;
	display:inline-block;
	float: left;
	float:none;
	width: 150px;
	width:10em;
	margin:0 -3px  0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size:1em;
	text-transform: none;
	
	height: 30px;
	text-align:center;
}
#nav ul li a {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	width:10em;
	display: block;
}
#nav ul li a:hover {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #FF0000;
}


.subMenu:hover ul {
    display: block;
}
.subMenu ul {
    top: 40px;
    display: none;
    list-style-type: none;
}​


.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

.white_content {
display: none;
position: absolute;
top: 10%;
left: 10%;
width: 55%;
height: 55%;
padding: 16px;
border: 16px solid black;
background-color: white;
z-index:200; 
overflow: auto;
}

.close-button {
	position:absolute;
	right:0px;
	top:0px;
}

.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

 

a:link {
    color:lime;

}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}