@charset "UTF-8";
body {
	background-image: url(images/page-bg2.gif);
	padding-top: 0px;
	margin: 0px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#FF0000;
}
.shell {
	background-color: #FFFFFF;
	background-image: url(images/page-bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 950px;
	min-height: 510px;
}
.nav1 {
	margin-top: 24px;
	padding: 0px;
	left: 275px;
	position: absolute;
	background-image: url(images/nav-bg.gif);
	height: 37px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.nav1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	height: 35px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 11px;

}
.nav1 a:visited {
	text-decoration:none;
	color:#000000;
}
.nav1 a:hover {
		text-decoration:none;
}
.contentArea {
	left: 85px;
	position: relative;
	background-color: #FFFFFF;
	padding: 15px 10px 0px 10px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	width: 840px;
	margin-top: 85px;
}
.clear {
	clear: both;
}

.contentArea h1 {
	color: #FF0000;
}
.contentArea p {
	width: 580px;
	line-height: 1.2em;
	font-size: 0.9em;
}
.contentArea h3 {
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
.contentArea h4 {
	font-style: italic;
}
.tagline {
	position: relative;
	left: 300px;
	top: 80px;
	width: 400px;
}
.nav1 a:hover {
	background-image:url(images/nav-bg_over.gif);
	background-repeat: repeat-x;
		background-position:top;
}

/*
 * Shopping Cart CSS
 */


.cart th {
	background-color: #CCCCCC; 
}
.cart {
	font-size: 0.9em;
	text-align: center;
}
.cart a {
	display: block;
	text-align: left;
}
/* Cross out original price */
.orig_price {
	text-decoration: line-through;
	margin-right: 10px;
}
.price_col {
	background-color: #DDDDDD;
	text-align: right;
}

/*
 * Form CSS
 */
.col_name {
	font-weight: bold;
	font-size: 0.7em;
}
.col_value {
	font-size: 0.7em;
}
.col_wname {
	font-size: 0.7em;
	text-align: center;
	border-top:solid #000000 1px;
	border-bottom:solid #000000 1px;
}

/*
 * Category CSS Menu
 */
ul.categoryMenu, ul.categoryMenu ul {
  width: 100px;                 /* sets the size of the menu blocks */
  border: 1px solid #000;      /* puts a black border around the menu blocks */
  background-color: #FFFFFF;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.categoryMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000;                 /* sets the default font colour to white */
}
ul.categoryMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 95px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.categoryMenu li:hover, ul.categoryMenu li.CSStoHighlight {
  background-color: #ffa;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.categoryMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.categoryMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.categoryMenu li a {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
}
ul.categoryMenu li a:hover, ul.categoryMenu li a.CSStoHighLink {
	color: #000;
	text-decoration: underline;
}
ul.categoryMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
#flash {
	text-align: right;
}
.floatRight {
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	background-color: #000000;
	clear: both;
	height: 100px;
	width: 950px;
}
#footer .content {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#footer a {
	margin-right: 20px;
	color: #FFFFFF;
}
