/* Login Options
---------------------------------- */
#loginOptions{
	background:#f9f9f9;
	border-top:solid 1px #efeff2;
	border-right:solid 1px #ebf2f1;
	border-bottom:solid 1px #ebf2f1;
	border-left:solid 1px #e8eaea;
	float:right;
	}
#loginOptions ul{margin:0;
	border-top:solid 1px #ffffff;
	padding:0 2em;
	}
#loginOptions li{
	list-style:none;
	padding:.6em .2em;
	float:left;
	margin:0;
	position:relative;
	}
#loginOptions li a{text-decoration:none;
	color:#3b3b3b;
	font-weight:bold;
	padding: 0 1.6em;
	}
#loginOptions li a#register{background:url(../images/register_icon.gif) no-repeat center left;
	}
#loginOptions li a#login{background:url(../images/login_icon.gif) no-repeat center left;
	}
#loginOptions li a#contact{background:url(../images/contact_icon.gif) no-repeat center left;
	}
#loginOptions li a#help{background:url(../images/help_icon.gif) no-repeat center left;
	}
#loginOptions li a#forum{background:url(../images/forum_icon.gif) no-repeat center left;
	padding-right:0;
	}
/* Tool Tips
-----------------------------*/
#loginOptions li .tips{
	clear:both;
	width:20em;
	border:1px solid #FFD324;
	margin: 1em 0 0 0;
	padding:1em;
	position:absolute;
	left:-18em;
	display:none;
	background: #FFF6BF;
	color: #817134;
}
#loginOptions li .tips:before{
	display:block;
	position:absolute;
	content:url(../images/yellow_tiptop_pointer.gif);
	margin:-1.7em 0 1em 85%;
	}

#loginOptions li:hover .tips{
	display:block;
}
#logo{
	display:block;
	width:221px;
	height:40px;
	margin: 0 0 .5em 0;
	background:url(../images/logo.gif) no-repeat;
}
#logo a{
	text-decoration:none;
}
#logo a:hover{
	text-decoration:none;
}

		
/* Returning Customer Welcome
---------------------------------- */
li#welcomeMessage{
	margin-right: 1.5em;	
	}
li#welcomeMessage a{
	font-weight: normal;
	padding:0;
}

/* Global Panel
-----------------------------*/
#headPanel{
background:#fafafa url(../images/head_panel.gif) no-repeat;
clear:both;
padding:1.6em 0 .6em 0;
}
#headPanel a{
	text-decoration:none;
	color:#4e4e4e;
	font-weight:bold;
	border:solid 1px #828282;
	padding:.2em 1.2em .3em .5em;
	font-size:95%;
	background:#eeeeee url(../images/panel_button.gif) no-repeat center right;
}
#headPanel a:hover{
	background-image:url(../images/panel_button_hov.gif);
	color:#3b3b3b;
}
#headPanel .panel{
	background:#f9f9f9;
	border-top:solid 1px #fcfcfc;
	border-right:solid 1px #ebf2f1;
	border-bottom:solid 1px #dfe6e5;
	border-left:solid 1px #e8eaea;
	height:3em;
	float:right;
	margin:0 3em 0 0;
}
#productFinder{
	background:#f9f9f9;
	border-top:solid 1px #fcfcfc;
	border-right:solid 1px #ebf2f1;
	border-bottom:solid 1px #dfe6e5;
	border-left:solid 1px #e8eaea;
	margin:0em 2em 0 1em;
	padding:.5em .5em .4em .5em;
	float:right;
	margin-right:3.5em;
	display:inline;
	}
	input#searchBox{
	border:1px solid #90CB26;
	}
#quickBasket{
	float:left;
	margin:.5em 0 0 3em;
}
	#quickSummary{
		float:left;
		border:solid 1px #3b3b3b;
		background:#ffffff;
		color:#4e4e4e;
		padding:.2em .4em;
		margin:.5em 1.5em 0 1em;
		}
	#headPanel #checkout_bt{
		float:left;
		margin:.5em 1em 0 0;
		border: 1px solid #699e5a;
		background:#57874a url(../images/green_button_bg.gif) no-repeat right;
		color: #ffffff;
		}
	#showBasket_bt{
		float:left;
		margin:.5em .5em 0 1em;
		}
#headPanel .panelGroup{
	background:#f9f9f9;
	border-top:solid 1px #fcfcfc;
	border-right:solid 1px #ebf2f1;
	border-bottom:solid 1px #dfe6e5;
	border-left:solid 1px #e8eaea;
	height:3em;
	float:left;
	width:48em;
	margin-left:4em;
}
	#azIndex{
		float:left;
		margin:.5em 0 0 0;
		}
	#vatToggle{
		float:right;
		margin:.5em 1em 0 0;
		}
	#shopBrand{
	float:left;
	margin:.5em 1em 0 1em;
	}


/* Global Navigation
---------------------------------- */

.panelGroup ul{
	margin:0;
}

.panelGroup ul li{
	float:left;
	list-style:none;
	position:relative;
	z-index:200;
}

.panelGroup ul li ul{
	position:absolute;
	width:100px;
	margin:0;
	display:none;
	border:1px solid #000000;
}

.panelGroup ul li:hover ul, .panelGroup ul li.hover ul{
	display:block;
	height:auto;
	top:27px;
	left:0px;
}

.panelGroup li li{
	float:none;
	color:#000000;
	background:#f9f9f9;
	padding:5px;
	line-height:1.6em;
}

.panelGroup li li:hover, .panelGroup li li.hover{
	color:#FFFFFF;
	background:#000000;
}

.panelGroup li li span{
	cursor:hand;
}

ul#nav{
	clear:both;
	margin:0;
	background:#3b3b3b url(../images/global_ul_bg.gif) no-repeat right top;
}
ul#nav li{
	float:left;
	list-style:none;
	position:relative;
	padding:0;
	margin:0;
	background:#3b3b3b;
	z-index:400;
}
ul#nav li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	padding:.6em .8em .7em;
	margin:0;
	font-weight:bold;
	background:#3b3b3b url(../images/global_nav_bg.gif) no-repeat right top;
}
ul#nav li:hover a{
	background:#3b3b3b url(../images/global_nav_hov.gif) repeat-x right top;
}
ul#nav li a:hover{
	background:#f88900 url(../images/global_nav_hov.gif) repeat-x right top;
}
ul#nav li.welcome a.welcome{
	background:#ff8800 url(../images/bg3.gif) no-repeat right top;
}
ul#nav li.welcome{ 
	padding-left:5px; 
	background:#ff8800 url(../images/bg3.gif) no-repeat top left
}
ul#nav li ul{
	position:absolute;
	width:155px;
	top:2.8em;
	margin:0;
	display:none;
	padding:0 0 2em 0;
	border:none;
}
ul#nav li:hover ul, ul#nav li.hover ul{
	display:block;
	left:-1px;
	background:#5c5c5c url(../images/navul.png) no-repeat center bottom;
	height:auto;
}
ul#nav li:hover #last{margin:0;
	left:auto;
	right:0px;
}
ul#nav li li{float:none;
	background:none;
	line-height:1.6em;
}
ul#nav li li:hover{
	background:#4e4e4e;
}
ul#nav li li a, ul#nav li:hover li a{
	float:none;
	color:#ffffff;
	background:none;
	padding:.3em 1em;
	margin:0;
	font-weight:normal;
}
ul#nav li li a:hover{
	background:#4e4e4e;
}


/*Global Top & Bottom Banner Zones
---------------------------------- */

#globalTopBanner{
	height:15px;
	background:url(../images/bg1.gif) repeat-x;
}

/*Global Footer
---------------------------------- */

#footer{
	margin:1em 0 0 0;
	}
	#footerTop{
		border-top:solid 1px #eaeaea;
		border-bottom:solid 1px #eaeaea;
		padding:.5em 0;
		}
		#footerTop a{
			color:#6b6b6b;
			margin: 0 .5em;
			}
		#footerTop a.footerPrint{
			float:right;
			background:url(../images/printer_icon.gif) no-repeat left center;
			padding:.2em 2em;
			}
		#footerTop a.toTop{
			float:right;
			border:0;
			margin:-0.4em 3.5em 0 0;
			padding:0;
		}

#footerMain{
	background:#f8f8f8 url(../images/footer_lid.gif) no-repeat;
	padding:2em 0 2em 5em;
	margin: 1em 0 0 0;
	}
#footerMain ul{
	float:left;
	margin:.5em 1em;
	width:200px;
	padding-left:40px;
	}
#footerMain ul li{
	list-style:none;
	margin:.4em 0 0 1.5em;
	}
#footerMain ul li.footerHeading{
	background: url(../images/footerlistheads.gif) no-repeat center center;
	font-weight:bold;
	text-align:center;
	line-height:3em;
	margin: 0;
	}
address{
	font-style:normal;
	margin:-1.5em 0 0 5em;
	}
#copyright{
	background:#3b3b3b url(../images/copy_mid.gif) repeat-x 0 center;
	color:#ffffff;
	text-align:center;
	}
	#copyright:before{
		content:url(../images/copy_top.gif);
	}
	#copyright:after{
		content:url(../images/copy_base.gif);
	}
#footerLogos{
	margin:.5em 0;
	float:right;
	}
#footerLogos a img{
	border:solid 1px #eaeaea;
	margin-left:.3em;
	}
#footerMain a.mailtoLink{
	margin-left: 2.65em;
}


/*A - Z Index Menu
---------------------------------- */
#indexWindow{
	padding:0;
	margin:0;
	border:0;
	position:absolute;
	width:854px;
	top:160px;
	left:50%;
	margin-left:-427px;
	display:none;
	}
#indexWindowHeader{background:url(../images/white_plate.png) no-repeat center top;
	padding:.6em;
	}
.indexBar{background:url(../images/indexbar_bg.gif) no-repeat;
	width:754px;
	margin:0 auto;
	padding:.5em 0;
	margin-top:1em;
	}
.indexBar h4{
	text-align:center;
	text-indent:90px;
	color:#3b3b3b;
	margin:0;
	padding:.4em 0 .8em 0;
	margin-right:90px;
	font-size:100%;
	background:url(../images/indexbar_section.gif) no-repeat right;
	}
.indexBar a#closeIndex{
	float:right;
	background:url(../images/indexbar_close.gif) no-repeat right center;
	font-weight:bold;
	text-decoration:none;
	color:#878787;
	padding:.4em 2em .5em 2em;
	margin-right:2em;
	}
.inner20{
	background:url(../images/white_plate.png) no-repeat center bottom;
	padding:1em 0px 3em 5em;
	margin:0;
	height:100%;
	}
.indexColumn{float:left;
	width:188px;
	margin:0 10px 0 0;
	}
.inner20 div.last{ margin: 0; }
ul.indexList{
	margin:0 0 20px 0;
	padding:0;
	background:#ffffff;
	}
ul.indexList li{list-style:none;
	margin:0 0 0 10px;
	padding:0;
	border:0;
	}
ul.indexList li.indexTitle{background:url(../images/index_title.gif) no-repeat -199px top;
	font-weight:bold;
	padding:5px 0 8px 20px;
	color:#ffffff;
	margin:0 0 5px 0;
	}
ul.indexList li a{text-decoration:none;
	color:#3b3b3b;
	line-height:1.6em;
	}
ul.indexList li a:hover{text-decoration:underline;
	}
ul.indexList li.indexHover, ul.indexList:hover li:first-child{ background: url(../images/index_title.gif) no-repeat; }
ul#indexFooterLinks{
	clear:both;
	margin:0 0 20px 0;
	}
ul#indexFooterLinks li{list-style:none;
	display:inline;
	padding:5px 30px 8px 50px;
	}
ul#indexFooterLinks li a{text-decoration:none;
	font-weight:bold;
	color:#878787;
	}
ul#indexFooterLinks li a:hover{text-decoration:underline;
	}


	/* Branding styles (xmas 07)
	-------------------------------------
	body{
		background:url(../images/xmas_brand.jpg) no-repeat center top;
	}
	#loginOptions{
		background:none;
	}
	#headPanel{
		background:none;
	}
	#headPanel .panel, #headPanel .panelGroup{
		background:none;
	}
	#headPanel *{
		background:none;
	}
	#loginOptions{
		border:solid 1px #ffffff;
	}
	#loginOptions ul{
		border:none;
	}

	#loginOptions li a#register{background:url(../images/xmas_icon.gif) no-repeat center left;
	}
#loginOptions li a#login{background:url(../images/xmas_icon.gif) no-repeat center left;
	}
#loginOptions li a#contact{background:url(../images/xmas_icon.gif) no-repeat center left;
	}
#loginOptions li a#help{background:url(../images/xmas_icon.gif) no-repeat center left;
	}
#loginOptions li a#forum{background:url(../images/xmas_icon.gif) no-repeat center left;
	padding-right:0;
	}
	#logo{
		background:none;
	}*/
