@charset "UTF-8";
body {
	color:#999;
	
	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 */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	background-color: #000;	
}
.home body {
	color:#D95A40;
}
a {
	color:#999;
	text-decoration:none;
}	
a:visited{

	color:#999;
	text-decoration:none;

}
.home #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
.mothersDay #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
.extend #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fe8845;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}

.home #header {
	background: #000000; 
	text-align: center;
	padding: 0 10px 0 20px;  /* 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. */
}
.home  #header {
	background: none; 
	text-align: center;
	padding: 0 10px 0 20px; 
}
.mothersDay #header {
	background: #fff; 
	text-align: center;
	padding: 0 10px 0 20px; 
}
.extend #header {
	background: #fe8845; 
	text-align: center;
	padding: 0 10px 0 20px; 
}

.home #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 */
	color: #C60;
}
.home #mainContent {
	padding: 0 20px;
	background-color: #000;
}
.extend #mainContent {
	height: 540px;
	width:1000px;
	background-color:#fe8845;
	
}




/* set the size of the definition list <dl> and add the background image */
#imap {
	display:block;
	width:1000px;
	height:450px;
	position:relative;
	background-color:#FFF;
	background-repeat: no-repeat;
  }
  

  
  
.home #leftColum {
	float: left;
	width: 400px;
	margin-bottom: 20px;
	
}
.home #rightColum {
	float: right;
	width: 510px;
	padding-top:50px;
	
}
.home #frontList  {
	float: left;
	
	font-size: 100%;
	width: 290px;
	padding-bottom: 10px;
	padding-right:15px;
	    
}
.home #frontList li {
	list-style-image: url(images/june_redo_nav/orangedot.gif);
	padding-bottom: 8px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 30px;
}
.home #frontList li a {
	color: #999;
	text-decoration: none;
}
.home #frontList li a:hoover {
	color: D5742A;
	text-decoration: none;
}
.home #frontListRight   {
	float:right;
	text-decoration: none;
	font-size: 100%;
    width: 200px;
	padding-bottom: 10px;
	
	    
}
.home #frontListRight   li {
	list-style-image: url(images/june_redo_nav/orangedot.gif);
	padding-bottom: 8px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 30px;
}
.home #frontListRight   li a {
	color: #999;
	text-decoration: none;
} 
.home #frontListRight   li a:hoover {
	color: D5742A;
}
.home #footer {
	background:#000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
}

.extend #footer {
	background: transparent;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
}
.home #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 */
}
.home h4 a{
	color:#fff;
	font-weight: lighter;
	letter-spacing: 0.2em;
}
.home h3 {
	color:#D5742A;
	font-weight: lighter;
	letter-spacing: .2em;
}

.home h2 {
	color:#999;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

.home h1 {
	color:#DBDBDB;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
}

.home  #seal img {
	float: right;
	margin-top: 30px;
}
.home #container #mainContent #rightColum h1 .xmax-red {
	color: #c71627;
}
.xmasred a{
	color: #c71627;
}
.home #container #mainContent #rightColum #facebookContest {
	margin-left: 100px;
}
.lightergrey  {
	color: #FFF;
}

	#navcontainer ul
 {
	list-style-type: none;
	color: #999;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}


#navcontainer li {
	display: inline;
	font-weight: lighter;
	color: #999;	
}

#navcontainer li a
{
	text-decoration: none;
	background-color: #000;
	padding: .2em 1em;
	color: #999;
}

#navcontainer li a:hover
{
	color: #D5742A;	
}


#navcontainer2 ul

 {
	list-style-type: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}

#navcontainer2 li {
	color: #999;
	display: inline;
}

#navcontainer2 li a
{
	text-decoration: none;
	background-color: #000;
	color: #999;
	padding: .2em 1em;
}

#navcontainer2 li a:hover
{
	 color:#AB180B;
}

.mothersDay	#navcontainer ul
 {
	list-style-type: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}


.mothersDay	 #navcontainer li {
	display: inline;
	font-weight: lighter;
	color: #000;	
}

.mothersDay	 #navcontainer li a
{
	text-decoration: none;
	background-color: #fff;
	padding: .2em 1em;
	color: #000;
}

.mothersDay	#navcontainer li a:hover
{
	color:#AB180B	
}


.mothersDay	 #navcontainer2 ul

 {
	list-style-type: none;
	color: #000;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}

.mothersDay	 #navcontainer2 li {
	color: #000;
	display: inline;
}

.mothersDay	 #navcontainer2 li a
{
	text-decoration: none;
	background-color: #fff;
	color: #000;
	padding: .2em 1em;
}




.extend	#navcontainer ul
 {
	list-style-type: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}


.extend	 #navcontainer li {
	display: inline;
	font-weight: lighter;
	color: #fff;	
}

.extend	 #navcontainer li a
{
	text-decoration: none;
	background-color: #fe8845;
	padding: .2em 1em;
	color: #fff;
}

.extend	#navcontainer li a:hover
{
	color:#AB180B	
}


.extend	 #navcontainer2 ul

 {
	list-style-type: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}

.extend	 #navcontainer2 li {
	color: #fff;
	display: inline;
}

.extend	 #navcontainer2 li a
{
	text-decoration: none;
	background-color: #fe8845;
	color: #fff;
	padding: .2em 1em;
}

#navcontainer2 li a:hover
{
	color:#AB180B;	
}


.jewelry #jewelry a, .artists #artists a, .events #events a, .contact #contact a, .about #about a, .subscribe #subscribe a, .comments #comments a, .social #social a{
	color: #FFF;
	font-weight: bold;
	background-image: url(images/flyouts4/buttonbkgrd_here.jpg);
	background-position: bottom;
}
.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;
}
.gold {
	color:#DBAF29
}
div#footerContainer {
	font-size: 0.6em;	
}
.home  #footerLeft {
	
	letter-spacing: .3em;
	float:left;
	font-size: .9em;
	color: #999;
	padding-top: 5px;
	padding-bottom: 10px;
}
.home  #footerRight {
	
	letter-spacing: .3em;	
	float:right;
	font-size: .9em;
	color: #999;
    padding-top: 5px;
	padding-bottom: 10px;
	
}
.home  #footerRight a {
color: #999;	
}
#footerRight  {

color:#999;

	
}
.extend  #footerLeft  {
	color: #fff;
	letter-spacing: .3em;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.extend  #footerLeft  a {
	color: #fff;
	
	
	

	
}
.extend  #footerRight  {
	color: #fff;
	letter-spacing: .3em;	
	float:right;
	margin-top: -10px;
	
	
	padding-top: 10px;

}
.georgia1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color:#FFF;
	font-weight:lighter;
}
.orange {
	color:#CD6016;
	text-decoration:none;
}
.orange a {
	color:#CD6016;
	text-decoration:none;
}
.white {
	color:#FFF;
}
	

.home #bottomList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	width: 1050px;
	background-color:#FFF;
	margin-top: 80px;	
}
.home #bottomList ul li{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-right: 30px;
	float: left;
	color: #999;
}
.green {
	color: #0C3;
	
	}
.green a {
	color: #0C3;
	
	}
.mothersDay #container #mainContent {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e8cd83;
}
.mothersDay #footerLeft {
	
	letter-spacing: .3em;
	float:left;
	font-size: .9em;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mothersDay #footerRight {
	
	letter-spacing: .3em;	
	float:right;
	font-size: .9em;
	color: #000;
    padding-top: 5px;
	padding-bottom: 10px;
}
.mothersDay #footerLeft a, #footerRight a {
color: #000;	
} 


