@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0
	}
	
body {
	background-color:#fff;
	background-image:url(images/site_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font:62.5%/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333
	}
	
p	{
	font-size:1.1em;
	margin-bottom:7px
	}
	
h1	{
	margin:6px 0 8px 0;
	font-size:1.6em;
	font-weight:bold;
	color:#000
	}
	
h2	{
	margin:1px 0 4px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#000
	}
	
h3	{
	margin:1px 0 2px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#000
	}
	
h4	{
	margin:1px 0 0 0;
	font-size:1.1em;
	font-weight:bold;
	color:#000
	}
	
h5	{
	margin:1px 0 0 0;
	font-size:1.1em;
	font-weight:bold;
	color:#333
	}
	
h6	{
	margin:0;
	font-size:1.1em;
	font-weight:normal;
	color:#000
	}
	
a {
	font-weight:bold;
	text-decoration:underline;
	color:#555
	}

a:link, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#555
	}
	
a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline
	}
	
a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.error	{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin:10px;
	line-height:1.6em;
	font-size:1.2em;
	font-weight:bold;
	color:#900
	}
	
.wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px;
	text-align:left;
	}
	
.page {
	width:950px;
	padding:0px 5px 0px 5px;
	background-color:#fff;
	}
	
.pageDrop {
	clear:both;
	padding-bottom:20px;
	}
	
.header {
	width:950px;
	height:128px;
	background-image:url(images/barrenjoey_head_bg.jpg);
	background-repeat:no-repeat
	}
	
.headerText {
	float:right;
	text-align:right;
	margin:25px 190px 0 0;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	color:#A6A699
	}
	
.headerText a:link, .headerText a:visited {
	color:#A6A699;
	text-decoration:none
	}
	
.headerText a:hover {
	color:#888;
	text-decoration:underline
	}
	
.mainNav {
	width:950px;
	height:21px;
	padding-top:28px;
	background-image:url(images/mainNav_bg.jpg);
	background-repeat:no-repeat
	}
	
.mainNavHeading {
	float:left;
	width:172px;
	margin-left:18px;
	color:#666;
	font-size:1.4em;
	font-weight:bold
	}
	
.mainNavList {
	float:left;
	width:700px;
	margin-left:15px;
	font-size:1.3em
	}
	
.mainNav ul {
	list-style:none;
	margin:0
	}
	
.mainNav li {
	display:inline;
	border-right:solid 1px #fff
	}

.mainNav a:link, .mainNav a:visited {
	padding:0 10px 0 5px;
	font-weight:bold;
	text-decoration:none;
	color:#666
	}
	
.mainNav a:hover {
	color:#333;
	text-decoration:underline
	}
	
.mainNav li.current {
	color:#333;
	font-weight:bold;
	padding:0 9px 0 9px;
	margin-left:-4px
	}
	
.mainNav li.last {
	border-right:none
	}
/*nsc 11/03/2010*/
.mainNav li.currentlast {
	color:#333;
	font-weight:bold;
	padding:0 9px 0 9px;
	margin-left:-4px;
    border-right:none
    }	
.nav2 {
	width:185px;
	margin-left:10px;
	float:left
	}
	
.nav2Nav {
	font-size:1.2em;
	font-weight:bold
	}
/*nsc 15/03/2010*/	
.nav2Nav span 
{
    color:#666666;
    cursor:pointer;
}	

.nav2Nav ul {
	list-style:none;
	margin:0;
	padding:0
	}
	
.nav2Nav li {
	width:185px;
	margin-top:2px
	}
	
.nav2Nav a:link, .nav2Nav a:visited {
	display:block;
	padding:2px 2px 3px 9px;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #ccc
	}
	
.nav2Nav a:hover {
	display:block;
	color:#000;
	text-decoration:underline
	}
	
.nav2Nav li.current {
	width:176px;
	display:block;
	color:#000;
	padding:2px 0 3px 9px;
	font-weight:bold;
	border-bottom:1px solid #ccc
	}
	
.nav2Nav li li {
	width:175px;
	margin-left:10px
	}
	
.nav2Nav li li a:link, .nav2Nav li li a:visited {
	display:block;
	padding:2px 2px 3px 9px;
	text-decoration:none;
	color:#666;
	border-bottom:none
	}
	
.nav2Nav li li a:hover {
	display:block;
	color:#000;
	text-decoration:underline
	}
	
.nav2Nav li li a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.nav2Nav li li.current {
	width:166px;
	display:block;
	color:#000;
	padding:2px 0 3px 9px;
	font-weight:bold;
	border-bottom:none
	}
	
.nav2Nav li li li {
	width:165px;
	margin-left:10px
	}
	
.nav2Nav li li li a:link, .nav2Nav li li li a:visited {
	display:block;
	text-decoration:none;
	color:#666;
	border-bottom:none
	}
	
.nav2Nav li li li a:hover {
	display:block;
	color:#000;
	text-decoration:underline
	}
	
.nav2Nav li li li a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.nav2Nav li li li.current {
	width:156px;
	display:block;
	color:#000;
	padding:2px 0 3px 9px;
	font-weight:bold;
	border-bottom:none
	}
	
.nav2Promo {
	width:185px;
	margin-top:20px;
	padding-bottom:10px;
	background:url(images/left_nav_promo_btm.jpg) bottom no-repeat
	}
	
.nav2PromoImg {
	width:185px;
	margin-top:20px
	}
	
.promoText {
	padding:9px 3px 9px 9px;
	font-size:1.1em;
	color:#666;
	border-left:1px solid #A6A699;
	border-right:1px solid #A6A699
	}	
	
.promoTextHeading {
	font-weight:bold;
	font-size:1.09em;
	margin-bottom:2px;
	color:#666
	}
	
.promoTextLink {
	width:inherit;
	margin:4px 0 0 1px;
	padding-left:7px;
	background:url(images/promo_link_arrow.jpg) no-repeat
	}
	
.promoTextLink a:link, .promoTextLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#777
	}
	
.promoTextLink a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline
	}
	
.promoTextLink a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.suppplierBlock {
	display:block;
	clear:both;
	float:left;
	margin:5px 0 18px 0;
	margin:
	width:220px;
	font-size:1.1em;
	color:#666
	}
	
.supplierImg {
	height:40px;
	width:40px;
	float:left;
	padding-right:8px;
	padding-bottom:2px;
	background:url(images/promo_link_arrow.jpg) top right no-repeat
	}
	
.supplierLink {
	width:168px;
	float:right;
	margin:0 0 0 4px
	}
	
.supplierLink a:link, .supplierLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#777
	}
	
.supplierLink a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline
	}
	
.supplierLink a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.contentPromo {
	width:730px;
	margin-left:15px;
	float:left;
	}
	
.content {
	width:495px;
	float:left
	}
	
.contentBox {
	width:495px;
	padding-top:15px;
	background:url(images/product_content_top.jpg) top no-repeat
	}
	
.clickProductImg {
	width:495px;
	/* nsc 17/03/2010
	height:184px
    */
	}
	
.clickProductImg img {
	border:none
	}
	
.clickProductImgL {
	width:245px;
	float:left
	}
	
.clickProductImgR {
	width:245px;
	float:right
	}
	
.bigProductImg {
	width:495px;
	}
	
.bigProductImg img {
	border:none
	}
	
.bigProductTxt {
	display:block;
	float:left;
	width:475px;
	padding:9px;
	font-size:1.1em;
	border-left:1px solid #A6A699;
	border-bottom:1px solid #A6A699;
	border-right:1px solid #A6A699;
	margin-bottom:5px
	}
	
.bigProductTxtEntry {
	clear:both;
	float:left;
	width:475px;
	margin-bottom:3px
	}
	
.bigProductTxtH {
	float:left;
	width:100px;
	font-weight:bold
	}
	
.bigProductTxtP {
	float:right;
	width:365px
	} 
	
.productInfo {
	width:473px;
	clear:both;
	border:1px solid #A6A699;
	margin-top:5px;
	padding:10px
	}
	
.dataTable {
	border-collapse:collapse;
	font-size:1.1em;
	text-align:left
	}
	
.dataTable td {
	border-bottom:1px solid #A6A699;
	padding:2px 0 2px 4px
	}
	
.dataTable th {
	background:#666;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.1em;
	padding:2px 4px
	}
/*nsc 22/03/2010*/
.dataTable a:link, .dataTable a:visited
{
    color:#FFF;
    }	
.dataTable a:hover 
{
    color:#FDB813;
    }	    
.dataTable a:active 
{
    color:#FFF;
    }	
.mainPromo {
	margin-top:5px
	}
	
.endContent {
	margin-top:5px
	}
	
.promo {
	width:220px;
	float:right;
	margin-top:15px
	}
	
.newsPanel {
	margin-top:16px
	}
	
.newsHeading {
	margin:4px 0 4px 0;
	font-size:1.4em;
	font-weight:bold;
	color:#333
	}
	
.newsText {
	margin:4px 0 0 0;
	font-size:1.1em;
	color:#666
	}
	
.newsSubHeading {
	margin:4px 0 0 0;
	font-size:1.09em;
	font-weight:bold;
	color:#666
	}
	
.specialsHeading {
	margin:4px 0 4px 0;
	font-size:1.5em;
	font-weight:bold;
	color:#333
	}
	
.specialsLink {
	margin:6px 0 0 0;
	}
	
.specialsText {
	margin:4px 0 0 0;
	font-size:1.2em;
	color:#666
	}
	
.specialsLink a:link, .specialsLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#555
	}
	
.specialsLink a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline
	}
	
.specialsLink a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
.footerBreak {
	width:950px;
	height:14px;
	background-color:#FDB813;
	background:url(images/line_break.jpg) no-repeat;
	margin:0 5px
	}
	
.footer {
	width:950px;
	height:133px;
	font-size:1.1em;
	background-color:#A6A699;
	background:url(images/footer_bg.jpg) no-repeat;
	color:#fff;
	margin:0 5px;
	padding:15px 0;
	text-align:center
	}

.footer a:link, .footer a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}

.footer a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
/* new promo Panel styles
Michael 15/03/2010
 */

.promoLeft {
	width:185px;
	margin-top:20px
	}
	
.promoLeftBottom {
	width:185px;
	padding-bottom:10px;
	background:url(images/left_nav_promo_btm.jpg) bottom no-repeat
	}
	
.promoLeftBlock {
	width:171px;
	padding:3px 3px 9px 9px;
	border-top:1px solid #A6A699;
	border-left:1px solid #A6A699;
	border-right:1px solid #A6A699
	}
	
.promoRight {
	width:220px;
	margin-top:16px
	}
	
.promoTitle {
	margin:4px 0 4px 0;
	font-size:1.4em;
	font-weight:bold;
	color:#333
	}

.promoTextLR {
	font-size:1.2em;
	color:#666;
	}
	
.promoTextHeading {
	font-weight:bold;
	font-size:1.0833em;
	margin:7px 0 2px 0;
	color:#555
	}
	
.promoTextLink {
	width:inherit;
	margin:4px 0 0 1px;
	padding-left:7px;
	background:url(images/promo_link_arrow.jpg) no-repeat
	}
	
.promoTextLink a:link, .promoTextLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#777
	}
	
.promoTextLink a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline
	}
	
.promoTextLink a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FDB813
	}
	
/*  Product List Styles Michael 19/03/2010*/

.listContent {
	width:495px;
	font-size:1.2em;
	border:none;
	border-collapse:collapse
	}
	
.listContent tr {
	border-bottom:3px solid #fff
	}
	
.listContentL {
	width:220px;
	padding:5px 10px 17px 15px;
	vertical-align:top;
	background:#D9D9D3;
	border-right:5px solid #fff
	}
	
.listContentR {
	width:220px;
	padding:5px 10px 17px 15px;
	vertical-align:top;
	background:#D9D9D3
	}
	
.listContent h2 {
	color:#333;
	font-size:1.083em;
	margin:10px 0 0 0
	}
	
.listContent h3 {
	color:#333;
	font-size:1em;
	margin:7px 0 0 10px
	}

.listLink {
	margin:2px 0 0 11px;
	padding-left:9px;
	background:url(images/list_arrow.jpg) no-repeat
	}
	
.listLink a:link, .listLink a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#333
	}
	
.listLink a:hover {
	color:#111;
	font-weight:normal;
	text-decoration:underline
	}
	
.listLink a:active {
	font-weight:normal;
	text-decoration:none;
	color:#FFF
	}
