/* Statements Jewelry CSS Document */

body {
  	background: #f1f6f0;
	background-position: 0px 0px;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font:x-small/1.5em "trebuchet ms", Arial,Verdana,Helvetica,Sans-serif;
  	color:#000;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {
	color:#0072bc;
	text-decoration:none;
	}	
a:hover {
	color:#663399;
	}		  
  
#mainHome {
	background:#c2dfa5 url(images/home_bg.jpg) no-repeat; 
	height:217px;
	}
		
#mainHome img {	
	border:2px solid #0072bc;
	}
	
#mainContent,#prodContent {
	background:#c2dfa5 url(images/product_bg.jpg) no-repeat; 
	color:#663399;
	font-size:90%;
	line-height:1.75em;

		}	
	
#mainContent img {	
	border:2px solid #fff;
	}	
	
#prodContent img {	
	border:2px solid #0072bc;
	}		
	
	
.subnav {
	background-color:#d5e8c3;
	}
		
.header {
	font-size:16px;
	font-weight:bold;
}
	
.divider {
	background-color:#c2dfa5;
	}
	
#storelistings td {
	border-bottom:1px solid #fff;
	}
	
.footer {
	font-size:75%;
	color:#84c555;
	}		
	
/* menu styles */

#button {
	width: 117px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	color: #663399;
	font-size:11px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #c2dfa5;
		padding: 2px 11px 2px 2px;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	.selected {
		background-image: url(images/nav_bg1.gif);
		}			