
body, div, img, p, ul, li, h1, h2, address
{
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	color: #76765b;
	margin: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBE8C4;
}

a, a:visited
{
	color: #c67325;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

address
{
	margin-top: 20px;
}

p
{
	margin-bottom: 6px;
}

h1
{
	color: #76765b;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

#home h1
{
	margin-top: 40px;
	margin-bottom: 12px;
}

h2
{
	font-size: 12px;
}

#jewelry h2
{
	clear: both;
	color: #c67325;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

#shows address,
div.products div
{
	float: left;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 30px;
}

div.products div
{
	margin: 0;
	width: 110px;	
	margin-right: 25px;
	/*border: 1px solid #c4c3b3;*/
}

div.products div img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	border: 1px solid #c4c3b3;
}

div.products div a
{
	color: #76765b;
	height: 160px;
	display: block;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
}

#pageContent
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border: 1px solid #c4c3b3;
}

#headerContent
{
	width: 780px;
	height: 140px;
}

#home #headerContent
{
	height: 357px;
}

#logoContent
{
	float: left;
	width: 256px;
}

#home #mainContentContainer
{
	height: 235px;
	overflow: hidden;
	background: white url(../img/bgd_swirl.jpg) top left no-repeat;
}

#mainContent
{
	margin: 12px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}

#mainLinks
{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

#home #mainLinks
{
	text-align: left;
	border-bottom: none;
}

#mainLinks li
{
	display: inline;
	list-style-type: none;
}

#mainLinks a,
#mainLinks a:visited
{
	color: #76765b;
	font-size: 13px;
	font-weight: bold;
}

#mainLinks a:hover,
#mainLinks a.selected
{
	color: #c67325;
	text-decoration: underline;
}

#footerContent
{
	clear: both;
	color: #c67325;
	height: 30px;
	overflow: hidden;
	background: #57381f url(../img/bgd_footer.gif) top left repeat-x;
}

#footerLinks
{
	padding-top: 8px;
	text-align: center;
}

#footerLinks li
{
	display: inline;
	list-style-type: none;
}

.floatRight
{
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.notice
{
	color: Red;
	font-weight: bold;
}
