/* CSS Document */

body {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 0.9em;
	line-height: 1.26em;
	
	background-color: #BFD1D4;

}

a img {
	border: 0;
	opacity: 0.9;
}

a:hover img {
	opacity: 1;
}

#container {
	background-color: #003366;
	border: 0.12em solid #336699;
	
	width: 65em;
	
	margin: 4.8em auto auto auto;
}

#header {
	height: 80px;
}

.header dl {
	margin: 0;
	padding: 0;
}

.header dd {
	display: none;
}

.header {
	margin: 0;	
	
	padding: 23px;
	float: left;
}

.headerMenu {
	float: right;
	
	margin: 0;
	
	height: 34px;
	padding: 23px;
	
	line-height: 34px;
	
	font-weight: bold;
}

.footerMenu {
	text-align: center;
	font-size: 90%;
	
	margin: 0; padding: 0;
	
}

.headerMenu ul,
.footerMenu ul {
	margin: 0;
}

.headerMenu ul li,
.footerMenu ul li {
	font-size: 90%;
	display: inline;
	
	margin-left: 0.8em;
}

a {
	color: #C89737;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #DBB862;
}

#content {
	clear: both;
	padding: 1em;

	background: #003366 url(/wensum/styles/gradients/grad-content-background-gradient-d9749f34d3c991792cba14a7df26c4e4.png) top left repeat-x;
	color: #FFFFFF;
	
	min-height: 372px;
}

.headImage {
	width: 268px;
	text-align: center;
}

.content {
	border: 0.12em solid #336699;
	padding: 0;

	min-height: 372px;
	overflow: auto;
}

.content h1 {
	font-size: 150%;
	
	background: #003366 url(/wensum/styles/gradients/grad-title-background-gradient-dff2ea0623d915eb38a93b428ba6984f.png) top left repeat-x;
	padding: 0.5em;
	margin: 0;
	margin-bottom: 1em;
}

.content p {
	margin: 1em;
	padding: 0;
	
	font-size: 90%;
}

.content a {

}

.sideImage,
.sideSelPhoto  {
	float: left; 
	margin-right: 1em;
	min-height: 372px;
	max-height: 602px;
	
	overflow: hidden;
}	

.image {
	padding: 1em;
	padding-top: 0;
	padding-bottom: 0;	
}

.headerImage {
	width: 268px;
	text-align: center;
	margin-top: -8px;
	margin-left: -8px;
	margin-bottom: 4px;
}

#bottomMenu {
	margin: 1em;
	margin-top: 0;
	
	padding: 0;
}

#footer {
	width: 65em;
	
	margin: 0.5em auto 0 auto;
	
	text-align: center;
}

#footer p {
	font-size: 80%;

	padding: 0;
	margin: 0;
}

#footer a {
	text-decoration: none;
	
	color: #444444;
}

.productPhotos {
	text-align: center;
}


.productPhotos .photo {
	width: 48%;
	float: right;
	text-align: center;
}

.productPhotos .photo img {
	border: 0.15em solid #C89737;

}

.productPhotos .photo img:hover {
	border: 0.15em solid #DBB862;
	cursor: pointer;
}

.sideSelPhoto {
	display: table-cell;
	border: none;
	border: 0.12em solid #C89737;
}

.sideSelPhoto:hover {
	cursor: pointer;
}

.sideSelPhoto img {
	display: none;
	border-bottom: none;
}

.sideSelPhoto img:hover {
	cursor: pointer;
}

#imgPop {
	position: absolute;
	display: none;
	background-color: #FFF;
	height: 32px; width: 32px;
	opacity: 0;
}

#imgPopDisp {
    z-index: 8;
	position: absolute;
	display: none;
	border: 0.15em solid #336699;	
	opacity: 0;
}

#map {
	width: 500px;
	height: 300px;
	
	margin: 1em auto 1em auto;
}

.formCaption {
	width: 10em;
	float: left;
	text-align: right;
	
	margin-right: 0.5em;
	font-size: 90%;
}

.required {
	font-weight: bold;
}

.formInput {
	float: left;
}

.formRow {
	padding-top: 0.5em;
	clear: both;
}

.error {
	margin: 1em;
	padding: 0.5em;
	border: 0.15em solid #C89737;
	
	color: #DBB862;
}

.error p {
  margin: 0;
}
