/* external CSS file */
/* NO HTML MARKUP ALLOWED */


/* font-family */
/* use ' ' for fonts with a space between the name */

/* font-weight */
/* normal, bold, bolder, lighter, 100-900, inherit */

/* font-size */
/* xx-small, x-small, small, medium, large, x-large, xx-large, */
/* smaller, larger, <length>, <percentage>, inherit */

/* font-style */
/* italic, oblique, normal, inherit */

/* font-variant */
/* small-caps, normal, inherit */

/* line-height */
/* <lenght>, <percentage>, <number>, normal, inherit */

/* text-transform */
/* uppercase, lowercase, capitalize, none, inherit */

/* text-decoration */
/* none, underline, overline, line-through, blink, inherit */

/* color */
/* color, percentage (rgb), numeric (rgb), Hexadecimal */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	color: #6F5C45; /* color is light brown */
	text-decoration: none
	}

body {
	background-color: #433118; /* color is charcoal */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
img {
	border:none;
}
	
.copy	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal; 
	line-height: 17px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	color: #6F5C45; /* color is light brown */
	text-decoration: none
   }
   
.static { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}
	
.staticjewelry { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: underline  
	}	
	
.headerjewelry, h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.5px; 

	font-style: normal;  
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}	  
   
.italic 		{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px;
   line-height: 16px;
   font-style: italic;
   font-weight: normal;
   font-variant: normal; 
   text-transform: none;
   color: #A47A28; /* color is yellow-ocher */
   text-decoration: none
   }
   
  .italic2 		{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px;
   line-height: 16px;
   font-style: italic;
   font-weight: normal;
   font-variant: normal; 
   text-transform: none;
   color: #653518; /* color is yellow-ocher */
   text-decoration: none
   } 
   
.header		   {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 14px;
   line-height: 18px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal; 
   text-transform: none;
   color: #792E2B; /* color is burnt umber */
   text-decoration: none
   }
   
.formsub 		{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px;
   line-height: 16px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal; 
   text-transform: none;
   color: #A47A28; /* color is yellow-ocher */
   text-decoration: none
   }
   
/* contact page */

.contact { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #CC0033; /* color is red */
	text-decoration: none 
	}
	
.contactform { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #CCCCCC; /* color is light gray */
	text-decoration: none 
	}
	

	
/* registration page */

.register { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #CC0033; /* color is red */
	text-decoration: none 
	}
	
.registerform { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #CCCCCC; /* color is light gray */
	text-decoration: none 
	}
	
/* start the LVHA ordering */

/* :link - a hyperlink, an href attribute */
/* :visited - a hyperlink that has already been visited */
/* :hover - active when the mouse is over the hyperlink */
/* :active - active when the mouse is clicking the hyperlink */

/* Shopping cart Links */
	
.topLinks a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: none; 
	}
	
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none; 
	}
	

.topLinks a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none; 
	}
	
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none; 
	}	
	
 .topLinks a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none; 
	}

 a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none; 
	}

.topLinks a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: underline;
	}
	
 a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: underline;
	}	
	
/* end links */

 a.nav1:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}
	
	
a.nav1:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}
	
	
a.nav1:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}

a.nav1:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}


 a.nav2:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}
	
a.nav2:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}
	
a.nav2:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is burnt umber */
	text-decoration: none 
	}
	
a.nav2:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}	
	
 a.nav3:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: none 
	}
	
a.nav3:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: none 
	}
	
a.nav3:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}
	
a.nav3:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: none 
	}
	
 a.nav4:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}
	
a.nav4:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}
	
a.nav4:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #E8E2C6; /* color is cream */
	text-decoration: none 
	}
	
a.nav4:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is orange */
	text-decoration: none 
	}	
	
 a.nav5:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #996633; /* color is orange */
	text-decoration: none 
	}
	
a.nav5:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #996633; /* color is orange */
	text-decoration: none 
	}
	
a.nav5:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is cream */
	text-decoration: none 
	}
	
a.nav5:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #996633; /* color is orange */
	text-decoration: none 
	}		
	
 a.nav6:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #6F5C45; /* color is light brown */
	text-decoration: none 
	}
	
a.nav6:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #6F5C45; /* color is light brown */
	text-decoration: none 
	}
	
a.nav6:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}
	
a.nav6:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #6F5C45; /* color is light brown */
	text-decoration: none 
	}	
	
a.nav7:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}
	
a.nav7:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}
	
a.nav7:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #993300; /* color is rust */
	text-decoration: none 
	}
	
a.nav:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;  
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #311D02; /* color is chocolate */
	text-decoration: none 
	}
	
 a.press:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;  
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #6F5C45; /* color is chocolate */
	text-decoration: none 
	}
	
a.press:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;  
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #6F5C45; /* color is chocolate */
	text-decoration: none 
	}
	
a.press:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #996600; /* color is brown */
	text-decoration: underline
	}
	
a.press:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6F5C45; /* color is chocolate */
	text-decoration: none
	}