body {
	background: #fff;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	behavior: url(csshover.htc);
}

#container {
	posiition:absolute;
	margin-top:0;
	margin:auto;
	width:900px;
	background:#fff;
}

#header {
	width:900px;
	height:106px;
	padding-top:20px;
	text-align:right;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
}

#header img {
	margin-right:21px;
}

#header input {
	width:143px;
	margin-right:32px;
	margin-top:9px;
	border:0px solid red;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#abacad;
	background:transparent;
}

#pageimage {
	width:900px;
	height:380px;
	background-color:#f1f1f3;
	z-index:10;
	margin-top:21px;
	border-bottom:1px solid #a8a8a8;
}

#eventsmainpageimage {
	width:900px;
	z-index:10;
	text-align:center;
	background-color:#fff;
}

#topproductlist {
	float:left;
	width:144px;
	height:380px;
	background-image:url(images/categorylist_top_bg.jpg);
	background-repeat:no-repeat;
}

#dropshadow {
	width:900px;
	height:10px;
	margin-top:21px;
	background-image:url(images/drop_shadow.jpg);
	background-repeat:no-repeat;
}

#eventsnav {
	width:900px;
	height:65px;
	margin-top:21px;
}

#eventspageimage {
	width:900px;
	height:380px;
	background-color:#ebebeb;
	z-index:10;
	border-bottom:1px solid #a8a8a8;
}

#productcategoryimage {
	float:right;
	width:756px;
	height:380px;
}

#inner {
	padding:10px;
	margin-top:20px;
}

#leftcol {
	width:200px;
	float:left;
}

#rightcol {
	width:200px;
	float:right;
}

#footer {
	padding:10px;
	font-size:0.9em;
}

#footer .text {
	float:left;
}

#footer .nav {
	float:right;
}

#footer .nav a {
	text-decoration:none;
	color:#000;
}

/*Menus*/
#navigation {
	position:absolute;
	width:900px;
	height:21px;
	margin:126px auto 0 auto;
	background-color:#727272;
	color:#fff;
	z-index:100;
	font-size:12px;
}

ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#nav  li {
	position: relative;
	float: left;
	width:150px;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
}

/* Styles for Menu Items */
ul#nav  li a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 3px;
	border-left: 1px solid #fff;
		margin-bottom:-1px;
	min-height:0;
	*padding-top: 3px;
	}
	
ul#nav  li.firsttop a {
	border:0px;
}

/* commented backslash mac hiding hack \*/ 
* html ul#nav  li a {height:1%;	position:relative;}
/* end hack */ 

/* this sets all hovered lists to red */
#nav li:hover a,#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #fff;
   background-color: #abacae;}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
   color: #000;
   background-color: #d8d9db;
   border-top:1px solid #abacae;
}
#nav li ul li a { padding: 5px; } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul {margin-left:0; } /* show menu*/


/* Sub Category Navigation */

#topproductlist ul {
	margin:0;
	padding:0px;
	list-style:none;
}

#topproductlist ul li {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #a8a8a8;
	font-size:11px;
}

#topproductlist ul li a {
	padding:15px;
	font-size:11px;
	color:#000;
	text-decoration:none;
	display:block;
}

#topproductlist ul li.selected {
	background-color:#d8d9db;
}

#topproductlist ul li a:hover {
	padding:15px;
	display:block;
	background-color:#d8d9db;
}

input[type=text], select {
	border:1px solid #000;
	font-size:1em;
}

input[type=submit] {
	border:1px solid #000;
	font-size:1em;
}

/*Stockists Module Styles*/
#stockistsmodule input.postcode {
	width:6em;
}

#stockistsmodule .name {
	font-weight:bold;
}

/*Product Styles*/

#categorysummary {
	width:308px;
	float:left;
	margin-left:20px;
}

#categorytext {
	width:470px;
	float:right;
	margin-right:20px;
}

#productlist {
	width:470px;
	float:right;
	margin-right:20px;
}

#bundleitemsheader, #relatedheader {
	padding:10px 0;
	border-top:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
	margin-top:-1px;
}

#bundleitems, #related {
	border-bottom:1px solid #9a9a9a;
}

/* Classes for the Editor */

/* Underlined heading */

h6 {
	font-size:1.1em;
	border-bottom:1px solid #9a9a9a;
	font-weight:normal;
	padding-bottom:5px;
}