/*--Image Swap Using Classes--*/



/*===================================imagewrap======================*/
.imagewrap{
	margin-top: 26px;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 6px solid #a94943;
}
.imagewrap h2{
	padding: 6px 0 6px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #c88782;	
}
.imagewrap h3{
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #c88782;

}
.imagewrap p{	
	padding: 0 0 10px 0;
	margin: 0;
	color: #dfcfaa;
	font-size: 13px;
	text-align: left;
}
.largeImages{
	float: left;
	margin-top: 12px;
	width: 200px;
}
.largeImages img{
	display: block;
	margin: 0 auto;
	border: 10px solid #000000;
	padding: 10px;
	background-color: #000;
	border: 1px solid #6a5d56;
	width: 190px;
}
.largeImages img.whiteback{
	background-color: #fff;	
}
.largeImages h2{
	color: #ccc;
	color: #C88782;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	border-bottom: 1px solid #994943;
	padding-bottom: 3px;
}

/*------reserve the following classes for any subheads or paragraphs to add below the image title in the future:

.largeImages h6{
	color: #ccc;
	color: #dfcfaa;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #994943;
	border-top-color: #C33;
	border-right-color: #C33;
	border-left-color: #C33;
}
.largeImages p{
	color: #dfcfaa;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 9px 0 0 0;
	padding: 0;
}
------*/	

/*the following code sets the initial states for all of the FINE ART captions to hidden except for caption 1*/

.largeImages #caption1 {
	visibility: visible;
	position: absolute;
	left: 97px;
	width: 180px;
	margin-top: 6px;
	overflow: hidden;
}
.largeImages #caption2,
.largeImages #caption3,
.largeImages #caption4,
.largeImages #caption5,
.largeImages #caption6,
.largeImages #caption7,
.largeImages #caption8,
.largeImages #caption9,
.largeImages #caption10,
.largeImages #caption11,
.largeImages #caption12,
.largeImages #caption13,
.largeImages #caption14,
.largeImages #caption15,
.largeImages #caption16,
.largeImages #caption17,
.largeImages #caption18,
.largeImages #caption19,
.largeImages #caption20,
.largeImages #caption21{
	visibility: hidden;
	position: absolute;
	left: 90px;
	width: 180px;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 12px;
	overflow: hidden;
/*THUMBS -- note two different thumbs sizes*/

}
.thumbs_white{	
	float: right;
	margin-top: 12px;
	width: 426px;
	border-left: 1px solid #6a5d56;
	border-left: none;
}
.thumbs_white img{
	float: left;
	width: 63px;
	height: 50px;
	padding: 5px;
	margin-left: 8px;
	margin-top: 0;
	background-color: #fff;
	border: 1px solid #6a5d56;
	cursor: pointer;
	overflow: hidden;
}
.thumbs_white_50{	
	float: right;
	margin-top: 12px;
	width: 426px;
	border-left: 1px solid #6a5d56;
	border-left: none;
}
.thumbs_white_50 img{
	float: left;
	width: 50px;
	height: 50px;
	padding: 5px;
	margin-left: 8px;
	margin-top: 0;
	background-color: #fff;
	border: 1px solid #6a5d56;
	cursor: pointer;
	overflow: hidden;
}

/* ==============================Second set of caption ids ======================== */

/*the following code sets the initial states for all of the WESTERN IMAGE captions to hidden except for caption 1*/

.largeImages #western1{
	visibility: visible;
	position: absolute;
	left: 97px;
	width: 180px;
	margin-top: 12px;
	overflow: hidden;
}
.largeImages #western2,
.largeImages #western3,
.largeImages #western4,
.largeImages #western5,
.largeImages #western6,
.largeImages #western7,
.largeImages #western8,
.largeImages #western9,
.largeImages #western10,
.largeImages #western11,
.largeImages #western12,
.largeImages #western13,
.largeImages #western14,
.largeImages #western15,
.largeImages #western16{
	visibility: hidden;
	position: absolute;
	left: 90px;
	width: 180px;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 12px;
	overflow: hidden;
}
/* ==============================Description of Pricing --400px column; floats right======================== */	

.descwrap{
	border: none;
	margin: 0;
	padding: 16px 0 0 12px;
}
.desc{
	/*background-color: #CDB57A;*/
	background-color: #6a5956;
	background-color: #383838; /*gray*/
	background-color: #000; /*black*/
	width: 400px;
	border: 1px solid #a94943;
	font-style: italic;
	padding-bottom: 24px;
}
.desc h6{
	color: #333;
	color: #dfcfaa;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 12px 0 18px;
	font-style: normal;
}
.desc p{
	font-size: .82em;
	margin: 12px 16px 0 16px;
	padding: 0;
	text-align: left;
	font-style: normal;
}
.desc ul{
	margin: 12px 0 12px 32px;
}
.desc li{
	margin: 0;
	padding: 0;
	font-size: .82em;
	font-style: normal;
}
.desc a:link{
	color: #d5aa93;
	color: #dfcfaa;
	font-weight: bold;
}
.desc a:visited {
	color: #dfcfaa;
	font-weight: bold;
}
.desc a:hover {
	color: #dfcfaa;
	font-weight: bold;
}
.desc a:active {
	color: #dfcfaa;
	font-weight: bold;
}
/* ==============================Description of Pricing - 658px column spans center ======================== */	

.descwrap2{
	border: none;
	margin: 0;
	padding: 6px 0 0 12px;
}
.desc2{
	/*background-color: #CDB57A;*/
	background-color: #6a5956;
	background-color: #383838; /*gray*/
	background-color: #000; /*black*/
	width: 658px;
	border: 1px solid #a94943;
	font-style: italic;
	padding-bottom: 0;
}
.desc2 .left{
	width: 300px;
	border-right: 1px solid #666;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-bottom: 18px;

}
.desc2 .right{
	width: 320px;
	float: left;
	border: none;
}
.desc2 .leftborder{
	border-left: 1px solid #666;
}
.desc2 .rightoff{
	border-right: none;

}
.desc2 h5 {
	color: #333;
	color: #dfcfaa;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 12px 0 18px;
	font-style: normal;
	margin:0;
	border: none;
}
.desc2 h6 {
	color: #333;
	color: #dfcfaa;
	font-size: 13px;
	font-weight: bold;
	padding: 20px 12px 0 18px;
	font-style: normal;
	margin:0;
	border: none;
}
h6.padding_alt{
	padding-top: 6px;

}
.desc2 p{
	font-size: .82em;
	margin: 12px 16px 0 16px;
	padding: 0;
	text-align: left;
	font-style: normal;
}
.desc2 ul{
	margin: 12px 0 12px 32px;
}
.desc2 li{
	margin: 0;
	padding: 0;
	font-size: .82em;
	font-style: normal;
}

.desc2 a:link{
	color: #d5aa93;
	color: #dfcfaa;
	font-weight: bold;
}
.desc2 a:visited {
	color: #dfcfaa;
	font-weight: bold;
}
.desc2 a:hover {
	color: #dfcfaa;
	font-weight: bold;
}
.desc2 a:active {
	color: #dfcfaa;
	font-weight: bold;
