body
{
	margin:0px;
	font-family:'Trebuchet MS';
	background-image:url(/images/backgroundgradient.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
}

img
{
	border:0px;
}

a
{
	color:#766440;
	text-decoration:none;
}

a:hover
{
	color:#778e1c;
}

.mainbody
{
	position:relative;
	margin:0 auto;
	width:1000px;
	border:3px solid black;
	padding:20px;
	background-color:#ffffff;
}

.mainbody p
{
	margin:10px 0px;
}

.headerpara
{
	font-size:22px;
	color:#766440;
}

.menutext
{
	
	color:#766440;
}

.menutext p
{
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	text-transform:uppercase;
	/*font-weight:bold;*/
}

.roundedbox
{
	width:1000px;
	background-image:url(/images/mainbox-mid.jpg);
	background-repeat:repeat-y;
}

.roundedboxinnerwrapper
{
	width:960px;
	padding:5px 20px;
}

.tnimg
{
	/*position:relative;*/
	display:table;
	width:150px;
	height:150px;
	float:left;
	margin-left:20px;
	cursor:pointer;
}

.listheader
{
	font-weight:bold;
	font-size:16px;
}

.listul
{
	margin:0px 0px 20px 0px;
	font-size:12px;
}

.listitem
{
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------*/

.backgroundmask
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:51000;
	/*filter:alpha(opacity=75);*/
	opacity:.75;
	background-color:#000000;
	text-align:center;
	left:0px;
	top:0px;
	visibility:visible;
}

.gallerywrapper
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:51100;
	text-align:center;
	left:0px;
	top:0px;
	visibility:visible;
	background-color:transparent;
}

.galimgbox
{
/*	position:fixed;
	z-index:41100;*/
	/*left:50%;*/
	position:absolute;
	border:4px solid #c0c0c0;
	top:120px;
/*	margin-left:auto;
	margin-right:auto;*/
}

.galsliderwrapper
{
/*	position:absolute;
	left:50%;
	margin-left:-450px;*/
	margin:0px auto;
	width:870px; /*900px;*/
	height:15px;
	text-align:left;
	/*height:40px;*/
	/*bottom:20px;*/
	background-color:#c0c0c0;
	/*border:2px solid black;*/
	visibility:visible;
	display:table;
	padding:7px;

}

#galslider
{
	/*position:relative;*/
	width:inherit;
	height:5px;
	background-color:#000000;
	border:1px solid white;
}
#galhandle
{
/*	position:relative;*/
	width:11px;
	height:15px;
	background-color:orange;
	background-image:url(/images/imggal/sliderhandle.png);
	background-repeat:no-repeat;
	cursor:move;
}

.galbar
{
/*	position:fixed;
	z-index:41100;*/
	display:table;
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:80px;
/*	filter:alpha(opacity=75);
	opacity:.75;*/
	/*height:130px;*/
	top:20px;
	background-color:#c0c0c0;
	/*border:2px solid black;*/
}


.baritem
{
/*	height:100%;*/
	font-weight:bold;
	position:relative;
	/*width:280px;*/
	height:25px;
	float:left;
	color:#ffffff;
/*	text-align:center;*/
	padding:10px;
/*	filter:alpha(opacity=100);
	opacity:1.0;*/

}

.baritemarrow
{
	float:left;
	margin:0px 5px;
	width:25px;
}

/*------------------------------------------------------------------------------------------------*/