/* main.css */

body {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      color: #ffcc00;
      background-color: #682023;
}

A {color: #ffcc00;}
A:LINK {color: #ffcc00;}
A:VISITED {color: #ffcc00;}
A:HOVER {
      color: #682023;
      background-color: #ffcc00;
      font-weight: bold;
}


.tbl_navbar {
	background-color: #ffcc00;
      color: #682023;
	list-style: none;
	height:20px;
/*
  	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-color: #000066;
	border-left-style: solid;
	border-right-color: #000066;
	border-right-style: solid;
*/

}


hr {
      color: #ffcc00;
} 

.copyright {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 9px;
}

#mainNav {
	padding:0;
	list-style: none;
}

#mainNav li {
  	float: left;
}

#mainNav a {
/*	padding: 0 1.2em; */
  	padding: 0 2.2em; 
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
  	color: #682023;
	background-color: #ffcc00;
  	float: left;
	display: block;
	font-weight: normal;
	font-style: normal;
}

#mainNav a:hover {
      color: #682023;
      background-color: #ffcc00;
      text-decoration: none;
      font-weight: normal;
      font-style: italic;
}

#mainNav.navcurrent a: { 
      color: #e1a907;
	background-color: #ffcc00;
}

#mainNav a.navcurrent a:hover {
	color: red;
	background-color: #ffcc00;
}


/*******************************************/
/* about page                              */
/*******************************************/
.about_top {
      line-height: .1mm;
/*    line-height: 10%;  10% of font-size */
/*    line-height: .1em; */
}
.about_txt {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 16px;
}
/*******************************************/
/* contact page                            */
/*******************************************/
.contact_shop_pic {
      background-image: url(images/shellie_shop_pic.jpg);
      background-repeat: no-repeat;
	background-position: center;
	padding-right: 50px;
}

/*******************************************/
/* product pages                           */
/*******************************************/
.jmaincatbg1 {
      background-image: url(images/jewelrymainbgblank.jpg);
      background-repeat: no-repeat;
	background-color: #682023;
	border:#ffcc00;
/*	  border:solid; */
/*	  border:#ffcc00; */
/*	  border-width: medium; */
/*	  border-color: #000066; */
/*	  border-left-style: solid; */
/*	  border-right-style: solid; */
/*	  border-bottom-style: solid; */
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 48px;
      color: #ffcc00;
/*    background-color: white; */
}

.jmaincatbg2 {
	background-image: url(images/jewelrymainbgblank.jpg);
      background-repeat: no-repeat;
/*	  border:solid; */
/*	  border:#ffcc00; */
/*	  border-width: medium; */
/*	  border-color: #000066; */
/*	  border-left-style: solid; */
/*	  border-right-style: solid; */
/*	  border-bottom-style: solid; */
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 34px;
      color: #ffcc00;
/*    background-color: white; */

}
.jmaincatbg1 A,
.jmaincatbg1 A:LINK,
.jmaincatbg1 A:VISITED,
.jmaincatbg2 A,
.jmaincatbg2 A:LINK,
.jmaincatbg2 A:VISITED {
      color: #ffcc00; 	
      text-decoration: none;
}

.jmaincatbg1 A:HOVER, 
.jmaincatbg2 A:HOVER {
      color: #ffcc00;
      background-color: #682023;
      text-decoration: none;
      font-weight: normal;
      font-style: italic;
}


.prod_name {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 18px;
}

.prod_desc {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 18px;
}

.prod_desc_big {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 28px;
}

.prod_desc_sml {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 15px;
}

.prod_price {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 18px;
}

.prod_dtlhdr {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 24px;
}

.prod_dtlhdrnote {
      font-family: Times New Roman ms,comic sans ms,arial;
      font-size: 11px;
}

.thanks {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 18px;
}

.thanks_joy {
      font-family: Papyrus,Times New Roman ms,comic sans ms,arial;
      font-size: 24px;
      text-decoration: bold;
}

