@charset "utf-8";
body  {
	background: #937269;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	font-family:"Times New Roman", Times, serif;font-size:14px;
	font-style:none;
	text-align:justify;
	line-height:1.15;
}
INPUT{
  font-family:"Times New Roman", Times, serif;
  font-size:9pt;
  font-weight:bold;
  background-color:#Ead2BA;
  border-color:#9d8176;
  border-style:inset;
  border-width:2px;
  color:#4C332C;
}
TEXTAREA{
  font-family:"Times New Roman", Times, serif;
  font-size:9pt;
  font-weight:bold;
  background-color:#Ead2BA;
  border-color:#9d8176;
  border-style:inset;
  border-width:2px;
  color:#4C332C;
}
.style1 {font-family: "SnellRoundhand BoldScript";font-size:32px;font-weight:300;font-stretch:semi-expanded;COLOR: #FFBE82;}
.style2 {font-family: "SnellRoundhand BoldScript";font-size:20px;font-weight:300;font-stretch:semi-expanded;}
.title{font-size:16px;font-weight:300;font-stretch:semi-expanded}
.titleC{text-align:center}
.jewelry_title{	font-size: 16px;
	font-weight: 600;}
.subtitle{font-size:14px;font-weight:300;font-stretch:semi-expanded}

.twoColFixLtHdr #container .title{font-size:18px;}
.footer{text-align:right;font-size:small; vertical-align:text-bottom;
background-image:url(../images/bg2.jpg)}
.twoColFixLtHdr #container { 
	width: 860px;  /* using 20px less than a full 300px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C09972;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #472300;
	border-bottom: 1px solid #472300;
	border-left: 4px solid #472300;
	border-right: 4px solid #472300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#4C332C;
	font-size:16px;
} 
.twoColFixLtHdr #container li {display:inline;list-style:none;margin-left:0.5em;border-right:1px solid #CFB53B;padding-right:0.5em;
padding:}
.twoColFixLtHdr #container li.last {border-right:none;}
.twoColFixLtHdr #mainContent  A:link { COLOR: #472300; TEXT-DECORATION: underline; font-weight: 300 }
.twoColFixLtHdr #mainContent A:visited { COLOR: #472300; TEXT-DECORATION: underline; font-weight: 300 }
.twoColFixLtHdr  #mainContent  A:active { COLOR: #472300; TEXT-DECORATION: none }
.twoColFixLtHdr  #mainContent  A:hover { COLOR: #937269; TEXT-DECORATION: none; font-weight: 300}
.twoColFixLtHdr #container .title {font-size:14px; font-weight:800;font-stretch:semi-expanded}
.twoColFixLtHdr #header { 
	background-image:url(../images/bg2.jpg);
	padding: 0 0px px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-color:#472300;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#472300;
	border-top-style:solid;
	border-top-width:1px;
	color:#FFBE82;
} 
.twoColFixLtHdr #header li {display:inline;list-style:none;margin-left:0.5em;border-right:1px solid #CFB53B;padding-right:0.75em;
padding:}
.twoColFixLtHdr #header li.last {border-right:none;}

.twoColFixLtHdr #header A:link { COLOR: #FFBE82; TEXT-DECORATION: none; font-weight: 300;font-size:16px}
.twoColFixLtHdr #header  A:visited { COLOR: #FFBE82; TEXT-DECORATION: none; font-weight: 300;font-size:16px }
.twoColFixLtHdr  #header A:active { COLOR: #FFBE82; TEXT-DECORATION: none }
.twoColFixLtHdr  #header A:hover { COLOR: #CFB53B; TEXT-DECORATION: none; font-weight: 300;font-size:16px}

.twoColFixLtHdr #subheader { 
	background: #C09972;
	border-bottom:inset #933;
	padding: 0 3px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C09972; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-weight: 300;
	padding-bottom:200px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 5px; /* (was 185px) the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #C09972;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 


.twoColFixLtHdr #mainContent .description{width:350px;text-align:justify;font-size:14px;font-family:"Times New Roman", Times, serif;font-style:none;}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background-image:url(../images/bg2.jpg);
} 
.twoColFixLtHdr #footer li {display:inline;list-style:none;margin-right:0.5em;border-right:1px solid #CC3;padding-right:0.75em;
padding:}
.twoColFixLtHdr #footer li.last {border-right:none;}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
.twoColFixLtHdr #container #footer p .footer {
	text-align: right;
}
.twoColFixLtHdr #container #mainContent #SelectedPiece {
	width: 380px;
	border:#C09972 inset; 
	margin: 5px 5px;
}
.twoColFixLtHdr #container #mainContent #SubPiece {
	width: 280px;
}
.page-title{padding-bottom:8px;}