@charset "UTF-8";

/*These styles create the body content area in different color schemes. This one is the GOLD (store) color scheme.*/
#MainContainer #PageBodyGoldStore {
	width: 615px;
	background-image: url(images/body-pattern-gold.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	background-position: left top;
	margin: 20px 0px 0px 10px;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: left;
	float: left;
}
#MainContainer #PageBodyGoldStore p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	padding: 10px 20px 0px;
	margin: 0px;
}
#MainContainer #PageBodyGoldStore img {
	margin: 2px 10px 5px 4px;
	padding: 0px;
	border: medium outset #993300;
}
#MainContainer #PageBodyGoldStore a:link {
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
#MainContainer #PageBodyGoldStore a:visited {
	font-weight: normal;
	color: #996600;
	text-decoration: none;
}
#MainContainer #PageBodyGoldStore a:hover {
	font-weight: normal;
	color: #CC3300;
}
#MainContainer #PageBodyGoldStore a:active {
	font-weight: normal;
	color: #993300;
}
#MainContainer #PageBodyGoldStore table {
	text-align: center;
	border: medium inset #996600;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: center;
	margin-top: 20px;
	background-color: #D9C68E;
}
/*END GOLD color scheme.*/
#MainContainer #PageBodyGoldStore h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#MainContainer #PageBodyGoldStore h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 24px;
}
#MainContainer #PageBodyGoldStore h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 24px;
}
#MainContainer #PageBodyGoldStore h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin: 25px;
	padding: 10px 0px 50px;
}
#MainContainer #PageBodyGoldStore #CafePressStoreTable {
	margin-left: 25px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}
#MainContainer #PageBodyGoldStore #CafePressStoreTable2 {
	margin-left: 25px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}
#MainContainer #PageBodyGoldStore dl {
	width: 575px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContainer #PageBodyGoldStore dt {
	font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4A2502;
}
#MainContainer #PageBodyGoldStore dd {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
