body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.8em;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0 25px 50px 25px;
	line-height: 1.6em;
	letter-spacing: .1em;
	color: #666666;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
a.home {
	position: relative;
	display: block;
	width: 780px;
	height: 199px;
	padding: 10px;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
}
a.home:hover {
	color: #666666;
}
h1, h2, h3, h4, h5, h6, .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #903f98;
}
h2, h3, h4, h5, h6, .price {
	font-size: 1.6em;
}
#nav {
	position: relative;
	width: 578px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #84328d;
	background-image: url(images/nav_link_background.gif);
	background-repeat: repeat-x;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}
#nav li a:hover, #nav li.selected a {
	background-color: #84328d;
}
#sub_nav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sub_nav li {
	float: left;
}
#sub_nav li a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	color: #903f98;
}
#sub_nav li a:hover, #sub_nav li.selected a {
	text-decoration: underline;
}
#content {
	position: relative;
	width: 770px;
	margin: 85px 30px 0 0;
}
#shop_categories, #shop_sub_categories {
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
	clear: both;
}
#shop_sub_categories {
	font-size: 0.8em;
}
#shop_categories li, #shop_sub_categories li {
	display: inline;
}
#shop_categories li a, #shop_sub_categories li a {
	font-weight: bold;
	text-decoration: none;
	color: #84328D;
	padding: 0 10px;
}
#shop_sub_categories li a {
 color: #dfa8e2;
}
#shop_categories li a:hover, #shop_categories li a.selected {
	background-color: #84328D;
	color: #ffffff;
}
#shop_sub_categories li a:hover, #shop_sub_categories li a.selected {
	background-color: #dfa8e2;
	color: #ffffff;
}
#footer {
	position: relative;
	margin-top: 100px;
}

/* SHOP */

#shop_icons p, p.prod_thumb, p.prod_thumb_last {
	position: relative;
	width: 120px;
	margin: 0 40px 40px 0;
	float: left;
	text-align: center;
}
#shop_icons p {
	width: 200px;
}
#shop_icons p a, p.prod_thumb a, p.prod_thumb_last a {
	font-weight: bold;
	text-decoration: none;
	color: #84328D;
	font-size: 0.8em;
	display: block;
}
#shop_icons p a:hover, p.prod_thumb a:hover, p.prod_thumb_last a:hover {
	background-color: #dfa8e2;
	color: #FFFFFF;
}
#shop_icons p.last, p.prod_thumb_last {
	margin-right: 0;
}
#prod_pic {
	position: relative;
	width: 298px;
	float: left;
	font-size: 0.8em;
	line-height: 1em;
}
#prod_info {
	position: relative;
	width: 450px;
	float: right;
}

/* MISC */

.spacer, #nav li.spacer {
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0 999em 0 -999em;
	padding: 0;
}
p.heading, p.price {
	position: relative;
	margin: 0;
}
p.heading {
	float: left;
	font-weight: bold;
}
p.price {
	float: right;
}
a img {
	border: none;
}