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

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
/*a:visited {color:#000;}

/* slides styling */

.photo {
	width:625px;
	text-align:left;
	position:relative;
	background-color: #B3B69E;
	border-top-color: #5F624B;
	border-right-color: #5F624B;
	border-bottom-color: #5F624B;
	border-left-color: #5F624B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.photo ul.topic {
	padding:0;
	margin:0;
	list-style:none;
	width:625px;
	height:auto;
	position:relative;
	z-index:10;
	background-color: #B3B69E;
	border-top-color: #5F624B;
	border-right-color: #5F624B;
	border-bottom-color: #5F624B;
	border-left-color: #5F624B;
}

.photo ul.topic li {display:block; width:100px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:99px; height:30px; text-align:center; line-height:30px; color:#804000; text-decoration:none; border:1px solid #5F624B; border-width:1px 1px 0 0; background:#B3B69E; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#804000; background:#B3B69E;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#ece7ca; background:#5F624B;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#B3B69E; width:464px; padding:40px 60px; border:20px solid #5F624B; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{
	display:block;
	position:absolute;
	left:0;
	top:31px;
	list-style:none;
	padding:0;
	margin:0;
	height:375px;
	width:464px;
	padding:40px 60px;
	border:20px solid #5F624B;
	z-index:100;
	background-color: #B3B69E;
}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #5F624B; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#B3B69E; border:1px solid #5F624B;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #5F624B;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#804000;}

body {
	background-color: #804000;
}
#gal_banner {
	background-color: #804000;
	width: 92%;
	border: thick ridge #4C6148;
}
#gal_main_txt_box {
	float: right;
	width: 625px;
	text-align: left;
	color: #ece7ca;
	line-height: 20px;
	height: 526px;
	background-color: #B3B69E;
	border: thick ridge #5E614C;
}
#gal_main_picture_box {
	width: 625px;
	text-align: left;
	color: #ece7ca;
	line-height: 20px;
	background-color: #000000;
	border: thick ridge #5E614C;
	margin-right: auto;
	margin-left: auto;
}
#main {
	text-align: center;
	float: left;
	width: 100%;
}
