
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #333333;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #333333;
   background-image: url(images/chihuly.jpg);
}

a {
	font-size: small;
	color: #333333;
	/*font-weight: bold;*/
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
/*	color: #444444; */
}

a:active {
	text-decoration: none;
}

.h1 {
	text-decoration: none;
	font-weight: normal;	
}

.white {color: #FFFFFF}
.theme {color: #656565}

/* Title style.... a hyperlink (with a blank placeholder space as the text link) of class "titlestyle" will automatically insert the content below as alink */
/* this means we can change the link content sitewide from here */
.storetitlestyle ,  .titlestyle {color: #333333; font-weight: normal;
font-size: 22px;}

/*commented out this... is buggy on IE
.titlestyle:before {
content: "MOLLIEdASH:";
color: #333333;
font-weight: bold;
font-size: 22px;
}
*/

/* standard helper classes */

.shop-for-jewelry { /* menu padding class */
margin-left: 0;
margin-right: 0;
}

.clr
{
   clear: both;
   width: 1px;
   margin: 0 -1px -1px 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


/* page layout */

/* body { text-align: center; }  center on ie */

