@font-face {
	font-family: MR;
	src: url('MR.ttf');
}

body {
	background-image:url(../images/menuBG.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top:0;
    padding:0;
	margin-left:auto;
	margin-right:auto;
	width:940px;
     border:none;
}
.header{
margin-bottom:50px;

}

h1 {
	color: #999;
	font-style: italic;
	font-size: 200%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	letter-spacing: 0.4em;
}
h2 {
	color: #999;
	font-weight: bold;
	font-size: 150%;
	font-family: MR; /* no .ttf */
	margin-top:0px;
}

h3 {
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h4 {
	color: #999;
	font-size: 70%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.menu2 {
	color: #696969;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
.menu {
	color:#CCCCCC;
	font-size: 80%;
	text-decoration: none;
	/*background-image:url(../images/btn_bg_red.png);*/
	background-repeat:repeat-x;
	padding:10px;
	
}
.menu:hover{
color:#fff;
text-decoration:none;
background-image:none;
background-color:#333333;

}
a:hover {
	color: #c00;
	text-decoration: underline
}
.menupos{
margin-top:10px;
}

.txt {
	color: white;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 30px;
	padding-left: 30px;
}
.txt2 {
	color: #696969;
	font-size: 70%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 30px;
	padding-left: 30px;
}


.copyright {
position:relative;
bottom:-10px;
}
#slideshow{
	
    margin: 1em auto;
	width: 400px;
	height: 250px;
}

/*GALLERY*/


.container{
width:940px;
background-color:#000;
border:solid 2px;
border-color:#999;
padding:0px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
khtml-border-radius:10px;
}
.galleryTN {
padding:20px;

}

.TN{
margin-right:8px;
margin-bottom:8px;
}


.btn_gallery{
background-image:url(../images/btn_bg_red.png);
background-repeat:repeat-x;
border:solid 2px;
border-color:#cc0000;
padding:4px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
khtml-border-radius:10px;
float:right;
margin-top:8px;
margin-bottom:8px;
margin-left:2px;
margin-right:2px;
}
.btn_gallery a{
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
text-align: center;
padding:4px;
}
.btn_gallery:hover{
text-decoration:none;
background-image:none;
background-color:#000;
}
.btn_gallery:active{
background-image:none;
background-color:#000;
}







/*LIGHTBOX*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
	
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../gallery/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../gallery/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	
}
#imageData {
	padding:0 10px;
	color: #999;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
