a img		{ border: none }
a 
{
	/*font-style: italic;*/
	color: #3a1c7b;
	/*color: #4a2c9b; */
	text-decoration: none; 
}
a:hover		{ text-decoration: underline }
h1 
{
	font-style: italic;
	font-family: "trebuchet ms", sans-serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 0; padding: 5px 0;
	border-bottom: 1px solid silver;
}
h2 
{ 
	font-style: italic;
	color: #3a1c7b;
	font-family: "trebuchet ms", sans-serif;
	margin: 0;
	font-size: 11pt; 
}
h1 + p, h2 + p { margin-top: 6px }
div.content img
{
	margin: 10px;
}

html, body	{ height: 100% }
body 
{
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	background: url("images/background.png") repeat-x;
}
div.body 
{
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	min-width: 970px;
	background: url("images/spiral.gif") no-repeat;
}
div.logo
{
	position: absolute;
	right: 70px;
	background: url("images/logo2.png") no-repeat;
	width: 217px;
	height: 140px;
}
div.contentContainer
{			
	position: absolute;	
	left: 85px;
	right: 85px;
	top: 132px;
}
div.menu
{
	position: relative;
	height: 25px;
	top: 3px;
	z-index: 1;
}
div.divider
{
	z-index: 0;
	height: 3px;
	background: url("images/divider.png") repeat-x;
	margin-bottom: 3px;	
}

div.menu a
{ 
	display: block;
	float: left;
	height: 24px;
	width: 77px;
	margin-right: 4px;
	background-repeat: no-repeat;

}
div.menu div.subMenu
{
	visibility: hidden;
	position: absolute;
	top: 25px; left: 0;
	background: white;
	padding: 1px;
	width: 160px;
	border: silver solid;	
	border-width: 0px 1px 1px 1px;
}
div.menu div.subMenu div.subMenu
{
	border-top-width: 1px;
	margin-left: 161px;
	margin-top: -25px;
}
div.menu div.subMenu a
{
	width: 146px;
	height: auto;
	float: none;
	padding: 3px 6px;
	border: 1px solid white;
	font-style: normal;
}
div.menu div.subMenu a:hover 				
{ 
	text-decoration: none;
	border: 1px dotted silver;
}

div.menu div.subMenu a:before 				{ content: url("images/link.png") }
div.menu div.subMenu a.expandable:before 	{ content: url("images/expand.png") }

div.menu a.home		{ background: url("images/homelink.png") }
div.menu a.about	{ background: url("images/aboutlink.png") }
div.menu a.press	{ background: url("images/presslink.png") }
div.menu a.cart		{ background: url("images/cartlink.png") }
div.menu a.contact	
{ 
	background: url("images/contactlink.png");
	width: 102px;
}
div.menu a.spa
{	
	background: url("images/spalink.png");
	width: 99px;
}
div.menu a.essential
{	
	background: url("images/essentiallink.png");
	width: 129px;
}
div.menu a.dh2
{	
	background: url("images/dh2link.png");
	width: 129px;
}

div.content
{
	/*overflow: auto;*/
	position: relative;
	top: -3px;
	padding: 15px;
	min-height: 345px;	
	background: url("images/bodyfill.gif") no-repeat white;
	color: black;
}
div.footer
{	
	position: absolute;
	padding: 3px;
	text-align: right;
	font-size: 8pt;	
	left: 85px; right: 85px; 
	bottom: 5px; 
}
div.footer img { vertical-align: middle; }


div.productItem
{
	overflow:auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px silver dashed;
}
div.productItem img.productImage
{
	float:left; 
}
div.productItem div.productInfo
{
	margin: 10px;
}
div.productItem div.productLinks
{
	font-style: italic;	
	text-align: right;
	margin-top: 2px;
	font-size: 11pt;
}
img.productImage
{
	border: 1px solid #6c4712;
}

p { line-height: 1.3em }

ul 
{ 
	line-height: 1.5em;
	margin-top: 0;
}

div.shopLink
{
	overflow: auto;
	margin-left: 30px;
	line-height: 1.8em;
}
div.shopLink div 			{ float: left }
div.shopLink div.product 	{ width: 176px }
div.shopLink div.price 		{ width: 60px; font-size: 1.1em }
div.shopLink div.purchase a	{ font-weight: bold }

a.returnLink
{ 
	float: right;
	font-style: italic; 
	margin-top: 0.8em;
}
