@charset "UTF-8";
/* CSS Document */

body,td,th {
	/*padding: 0;*/
	font-size: 11px;
	line-height: 1.5 em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: lighter;
	
}
body {
	padding: 0;
	margin: 0;
	background: #e8e8eb url(images/parchment.jpg);
}

#upperRightCorner { 
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	overflow: visible;
	width: 190px;
	height: 122px;
	margin: 0 0 0 0;
	padding: 0;
	z-index: -1;
	border: none;
	float: none;
}

#hold{ 
	background: #ffffff;
	width: 620px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#header{ 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

#content{ 
	width: 580px;
	height: auto;
	margin: 20px auto;
	padding: 0;
}

#footer{ 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.style1 {
	color: #A02625;
	font-style: italic;
}

h1 {
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	padding-bottom: 3px;
	font-weight: lighter;
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	border-bottom: #CCC 1px solid;
	color:#990000;
}

h2 {
	font-weight: 400;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
}

img
{
 border-style: none;
}

.title {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 15px;
}

.line {
	border-bottom: 0px;
	border-top: 1px solid;
	border-color: #e4e4e4;
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 0px;
}

.error {
	color: #8b342a;
	font-weight:500;
}

.thankyou {
	text-align:center;
	margin: 5px auto 25px auto;
	color: #8b342a;
	font-size: 18px;
	font-weight: 500;
}

#brochures {
	vertical-align: top;
	width: 100%;
	margin: 15px auto 40px auto;
}

/*navigation*/

#navhome a  {
	width: 69px;
	/*background: url(images/nav_home.jpg) top left no-repeat;*/
	}
	
#navhome a:hover {
	/*background: url(images/nav_home_ovr.jpg) top left no-repeat;*/
	}

#navhistory a  {
	width: 74px;
	/*background: url(images/nav_history.jpg) top left no-repeat;*/
	}

#navhistory a:hover {
	/*background: url(images/nav_history_ovr.jpg) top left no-repeat;*/
	}

#navrings a  {
	width: 106px;
	/*background: url(images/nav_rings.jpg) top left no-repeat;*/
	}

#navrings a:hover {
	/*background: url(images/nav_rings_ovr.jpg) top left no-repeat;*/
	}
	
#navcufflinks a  {
	width: 84px;
	/*background: url(images/nav_cufflinks.jpg) top left no-repeat;*/
	}

#navcufflinks a:hover {
	/*background: url(images/nav_cufflinks_ovr.jpg) top left no-repeat;*/
	}

#navengraving a  {
	width: 93px;
	/*background: url(images/nav_engraving.jpg) top left no-repeat;*/
	}

#navengraving a:hover {
	/*background: url(images/nav_engraving_ovr.jpg) top left no-repeat;*/
	}
	
#navbrochure a  {
	width: 79px;
	/*background: url(images/nav_brochure.jpg) top left no-repeat;*/
	}
	
#navbrochure a:hover {
	/*background: url(images/nav_brochure_ovr.jpg) top left no-repeat;*/
	}
	
#navcontact a  {
	width: 115px;
	/*background: url(images/nav_contact.jpg) top left no-repeat;*/
	}

#navcontact a:hover {
	/*background: url(images/nav_contact_ovr.jpg) top left no-repeat;*/
	}
	
/*#navgallery a  {
	width: 86px;
	background: url(images/nav_gallery.jpg) top left no-repeat;
	}

#navgallery a:hover {
	background: url(images/nav_gallery_ovr.jpg) top left no-repeat;
	}
*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  background:url(images/nav_bg.jpg) top left no-repeat;
  display:block;
  clear: both;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 620px; /*For KHTML*/
  list-style: none;
  height: 34px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  text-align:center;
  height: 34px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 80px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  padding: 0 0 0 5px;
  width: 80px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 8px 0 0 0;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #ffffff;
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu a:hover {
  color: #cc3333;
}

/*Root Menu Hover Persistence
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #c2e1f1;
  color: #666;
}*/

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #fff;
  color: #b8292c;
  padding: 8px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #00FF00
  color: #666;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

Do Not Move - Must Come Before display:block for Gecko 
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

form#crestfinder {
 border: 1px solid #999999;
 background-color: #000000;
 text-align: left;
 padding: 5px;
}

.btnsubmit {
	border: none;
	background: url(images/btn_submit.gif) no-repeat;
	width: 69px;
	height: 26px;
	padding: 2px;
}

#emporium {
	width: 221px;
	height: 111px;
	float: right;
	z-index: 0;
}

ul#homepage {
  margin: 10px auto 10px auto;
  border: 0 none;
  padding: 0;
  width: 545px; /*For KHTML*/
  list-style: none;
  height: 78px;
  clear: both;
}

ul#homepage li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#homepage a {
  padding: 8px 0 0 0;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #333333;
  font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

#quality a  {
	width: 171px;
	background: url(images/icon_quality_grey.gif) top left no-repeat;
	}
	
#quality a:hover {
	background: url(images/icon_quality.gif) top left no-repeat;
	}
	
#hallmarked a  {
	width: 221px;
	background: url(images/icon_hallmarked_grey.gif) top left no-repeat;
	}
	
#hallmarked a:hover {
	background: url(images/icon_hallmarked.gif) top left no-repeat;
	}
	
#testimonials a  {
	width: 153px;
	background: url(images/icon_testimonials_grey.gif) top left no-repeat;
	}
	
#testimonials a:hover {
	background: url(images/icon_testimonials.gif) top left no-repeat;
	}
	
#faqs a  {
	width: 146px;
	background: url(images/icon_faqs_grey.gif) top left no-repeat;
	}
	
#faqs a:hover {
	background: url(images/icon_faqs.gif) top left no-repeat;
	}
	
	.testimonial {
	margin: 0 auto;
	width: 530px;
	padding: 0 0 -3px 0;
	background: url(images/test_mid.jpg) repeat-y;
}

/*.test_bg {
	background: url(images/test_mid.jpg) repeat-y top left;
	width: 100%;
	margin: 0;
}*/

.test_content {
	margin: 0 auto;
	width: 90%;
	padding: 0;
	height: auto;
}

.test_bot_float {
	margin: 0 auto;
	padding: 0;
	height: auto;
}

.steps {
	float:left;
	width: 50%;
	margin: 10px 0;
	padding: 0;
	height: auto;
}

#footer {
	clear:both;
	/*padding-top: 75px;*/
	width: 620px;
	/*height: 142px;*/
	height: 86px;
	margin: 0 auto;
	/*background: url(image/tear.jpg) no-repeat top left;*/
	text-align: right;
	z-index: 1;
}
#footer2 {
	clear:both;
	/*padding-top: 75px;*/
	width: 620px;
	height: 20px;
	margin: 0 auto;
	background: url(images/parchment.jpg) repeat;
	text-align: right;
	z-index: 1;
}

table.gallery {
	width: 100%;
	padding: 3px 3px 3px 3px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: green;
}
table.gallery th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.gallery td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

ul.gallerylinks {
	width: 100%%; /*For KHTML*/
	height: 39px;
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

ul.gallerylinks li {
	margin: 0 37px 0 0;
	padding: 0;
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	/*position: relative;*/
}

#mask {
	float: left;
	width: 510px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#thegallery {
	position:absolute;
	top:0;
	left:0;
	width: 5000px;
	float:left;
}

.move {
	width: 100%;
	clear: both;
	display: block;
}

#scrollleft {
	float: left;
	width: 30px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#scrollright {
	float: right;
	width: 30px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#gallerymiddle {
	height:360px;
} 

.homeCTARight{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	text-align:Left;
	float: Right;
	clear: none;
	margin: 6px 0;
}

.homeCTALeft {
	text-align: Right;
	float: Left;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	clear: none;
	margin: 6px 0;
}

#homepageCrest {
	float: left;
	width: 174px; 
	height: 172px;
	background: url(images/crestfinder.jpg) no-repeat;
}

ul#footerLinks {
  display:block;
  clear: both;
  margin: 20px auto;
  border-bottom: 1px dotted #999;
  padding: 0;
  width: 580px; /*For KHTML*/
  list-style: none;
  height: 34px;
}

ul#footerLinks li {
  margin: 10px 15px 0 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

.subtitle{
	font-weight:bold;
	color:#990000;
}

.subtitleshadow{
	display: block;
	clear: both;
	font-weight:bold;
	color:#990000;
	height: 35px;
	width: 586px;
	background: url(images/subtitle_shadow.jpg) bottom left no-repeat;
}

li.seal{
	display:block;
	height: auto;
	margin: 5px 0 5px -30px;
	list-style:none;
	list-style-image:none;
	background-image: url(images/bullet_seal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 4px 28px;
}

