* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, sans-serif;
	background-color: #765748;
	height:100%;
	margin: 0;
	padding: 0;
}

.jsAvail {
	display: none;
}

h2 {
	text-align: center;
	margin: 10px 0 0 0;
}
h4 {
//	padding: 0 20px 0 220px;
//	padding: 0 auto;
	text-align: center;
//	margin: 10px 0 0 0;
	margin: 10px auto 0 auto;
}
h5 {
	text-align: center;
	margin: 2px 0 15px 0;
}
p {
	padding: 10px 40px;
}
a, a:link, a:active {
	color: black;
}

.subtitle {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0;
}
.narrowtext {
	padding: 10px 80px;
}
.gallerytext {
	padding: 10px 20px 30px 220px;
	font-size: 0.9em;
}
.processtext {
	padding: 5px 20px 5px 205px;
	font-size: 1.0em;
}
.contacttext {
	padding: 5px 150px 0 255px;
	font-size: 1.0em;
}
.processphoto {
	width: 160px;
	height: 160px;
	float: right;
	clear: right;
	margin: 0 20px 10px 10px;
	border: 1px black solid;
}
#container {
	background-color: #f6c798;
	background-image: url(images/borders.png);
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#content {
//	background-color:yellow;
	width: 880px;
	margin: 0 auto;
	padding-bottom: 1.3em;
}

#header {
	width: 850px;
	height: 120px;
	margin: 0 auto -20px auto;
	padding-top: 10px;
}

#footer {
	font-size: 11px;
	width: 958px;
	height: 1.3em;
	padding: 3px 0 0 0;
	text-align: center;
	font-style: italic;
	
	background-color: #d6a778;
	border: 1px solid black;
	clear: both;	

	position: absolute;
	bottom: 0;
}

.center
{
	text-align: center;
}

#navmenu {
	width: 600px;
	height: 40px;
	margin: 0 auto;
}
#navmenu ul {
	list-style: none;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	float: left;

	margin: 0 auto;
	padding: 0;
}
#navmenu li {
	list-style: none;
	float: left;
	position: relative;
	
	width: 100px;
	height: 20px;
	margin: 0 -2px;
	padding: 0;
	font-size: 15px;

	border: 2px solid black;
	background: linear-gradient(#ac8965, #7b542a);
}
#navmenu li:hover:not(.selected), #sidemenu li:hover:not(.selected) {
	background: linear-gradient(#d6a778, #a68734);
}
#navmenu .selected, #sidemenu .selected {
	background: linear-gradient(#f6c798, #c6a754);
}
#navmenu a, #navmenu a:link, #navmenu a:active {
	width: 100%;
	height: 100%;
	color: #ffd;
	display:inline-block;
	text-decoration:none;
	font-style: italic;
	font-size: 0.9em;
}
#navmenu .first {
	border-radius: 15px 0 0 15px;
}
#navmenu .middle {
	border-radius: 0;
}
#navmenu .last {
	border-radius: 0 15px 15px 0;
}

.homePanel {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 500px;
	height: 375px;
	border: solid 2px black;
}

.homePanel img {
	width: 500px;
	height: 375px;
}

#sidemenu {
	width: 175px;
	height: 246px;
	margin: 0 0 0 12px;
	padding: 0;
	float: left;
}
#sidemenu ul {
	list-style: none;
	line-height: 1.6em;
	text-align: center;
	float: left;

	margin: 0 auto 20px auto;
	padding: 0;
}
#sidemenu li {
	background: linear-gradient(#ac8965, #7b542a);
	list-style: none;
	
	width: 170px;
	height: 25px;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	color: #ffd;

	border: 2px solid black;
	border-radius: 10px;
	}
#sidemenu a, #sidemenu a:link, #sidemenu a:active {
	width: 100%;
	height: 100%;
	display:block;
	text-decoration:none;
	color: #ffd;
}

.infobutton {
	width: 150px;
	height: 20px;
	margin: 10px auto 20px auto;
	border-radius: 10px;
	border: 2px solid black;
	background: linear-gradient(#ac8965, #7b542a);
}

.infobutton a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
	text-align: center;
	font-size: 12px;
	color: #ffd;
}
.thumbnailPanel + .infobutton {
	clear: right;
}

.infobutton:hover {
	background: linear-gradient(#d6a778, #a68734);
}

#galsectionpanel {
	width: 850px;
	margin: 5px auto 5px auto;
	overflow: auto;
}
.galsection {
	width: 202px;
	height: 229px;
	float: left;
	margin: 5px 5px;
}
.galsection img {
	width: 198px;
	height: 198px;
	border: 2px solid black;
}
.galsection img:hover
{
	border: 2px solid #ffd;
}
.galsection a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display:block;
}

.thumbnailPanel {
	margin: 0 4px 5px 0;
	width: 678px;
	float: right;
}
.thumbnailImage {
	float: left;
	width: 125px;
	height: 125px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0px 4px 10px 4px;
}
.thumbnailImage img {
	width:125px;
	height: 125px;
	border-radius: 8px;
}
.thumbnailImage:hover {
	border: 1px solid #ffd;
}
#audiopanel {
	margin: 5px 220px 5px 220px;
}
.audioObject {
	width: 400px;
	display: block;
//	padding: 0 20px 0 220px;
	margin: 5px auto 20px auto;
	border: none;
}

#prosections {
//	background-color: green;
	width: 850px;
	margin: 20px auto 5px auto;
	overflow: auto;
	font-size: 14px;
}
.prosection {
//	background-color: red;
	width: 102px;
	height: 139px;
	float: left;
	margin: 2px 2px;
}
.prosection img {
//	background-color: yellow;
	width: 98px;
	height: 98px;
	border: 2px solid black;
}
.prosection img:hover {
	border: 2px solid #ffd;
}
.prosection a {
//	background-color: green;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display:block;
}

form {
	margin-top: 5px;
}

form div {
	padding-bottom: 0px;
	width: 850px;
	margin: auto;
}

form .label {
	display: block;
	clear: left;
	float: left;
	width: 230px;
	text-align: right;
	padding: 7px 10px 0 0;
	text-transform: uppercase;	
	font-weight: bold;
}

form input[type="text"] {
	margin-top: 5px;
	width: 575px;
	height: 20px;
	border: 1px black solid;
}

form input[type="email"] {
	margin-top: 5px;
	width: 575px;
	height: 20px;
	border: 1px black solid;
}

form textarea {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	width: 575px;
	height: 250px;
	border: 1px black solid;
}

form .indent, #submit {
	margin-top: 5px;
	margin-left: 500px;	
}

form .indent label.error {
  margin-left: 0;
}

.verror {
	text-align: left;
	margin-top: 2px;
	margin-left: 215px;
	color: red;
	font-size: 0.8em;
}
