

/*
///////////////////////////////////////
	Clipsal Australia Pty Ltd
	Author:    Kel Andersen
	Modified:  07/01/2009
/////////////////////////////////////// */

/*
///////////////////////////////////////
   GLOBAL TABS
/////////////////////////////////////// */

#global-tabs {
	/*z-index: 2;*/
	/*float: left;*/
	/*position: fixed;*/
	position: absolute;
	overflow: hidden;
	top: 60px;
	width: 30px;
	background-image: url(http://www.clipsal.com/trade/__data/site/design/90/images/nav_tabs.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#global-tabs UL {
	height: 178px;
	/*height: 310px;*/
	margin: 20px 0 0 0;
	padding: 0;
}

#global-tabs UL LI {
	width: 25px;
	margin: 0 0 2px 5px;
	padding: 0;
	list-style: none;
}

#global-tabs UL LI,
#global-tabs UL A {
	display: block;
}

#global-tabs UL LI A {
	text-indent: -9999px;
	text-decoration: none;
}

/* tab slices */
#tab-home A {  height: 95px;  }
#tab-trade A {  height: 79px;  }
#tab-commercial A {  height: 90px; }

/* tab slices - hover */
#tab-home A:hover 			{ background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -65px -20px no-repeat; }
#tab-trade A:hover 			{ background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -65px -117px no-repeat; }
#tab-commercial A:hover 	{ background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -65px -198px no-repeat; }

/* tab slices - active */
body#sHome 			#tab-home A { height: 95px; background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -35px -20px no-repeat; }
body#sTrade 		#tab-trade A { height: 79px; background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -35px -117px no-repeat; }
body#sCommercial 	#tab-commercial A { height: 90px; background: transparent url(http://www.clipsal.com.au/trade/__data/site/design/90/images/nav_tabs.png) -35px -198px no-repeat; }

/*
///////////////////////////////////////
   NAVIGATION - 1st Tier
/////////////////////////////////////// */

#nav {
	float: right;
	overflow: hidden;
	width: 680px;
	height: 36px;
	margin: 10px 0 0 0;
	text-align: right;
	background-image: url(http://www.clipsal.com.au/trade/__data/site/design/90/images/bg_nav_main.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#nav UL {
	float: right;
	position: relative;
	/*width: 670px;*/
	height: 36px;
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
}

#nav UL LI {
	float: left;
	display: inline;
	height: 23px;
	margin: 11px 0 0 0;
	padding: 0 0 0 25px;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav UL LI A {
	display: block;
	height: 18px;
	padding: 2px 0 0 0;
	color: #777777;
	text-decoration: none;
}

#nav UL LI A:hover {
	color: #d53040;
	border-bottom: 3px solid #d53040;
}

/* active */
#nav UL LI .current,
#nav UL LI .current A:hover { color: #d53040; border-bottom: 3px solid #d53040; }


/*
///////////////////////////////////////
   SUB NAVIGATION - 2nd Tier
/////////////////////////////////////// */

#sub-nav { float: left; width: 200px; }

#sub-nav #top {
	overflow: hidden;
	float: left;
	width: 200px;
	height: 42px;
	background-image: url(../images/bg_nav_sub_top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#sub-nav #top H1 {
	overflow: hidden;
	width: 165px;
	height: 1.3em;
	line-height: 1.3em;
	margin: 10px 0 0 15px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#sub-nav #bottom {
	float: left;
	width: 200px;
	height: 8px;
	line-height: 8px;
	font-size: 0;
	background-image: url(http://www.clipsal.com.au/trade/__data/site/design/90/images/bg_nav_sub_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub-nav #content {
	overflow: hidden;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.clipsal.com.au/trade/__data/site/design/90/images/bg_nav_sub.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#sub-nav #content UL {
	overflow: hidden;
	width: 194px;
	margin: 0 3px 0 3px;
	padding: 0;
	list-style-type: none;
	background-color: #f4f4f4;
}

#sub-nav #content UL LI {
	display: block;
	width: 194px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.clipsal.com.au/trade/__data/site/design/90/images/bg_nav_sub_li.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#sub-nav #content UL LI A {
	display: block;
	width: 174px;
	margin: 0;
	padding: 6px 5px 6px 15px;
	color: #707682;
	text-decoration: none;
}

/* hover states */
#sub-nav #content UL LI A:hover {
	color: #707682;
	background-color: #cee7ed;
	background-image: url(http://www.clipsal.com.au/trade/__data/site/design/90/images/bg_nav_sub_li.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#sub-nav #content UL LI:hover { background-color: #cee7ed; }

/* active 2nd tier */
#sub-nav #content .current,
#sub-nav #content .current A:hover { background-color: #cee7ed; background-image: none; }


/*
///////////////////////////////////////
   SUB NAVIGATION - 3rd Tier
/////////////////////////////////////// */

#sub-nav #content UL UL {
	width: 194px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #fcfcfc;
	background-image: url(../images/bg_nav_sub_ul.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub-nav #content UL UL LI {
	width: 184px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	background-image: url(../images/li_indent.gif);
	background-position: 20px 0.4em;
	background-repeat: no-repeat;
}

#sub-nav #content UL UL LI A {
	width: 164px;
	padding: 3px 0 3px 30px;
	color: #9a9a9a;
	text-decoration: none;
}

/* hover states */
#sub-nav #content UL UL LI A:hover { color: #289bb8; }
#sub-nav #content UL UL LI A:hover,
#sub-nav #content UL UL LI:hover { background-color: transparent !important; }

/* active 3rd tier */
#sub-nav #content .current-sub A,
#sub-nav #content .current-sub A:hover { color: #d53040; }

/*
///////////////////////////////////////
   SUB NAVIGATION - 4th Tier
/////////////////////////////////////// */

#sub-nav #content UL UL UL {
	width: 194px;
	margin: 0;
	padding: 0px 0 5px 0;
	list-style: square;
	background-image: none;
}

#sub-nav #content UL UL UL LI {
	width: 184px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	background-image: url(../images/li_arrow.gif);
	background-position: 35px 0.5em;
	background-repeat: no-repeat;
}

#sub-nav #content UL UL UL LI A {
	width: 140px;
	padding: 3px 10px 3px 45px;
	color: #9a9a9a !important;
	text-decoration: none;
}

#sub-nav #content UL UL UL LI A:hover { color: #289bb8 !important; }

/* active 4th tier */
#sub-nav #content .current-subsub A,
#sub-nav #content .current-subsub A:hover { color: #4b2f93 !important;; }

