* {
	margin: 0;
	padding: 0;
}
body, input {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#bodyWrapper {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
img {
	border: 0;						/* remove borders from all images */
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.fraction {
	font-size:.8em;
}
.smallerText {
	font-size:.9em;
}
.centeredBiggerText {
	text-align:center;
	font-size:1.2em;
}
.centeredBoldText {
	text-align:center;
	font-weight:bold;
}
.errorMsg {
	margin-top: 2em;
	color:red;
}
/*************** style the navigation menus - horizontal and drop-down vertical ****************/
#navlist, .shopName{
	behavior:url(../../js/csshover.htc);
}
#navlinks, #navlinks ul {
	list-style: none;
}
#navlinks {
	padding: 0 0 .2em 3em; 		/* top, right, bottom, left padding for the horiz menu */
}
#navlinks a {
	display: block;
	text-decoration: none;
	padding: .2em .5em;
	color: #0F180F;
	font-weight: bold;
}
#navlinks li {
	float: left;
	border-right: 1px solid #969890;
	padding: 0 .5em 0 .5em;
}
#navlinks ul li {
	border: 0;
	padding: 0;
}
#navlinks li ul{						/* first drop-down menu */	
	position: absolute;
	left:-999em;						/* not visible until top level item is hovered over */
}
#navlinks li ul, #navlinks ul li {						
	width: 11.25em;						
}
#navlinks li ul ul {					
	margin:-1.65em 0 0 11.25em;			/* positions the 2nd drop-down menu */
}
#navlinks li:hover ul ul{				
	left:-999em;						/* not visible until first level menu item is hovered */
}
#navlinks li:hover ul, #navlinks li li:hover ul {
	left:auto;							/* show the first and or 2nd drop-down menus */
}
#navlinks li:hover ul a {
	background-color: transparent;		/* so that the background is visible when not hovered */
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navlinks li {width: auto;}
#cartlink {
	margin-top:-20px;
	float:right;
}
#cartTextlink {
	margin-top:-20px;
	padding-top: 3px;
	padding-right:35px;
	float:right;
}
#cartTextlink a {
	text-decoration:none;
	color: #82A698;
	font-size:.8em;
	font-weight:bold;
}
.searchResult .thumbRow {
	border: none;
	float: left;
	width: 130px;
	height: 130px;
	margin: 1em 1em 0 0;
}
.searchResult .shopImage {
	padding: 0;
}
.searchResult h2 {
	margin-top:1em;
}
/*************** style headers ****************/
h1 {
	font-size: 1.5em;
	padding-top: 1em;
}
.h1Smaller {
	font-size: .8em;
	font-weight: 700;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
#bcnav {
	padding-left:1px;
	padding-bottom:2px;
}
/*************** style content ****************/
#contentWrapper {
	width: auto;
}
#contentAndRightColumn {
	width: auto;
}
#content {
/*  	display: inline; /* for IE */
	float: left;
	width: 790px;				/* this width allows for a right column */
}
#content p {
	padding-top:1em;
	padding-right:1em;			/* content padding needed when right column is displayed */
}
#content ul, ol {
	padding-top: 1em;
	padding-right:1em;
	margin-left: 3em;
}
#content ul{
	list-style-type:square;
}
#content ul li ul{
	list-style-type:disc;
}
.resource iframe {	
	padding-right: 1em;			
	float: left;
}
.resource .separator {
	clear:both;
	margin: 0 2em 0 2em;
}
#lastParagraph {
	padding-bottom:1em;
}
/*************** style main index ****************/
#indexWrapper {
	margin: 20px 10px 10px 10px;
	padding: 5px;
}
#indexWrapper p {
	padding: 0;
}
#indexHeader p{
	padding: 1em;
	font-size:1.2em;
}
.indexItem, #featureItem{
	float:left;
	text-align:center;
	border: 1px solid #72AE95;
	margin: 2px;
}
#featureItem {
	margin-left:5px;
	margin-right: 5px;
	padding-bottom:7px;
	margin-bottom:10px
}
.indexItem img, #featureItem img {
	margin: 12px;
}
.indexItem h2 {
	margin-top:1em;
}
.indexItem ul {
	margin-bottom:1em;
}
.indexItem ul li {
	text-align:left;
}
/*************** style right column ****************/
#rightColumn {
	float: right;
	width: 210px;
	text-align:left;
	margin:0;
	padding: 0 0 1em 0;
}
#rightColumn p {
	margin-top: 1em;
	padding: 0 1em;
}
#rightColumn img {
	padding-right:5px;
}
.rightColScroll {
	margin: 1em 10px;
	width: 190px; 
	height: 130px;
	overflow: auto;
	white-space: nowrap;
}
#rightColumn iframe {
	margin-top: 1em;
}
#rightColumn ul {
	margin-top:1em;
	margin-left:3em;
}
.borderLine {
	margin: 1em 1em 0 1em;
}
#CCForm {
	padding-top:1em;
}
#newsignup {
	border: 1px solid black;
	padding: .1em .5em;
}
.contact{						/* style contact info */
	padding-left: 3em;
}
.firstNestedList {					/* style nested list */
	margin-left: 6em;
	list-style-type:upper-alpha;
}
#recommendations {
	text-align:center;
}
/*************** style forms *****************/
.formList {			
	padding: 0 2em 2em 2em;
}
.formList li {
	height: 1.8em;
	list-style-type:none;
}
.emailList{			
	margin: 3em;
	padding: 0 2em 2em 2em;
}
.emailList h2, .formList h2 {
	padding-top: 2em;
}
.textBox, .optTextBox, #titleField {						
	padding: .1em .3em;
}
.formButton, #galleryImageCartButton a, .jewelryImageCartButton a{
	background: #D4D0C8;
	color: #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	padding: .2em .5em;
}
.formList label {
	float:left;
	width:5em;
	margin-right:1em;
	clear:left;
}
.formList table {
	clear:both;
	margin: 2em;
	width:95%;
	border-collapse: collapse;
	background-color:#E1EDE9;
}
.formList td,.formList th {
	padding: 5px;
	border: 1px solid #62796F;
}
.formList th {
	text-align: left;
}
.tableH3 {
	width: 15em;
	float: left;
}
#searchForm .formButton, #searchForm .textBox {
	padding: 0 .5em;
}
#navlinks #search {
	margin: 0;
	border-right: 0;
	float:right;
}
/*************** style footer ****************/
#footer {
	clear: both;
	text-align: center;
	padding-top:1em;
	padding-bottom:1em;
}
.AuthorizeNetSeal {
	float:right;
}
#bottomNav {
	list-style: none;
	padding-top:.5em;
	font-size:.8em;
}
#bottomNav li {
	display: inline;
	padding: .2em .5em;
}
#policies {
	padding-top:.5em;
	font-size:.8em;
}
/*************** marketplace ****************/
.rightRow {
	border: 1px solid #969890;
	float: right;
	width: 252px;
	height: 372px;
	margin: 10px;
}
.thumbRow, .thumbPrint {
	border: 1px solid #969890;
	float: left;
	width: 160px;
	height: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
.thumbPrint {
	width: 130px;
	height: 200px;
}
#bottomRight {
	width: 332px;
}
#indexWrapper {
	margin: 0 auto 1em auto;
	width: 700px;
	text-align:center;
}
#indexWrapperInner {
	margin: auto;
}
.shopNameImage {
	height: 182px;
}
.shopName {
	border-bottom: 1px solid #969890;
	text-align:center;
	background: #fff url(../images/navbar.jpg) repeat; 
}
.shopName a {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	color: #0F180F;
	font-weight: bold;
}
.shopImage {
	text-align:center;
	padding-top:10px;
}
#vendorImg {
	float:right;
	margin-left: 1em;
}
#vendorImgLeft {
	float:left;
	margin-right: 1em;
}
.vendorHeading {
	font-weight:bold;
	font-size:1.2em;
}

