@import url("w3c.css");

body {
	background: url(images/background.gif) repeat-y;
}

#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;
}

/* Single-line nav bar button */
#nav_bar .nav {
	display: block;
	width: 127px;
	height: 22px;
	padding-top: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: white;
}

#nav_bar a.nav {
	display: block;
	width: 127px;
	height: 22px;
	padding-top: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: black;
}

#nav_bar a.nav:hover {
/*	background: #F3E4F7;*/
/*	Use image to get around a Safari bug. */
	background: url(images/lt_pink.gif) repeat;
}

/* 2-lined nav bar button. */
#nav_bar .nav2l {
	display: block;
	width: 127px;
	height: 36px;
	padding-top: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: white;
}

#nav_bar a.nav2l {
	display: block;
	width: 127px;
	height: 36px;
	padding-top: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: black;
}

#nav_bar a.nav2l:hover {
/*	background: url(images/lt_pink.gif) repeat;*/
	background: #F3E4F7;
}

/* 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: 150px;
	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;
}

.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;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

/* Special offers */
.spothighlighttable {
	margin-bottom: 12px;
	margin-right: 12px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

.spothighlighttableimage {
	margin-left: 1px;
	margin-right: 0px;
}

/* Cart display on each page */
.shoppingcart {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.shoppingcartcontents {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
}

a.shoppingcartcontents {
	color: #7F0F9B;
	text-decoration: underline;
	padding-left: 0px;
}

a.shoppingcartcontents:focus {
	outline: none;
}


/* 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;
}

/* 'Q' and 'A' for the FAQs page - Big, bold, and pink. */
.faqqa {
	font-family: Arial, sans-serif;
	font-size: 23px;
	color: #CE8BDB;
}

/* The Question text in the Q+A's. */
.faqquestion {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

/* The Answer text in the Q+A's. */
.faqanswer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

/* 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
}

