@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #cc0d63 url(/images/backgrounds/polka-dots.png);}

a {
	color: #f28aa7;
}

h1, h2, h3 {
	margin: 0 0 .5em;
	color: #cc0d63;
	text-decoration: underline;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em;}
h2 {font-size: 2em;}
h3 {font-size: 1.4em;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;}
	
/* -- Header -- */
#header {
	float: left;
	width: 402px;
	height: 167px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/header.png);}
	
/* -- Navigation -- */
#navigation {
	float: left;
	width: 344px;
	height: 167px;
	background: url(/images/backgrounds/nav.png);}

#navigation ul {
	margin: 50px 0 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display: block;
	padding-bottom: 1px;}

#navigation a {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;}

#navigation #link-home:hover {
	background: url(/images/backgrounds/star-bullet.gif) 27px 0 no-repeat;
}

#navigation #link-about:hover {
	background: url(/images/backgrounds/star-bullet.gif) 115px 0 no-repeat;
}

#navigation #link-gallery:hover {
	background: url(/images/backgrounds/star-bullet.gif) 0 0 no-repeat;
}

#navigation #link-links:hover {
	background: url(/images/backgrounds/star-bullet.gif) 135px 0 no-repeat;
}
/* -- Page -- */
#page {
	clear: left;
	background: url(/images/backgrounds/book-repeat.png) repeat-y;
}
	
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
/* -- Categories -- */
#categories {
	float: left;
	padding-top: 80px;
	width: 372px;
	min-height: 326px;
	font-size: 1.2em;
line-height: 1.2;
	background: url(/images/backgrounds/book-left.png) no-repeat;}

#categories a:hover {
	background: url(/images/backgrounds/sparkles.gif);
}

#categories h2 {
	margin-bottom: 10px;
}

#categories p {
	margin-top: 5px;
}

#categories #header-basket, #categories p {
	text-align: center;}

#categories ul {
	margin: 0 0 0 160px;
	padding: 0;
	list-style: none;
	text-align: left;}

#categories li {
	display: block;
	margin: 0;
}

#categories li a {
	text-decoration: none;}

#categories a:hover {
	text-decoration: underline;
	color: #cc0d63;
}

#categories li ul {
margin: .15em 0 .35em 1em;
font-style: italic;
}

#header-shopping, #header-more-pages {
margin-left: 160px;
}
	
#categories .collapsed {
	display: none;
}

.search-box {
	margin-left: 160px;
height: 18px;
color: #cc0d63;
background: #fdecf1 url(/images/backgrounds/gradient-text-box.png) repeat-x;
border: 1px solid #cc0d63;
}

.search-box:focus {
background: #fdecf1;
border: 1px solid #cc0d63;
}

#header-shopping, #header-more-pages {
	margin-top: 15px;
}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 80px 20px 0 15px;
	width: 349px;
	min-height: 295px;
	font-size: 1.2em;
	background: url(/images/backgrounds/book-top-right.png) no-repeat;}

	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 170px;
	height: 44px;
	text-align: center;
	background: url(/images/backgrounds/book-bottom.png);}
	
#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;
}
