body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/bg001.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #7A908D;
}
a {
	color: #663333;
	font-weight:bold;
}
a:hover {
	color: #999999;
}
.clear-both {
	clear : both;
}
.quotebox {
	padding:15px;
	margin:15px 0px;
	background-color:#E0EFED;
	font-size:12px;
}
.primary-wrapper {
	width:782px;
	text-align:left;
}
.header {
	width:782px;
	height:97px;
	background-image:url(../images/header.png);
}
.address-block {
	z-index:200;
	font-size:11px;
	color:#FFF;
	left:530px;
	top:60px;
	width:235px;
	position:relative;
}
.address-block-link {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.address-block-link:hover {
	color:#999999;
}
h2 {
	margin-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	color:#415450;
}

/* navigation */

.nav-container {
	margin:auto;
	width:738px;
	height:28px;
	background-color:#000;
	text-align:center;
	position:relative;
	padding-top:12px;
	padding-left:20px
}
.nav-container ul {
	padding : 0px;
	list-style:none;
	margin: 0;
}
.nav-container ul li {
	margin: 0;
	padding:0;
	float:left;
	border-right: 1px solid #ffffff;
	padding-right:11px;
	padding-left:11px;
}
.nav-container ul li.last {
	border-right: none;
}
.nav-container ul li a {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.nav-container ul li a:hover {
	color: #999999;
	text-decoration:none;
}

/*    */


.main-content {
	margin:auto;
	background-color:#FFF;
	width:718px;
	text-align:left;
	padding:30px 20px 30px 20px;
	min-height:520px;
}
.image-container {
	width: 325px;
	margin-left:15px; 
	margin-bottom:15px;
	float:right;
	text-align:center;
	font-weight:bold;
}
.album-container {
	width:338px;
	float:left;
	margin-right:20px;
	text-align:center;
}
.album-image {
	border: 1px solid #e6e6cd;
	padding:1px;
	width:338px;
	height:230px;
}
.price-button {
	width:112px;
	height:25px;
	background-image:url(../images/pricingguide.jpg);
	display:block;
	float:right;
	margin-right : 8px;
	margin-top : 5px;
}
.price-button:hover {
	background-image:url(../images/pricingguide_hover.jpg);
}
.footer {
	color:#FFF;
	margin:auto;
	height:33px;
	width:730px;
	background-color:#000;
	padding:8px 10px 10px 18px;
	margin-bottom: 20px;
}


.form-container {
	width:450px;
}
.FormRow {
	clear			: left;
	margin: 0 10px 10px 0;
}
.FormRow .FormHeader {
	float			: left;
	width			: 140px;
	text-align		: right;
	font-size		: 9pt;
}
.FormRow label {
	display:block; 
	float:left;
	width:140px;
}
.FormRow .formelement {
	margin-left: 150px;
}
.FormRow input {
	margin-left		: 10px;
}
.formbutton {
	background-color: #EBF8C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #C0C09C;
	cursor:pointer;
}
.general-button {
	background-color: #EBF8C6;
	border: 1px solid #C0C09C;
	padding:6px 5px 5px 10px;
	width:174px;
	height: 20px;
	margin-bottom:25px;
}

	/**********************************
	 * Gallery
	 *********************************/
	
	.gallery-view {
	}
	
	.full-view {
		float : left;
		width : 475px;
	}
	
	.full-view img {
		border : 1px solid #aaa;
	}
	
	.set-view {
		margin-left : 475px;
		width : 230px;
	}
	
	.image-info {
	}
	
	.image-info p {
		font-size : 9pt;
		margin : 0px;
		text-align : center;
		line-height : 1.5em;
	}
	
	.image-info h3 {
		padding : 0px;
		margin : 0px;
		font-size : 12pt;
		text-align : center;
		margin : 4px 0px;
	}
	
	.set-nav {
		padding-left : 40px;
		font-size : 10px;
	}
	
	.set-nav a {
		text-decoration : none;
		color : #000;
	}
	
	body .set-nav .btn-off {
		color : #aaa;
	}
	
	.set-display {
		padding-left : 0px;
	}
	
	.set-display img {
		margin : 3px;
	}
	
	.set-display img {
		border : 1px solid #444;
		opacity : .75;
	}
	
	.set-display .selected-image img {
		border-color : red;
		opacity : 1;
		cursor : default;
	}
	
	.set-closed {
		display : none;
	}
	
	#purchas-picture {
		float : left;
		display : block;
		width : 102px;
		height : 30px;
		background : url(../images/purchasebutton.jpg);
		text-indent : -10000px;
		margin-bottom : 5px;
	}
	
	#purchas-picture:hover {
		background : url(../images/purchasebutton_hover.jpg);
	}
	