/* ****** COLOURS ******

#000		Black
#FFF		White
#060		Dark Green - used in section headers and nav bars
#709762		Middle Green - header cells on listproduct tables
#E6F0E6		Light Green - Box background and section head/nav bar rollovers
#507742		Showproduct Prices
#A00000		Middle Red - addcart prices
#900		Dark Red - text link
#666		Dark Grey - sidebar list rollovers

****************** */

/* ****************** BASIC SETUP ***************** */

body, td, p, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:90%;
	margin:0;
	text-align:center;
}
p
{
	margin-top: 		0px;
}
a {
	color:#900;
	cursor:pointer;
}
* html a 	{cursor:hand;} /* Only IE sees this. */

img {display: block;}


/* ****************************  BASIC PAGE SETUP LAYOUT ********** */

/* **************************************************** */
/*	For an EM based (expanding) site					*/
/*		#page		 {width:53em;}						*/
/*		#leftColumn  {width:9.5em;min-width:9.5em;}		*/
/*		#rightColumn {width:9.5em;min-width:9.5em;}		*/
/*		#breadcrumbs {margin: 0}						*/
/*		#content	 {margin: 0 10.5em 0 10.5em;}		*/
/* **************************************************** */

#page {			/* Entire site */
	width:779px;
	margin: 0px auto;
	text-align: left;
}
#headerBlock {} /* Site Header */

#bodyBlock { /* Content and Columns */
	clear:both;
	min-height:32em;
	position:relative;
	margin-top:0.5em;
}
* html #bodyBlock {height:32em;}

#contentColumn {  /* The big wahoonie */
	margin: 0 0 0 160px;
	line-height:150%;
}

#leftColumn {		/* Left Column */
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	min-width:150px;
	line-height:1.2;
	text-align:left;
}
#rightColumn { 		/* Right Column */
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	min-width:150px; 
	line-height:1.2;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	text-align: 		center;
	padding:			5px 10px;
	margin: 			20px 0px;
	font-size:  		0.7em;
	background-color:   #cfc176;
	color:      		#000;
	font-weight:		700;
	height: 			40px;
}
#footerBlock #copy
{
	text-align: 		left;
	line-height:    	20px;
}
#footerBlock #address
{
	float:  			right;
	text-align: 		right;
	line-height:    	20px;
}
#footerBlock a,
#footerBlock a:visited,
#footerBlock a:hover
{
	color:  			#fff;
	text-decoration:	none;
}

/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

#tellAFriend
{
	width:  		444px;
	margin: 		0px auto;
	text-align: 	left;
	font-size:  	1em;
}


/* ********************* HEADER ************************************* */

h1
{
	font-size:  					0.7em;
	margin: 						5px 0;
}

#pageheader
{
	height: 						160px;
	margin: 						0;
	position:   					relative;
}
	#headerLeft1
	{
		position:  					absolute;
		top:						0px;
		left:						0px;
		display:					inline;
		float:  					left;
		clear:  					none;
	}
	#headerRight
	{
		margin: 					0px 0px 0px 242px;
		background-color:   		#000;
		height: 					124px;
		margin-bottom:  			2px;
	}

#navTop
{
	background-color:   			#cfc176;
	border-top:						1px solid black;
	border-bottom:					1px solid black;
	line-height:					18px !important;
	height: 						18px !important;
	font-size:  					0.7em;
	color:  						#fff;
	margin: 						0px 0px 0px 242px;
	padding:						0px 10px 0px 0px;
	text-align: 					right;
}
	#navTop ul
	{
		margin: 					0px;
		padding:					0px;
	}
	#navTop a,
	#navTop a:visited
	{
		font-weight:				700;
		color:  					#000;
		text-decoration:			none;
		font-size:  				1em;
	}
	#navTop a:hover
	{
		color:  					#fff;
	}
#navHome
{
	display:						inline;
	margin: 						0px;
}
	#navHome li
	{
		display:					inline;
		margin: 					0;
		border-left:				2px solid black;
		padding:					0px 5px;
	}
	#navHome li.first
	{
		display:					inline;
		margin: 					0;
		padding:					0px 5px 0px 0px;
		border-left: 				0px solid black;
	}
/* ************************* LEFT/RIGHT COLUMNS ***************************** */

	#leftColumn
	{
		font-size:1em;
	}

	#leftColumn input
	{
		font-size:0.9em;
		margin:1px;
		display:block;
	}

	#leftColumn p,
	#leftColumn form
	{
		margin:0px;
	}

	#leftColumn h2
	{
		line-height:			28px;
		background-color:   	#ece6c8;
		margin: 				0px;
		padding:				0px;
		font-size:  			1em;
		color:#000;
		white-space:			nowrap;
		font-weight:			700;
		background-image:   	url(../businessleaders/statimages/boxTL.gif);
		background-repeat:  	no-repeat;
		background-position:	left top;
		text-align: 			center;
	}
	#leftColumn h2 span
	{
		display:				block;
		background-image:   	url(../businessleaders/statimages/boxTR.gif);
		background-repeat:  	no-repeat;
		background-position:	right top;
		vertical-align:		 	middle;
		padding: 				4px 0px;
	}
	#leftColumn h2 span img
	{
		vertical-align:		 	middle;
		margin: 				4px;
	}
	#leftColumn h2 a 
	{
		text-decoration:		none;
		color:  				#fff;
	}
	#leftColumn h2 a:hover
	{
		color:  				#fff;	
	}
	#leftColumn .sidebarLinkSpacer 
	{
		line-height:			7px;
	}
	#leftColumn .boxBody
	{
		background-color:   	#ece6c8;
		color:	  				#000;
		margin:		 			0px;
		padding:				10px;
		font-size:	  			75%;
	}

	#leftColumn .boxBody a
	{
		text-decoration:		none;
	}

	#leftColumn .boxBottom
	{
			background-color: #ece6c8;
			background-image: url(../businessleaders/statimages/boxBR.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			padding:0px;
			margin:0px 0px 10px 0px;
	}
	#leftColumn ul
	{
		margin: 				-10px 0px -10px 0px;
		padding:				0px 0px 10px 10px;
	}
	#leftColumn ul li 
	{
		font-size:  			0.8em;
		line-height:			1.5em;
		font-weight:			700;
		color:  				#000;
		margin: 				0px;
		padding:				0px 0px 0px 20px;
		list-style-type:		none;
		background-image:   	url(../businessleaders/statimages/listbullet.gif);
		background-repeat:  	no-repeat;
		background-position:	left;	
	}
	#leftColumn ul li a
	{
		color:  				#000;
		text-decoration:		none;
	}
	#leftColumn ul li a:hover
	{
		color:  				#000;
	}
	#leftColumn .button
	{
		margin: 				5px;
		text-align: 			right;
	}
	#leftColumn .buttonGo
	{
		display:				inline !important;
		margin: 				4px 1px;
		border-width:   		0px;
	}

/* ********************* CONTENT ********************* */

#homePageStory {
	display:block;
	width:			440px;
}

/* **************************  iNEWS  ********************************** */

#inews h2
{
	line-height:				26px;
	background-color:   		#fff;
	margin: 					0px 0px 7px 0px;
	padding:					0px 0px 0px 2px;
	font-size:  				1.4em;
	color:  					#cfc176;
	font-weight:				700;
	border-bottom:  			1px solid #cfc176;
}

#inews h2 span
{
	display:					block;
}

	#inews h2.ul,
	#inews h2 span.ul {
		background-position: left top;
		background-image: url(../businessleaders/statimages/nav_UL.gif);
		padding:0px;
	}
	#inews h2 span.ur {
		background-position: right top;
		background-image: url(../businessleaders/statimages/nav_UR.gif);
	}
	#inews h2 span.ll {
		padding-left:10px;
		background-position: left bottom;
		background-image: url(../businessleaders/statimages/nav_LL.gif);
	}
	#inews h2 span.lr {
		background-position: right bottom;
		background-image: url(../businessleaders/statimages/nav_LR.gif);
	}
#inews .contentArea {
	font-size:85%;
	line-height:130%;
	padding:0 0.5em;
}

/* **************************  iCommerce   ********************************** */


#contentColumn #shoppingCart h2
{
	line-height:				26px;
	background-color:   		#fff;
	margin: 					0px 0px 7px 0px;
	padding:					0px 0px 0px 2px;
	font-size:  				1.4em;
	color:  					#cfc176;
	font-weight:				700;
	border-bottom:  			1px solid #cfc176;
}

#content #shoppingCart .listing a img
{
	border: 0px none white;
}

#content #shoppingCart a 		{text-decoration:none;}
#content #shoppingCart a:hover 	{text-decoration:underline;}

/* ************  CATDISPLAY / SUBCAT DISPLAY  ************* */

#catDisplay .listing,
#subcatDisplay .listing 
{
	width:			140px;
	float:			left;
	text-align:		center;
	padding:		4px;
}
#subcatDisplay .listingImageArea,
#catDisplay .listingImageArea
{
	width:100px;
	height:100px;
	margin:0px auto 5px auto;
	overflow:hidden;
	border:1px solid black;
}
#subcatDisplay .listing h3,
#catDisplay .listing h3 {
	font-size:0.9em;
	line-height:130%;
	font-weight:bold;
	height:4em;
	margin:0.5em 0;
}

/* ************  LISTPROD DISPLAY  ************* */

#listProduct #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:100%;
}

#listProduct #listingTable td
{
	font-size:  		0.8em;
	border: 			1px solid #FFF;
	background-color:   #ece6c8;
	padding:			8px;
}
#listProduct #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#709762;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#listProduct .listingImageBlock {
	margin: 	0px 8px 0px 0px;
	width:  	200px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:#FFF;
		text-align:center;
	}
	#listProduct .listingImageUnder {}
#listProduct .listingTextBlock {}

#listProduct .label {}
#listProduct h3 {
	font-weight:700;
	margin:0;
	font-size:1.2em;
	margin:0 0 1em 0;
	font-style: 		italic;
}
#listProduct .brand {display:none;}

#listProduct .miscs {font-size:1em;padding-bottom:1em;}
#listProduct .miscs .label {color:#000;font-weight:bold;}
#listProduct .misc  {}
#listProduct .misc1 {}
#listProduct .misc2 {}
#listProduct .misc3 {}
#listProduct .misc4 {}
#listProduct .misc5 {}

#listProduct .desc {}

#listProduct .prices {
	text-align:left;
	color:#000;
	font-size: 1.1em;
	font-weight:700;
	margin:0 0 1em 0;
	padding:0;
	white-space: nowrap;
}
#listProduct .enterprisePrice {}
#listProduct .price1 {}
#listProduct .price2 {}
#listProduct .price3 {}
#listProduct .price4 {}
#listProduct .price5 {}
#listProduct .price6 {}
#listProduct .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#listProduct .qty {font-size:0.9em;margin-top:10px;font-weight:normal;}
#listProduct .qty input {font-size:0.9em;}

#listProduct .gtp input {}
#listProduct .options {}
#listProduct td.cartStuff
{
	padding:		10px 0px;
	text-align: 	right
}

#listProduct td.cartStuff input,
#listProduct td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  SEARCHPROD DISPLAY  ************* */

#searchProduct #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:98%;
}

#searchProduct #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#E6F0E6;
	padding:8px;
}
#searchProduct #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#709762;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#searchProduct .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:#FFF;
		text-align:center;
	}
	#searchProduct .listingImageUnder {}
#searchProduct .listingTextBlock {}

#searchProduct .label {}
#searchProduct h3 {
	font-weight:700;
	margin:0;
	font-size:1em;
	margin:0 0 1em 0;
}
#searchProduct .brand {display:none;}

#searchProduct .miscs {font-size:1em;padding-bottom:1em;}
#searchProduct .miscs .label {color:#000;font-weight:bold;}
#searchProduct .misc  {}
#searchProduct .misc1 {display:none;}
#searchProduct .misc2 {}
#searchProduct .misc3 {}
#searchProduct .misc4 {}
#searchProduct .misc5 {}

#searchProduct .desc {display:none;}

#searchProduct .prices {
	text-align:left;
	color:#000;
	font-size: 1.1em;
	font-weight:700;
	margin:0 0 1em 0;
	padding:0;
	white-space: nowrap;
}
#searchProduct .enterprisePrice {}
#searchProduct .price1 {}
#searchProduct .price2 {}
#searchProduct .price3 {}
#searchProduct .price4 {}
#searchProduct .price5 {}
#searchProduct .price6 {}
#searchProduct .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#searchProduct .qty {font-size:0.9em;margin-top:10px;font-weight:normal;}
#searchProduct .qty input {font-size:0.9em;}

#searchProduct .gtp input {}
#searchProduct .options {}
#searchProduct td.cartStuff {padding:10px 0px;text-align:right;}
#searchProduct td.cartStuff input,
#searchProduct td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  SPECIAL DISPLAY  ************* */

#specialDisplay #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:98%;
}

#specialDisplay #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#E6F0E6;
	padding:8px;
}
#specialDisplay #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#709762;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#specialDisplay .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:#FFF;
		text-align:center;
	}
	#specialDisplay .listingImageUnder {}
#specialDisplay .listingTextBlock {}

#specialDisplay .label {}
#specialDisplay h3 {
	font-weight:700;
	margin:0;
	font-size:1em;
	margin:0 0 1em 0;
}
#specialDisplay .brand {display:none;}

#specialDisplay .miscs {font-size:1em;padding-bottom:1em;}
#specialDisplay .miscs .label {color:#000;font-weight:bold;}
#specialDisplay .misc  {}
#specialDisplay .misc1 {}
#specialDisplay .misc2 {}
#specialDisplay .misc3 {}
#specialDisplay .misc4 {}
#specialDisplay .misc5 {}

#specialDisplay .desc {display:none;}

#specialDisplay .prices {
	text-align:left;
	color:#000;
	font-size: 1.1em;
	font-weight:700;
	margin:0 0 1em 0;
	padding:0;
	white-space: nowrap;
}
#specialDisplay .enterprisePrice {}
#specialDisplay .price1 {}
#specialDisplay .price2 {}
#specialDisplay .price3 {}
#specialDisplay .price4 {}
#specialDisplay .price5 {}
#specialDisplay .price6 {}
#specialDisplay .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#specialDisplay .qty {font-size:0.9em;margin-top:10px;font-weight:normal;}
#specialDisplay .qty input {font-size:0.9em;}

#specialDisplay .gtp input {}
#specialDisplay .options {}
#specialDisplay td.cartStuff {padding:10px 0px;text-align:right;}
#specialDisplay td.cartStuff input,
#specialDisplay td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  SHOWPROD DISPLAY  ************* */

#showProduct .listing {
	margin-top:10px;
}
#showProduct .imageBlock {
	float:right;
	margin:0px 0px 20px 20px;
}
	#showProduct .imageArea {
		max-width:250px;
		border:1px solid #000;
		overflow:hidden;
	}
	#showProduct .imageUnder {}
#showProduct .brand {display:none;}

#showProduct .prices {font-size:0.9em;color:#507742;padding-bottom:1em;}
#showProduct .prices .label {color:#000;font-weight:bold;}
#showProduct .price1 {}
#showProduct .price2 {}
#showProduct .price3 {}
#showProduct .price4 {}
#showProduct .price5 {}
#showProduct .price6 {}
#showProduct .gst {font-size:0.8em;color:#000;padding-left:2em;white-space:nowrap;}

#showProduct .miscs {font-size:0.9em;padding-bottom:1em;}
#showProduct .miscs .label {color:#000;font-weight:bold;}
#showProduct .misc  {}
#showProduct .misc1 {display:none;}
#showProduct .misc2 {}
#showProduct .misc3 {}
#showProduct .misc4 {}
#showProduct .misc5 {}

#showProduct .options   {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
}
#showProduct .options td
{
	font-size:  		0.8em;
	border: 			1px solid #fff;
	background-color:   #ece6c8;
	padding:			2px 6px;
}
#showProduct .listingText {}
#showProduct .cat    {display:none;}
#showProduct .subcat {display:none;}
#showProduct .desc   {font-size:0.8em;}

#showProduct .cartStuff   {}
#showProduct .qty   	  {}
#showProduct .cartStuff input {}		
#showProduct .addCart   	  {}
#showProduct .addCart input	  {border-width:0px;}

/* ************  ADDCART DISPLAY  ************* */

#addBasket .listing {
	margin-top:10px;
}
#addBasket .imageBlock {
	float:right;
	margin:0px 0px 20px 20px;
}
	#addBasket .imageArea {
		max-width:250px;
		border:1px solid #000;
		overflow:hidden;
	}
	#addBasket .imageUnder {}

#addBasket h3 {font-size:0.9em}
#addBasket .brand {display:none;}

#addBasket .miscs {font-size:0.9em;padding-bottom:1em;}
#addBasket .miscs .label {color:#000;font-weight:bold;}

#addBasket .options {font-size:0.9em;padding-bottom:1em;}
#addBasket .options .label {color:#000;font-weight:bold;}

#addBasket #listingAddedToCart {
	font-weight:bold;
	margin:1.5em 0 1em 0;
	text-align:center;
}

#addBasket .bQty,
#addBasket .bPrice,
#addBasket .bTotalPrice
{
	color:#A00000;
}
#addBasket #listingCheckout,
#addBasket #listingViewCart 
{
	text-align:center;
	padding:2px;
}
#addBasket #listingCheckout img,
#addBasket #listingViewCart img
{
	margin:0 auto;
}


/* ************  VIEWBASKET DISPLAY  ************* */

#viewBasket #listingTable
{
	border-collapse:	collapse;
	border-width:   	0px;
	margin: 			10px 0;
	width:  			100%;
}
#viewBasket #listingTable td
{
	font-size:  		0.7em;
	border: 			1px solid #fff;
	background-color:   #fff;
	color:  			#000;
	padding:			8px;
}
#viewBasket #listingTable th
{
	font-size:  		0.7em;
	border: 			1px solid #fff;
	background-color:   #ece6c8;
	color:  			#000;
	font-weight:		700;
	text-align: 		left;	
	padding:			5px 8px;
}
#viewBasket #listingTable th.numberCells,
#viewBasket #listingTable td.numberCells
{
	text-align: 		right;
}

#viewBasket #listingTable th.qtyCell
{
	width:  			130px;
}


#viewBasket .listingImageBlock
{
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:#FFF;
		text-align:center;
	}
	#viewBasket .listingImageUnder {}
#viewBasket .listingTextBlock {}

#viewBasket h3 {
	font-weight:700;
	margin:0;
	font-size:1em;
	margin:0 0 1em 0;
}
#viewBasket .listingBrand {display:none;}

#viewBasket .miscs {font-size:1em;padding-bottom:1em;}
#viewBasket .miscs .label {color:#000;font-weight:bold;}

#viewBasket .options {font-size:1em;padding-bottom:1em;}
#viewBasket .options .label {color:#000;font-weight:bold;}

#viewBasket .desc {display:none;}

#viewBasket .prices
{
	color:  		#000;
	font-size:  	0.9em;
	font-weight:	400;
	margin: 		0 0 1em 0;
	padding:		0;
	white-space:	nowrap;
}
#viewBasket .enterprisePrice {}
#viewBasket .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#viewBasket .qty {height:20px;font-size:0.9em;font-weight:normal;}
#viewBasket .qty input {font-size:0.9em;vertical-align: middle;}

#viewBasket .gtp input {}
#viewBasket td.cartStuff {padding:10px 0px;text-align:right;}
#viewBasket td.cartStuff input,
#viewBasket td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}
#viewBasket .removeFromCart
{
	display:		inline;
	vertical-align: middle;
	border-width:   0;
	padding:		2px;
}
.updateButton
{
	display:		inline;
	vertical-align: middle;
	margin: 		2px 0 2px auto;
	font-size:  	11px;
}
.viewCartButtons
{
	display:		inline;
}
/***   Competition Form   ***/

.formLabel {
	font-weight:bold;
	font-size:1em;
}
.formText, .formSelect {
	text-align:left;
	font-size:1em;
}


/***  Car Phone only  ***/

#date
{
	display:none;
}



	#tellAFriend
	{
		width:  		400px;
	}

#tellAFriend td.tellAFriendLabel
{
	color:					#000;
	font-weight:			600;
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendInput
{
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendLabelMessage
{
	color:					#000;
	font-weight:			600;
	vertical-align:			top;
}

.tellAFriendHeaderImage
{
	margin-right:   		10px;
	float:  				left;
}

.tellAFriendFooterImage
{
	float:  				left;
}


	#tellAFriend .box1Header
	{
		line-height:			28px;
		background-color:   	#ece6c8;
		margin: 				0px;
		padding:				0px;
		font-size:  			1em;
		color:#000;
		white-space:			nowrap;
		font-weight:			700;
		background-image:   	url(../businessleaders/statimages/boxTR.gif);
		background-repeat:  	no-repeat;
		background-position:	right top;
		text-align: 			center;
	}
	
	#tellAFriend .box1Body
	{
		background-color:   	#ece6c8;
		color:  				#000;
		margin: 				0px;
		padding:				10px;
		font-size:  			80%;
	}
	
	#tellAFriend .box1Bottom
	{
		background-color:	   	#ece6c8;
		background-image:   	url(../businessleaders/statimages/boxBR.gif);
		background-repeat:  	no-repeat;
		background-position:	right bottom;
		padding:				0px;
		margin: 				0px;
		border: 				solid 0px #fff;
		height: 				4px;
		line-height: 	   		4px;
	}

#creditcards
{
	text-align:		left;
	margin-bottom:	20px;
	padding-bottom:	20px;
}
#creditcards div
{
	text-align: left;
}
.creditcard
{
	margin-top:		3px;
	float: left;
	border: solid 1px #FFF;
	border-collapse: collapse;
}
#photoGallery td
{
	vertical-align: 		top;
	padding:				2px 2px 2px 0px;
	font-size:  			0.75em;
}
#photoGallery td img
{
	border: 				1px solid black;
}

