@charset "utf-8";

/*NAVIGATION STYLES for Pye Powder ::::::::::::::::::::::::::::::::::::::::: */

/* AUTHOR:	Chris Wilsdon (Pepperneck Ltd.)
/* DATE:		November 2008


/*MENUBAR____________________________________________________________________*/
div#menubar {
	position:relative;
	background:#e8c252;
	padding:0 40px;
	border-bottom:#604300 1px solid;
	text-align:left;
	}

/*SHOP NAVIGATION____________________________________________________________*/
div#shopnav {
	padding:6px 0 9px;
	}
div#shopnav ul {
	background:url(/images/layout/shopnavbg.png) 0 0 no-repeat;
	margin:0 auto;
	width:560px;
	}
div#shopnav ul li {
	float:left;
	margin-bottom:0;
	}
div#shopnav ul li a {
	display:block;
	width:100%;
	height:0;
	padding-top:15px;
	overflow:hidden;
	}
div#shopnav ul li a:hover {
	background:url(/images/layout/shopnavbg.png) no-repeat;
	display:block;
	}
div#shopnav ul li#sn-leominster {
	width:147px;
	}
div#shopnav ul li#sn-ludlow {
	width:97px;
	margin:0 75px;
	}
div#shopnav ul li#sn-ross-on-wye {
	width:166px;
	}
div#shopnav ul li#sn-leominster a:hover {
	background-position:0 -15px;
	}
div#shopnav ul li#sn-ludlow a:hover {
	background-position:-222px -15px;
	}
div#shopnav ul li#sn-ross-on-wye a:hover {
	background-position:100% -15px;
	}

/*PRODUCT NAVIGATION_________________________________________________________*/
div#products {
	position:absolute;
	background:url(/images/layout/productnav-btm.gif) 0 bottom no-repeat;
	top:0;
	left:36px;
	width:188px;
	padding-bottom:11px;
	}
html > body div#products {
	background-image:url(/images/layout/productnav-btm.png);
	}
div#products h3 {
	background:#604300;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	line-height:1;
	width:144px;
	padding:0.3885em 18px 0.3885em;
	border-bottom:#604300 1px solid;
	margin:0 4px;
	}
div#products ul {
	margin-bottom:0;
	}
div#products ul li {
	display:block;
	float:left;
	width:140px;
	border-bottom:#c6c7c8 1px solid;
	margin:0;
	}
div#products ul li a:hover {
	background:url(/images/layout/navbullet-hover.gif) 100% 50% no-repeat;
	color:#604300;
	}
div#products ul#productnav {
	background:url(/images/layout/productnav-repeat.png) repeat-y;
	padding:0.3em 4px 0.1em 24px;
	}
div#products ul ul.byrange {
	padding:0.5em 0;
	}
div#products ul ul.byrange li a {	
	padding:0.2em 5px;
	background:#FFF;
	font-size:1.1em;
	}
div#products ul ul.bycategory {
	padding:1.0em 0 1.5em;
	}
div#products ul li#pn-sculptures {
	border:0;
	}
div#products ul a {
	display:block;
	padding:0.2em 0;
	font-size:1.3em;
	color:#000000;
	}
div#products ul a:hover {
	text-decoration:none;
	}
div#products ul ul {
	margin:0;
	border-top:#c6c7c8 1px solid;
	width:160px;
	}
div#products ul ul li {
	width:160px;
	border:0;
	}
div#products ul ul li a {
	padding:0.2em 5px;
	font-size:1.0em;
	}
div#products ul ul li.odd a {
	background:#F4F4F4;
	}
div#products ul ul li a:hover {
	background:#E8C252;
	color:#000;
	}
div#products ul ul.byrange li a {
	font-weight:bold;
	}
ul#productnav ul.bycategory a {
	color:#0363C0;
	}

/*GLOBAL NAVIGATION__________________________________________________________*/
ul#globalnav {
	float:right;
	margin-bottom:0;
	}
ul#globalnav li {
	display:inline;
	float:left;
	margin-bottom:0;
	}
ul#globalnav li a {
	display:block;
	padding:0.4em 1.0em;
	text-decoration:none;
	font-size:1.1em;
	color:#000000;
	}
ul#globalnav li a:hover {
	background-color:#E2DDCB;
	}

/*END::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/