@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% "Courier New", monospace;
	background: #fff url(/images/backgrounds/pattern-rose.png);
}

a {color: #000;}

h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

p, table, fieldset {
	margin: 1em 0;
}

legend {color: #000;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 782px;
}

#sidebar {
	float: left;
	width: 177px;
}

#page {
	margin-left: 177px;
	padding-top: 50px;
	background: url(/images/backgrounds/frame-top.png) right top no-repeat;
}
	
/* -- Header -- */
#header {
	height: 162px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/logo.png) center top no-repeat;
}
	
/* -- Navigation -- */
#navigation ul {	
	margin: 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	margin: 4px 0;
}

#navigation a {
	display: block;
	width: 177px;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#navigation #link-home {
	background: url(/images/backgrounds/text/home.png);
}

#navigation #link-about {
	background: url(/images/backgrounds/text/about-us.png);
}

#navigation #link-policies{
	background: url(/images/backgrounds/text/policies.png);
}

#navigation #link-journal {
	background: url(/images/backgrounds/text/journal.png);
}

#navigation #link-contact {
	background: url(/images/backgrounds/text/contact-us.png);
}
	
/* -- Categories -- */
#categories {
	float: left;
	margin-left: 10px;
	padding: 10px 0 18px;
	width: 157px;
	text-align: center;
	font-size: 1.1em;
	background: url(/images/backgrounds/button-bottom.png) center bottom no-repeat;
}

#cat-wrapper {
	padding: 1px 28px 0 25px;
	background: url(/images/backgrounds/button-repeat.png) center top repeat-y;
}

#categories h2 {
	margin: 1em 0 0;
	font: 1.23em Georgia, serif;
	font-weight: bold;
}

#categories #header-shopping {
	margin: 0;
	padding: 17px 40px 0 35px;
	background: url(/images/backgrounds/button-top.png) center top no-repeat;
}

#categories #header-more-pages {
	margin-top: 1em;
}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
}

#categories .expanded a {
	padding: 0;
	font-style: italic;
	font-weight: normal;
}

#categories .collapsed {
	display: none;
}

#categories .search-box {
	width: 97px;
}
	
/* -- Page Content -- */
#content-wrapper {
	background: url(/images/backgrounds/frame-repeat.png) 0 32px;
}

#content {
	padding: 0 50px;
	width: 505px;
	min-height: 500px;
	font-size: 1.2em;
	background: url(/images/backgrounds/frame-top-2.png) no-repeat;
}

#content:after {
	content: ".";
	clear: left;
	display: block;
	height: 0;
	visibility: hidden;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin-left: 177px;
	padding-top: 10px;
	height: 72px;
	text-align: center;
	background: url(/images/backgrounds/frame-bottom.png) no-repeat;
}
	
#footer p {
	margin: 0;}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
}
	
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;}

/* -- Misc. Classes -- */
.success {
	color: #0c0;
}

.error {
	color: #f00;
}

/* -- Image Replacement -- */
#header-about,
#header-policies,
#header-gallery,
#header-contact,
#header-mailing-list,
#header-search-results,
#header-empty-cart,
#header-checkout,
#header-thank-you,
#header-press,
#header-journal {
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#header-about {
	background-image: url(/images/backgrounds/text/header-02.png);
}

#header-policies {
	background-image: url(/images/backgrounds/text/header-03.png);
}

#header-gallery {
	background-image: url(/images/backgrounds/text/header-04.png);
}

#header-contact {
	background-image: url(/images/backgrounds/text/header-05.png);
}

#header-mailing-list {
	background-image: url(/images/backgrounds/text/header-06.png);
}

#header-search-results {
	background-image: url(/images/backgrounds/text/header-07.png);
}

#header-empty-cart {
	background-image: url(/images/backgrounds/text/header-08.png);
}

#header-checkout {
	background-image: url(/images/backgrounds/text/header-09.png);
}

#header-thank-you {
	background-image: url(/images/backgrounds/text/header-10.png);
}

#header-press {
	background-image: url(/images/backgrounds/text/header-11.png);
}

#header-journal {
	background-image: url(/images/backgrounds/text/header-12.png);
}