html, body { height: 100%; }
body { background: #e9e6c7; margin: 0; padding: 0; color: #1a1a1a; text-align: center; font-family: Tahoma, Arial, Helvetica, sans-serif; }

#wrapper { width: 900px; padding: 0 30px; min-height: 100%; text-align: left; margin: 0 auto -60px; background: url(img/bg.jpg) no-repeat right bottom; }
#main { float: left; width: 600px; }
#side { float: right; width: 270px; padding: 104px 0 0 0; }
#push { height: 60px; clear: both; }
#foot { width: 900px; margin: 0 auto; text-align: left; }

a { color: #771c14; }
a:hover { color: #136432; text-decoration: none; }

h1 { width: 586px; height: 62px; background: url(img/the_wicker_witch.png) left top no-repeat; text-indent:-500em; margin: 30px 0 12px; }
h2 { width: 586px; height: 31px; background: url(img/wicker_furniture.png) left top no-repeat; text-indent:-500em; margin: 0 0 4px; }

p, address, ul, ol { margin-top: 0; font-size: 0.875em; font-style: normal; line-height: 1.5em; }
address { color: #771c14; }

ul.gallery { margin: 0; padding: 0; overflow: hidden; list-style: none; clear: both; }
ul.gallery li { margin: 0 0 10px; padding: 0; display: inline; float: left; width: 130px; }
ul.gallery a { border: 1px solid #9f9d88; display: block; width: 128px; height: 101px; }
ul.gallery li a img { border: 9px solid #c6c4a9; display: block; }
ul.gallery li a:hover img { border: 9px solid #9f9d88; }
ul.gallery li.pad { padding: 0 10px 0 0; }

img { border: 0; }
address.tabbed { float: right; width: 340px; }

#foot p { font-size: 0.6825em; line-height: 60px; color: #9f9d88; margin: 0; }
#foot a { color: #9f9d88; text-decoration: none; }
#foot a:hover { color: #771c14; text-decoration: underline; }

#thanks { margin: 2em 0 0 0; padding: 16px; background: #771c14; border: 1px solid #9f9d88; text-align: center; }
#thanks p { color: #fff; margin: 0; }

form { font-size: 0.8125em; line-height: 1em; margin: 3em 0 0; }
form div { padding: 2px 0 8px; }
fieldset { padding: 0; border: 0; }

/* Form Validation */
label.error { float: none; color: #f55; padding-left: 20px; background: url(img/icons.png) no-repeat 0 -32px; margin-left: 6px; }
label.checked { background: url(img/icons.png) no-repeat 0 0; height: 16px; width: 16px; margin-left: 6px; }

/* Lightbox */
#jquery-overlay {	position: absolute;	top: 0;	left: 0;	z-index: 90;	width: 100%;	height: 500px; }
#jquery-lightbox {	position: absolute;	top: 0;	left: 0;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {	position: relative;	background-color: #fff;	width: 250px;	height: 250px;	margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading {	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0; }
#lightbox-nav {	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { color: #000;	font: 10px Verdana, Helvetica, sans-serif;	background-color: #fff;	margin: 0 auto;	line-height: 1.4em;	overflow: auto;	width: 100%;	padding: 0 10px 0; }
#lightbox-container-image-data {	padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { color: #000; font-weight: bold; }
#lightbox-image-details-currentNumber {	display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose {	width: 66px; float: right;	padding-bottom: 0.7em;	}
