@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images_2/bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px ridge #AB991E;
	background-color: #FFF;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 0px;
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	margin-left: 10px;
	background-color: #FFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	color: #FFF;
	background-image: url(../images_2/bunn.png);
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	font-size: 12px;
}
#logo {
	height: 110px;
	background-color: #FFF;
}
#banner {
	height: 180px;
	padding-bottom: 5px;
	background-color: #FFF;
}
#nav {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}


/*****************
* fader gallery
********************/

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:180px;
	
	width: 960px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*******************
* gallery 
*********************/

#gallery-thumbs {
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;
}


#gallery-thumbs li{
	float:left;
	margin-right:15px;
	list-style:none;
}

#gallery-thumbs li img{
	height:75px;
	padding:2px;
	border:1px solid #ccc;
}

#gallery-thumbs li img:hover{
	border-color:#aaa;
	/* css3 for safai and firefox engines */
	-webkit-box-shadow: 0 0 5px #999; 
	-moz-box-shadow: 0 0 5px #999;
}

#large-image-wrapper{
	height:380px;
	overflow:hidden;
	width: 500px;
	}
#main-image{
	margin-bottom:10px;
	padding-left: 2px;
	width: 500px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
