/* whole site styles*/

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	text-align: center;
	background-position: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #604f00;
}

hr {
	color: #604f00;
}

fieldset {
	border: 0px;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: #604f00;
	cursor: pointer;
}

object {
	border: #000000 solid 1px;	
}

#head a:focus, #head a:hover, #head a:active {
	color: #ffcc00;
}

#headcontainer {
	background: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: center;
	background-position: center;
}

#container {
	background: #eee;
	background-image: url(images/background_content.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 790px;
}

#banner {
	background: #eee;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 790px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}

#content {
	background: transparent;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	width: 750px;
}

#content:after {
	content: ".";  
	visibility: hidden;
	display: block;  
    height: 0;  
    clear: both;
}

#footer {
	text-align: right;
	background-image: url(images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 790px;
	height: 26px;
	font-size: 10px;
	color: #222;
	line-height: 21px;
	font-weight: bold;
	margin-top: 15px;
}

#footer a:link, #footer a:visited {
	color: #222;
	text-decoration: underline;
}

#footer a:focus, #footer a:hover, #footer a:active {
	color: #222;
	text-decoration: underline;
}


/* overview */
div.overview {
	background-image: url(images/background_div_overview.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
	text-align: left;
	border: #000000 solid 1px;
	width: 750px;
	height: 171px;
}

div.overviewlabel {
	color: #000;
	padding: 0px;
	margin: 0px;
	height: 21px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 15px;
}

img.overview {
	border: 1px;
	width: 750px;
	height: 150px;
	border: 0px;
	border-top: #000000 solid 1px;
	padding: 0px;
	margin: 0px;
}

a.overview {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* gallery */
div.image {
	position: relative;
	height: 150px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: #000000 solid 1px;
}	


div.imagepadding {
	float: left;
	padding: 17px;
}

img.thumbnailhorizontal {
	height: 150px;
	position: absolute;
	border: 0px;
	left: -50px;
}

img.thumbnailvertical {
	width: 150px;
	position: absolute;
	border: 0px;
	left: 0px;
	top: -50px;
}


/* defaults */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}








#text {
	font-size: 12px;
	text-align: justify;
	margin: 0 auto;
}

#searchtext {
	font-size: 13px;
	position: absolute;
	top: 22px;
	left: 84px;
	width: 150px;
	border: 0px;
	background: transparent;
	color: #777;
}
#searchbutton {
	position: absolute;
	top: 19px;
	left: 250px;
	width: 0px;
	height: 0px;
	border: 0px;
	background: transparent;
	cursor: pointer;
}













/* slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ccc;
}

.lbLoading {
	background: #fff url(../styles/images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #ccc;
}

#lbPrevLink, #lbNextLink {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f2e2c;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ccc;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 22px;
	background: transparent url(../styles/images/close.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	display: none;
	visibility: hidden;
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

