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

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

#header {
	width:900px;
	height:165px;
	padding-top:20px;
	text-align:right;
	background-image:url(../images/header_bg.jpg);
	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:1px;
	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:0px;
	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:0px;
	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:165px auto 0 auto;
	background-color:#E7416E;
	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:128px;
}
	
#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: #dc8989;}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
   color: #000;
   background-color: #ffcccc;
   border-top:1px solid #dc8989;
}
#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:2px;
	margin:5px 0px 5px 0;
	font-size:11px;
	font-weight:bold;
	color:#FF3366;
	text-decoration:none;
	display:block;
}

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

#topproductlist ul li a:hover {
	padding:2px;
	margin:5px 0px 5px 0;
	display:block;
	background-color:#d8d9db;
}

/* DIY */
#topproductlist li ul {
	position: absolute;
	background-color:#F3F3F5;
	border-right:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
	margin-left: -999em; /* hide menu from view */
	margin-top: -46px;
	top: auto;
	left:auto;
}
#topproductlist li ul li {
	display: block;
    clear: both;
	width: 120px;
}
#topproductlist li:hover ul,#topproductlist li.over ul {margin-left:145px; } /* show menu*/
/* DIY */

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;
}
/* page navigation */
.page-navigation{
	float:right;
}
.page-navigation a{
	float:left;
	border:1px solid #cccccc;
	padding:0 5px;
	margin:0 3px;
	height:19px;
	color:#000;
	text-decoration:none;
}
.page-navigation span.first{
	padding:0 5px;
	height:19px;
	float:left;
	margin:0 3px;
	cursor:default;
	color:#999999;
	background:#f8f8f8;
	border:1px solid #cccccc;	
}
.page-navigation a.pre{
	background:#ffffff;
	padding:0 5px;
	height:19px;
}
.page-navigation span.pre{
	padding:0 5px;
	float:left;
	height:19px;
	margin:0 3px;
	cursor:default;
	color:#999999;
	background:#f8f8f8;
	border:1px solid #cccccc;	
}
.page-navigation a.next{
	padding:0 5px;
	height:19px;
	line-height:19px;
	margin-right:0;
}
.page-navigation span.next{
	float:left;
	padding:0 5px;
	margin:0 3px;
	height:19px;
	line-height:19px;
	cursor:default;
	color:#999999;
	background:#f8f8f8;
	border:1px solid #cccccc;	
}
.page-navigation span.last{
	float:left;
	padding:0 5px;
	margin:0 3px;
	height:19px;
	line-height:19px;
	cursor:default;
	color:#999999;
	background:#f8f8f8;
	border:1px solid #cccccc;	
}
#wrap .page-navigation a.now{
	border:none;
	color:#ff3e00;
	font-weight:700;
}
.page-navigation .etc{
	float:left;
	margin:0 5px;
}
#page_bottom{
	padding:10px 0 15px;
}
.page-navigation .view{
	cursor:pointer;
	width:46px;
	height:20px;
	border:0;
	text-indent:-199em;
}
/* header div */
#header-div {
	position:relative;
	margin-top:0;
	margin:auto;
	width:900px;
}

#submenu-div {
	margin: 0;
	height: 20px;
}

#submenu-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#submenu-div li {
  float: right;
  padding: 0 10px;
  margin: 3px 0;
}

#submenu-div a:visited, #submenu-div a:link {
  color: #000;
  text-decoration: none;
}

#submenu-div a:hover {
  color: #FF3366;
  text-decoration: underline;
}
#position {
  	margin: 0 0 20px 0;
	color: #CCC;
	height: 20px;
}
#position a:visited,#position a:link{
  	margin: 0;
  	color: #333;
	text-decoration: none;
}
#position a:hover{
  	margin: 0;
  	color: #FF3366;
	text-decoration: underline;
}
