/**
 * Copyright (c) 2007 Fluid Lino
 * http://www.fluidlino.com.au
 * Author: Graham Weldon
 */
/**
 * ==========================================================================
 *   Color Pallete
 * ==========================================================================
 * dark green:         #004a2d
 * lime green:         #51a727
 * lime green over:    #6dcc3b
 * olive green:        #dbe8c0
 * light brown:        #a8a68d - this is the bg colour
 * medium brown:       #747153
 * dark brown:         #474429
 * v. light brown      #f2f2eb - colour for rows etc
 * Grey.brown for cart #bfbda1
 * admin table rows    #edece7
 * background colour   #666555
 * footer text         #94947b
 * footer text hover   #b3b394
 * ==========================================================================
 */

/**
 * ==========================================================================
 *   Overall Styles
 * ==========================================================================
 */
body {
	background: #666555 url('/img/bg_gradient.jpg') top repeat-x;
	font: 8pt/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 15px 10px 15px;
	color: #474429;
	behavior:url('/css/csshover.htc');
}
body.admin {
	background-image: none;
	background-color: #1c1c1c;
}

table {
	width: 100%;
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 0;
	color: #474429;
}
th {
	white-space: nowrap;
	padding-right: 15px;
}
th.error, .contact th.error, .order th.error, #content .error {
	color: #daa300;
}
#content .error img {
	vertical-align: middle;
}

.validate {
	padding: 3px 0 0 2px;
	vertical-align: middle;
	width: 100%;
}

#container {
	margin: auto;
	width: 780px;
}

div.right {
	text-align: right;
	margin-bottom: 30px;
}
.order .right {
	margin-bottom: 0px;
	_margin-bottom: -3px;
}
*:first-child+html .order .right {
	margin-bottom: -3px;
}

.radioButton {
	position: relative;
	top: 3px;
}

div.left {
	text-align: left;
}

div.error {
	border: dashed #ff0000 1px;
	background-color: #ffcccc;
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 10px;
}

.debug {
	border: dashed #a8a68d 1px;
	margin: 20px;
	padding: 10px;
}

input, textarea {
	border: solid #dbe8c0 1px;
	background-color: #ffffff;
	font-size: 8pt;
	padding: 2px;
	margin: 1px;
}

.button {
	padding: 2px 15px 2px 15px;
	color: #ffffff;
	background-color: #51a727;
}

input.blank {
	padding: 0;
	margin: 0;
	border: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
}

.small {
	font-size: 6.5pt;
	color: #AAAAAA;
}

.formField {
	width: 220px;
}
.formPad {
	margin-top: 10px;
}

.flashContent {
	width: 320px;
	height: 240px;
}

/**
 * ==========================================================================
 *   Headings
 * ==========================================================================
 */
span h1, span h2, div.hidden {
	display: none;
}
h1, h2, h3, h4 {
	color: #474429;
}
h1 {
	font-size: 18pt;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	/* ==== The below adds a gradient image below h1 text. Its hacky and bad ==== */
	/* background: url('/img/nhs_gradient.gif') no-repeat top right; */
	/* background-position: 0px 26px; */
}
h1 .secondWord {
	color: #747153;
}
h1 .thirdWord {
	color: #a8a68d;
}
h2 {
	text-transform: uppercase;
	color: #51a727;
	font: 11pt Arial, Helvetica, sans-serif;
	margin: 2px 0 3px 0;
	font-weight: bold;
}
h3 {
	font: 12pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 17px 0 0 0;
	font-weight: bold;
}
h4 {
	font: 10pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

/**
 * ==========================================================================
 *   Header Area
 * ==========================================================================
 */
#header {
	background-color: #004a2d;
	height: 65px;
	padding: 0px 0px 0px 10px;
	width: 100%;
}
#logo {
	width: 76px;
	height: 46px;
	border: none;
}
#logoPrint {
	display: none;
}
#logoStatement {
	width: 184px;
	height: 14px;
	border: none;
}

/**
 * ==========================================================================
 *   Navigation Area
 * ==========================================================================
 */
#navigation {
	height: 21px;
	background-color: #FFF;
	vertical-align: bottom;
}
#navigation img {
	float: left;
	width: 111px;
	height: 18px;
}
#navigation div {
	background-color: #51a727;
	width: 780px;
	height: 18px;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	height: 18px;
}
#navigation a {
	display: block;
	text-decoration: none;
	height: 18px;
}
#nav_home {
	background: url('/img/nav/home.gif') top left;
	width: 45px;
}
#nav_whats_new {
	background: url('/img/nav/whats_new.gif') top left;
	width: 80px;
}
#nav_company {
	background: url('/img/nav/company.gif') top left;
	width: 65px;
}
#nav_products {
	background: url('/img/nav/products.gif') top left;
	width: 70px;
}
#nav_order {
	background: url('/img/nav/quotes_and_orders.gif') top left;
	width: 113px;
}
#nav_downloads {
	background: url('/img/nav/downloads.gif') top left;
	width: 80px;
}
#nav_media {
	background: url('/img/nav/media.gif') top left;
	width: 45px;
}
#nav_suppliers {
	background: url('/img/nav/suppliers.gif') top left;
	width: 70px;
}
#nav_contact {
	background: url('/img/nav/contact.gif') top left;
	width: 60px;
}
#nav_logout {
	background: url('/img/nav/logout.gif') top left;
	width: 55px;
}
#navigation .navItem {
	background-repeat: no-repeat;
}
#navigation .navItem:hover {
	background-position: 0px -36px;
}
#navigation .active {
	background-position: 0px -18px;
}
#navigation ul li ul {
	width: 250px;
	display: none;
	position: relative;
	/*
	position: absolute;
	top: 114px;
	left: 551px;
	z-index: 200;
	*/
}
#navigation ul li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	height: auto;
}
#navigation ul li:hover ul li {
	border-top: 1px #ffffff solid;
	height: 16px;
	padding: 2px 10px 2px 5px;
	_padding: 2px 10px 1px 5px;
	width: 235px;
	background-color: #6dcc3b;
}
#navigation ul li:hover ul a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 7pt;
}
#navigation ul li:hover ul li:hover {
	background-color: #51a727;
}

/**
 * ==========================================================================
 *   Content Area
 * ==========================================================================
 */
#content, #contentPlain {
	background-color: #ffffff;
	padding: 13px 10px 10px 10px;
}

#content table.content {
	width: 550px;
	margin: 25px auto 25px auto;
}

#content td, #content th {
	vertical-align: top;
}
#content a {
	color: #51a727;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/**
 * ==========================================================================
 *   PAGE - Home
 * ==========================================================================
 */
.home {
	width: 420px;
	margin: 20px auto 20px auto;
}
.home .gday {
	_padding-top: 4px;
}
*:first-child+html .home .gday {
	padding-top: 3px;
}
.home .top {
	/* background-color: #a8a68d; */
	background-color: #bfbda1;
	height: 51px;
	width: 226px;
	border: solid #ffffff 5px;
}
.home .bottom {
	background-color: #474429;
	height: 51px;
	border: solid #ffffff 4px;
}
.home p {
	margin-right: 5px;
	padding: 7px 0 0 7px;
}
#home1, #home2, #home3, #home4 {
	width: 110px;
	height: 82px;
	border: solid #ffffff 5px;
	_border-bottom: solid #ffffff 4px;
}
#home1 {
	background: url('/img/home/drill.jpg') no-repeat top left;
}
#home2 {
	background: url('/img/home/wood.jpg') no-repeat top left;
}
#home3 {
	background: url('/img/home/hammer.jpg') no-repeat top left;
}
#home4 {
	background: url('/img/home/scraper.jpg') no-repeat top left;
}

/**
 * ==========================================================================
 *   PAGE - News
 * ==========================================================================
 */
.news, .newsAdmin {
	width: 550px;
	margin: 0 auto 20px auto;
}
.news .newsContent {
	color: #747153;
	padding: 3px;
	width: 130px;
}
.news .newsContent:hover {
	color: #474429;
}
.news .newsImage {
	width: 120px;
	border: solid white 8px;
}
.news .newsImageCell {
	background-color: black;
}
.news .newsContentLarge {
	width: auto;
}
.news .newsImageLarge {
	width: 250px;
	padding-right: 20px;
}
.news .newsDate {
	font-size: 7pt;
	margin-top: -5px;
	padding-bottom: 4px;
	color: #999999;
}
#content .news a, #content .news a:hover {
	color: black;
	text-decoration: none;
}
#content .news h2 a, #content .news h2 a:hover {
	color: #51a727;
}

#content .newsAdminList a {
	color: #ff9900;
}
.newsAdminList th {
	background-color: #51a727;
	color: #ffffff;
	padding: 4px 10px 4px 10px;
	text-align: left;
}
.newsAdminList tr {
	background-color: #edece7;
	color: #999999;
	font-size: 8pt;
}
.newsAdminList tr:hover {
	background-color: #ffffff;
}
.newsAdminList td {
	border-bottom: solid white 1px;
	padding: 3px 3px 3px 10px;
}

.newsAdmin th {
	color: #51a727;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
}

/**
 * ==========================================================================
 *   PAGE - Company
 * ==========================================================================
 */
.company {
	width: 550px;
	margin: 0 auto 20px auto;
}
.company .bottom {
	height: 20px;
	background-color: #474429;
}
.company .photo {
	float: left;
	width: 175px;
	height: 235px;
	margin: 0 10px 10px 0;
	background-color: #dbe8c0;
}
.company .top {
	float: left;
	height: 20px;
	width: 353px;
	margin: 0 0 7px 0;
	/* background-color: #a8a68d; */
	background-color: #bfbda1;
}
.company #mySlideShow {
	width: 175px !important;
	height: 235px !important;
	float: left;
	margin: 0 20px 20px 0;
}

/**
 * ==========================================================================
 *   PAGE - Contact
 * ==========================================================================
 */
.contact {
	width: 550px;
	margin: 0 auto 20px auto;
}
.contact th {
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
}
.contact th, .contact .location-header  {
	color: #51a727;
}
.contact .top {
	height: 20px;
	/* background-color: #a8a68d; */
	background-color: #bfbda1;
}
.contact .bottom {
	height: 20px;
	background-color: #474429;
}
.contact .location-images  {
	float: right;
	position: relative;
	width: 200px;
	padding: 0 0 0 32px;
	margin-bottom: -128px;
}
.contact .mapThumb {
	margin-bottom: 20px;
}
.contact textarea {
	height: 75px;
}
.contactAddress {
	width: 318px;
	_margin-top: -170px;
}
.contactAddress th {
	width: 88px;
}
.contact .location  {
	margin-bottom: 10px;
}
/**
 * ==========================================================================
 *   PAGE - Products
 * ==========================================================================
 */
.products {
	width: 550px;
	margin: 0 auto 20px auto;
}
ul.productsList, ul.downloadsList {
	/* list-style-image: url('/img/bullets/square_medium_over.gif'); */
	list-style: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: left;
	padding: 5px 0 0 0px;
	margin: 10px 0 0 0;
}
ul.downloadsList {
	margin: 0;
}
.downloadType ul.productsList {
	margin: 10px 0 0 -16px;
}
ul.productsList li, ul.downloadsList li {
	background: url('/img/bullets/square_medium_over.gif') no-repeat;
	background-position: 0 5px;
	padding: 2px 0 2px 15px;
}
ul.productsList li:hover, ul.downloadsList li:hover {
	background: url('/img/bullets/square_medium.gif') no-repeat;
	background-position: 0 5px;
}
.products .introText {
	padding: 0 0 0 10px;
}
#content ul.productsList a, #content ul.downloadsList a {
	color: #474429;
}
#content ul.productsList a:hover, #content ul.downloadsList a:hover {
	color: #a8a68d;
	text-decoration: none;
}
#content td.supplierLogo {
	vertical-align: middle;
	text-align: center;
	width: 137px;
	height: 120px;
}
#content .adminSupplierLogo {
	padding: 5px 0 15px 0;
}
.supplierSpacer {
	height: 8px;
}
.products .photo {
	width: 175px;
	height: 235px;
	margin: 0 20px 0 0;
	background-color: #dbe8c0;
}
.products .bottom {
	height: 20px;
	background-color: #474429;
}
.products .middle {
	height: 20px;
	background-color: #706d4f
}
.products .top {
	float: left;
	height: 20px;
	width: 356px;
	margin: 0 0 7px 0;
	/* background-color: #a8a68d; */
	background-color: #bfbda1;
}
.products #mySlideShow {
	width: 175px !important;
	height: 235px !important;
	float: left;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
}
.productError {
	padding-bottom: 5px;
	color: #daa300;
}
.productError img {
	float: left;
	margin-right: 10px;
}
.products .text {
	_padding-top: 6px;
}

/**
 * ==========================================================================
 *   PAGE - Order / Quote
 * ==========================================================================
 */
.order, #content .order, #contentPlain .order {
	width: 550px;
	margin: 25px auto 20px auto;
}
.order form {
	margin: 0;
}
.order .quoteOrderBar, .order .quoteStep {
	background-color: #bfbda1;
	border: solid #ffffff 2px;
	border-top: 1px;
	border-right: solid white 3px;
}
.order .quoteStep {
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
	font-weight: bold;
	padding: 2px 2px 4px 7px;
}
.order a.thankyou {
	text-decoration: none;
	color: #474429;
}
.order a.thankyou:hover {
	color: #a8a68d;
}
.order .current {
	background-color: #51a727;
}
.order .quoteOrderBar {
	border-right: none;
	width: 219px;
}
.order th {
	color: #51a727;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	width: 150px;
}
.order .tableForm th {
	white-space: nowrap;
	width: 1%;
}
.order h1 {
	font-size: 12pt;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
.formQtyField {
	width: 30px;
	text-align: right;
}
.order .tableList th {
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	background-color: #51a727;
	text-align: left;
	text-transform: none;
	border-right: #ffffff 2px solid;
	height: 16px;
	padding: 4px;
	letter-spacing: 0;
}
.order .tableList td {
	color: #747153;
	padding-left: 5px;
	padding: 2px 0 2px 5px;
	_padding: 1px 0 1px 5px;
}
.order .tableList tr.rowOdd {
	background-color: #f2f2eb;
}
.cartButton {
	border: none;
	padding: 0 3px 0 0;
	margin: 0;
}
.order .topImage {
	padding-left: 3px;
	padding-bottom: 3px;
}
.order .subHeading {
	margin-bottom: 7px;
}
.order .productsFancyMenu {
	margin-top: 7px;
	_margin-top: 17px;
}
.order a.orderLink {
	color: #51a727;
	text-decoration: none;
}
.order a.orderLink:hover {
	color: #6dcc3b;
	text-decoration: underline;
}

.orderNew {
	font-weight: bold;
}
/**
 * ==========================================================================
 *   PAGE - Download / Media
 * ==========================================================================
 */
.downloadType {
	width: 190px;
	margin: 3px;
}
.downloadType:hover {
	cursor: pointer;
	cursor: hand;
}
.downloadType .downloadHeading {
	height: 35px;
}
.downloadType:hover .downloadHeading {
	background-position: 0 -35px;
}
.downloadType .radio {
	background: url('/img/media/radio_background.gif') top left no-repeat;
}
.downloadType .video {
	background: url('/img/media/video_background.gif') top left no-repeat;
}
.downloadType .misc {
	background: url('/img/media/misc_background.gif') top left no-repeat;
}
.downloadType .msds {
	background: url('/img/downloads/msds_background.gif') top left no-repeat;
}
.downloadType .handyhints {
	background: url('/img/downloads/handyhints_background.gif') top left no-repeat;
}
.downloadType .general {
	background: url('/img/downloads/general_background.gif') top left no-repeat;
}
.downloadType ul {
	white-space: normal;
}
.downloadType li {
	margin-left: -10px;
}
.itemDescription {
	padding-left: 20px;
}
.downloadType ul.productsList {
	padding-left: 28px;
}
/**
 * ==========================================================================
 *   Pagination
 * ==========================================================================
 */
.paginate .paginateBack, .paginate .paginateNext {
	width: 25px;
}
.paginate .paginateNumber {
	width: 45px;
	text-align: center;
	vertical-align: middle;
	bottom: 0px;
	color: #ffffff;
	background-color: #51a727;
	height: 18px;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 1px;
	_padding-top: 0px;
}
.paginate .paginateNumber:hover {
	background-color: #6dcc3b;
}
.paginate .active {
	background-color: #6dcc3b;
}
.paginate .spacer {
	width: 3px;
}
#content .paginate .paginateNumber a {
	color: #ffffff;
	display: block;
	width: 45px;
}

/**
 * ==========================================================================
 *   Footer Area
 * ==========================================================================
 */
#footer, #adminFooter {
	padding: 5px 15px 0 0;
	text-align: right;
	font-size: 7pt;
	color: #94947b;
}
#footer a, #adminFooter a {
	color: #94947b;
	text-decoration: none;
}

#footer a:hover {
	color: #b3b394;
	/* text-decoration: underline; */
}
#adminFooter, #adminFooter a {
	color: #555555;
}
#adminFooter a:hover {
	color: #777777;
}

/**
 * ==========================================================================
 *   ORDER MENU
 * ==========================================================================
 */
ul.orderMenu {
	position: relative;
}
ul.orderMenu, ul.orderMenu li ul {
	/* border: dashed black 1px; */
	width: 255px;
	_width: 280px;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul.orderMenu li {
	list-style: none;
	text-transform: uppercase;
	border: none;
}
ul.orderMenu li.omParent,
ul.orderMenu:hover li.omParent.omParentActive {
	background: url('/img/bullets/square_medium_over.gif') no-repeat;
	background-position: 8px 4px;
	_background-position: 20px 4px;
	padding-left: 23px;
	_padding-left: 0;
	margin-left: 0;
	_margin-left: -16px;
	border-bottom: solid white 1px;
}
ul.orderMenu:hover li.omParent.omParentActive {
	_background-position: 4px 4px;
}
*:first-child+html ul.orderMenu li.omParent {
	/* *** IE7 *** */
	background-position: 20px 4px;
	margin-left: -16px;
}
ul.orderMenu:hover li.omParent.omParentActive a {
	color: #474429;
}
ul.orderMenu li.omParent:hover,
ul.orderMenu li.omParent.omParentActive,
ul.orderMenu li.omParent.omParentActive:hover {
	width: 270px;
	_width: 285px;
	background: url('/img/order/selectArrow.gif') #51a727 top right no-repeat;
	color: white;
}
*:first-child+html ul.orderMenu li.omParent:hover,
*:first-child+html ul.orderMenu li.omParent.omParentActive {
	/* *** IE7 *** */
	background-position: 270px 0;
}
*:first-child+html ul.orderMenu:hover li.omParent.omParentActive:hover {
	/* *** IE7 *** */
	background-position: 286px 0;
}
*:first-child+html ul.orderMenu:hover li.omParent.omParentActive {
	/* *** IE7 *** */
	background-position: 20px 4px;
	margin-left: -32px;
	padding-left: 39px;
}
ul.orderMenu li a {
	display: block;
	text-decoration: none;
	height: 17px;
	padding-top: 1px;
	color: #474429;
	_padding-left: 20px;
}
ul.orderMenu li:hover a, ul.orderMenu li a:hover,
ul.orderMenu li.omParent.omParentActive a,
ul.orderMenu li.omParent.omParentActive:hover a {
	color: white;
}
ul.orderMenu li.omParent ul {
	display: none;
	list-style: none;
}
ul.orderMenu:hover li.omParentActive ul {
	display: none;
}
ul.orderMenu li.omParent:hover ul,
ul.orderMenu li.omParentActive ul {
	list-style: none;
	display: block;
	position: absolute;
	left: 236px;
	_left: 220px;
	top: 0px;
	height: 350px;
	padding-left: 55px;
}
*:first-child+html ul.orderMenu li.omParent:hover ul,
*:first-child+html ul.orderMenu li.omParentActive ul {
	/* *** IE7 *** */
	left: 221px;
}
ul.orderMenu li.omParent:hover ul li a,
ul.orderMenu li.omParent.omParentActive ul li a,
ul.orderMenu li.omParent.omParentActive:hover ul li a{
	color: #474429;
	border-bottom: none;
}
ul.orderMenu li.omParent:hover ul li:hover {
	background-color: #6dcc3b;
	color: white;
}
ul.orderMenu li.omParent:hover ul li:hover a,
ul.orderMenu li.omParent:hover ul li a:hover {
	color: white;
}
ul.orderMenu li.omParent ul li {
	background-color: white;
	border-left: solid #a8a68d 1px;
	border-right: solid #a8a68d 1px;
	height: 18px;
	padding-left: 8px;
	_padding-left: 0;
	_margin-left: -8px;
}
ul.orderMenu li.omParent ul li.omEvenChild {
	background-color: #f2f2eb;
}
ul.orderMenu li.omParent ul li.omLastChild {
	border-bottom: solid #a8a68d 1px;
}
ul.orderMenu li.omParent ul li.omChildPad,
ul.orderMenu li.omParent ul li.omChildPad:hover {
	background-color: #51a727;
	border: none;
}




