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

#pagelogo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#strip {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.message {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position:relative;
	width:782px;
    height:35px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px; color:#000000;
    background-color:#AFC29F;
}

/*logo and strip and shadow*/
.pagecontainerhome {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:782px;
    height:842px;
   /* change height to 842 when message gone*/
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
    -moz-border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;/* Firefox 3.6 and earlier */
}

/*logo and strip and shadow*/
.pagecontainer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:782px;
    height:842px;
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
    -moz-border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;/* Firefox 3.6 and earlier */
}


/*most pages*/
.pagecontainer2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position:relative;
	width:782px;
    height:500px;/**original size is 500px**/
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px; color:#e5e0c7;
    background-color:#6e8559;
    border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
    -moz-border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;/* Firefox 3.6 and earlier */
}

#rings {
	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
	display: block;
}


.imagebg {
	width:750px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color:#6e8559;
  
}


/*for celtic necklace and larger images*/
.celtic {
	width:800px;
	height:700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color:#6e8559;
  
}

.black12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.brown12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #603813;
}


.aboutcontainer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position:relative;
	width:500px;
    height:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px; color:#e5e0c7;

}

.contactcontainer {
	position:absolute;
	left:204px;
	top:27px;
	width:549px;
	height:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px; color:#e5e0c7;
}

.contactimage {
	top:171px;
	left:553px;
	position:absolute;
	width: 201px;
	/*-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
	/*-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
	/*box-shadow: 10px 10px 5px #888888;*/
}

.etsycontainer {
	position:absolute;
	left:178px;
	top:3px;
	width:549px;
	/*height:1019px;*/
}

/*logo and strip*/
.wearablecontainer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:782px;
    height:1390px;
    /*background-color:#448D7D;*/
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
    -moz-border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;/* Firefox 3.6 and earlier */
}

/*wearable page*/
.wearablecontainer2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position:relative;
	width:782px;
    height:1050px;
    background-color:#6e8559;
    border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
    -moz-border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;/* Firefox 3.6 and earlier */
}