@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body {
	font: 100% Garamond, Georgia, "Times New Roman", Times, serif;
	background: transparent;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1d1005;
	letter-spacing: .1em;
	
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 165px;
	margin-bottom: 100px;
}

#about #container {
	background-image: url(IMAGES/aboutbkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom: 300px;
}

#about #mainContent {
	padding: 0 200px 0 200px;
	text-align: left;
	position:relative;
}

#designcredit {
	position: fixed;
	bottom: 20px;
	left: 20px;
	color:#62564c;
	font-size: 12px;
}

#designcredit img {
	padding: 0;
	margin: 0 0 -10px 0;
}

.bodytext {
	line-height: 20px;
	font-size: 14px;
	color: #1d1005;
}

.bodytext a {
	text-decoration: none;
	color: #625646;
}

.bodytext a:hover {
	color: #000;
}
	

.leatherimg {
	position: relative;
	width: 800px;
	margin: 0 auto;
	
}


.leatherimg a.popup {
	display: block;
	z-index: 24;
	color: #eadbb7;
	background-color: #1d1005;
	width: 75px;
	padding: 7px;
	text-decoration: none;
	letter-spacing: 2px;
}

.leatherimg a.popup:hover {
	z-index: 26;
	color: #fff;
	background-color: #1d1005;
}

.leatherimg a.popup span {
	display: none;
}

.leatherimg a.popup:hover span {
	display:block;
    position:absolute;
	width: 650px;
	padding: 200px 75px;
	background-image: url(IMAGES/popupbkg-feather.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: -125px;
	left: 0;
	
}

.leatherimg a.popup span img {
	margin: 0;
}

.leatherimgSmall {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.leatherimgSmall a.popup {
	display: block;
	z-index: 24;
	color: #eadbb7;
	background-color: #1d1005;
	width: 75px;
	padding: 7px;
	text-decoration: none;
	letter-spacing: 2px;
}

.leatherimgSmall a.popup:hover {
	z-index: 26;
}

.leatherimgSmall a.popup span {
	display: none;
}

.leatherimgSmall a.popup:hover span {
	display:block;
    position:absolute;
	width: 650px;
	padding: 75px 10px;
	background-image: url(IMAGES/popupbkg-feather.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 75px;
	left: 25px;
	
}

.leatherimgSmall a.popup span img {
	margin: 0;
}

.caption {
	font-size: 14px;
	color: #62564c;
	text-align: right;
	padding-right: 85px;
}

.captiontitle {
	font-size: 18px;
	color: #1d1006;
	text-align: right;
	padding-right: 85px;
	padding-bottom: 7px;
}

img {
	margin: 60px 0 10px 0;
}


/*
#fixedheader {
	position: fixed;
	width: 960px;
	height: 197px;
	top: 0;
	background-image: url(IMAGES/headerbkg.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 50;
}
*/

#fixedheader {
	position: fixed;
	width: 960px;
	height: 120px;
	top: 0;
	background-image: url(IMAGES/headerbkg.png);
	background-position: 0 -40px;
	background repeat: no-repeat;
	z-index: 50;
}

#navbar {
	text-align: center;
	margin-top: 20px;
	height: 40px;
}

#navbar a {
	color: #1d1005;
	text-decoration: none;
}

#navbar li {
	display: inline;
	list-style-type: none;
	color: #1d1005;
	padding: 12px 10px;
	font-size: 16px;
	letter-spacing: .25em;
	text-indent: 0;
}

#navbar li:hover {
	background-repeat: no-repeat;
	background-image: url(IMAGES/navhoverbkg.png);
	background-position: center;
}

#navbar li.current {
	background-repeat: no-repeat;
	background-image: url(IMAGES/navhoverbkg-current.png);
	background-position: center;
	font-weight: bold;
}

#navbar li.first {
	margin-left: -20px;
}

#navbar li.last {
	padding-right: 0px;
}

h1 {
	color: 1d1005;
	font-size: 40px;
	text-align: center;
	letter-spacing: .25em;
	padding-bottom: 20px;
	
}

h2 {
	color: 1d1005;
	font-size: 24px;
	text-align: center;
	letter-spacing: .25em;
	
}


/* CONTACT PAGE STUFF */


#subForm {
	font-size: 16px;
	
}

#subForm .label {
	float: left;
	width: 250px;
	margin-right: 10px;
	text-align: right;
	clear: left;
}

#submit {
	margin-left: 260px;
	background-color: #1d1005;
	color: #fff;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: .1em;
}

#contact #container {
	background-image: url(IMAGES/aboutbkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom: 300px;
}

#contact #mainContent {
	padding: 0 100px 0 100px;
	text-align: left;
}

#name, #email, #message {
	background-color: #fef8e6;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: .1em;
	width: 300px;
	margin-top: -2px;
	padding: 4px;
}