body
{
	background-color: #d9b4ff;
}

div.logo
{
	position: absolute;
	left: 20px;
	top: 20px;
}

div.mainmenudiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

div.facmenu_shown
{
	position: absolute;
	top: 33px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.facmenu_hidden
{
	position: absolute;
	top: 33px;
	left: 0px;
	display: none;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.prodmenu_shown
{
	position: absolute;
	top: 33px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.prodmenu_hidden
{
	position: absolute;
	top: 33px;
	left: 0px;
	display: none;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul.mainmenu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	display: inline;
}

li.menuitem
{
	border-right: solid;
	background-color: #c48aff;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #ff29f7;
	border-bottom-color: #ff29f7;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #ff29f7;
	border-right: none;
}

li.menuitem_selected
{
	background-color: #ffc8fd;
	border-right: solid;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #ff29f7;
	border-bottom-color: #ff29f7;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #ff29f7;
	border-right: none;
}

li.menuitem1st
{
	border-right: solid;
	background-color: #c48aff;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #ff29f7;
	border-bottom-color: #ff29f7;
	border-left: none;
	border-right: none;
}

li.menuitem_selected1st
{
	background-color: #ffc8fd;
	border-right: solid;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #ff29f7;
	border-bottom-color: #ff29f7;
	border-left: none;
	border-right: none;
}

a:link
{
	text-decoration: none;
	color: black;
}

a:visited
{
	text-decoration: none;
	color: black;
}

a:active
{
	text-decoration: none;
	color: black;
}

div.pagetitle
{
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #572d56;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

h3
{
	text-align: center;
	font-size: 20px;
	color: #572d56;
	width: 100%;
	font-weight: bold;
}

div.content
{
	color: black;
	padding-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 80px;
	font-size: 18px;
	font-weight: normal;
	font-family: sans-serif;
}

div.map
{
	width: 100%;
	text-align: center;
}

div.map form
{
	padding: 10px;
}

div.address
{
	padding-top: 20px;
	text-align: center;
}

div.label
{
	display: inline;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	color: #572d56;
}

div.itemlist
{
}

div.product
{
	border-top-style: dashed;
	border-top-color: #ff85fb;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff85fb;
	color: #572d56;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.product img
{ /*Images within product listings are left-floated.*/
	float: left;
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

br.clearer
{ /* clear left float status, as this obviously breaks next product if not cleared*/
	clear: left;
}

img.lefter
{
float: left;
}

img.righter
{
float: right;
}

div.producttitle
{
	width: 100%;
	font-size: 23px;
	text-align: center;
}

div.variations
{
	color: #572d56;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

div.prodvar
{
	padding: 5px;
	margin: 5px;
	display: block;
	border: 1px dashed #c48aff;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

div.prodvarzoom
{
	padding: 5px;
	margin: 5px;
	border: 1px dashed #c48aff;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

img.varthumb
{
	border: none;
}

div.vartitle
{
	width: 100%;
	font-size: 18px;
	text-align: center;
}

div.news
{
	display: inline;
	float: left;
	text-align: center;
	border: 1px dashed #c48aff;
	margin: 5px;
	margin-bottom: 20px;
	width: 80%;
	padding-left: auto;
	padding-right: auto;
	
}

div.newsTitle
{
	border-bottom: 1px dotted #c48aff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 26px;
}

div.largeimagelink
{
	text-align: center;
	width: 100%;
}