@charset "utf-8";
/* CSS Document */


body {
margin: 5px 0 0 0;
font-family: Verdana, Tahoma, Arial, Serif;
font-size: 12px;
color: #41392C;
background-image: url(images/bg.gif);
}
	
img { border: 0px none; }

/* ------------- Index page ------------- */


#bannerWrap
{
margin-top: 8%;
}


#banner
{
width: 100%;
height: 112px;
margin-top: 0px;
padding-left: 12%;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
background: #2b2b2b url(images/topbg.gif) repeat-x;
}

#bannerTrim
{
width: 100%;
height: 30px;
padding: 10px 0px 0px 12%;
background: #2b2b2b url(images/menuactive.gif) repeat-x;
color: #000000;
border-bottom: 1px solid #FFF;
}

a
{
color: #000000;
}

a:hover
{
color: #FFFFFF;
}


#bannerThumbs
{
height: 112px;
}

#bannerThumbs img
{
float: left;
padding-left: 8px;
}

#banner img
{
margin-top: 16px;
float: left;
margin-right: 22px;
}

#tabTop 
{
margin-bottom: 0px;
}

#tabTop img
{
margin-left: 12%;
}

#tabBottom
{
margin-left: 12%;
top: 0px;
}

#tabBottom img
{
float: left;
padding-right: 29px;
}


/* ------------- Index Page end ------------- */


/* ------------- Gallery Page ------------- */
		
#header {
position: relative;
width: 100%;
height: 50px;
background: #2b2b2b url(images/topbg.gif) repeat-x;
margin-bottom: 2px;
}

#header img {
padding: 4px 0px 4px 20px;
}

#wrap {
margin: 10px auto;
margin-bottom: 0px;
background-color: #FFF;
width: 950px;
padding: 8px;
}
	
#menu {
position: relative;
background: #7F8400 url(images/topbg.gif) repeat-x top left;
height: 3.5em;
padding: 0 1.0em;
margin: 0 0 2px;
}

#menu ul {
padding:1em 0 0 0;
margin:0;
}

#menu ul li {
position: relative;
display: inline;
padding:0;
margin:0;
}

#menu ul li a:link, #menu ul li a:visited {
color: #fff;
padding: 0.5em 1.0em 0.9em 1.0em;
text-decoration: none;	
border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a {
background: #7F8400 url(images/menuactive.gif) repeat-x top left;	
border:none;
}

#menubottom {
background: #fff url(images/border1.gif) repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#galleryWrap {
margin: auto;
width: 930px;
height: 470px;
padding: 5px;
background-color: #000000;
}

/* ------------- Gallery page end ------------- */

/* ------------- Footer ------------- */

#footer {
margin: 2px auto;
height: 25px;
width: 950px;
color: #fff;
font-size: 10px;
background: #2b2b2b url(images/topbg.gif) repeat-x;
}

#footer .left {
margin-top:5px;
margin-left: 8px;
float: left;
}

#footer .right {
margin-top:5px;
margin-right: 8px;
float: right;
}

#footer a {
color: #dedede;
}

/* -------------------- Thumb Viewer -------------------- */
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	}
