body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(/console_images/background.gif);
}


/* General colouring styles here */



/* Structural divs below here */

#container {
	width: 862px;
	height: auto;
	margin-right: auto;
	margin-left:  auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}

#top_banner {
	background-image: url(console_images/button_bar.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 862px;
	float: left;
}

#buttons {
	background-image: url(console_images/button_bar.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 862px;
	float: left;
}

#header {
	background-image: url(console_images/button_bar.gif);
	background-repeat: no-repeat;
	height: 128px;
	width: 862px;
	float: left;
}

#content_area {
	background: url(images/content_shade.gif) repeat-x;
	width: 822px;
	margin: 0px;
	padding: 20px;
	height: auto;
	float: left;
}

#content_area p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#content_area ul {	
	font-size: 13px;
	margin: 0px;
	padding-left: 3em;
    list-style-type: disc;
}

#content_area h1 {
	font-size: 15px;
	font-weight: bold;
	color: #6C0659;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#content_area h2 {
	font-size: 13px;
	font-weight: bold;
	color: #6C0659;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
#content_area h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6C0659;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

#products {
}
 
#products p {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	color: #666;
}

#products h1 {
	font-size: 10px;
	color: #6C0659;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.product_area {
	margin: 0px;
	padding: 8px;
	height: 200px;
	width: 208px;
	background-image: url(product_images/product_background.gif);
	float: left;
}

.product_area img {
	margin: 0px;
	padding: 0px;
	}

.product_content {
	margin: 0px;
	float: left;
	height: 60px;
	width: 200px;
	padding-top: 6px;
	padding-right: px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.product_area_spacer {
	margin: 0px;
	height: 200px;
	width: 40px;
	float: left;
	padding: 0px;
}

.product_area_spacer_clear {
	margin: 0px;
	height: 40px;
	width: 752px;
	clear: both;
	padding: 0px;
	background-repeat: repeat-x;
}

.product_area_spacer_clear2 {
	margin: 0px;
	height: 40px;
	width: 752px;
	clear: both;
	padding: 0px;
	background-image: url(console_images/vertical_spacer_background.gif);
	background-repeat: repeat-x;
}
.product_area_spacer_clear3 {
	margin: 0px;
	height: 40px;
	width: 752px;
	clear: both;
	padding: 0px;
	background-image: url(console_images/vertical_spacer_background2.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 862px;
	height: 72px;
	float: left;
	background-image: url(/images/h_line.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8px;
	font-weight: normal;
	color: #8D8D8D;
	letter-spacing: 2px;
}

/* Sets the lists, mainly for the CSS drop-down menus */

#buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#buttons ul li {
  display: block;
  position: relative;
  float: left;
}

li ul { 
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	width: 121px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 29px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-style: none;
	border-left-width: 1px;
	border-left-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

li:hover ul {
	position: absolute;
	display: block;
	}

/* Clear required for IE6 */

li:hover li {
	clear: both;
	font-size: 11px;
	color: #FFF;
}

/* Below sets the different backgrounds when hovered. */

ul.masthead li:hover {
	background-image: url(console_images/button_bar_r.gif);
}

ul.masthead li:hover a {
	color: #FFF;
}

