@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/website-background-pattern.jpg);
	margin-top: 0px;
	background-color:#421E0E;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a.NavLink {
	font-family:Minion Pro,Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	display: inline-block;
	line-height: 20px;
}
a.NavLink:hover {
	background-color:#43C6E4;

}


.content {
	width: 670px;
	padding: 10px;
}

.big {
	font-size: 1.5em;
	font-weight:bold;
}

.medium {
	font-size:1.4em;
}

.heading {
	clear:both;
	font-size: 1.5em;
	font-family: Minion Pro, Georgia, Arial, Helvetica, sans-serif;
}

.spacer {
	padding-top: 25px;
	clear:both;
}

.green_highlight {
	text-decoration:none;
	color: #000000;
}
.green_highlight a:hover {
	background-color:#a3da86;
	font-weight:bold;
}

.purple_highlight {
	text-decoration:none;
	color: #000000;
}
.purple_highlight a:hover {
	background-color:#B49AC7;
	font-weight:bold;
}

.gold_highlight {
	text-decoration:none;
	color: #000000;
}
.gold_highlight a:hover {
	background-color:#FEE38B;
	font-weight:bold;
}

.ltred_highlight {
	text-decoration:none;
	color: #000000;
}
.ltred_highlight a:hover {
	background-color:#EB9BB0;
	font-weight:bold;
}

.ltblue_highlight {
	text-decoration:none;
	color: #000000;
}
.ltblue_highlight a:hover {
	background-color:#8FE0F3;
	font-weight:bold;
}

.red_highlight {
	text-decoration:none;
	color: #000000;
}
.red_highlight a:hover {
	background-color:#ED9092;
	font-weight:bold;
}

.brown_highlight {
	text-decoration:none;
	color: #000000;
}
.brown_highlight a:hover {
	background-color:#BCA38D;
	font-weight:bold;
}

.peach_highlight {
	
	text-decoration:none;
	color: #000000;
}
.peach_highlight a:hover {
	background-color:#F9BC9D;
	font-weight:bold;
}

.items {
font-family:Minion Pro, Georgia, Arial, Helvetica, sans-serif;
font-size:24px;
padding: 0 0 0 15px;

}
.itemsDetail {
font-family:Minion Pro, Georgia, Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 5 0 0 15px;
}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 400px;
	left: 300px;
	top: 400px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
