@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: 90.5739%;
	padding-left: 1.213%;
	padding-right: 1.213%;
	border:thick #000;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
}

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

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

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

#LayoutDiv4	li	{
	display:inline;
	list-style-type:none;
		
}

#LayoutDiv4 a	{
	padding:5px 10px;
}


#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:.85
	
}


#imgrings:hover	{
	opacity:.95;
}


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


#imgearrings:hover	{
	opacity:.95;
}


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


#imgpaintings:hover	{
	opacity:.95;
}

#imgartworks	{
	margin:2px;
	border:solid 1px #000;
	opacity:.65;
	
}


#imgartworks:hover {
	opacity:.99;
	
}
	
#imagebracelets	{
	width: auto;
	height: 200px;
}


#imagenecklaces	{
	width: auto;
	height: 200px;
}

#imagerings	{
	width: auto;
	height: 200px;

}

#imageearrings	{
	width: auto;
	height: 200px;
}

#imagepaintings	{
	width:auto;
	height:250px;
}

#imageartworks	{
	width:auto;
	height: 250px;
}

#buttonimg	{
	width:16px;
	height:16px;

}

li	button	{
	display:none;
}

#dvborder	{
	border:solid #000 thick;
}

}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
}

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


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


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

#LayoutDiv4 a	{
	padding:5px 50px;
}


#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;
}

#imgartworks	{
	margin:2px;
	border:solid 1px #000;
	opacity:.65;
	
}

#imgartworks:hover {
	opacity:.99;
	
}

#imagebracelets	{
	width: 169px;
	height: 300px;
}

#imagenecklaces	{
	width: auto;
	height: 300px;
}

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

#imagearrings	{
	width: auto;
	height: 300px;
}

#imagepaintings	{
	width: auto;
	height: 400px;
}


#imgageartworks	{
	width:auto;
	height:400px;
	
}


#buttonimg	{
	width:32px;
	height:32px;
}

li	button	{
	display:inherit;
}

}

/* 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: 91.7869%;
	max-width: 1232px;
	padding-left: 0.6065%;
	padding-right: 0.6065%;
	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;
	width: 100%;
	display: block;
	}

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

#LayoutDiv4 a	{
	padding:5px 65px;
}
	
#imagebracelets	{
	width: auto;
	height: 400px;
}
#imagenecklaces	{
	width: auto;
	height: 400px;
}


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


#imageearrings	{
	width:auto;
	height:400px;
}

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

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


#buttonimg	{
	width:32px;
	height:32px;
}

li	button	{
	display:inherit;
}

#dvborder	{border:solid #000 thick;
}

}
