/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../../images/body-bg.gif) repeat-x #D9D8CD;
}
#container {
	background: #fff;
	color: #000;
	width: 724px;
	margin: 0 auto;
}
#header { position: relative; }
#header #sale_sign {
	position: absolute;
	right: 0;
	width: 350px;
	height: 140px;
	background: url(../../images/sale_sign.jpg) no-repeat;
}
#header #speciallook {
	position: absolute;
	right: 16px;
	top: 50px;
	width: 240px;
	height: 76px;
	background: url(../../images/special-look.gif) no-repeat;
}
#header #sale_sign:hover { background-position: 0 -140px; }
#content a, #content #footer-links a:hover {
	color: #000;
	text-decoration: none;
}
#content a:hover, #content #footer-links a {
	color: #5f1919;
	text-decoration: underline;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li, ul#nav li a {
	float: left;
	width: 362px;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	display: block;
	padding-top: 364px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: none;
}
ul#nav li.jewelry { background: url(../../images/home-jewelry-on.jpg) no-repeat #892222; }
ul#nav li.jewelry a { background: url(../../images/home-jewelry-off.jpg) no-repeat #5F1919; }
ul#nav li.coins { background: url(../../images/home-coins-on.jpg) no-repeat #892222; }
ul#nav li.coins a { background: url(../../images/home-coins-off.jpg) no-repeat #5F1919; }
ul#nav li.coins a:hover, ul#nav li.jewelry a:hover { background: transparent; }
#content {
	clear: both;
	padding: 10px 30px 0 30px;
	text-align: justify;
}
#footer { padding: 0 1em 0.25em 1em; }