/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #cc0000;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}

#top /* the background banner image */
{
	background-image: url("/bookshop/images/banner/S.02.banner.jpg");
}

#nav
{
	width: 57%;
	/* more in ie-win-5-6.css */
}

/* home content styles */
#home-content
{
	margin-left:60%;
	padding-top: 1em;
	/* more in ie-win-5-6.css */
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("/template-assets/07/images/icons/001.jpg");
}
#nav div.section2 {
	background-image: url("/template-assets/07/images/icons/002.jpg");
}
#nav div.section3 {
	background-image: url("/template-assets/07/images/icons/003.jpg");
}
#nav div.section4 {
	background-image: url("/template-assets/07/images/icons/004.jpg");
}

