@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.6521%;
	padding-left: 1.1739%;
	padding-right: 1.1739%;
	border: solid 8px #000;
	background-color:#000:
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "MS Serif", "New York", serif;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top:12;
	padding-bottom:12;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	width: 100%;
}

#imgbracelets	{
	width:65px;
	height:65px;
	margin:2px;
	border:solid 1px #000;
	opacity:.65
	
}


#imgbracelets:hover	{
	opacity:.95;
}

#imgnecklaces	{
	width:65px;
	height:65px;
	margin:2px;
	border:solid 1px #000;
	opacity:.65
	
}


#imgnecklaces:hover{
	opacity:.95;
}


#imgrings	{
	width:65px;
	height:65px;
	margin:2px;
	border:solid 1px #000;
	opacity:.65
	
}


#imgrings:hover	{
	opacity:.95;
}


#imgearrings	{
	width:65px;
	height:65px;
	margin:2px;
	border:solid 1px #000;
	opacity:.65
	
}


#imgearrings:hover	{
	opacity:.95;
}


#imgpaintings	{
	margin:2px;
	border:solid 1px #000;
	opacity:.65;
	vertical-align:bottom;
	margin-bottom:3px;
}


#imgpaintings:hover	{
	opacity:.95;
}


#imagebracelets	{
	width: 45%;
	height: auto;
}


#imagenecklaces	{
	width: 45%;
	height: auto;
}

#imagerings	{
	width: 45%;
	height: auto;
}

#imageearrings	{
	width: 45%;
	height: auto;
}

#imagepaintings	{
	width: 45%;
	height: auto;
}

#LayoutDiv4	{
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
	border: thick 1px #000;
	font-size: 14px;
	text-align:center;
	padding-top:8px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 88.5326%;
	padding-left: 0.7336%;
	padding-right: 0.7336%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}


#imagebracelets	{
	width: 55%;
	height: auto;
}

#imagenecklaces	{
	width: 55%;
	height: auto;
}

#imagerings	{
	width: 55%;
	height: auto;
}

#imagearrings	{
	width: 55%;
	height: auto;
}

#imagepaintings	{
	width: 55%;
	height: auto;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.826%;
	max-width: 1232px;
	padding-left: 0.5869%;
	padding-right: 0.5869%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 36px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
	
#imagebracelets	{
	width: auto;
	height: 500px;
}
#imagenecklaces	{
	width: auto;
	height: 500px;
}

#imagerings	{
	width: auto;
	height: 500px;
}

#imageearrings1	{
	width:400px;
	height:231x;
}
#imageearrings2	{
	width:354px;
	height:237;
}
#imageearrings3	{
	width:366px;
	height:471x;
}

#imageearrings4	{
	width:500px;
	height:471px;
}


#imageearrings5	{
	width:400px;
	height:192px;
}

#imageearrings6	{
	width:456px;
	height:196px;
}

#imagepaintings	{
	width:clear;
	height:clear;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	text-align:center;
}
