body {
	background: url(../images/new-site-background.png) repeat-x #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	width: 940px;
	margin: auto;
	text-align: left;
	position: relative;
}

#header {
	position: relative;
	width: 940px;
	height: 250px;
}

h1 {
	position: absolute;
	top: 5px;
	left: 0;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
}

h1 a {
	width: 180px;
	height: 180px;
	background: url(../images/new-site-logo.png) no-repeat;
	text-indent: -9999em;
	display: block;
}

h1 a:hover {
	cursor: pointer;
}

#random-image {
	position: absolute;
	top: 0;
	right: 0;
}

#header ul {
	position: absolute;
	top: 192px;
	left: 208px;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#header ul li.last {
	margin: 0;
}

#header ul li a {
	width: 96px;
	height: 35px;
	text-indent: -9999em;
	display: block;
}

#header ul li a#nav1 { background: url(../images/new-site-nav.png) 0 0; }
#header ul li a#nav2 { background: url(../images/new-site-nav.png) -104px 0; }
#header ul li a#nav3 { background: url(../images/new-site-nav.png) -208px 0; }
#header ul li a#nav4 { background: url(../images/new-site-nav.png) -312px 0; }
#header ul li a#nav5 { background: url(../images/new-site-nav.png) -416px 0; }
#header ul li a#nav6 { background: url(../images/new-site-nav.png) -520px 0; }
#header ul li a#nav7 { background: url(../images/new-site-nav.png) -624px 0; }

#header ul li a#nav1:hover { background: url(../images/new-site-nav.png) 0 -35px; }
#header ul li a#nav2:hover { background: url(../images/new-site-nav.png) -104px -35px; }
#header ul li a#nav3:hover { background: url(../images/new-site-nav.png) -208px -35px; }
#header ul li a#nav4:hover { background: url(../images/new-site-nav.png) -312px -35px; }
#header ul li a#nav5:hover { background: url(../images/new-site-nav.png) -416px -35px; }
#header ul li a#nav6:hover { background: url(../images/new-site-nav.png) -520px -35px; }
#header ul li a#nav7:hover { background: url(../images/new-site-nav.png) -624px -35px; }

#category-list, #sidebar {
	float: left;
	width: 190px;
	margin: 0 0 60px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0 0 15px 15px;
	padding: 0;
	list-style: none;
}

#sidebar ul li a {
	width: 161px;
	height: 251px;
	text-indent: -9999em;
	display: block;
}

#sidebar ul li a:hover {
	cursor: pointer;
}

#sidebar ul li a.offers { background: url(../images/new-site-offers.png) no-repeat; }
#sidebar ul li a.collection { background: url(../images/new-site-collection.png) no-repeat; }

#content { 
	margin: 0 0 15px 208px; 
	display: block;
	position: relative;
}

h2 {
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size: 24px; 
	color: #8a7a67;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #636466;
	line-height: 20px;
	padding: 0 0 10px 0;
}

#content ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #636466;
	line-height: 20px;
}

#footer-wrap {
	clear: both;
	background: url(../images/new-site-footer.png) repeat-x;
	width: 100%;
	text-align: center;
	height: 90px;
	padding: 10px 0 0 0;
}

#footer {
	margin: auto;
	width: 940px;
}

#footer ul {
	margin: 10px 0 10px 0; 
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin: 0 8px 0 8px;
	padding: 0;
}

#footer ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #636466;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 5px 0 0 0;
	margin: 0;
}

#footer p small {
	font-size: 8pt;
}

#footer p a { 
	color: #000;
	text-decoration: underline;
}

#footer p a:hover {
	color: #636466;
}

