body {
	background-color: #f0e68c;
	background-image: url(/images/bg-cream.jpg);

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link {
	color: White;
}

a:visited {
	color: #FFFFF0;
}

a:hover {
	background-color: #0000CD;
}

a:active {
	text-decoration: none;
}

h1 {
	color: #FFECC3;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}




.purplebg {
	background-color: #6F5580;
	background-image: url(/images/bg-purp.jpg);  
	color: white;  
}
/*
.purplebg li a:link {
	color:white;
}
.purplebg li a:visited {
	color:white;
}
.purplebg li a:hover {
	color:white;
	background:black;
}
.purplebg li a:active {
	color:white;
}
*/
/* ******************************** Rounded Corners ***************/*
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0; letter-spacing:1px;}
#xsnazzy h1 {font-size:1.5em; color:navy;}
#xsnazzy h2 {font-size:1.1em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em; float:right; width:200px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ccc; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px; padding: 3px;}

 /* ****************************** End Rounded Corners ************************** */
 
 

/* ******************************* Nav CSS ***************************************** */

#navhoriz {
/*	font-size: 0.8em;  */
	color:black;
	font-weight: bold;
	margin: 1.5em;

}
#navhoriz a:link {
	color:black;
}
#navhoriz a:visited {
	color:gray;
}
#navhoriz a:hover {
	color:white;
	background:black;
}
#navhoriz a:active {
	color:white;
}



#navvert {
	color:black;
	font-weight: normal;
}
#navvert ul {
list-style: none;
margin-top: .1em;
margin-left: 1em;
padding-left: 0;
font-size: 1em;
}
#navvert li {
	margin-bottom: 1em;
}

#navvert li a:link {
	color:white;
	text-decoration: none;
}
#navvert li a:visited {
	color:gray;
}
#navvert li a:hover {
	color:white;
	background:black;
}
#navvert li a:active {
	color:white;
}
#navvert h1 {
	height: 40px;
	padding: 20px 0 0 40px;
	color: #ffd700;
	font-size: 1.2em;
	text-align: right;	
	border-top: 4px solid silver;
	
}
.icon-diamond {
	background-image: url(/images/icon-diamond.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.icon-designer {
	background-image: url(/images/icon-designer.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.icon-timepieces {
	background-image: url(/images/icon-timepieces.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.icon-pearls {
	background-image: url(/images/icon-pearls.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#main {
	background-image: url(/images/bg-purp.jpg);
	padding: 3em;
}
#slideshow {
	float: right;
	width: 300px;
	margin: 0 0 1em 1em;
}
#footer{
	margin: 1.5em;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin: 0 1em 1em 0;
}
.clear {
	clear: both;
}

