
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 1em 0px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	word-spacing: .15em;
	color: #3F220D;
}

h1 span, h2 span, h3 span { color: #5F6013; }

h1 { font-size: 24px; }

h2 { font-size: 18px; }

h3 { font-size: 13px; }

h4 { 
	font-size: 11px; 
	font-weight: bold;
	text-align: right;
}

h5 { 
	font-size: 11px; 
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F5630;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 180%;
}

dl.list1 { }

dl.list1 dt {
	float: left;
	width: 70px;
	font-weight: bold;
}

dl.list1 dd { }

/** LINKS */

a { color: #777922; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border { border: 10px solid #E8CFA2; }

img.border2 { border: 7px solid #E8CFA2; }

hr { display: none; }

.hr1 { height: 1px; }

/** WRAPPER */

#wrapper { background: url(images/homepage05.jpg) repeat left top; }
#wrapper2 { background: url(images/homepage02.jpg) repeat-x left top; }
#wrapper3 { background: url(images/homepage06.jpg) repeat-x left bottom; }

/** LIGHTBOX */

#lightbox {	
	position: absolute;
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img { 
	width: auto; 
	height: auto;
}
#lightbox a img { 
	border: none; 
}
#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
#imageContainer{ 
	padding: 10px; 
}
#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer { 
	font: 10px Courier New; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
}
#imageData {
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left;
}	
#imageData #caption { 
	font-weight: bold;
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

/** MENU */

#menu {
	background: url(images/subpage02.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 40px 16px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li { display: inline; }

#menu a {
	padding: 0px 16px 0px 22px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: bold;
	color: #DCCBA9;
}

#menu a:hover { text-decoration: underline; }

#menu .first a { background: none; }

/** PAGE */

#page {
	background: url(images/subpage03.jpg) repeat-y left top;
}

#bgtop { background: url(images/subpage04.jpg) no-repeat left top; }

#bgbtm {
	padding: 40px 100px 100px 100px;
	background: url(images/subpage05.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer {
	background: url(images/subpage06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 25px 100px 0px 0px;
	text-align: right;
	line-height: normal;
	color: #604226;
}
