@import url("w3c.css");

body {
	background: white;
}

#top_left_composite {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 156px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#top_rule {
	position: absolute;
	top: 156px;
	left: 0px;
	width: 100%;
	height: 9px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background: url(images/toprule.gif) repeat-x;
	layer-background-image: url(images/toprule.gif);
}

#round_corner {
	position: absolute;
	top: 165px;
	left: 141px;
	width: 26px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

#nav_bar {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 141px;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	background: #CE8BDB;
}

/* The raised (R) after "About Barmon", which has to be at
 * a very small font.
 */
#nav_bar .raisedr {
	font-size: 8px;
}

#main_content {
	position: absolute;
	top: 174px;
	left: 9px;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	z-index: 3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

/* Main text style without the box. */
#main_content .main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

#main_content a.main {
	color: #7F0F9B;
	text-decoration: underline;
}

#shoppingcartform {
	margin: 0px;
}

.foot {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

a.foot {
	color: white;
	text-decoration: none;
}

a.foot:hover {
	color: white;
	text-decoration: underline;
}

.caption {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a.caption {
	text-decoration: none;
	color: black;
}

a.caption:hover {
	text-decoration: underline;
}

/* Magazine covers */
.captionedpicturetable {
	margin-left: 7px;
}

/* Special offers */
.spothighlighttable {
	margin-bottom: 12px;
	margin-right: 12px;
}

.spothighlighttableimage {
	margin-left: 1px;
	margin-right: 0px;
}

/* Cart display on each page */
.shoppingcart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.shoppingcartcontents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
}

a.shoppingcartcontents {
	color: #7F0F9B;
	text-decoration: underline;
	padding-left: 0px;
}


/* List items */
ul {
	line-height: 19px;
}

ul li {
	color: #CE8BDB;
	list-style: square outside;
}

/* Links in list items. */
a.list {
	color: #7F0F9B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

a.list:hover {
	color: #7F0F9B;
	text-decoration: underline;
}

/* Addresses.*/
.address {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	color: black;
}

/* Style for block quote - eg. used for indentations on
 * the "Privacy Policy" page.
 */
.blockq {
	margin-right: 0px
}

