body {
	margin: 0px;
	padding: 0px;
}
body, td, p, input, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a, a:visited, a:hover {
	color:#900;
}
a:hover {
	text-decoration:none;
}
ul, li {
	list-style-type: square;
}

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

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

#bodyBlock { /* Content and Columns */
	clear:both;
	min-height:65em;
	position:relative;
}
* html #bodyBlock {height:70em;}

#contentColumn  /* The big wahoonie */
{
	margin: 					0px 160px 0 160px;
	line-height:				150%;
}
#breadcrumbs
{
	margin: 					0;
	padding:					0 0 8px 0;
	font-size:  				85%;
}

#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:			5px;
	right:			0px;
	width:  		150px;
	min-width:  	150px; 
	line-height:	1.2;
	text-align: 	left;
}
#footerBlock
{
	clear:  					both;
	text-align: 				center;
	padding:					5px 0px;
	margin: 					20px 0px;
	background-image: url(../gtp-templates/images/tile_dottedLine.gif);
	background-repeat:  		repeat-x;
	background-position:		top;
	font-size:0.8em;
}

* html .contentArea {height:20px;}

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

#header {
	margin:0px;
	border-bottom:2px solid #FFF;
}
		#logo {
			background:#FFF;
		}
		#flash {
			background-color:#264EA6;
		}
		#address {
			background-color: #264EA6;
			padding: 5px;
			font-size: 10px;
			color: #FFFFFF;
		}
		#address img {
			display:none;
		}


#navBar {
	width:100%;
	clear:both;
	background-color: #264EA6;
	color: #FFFFFF;
	font-size:10px;
	line-height:21px;
	height:21px;
	margin:0;
}
		#navMain {
			padding-left:10px;
		}
				#navMain a, #navMain a:hover, #navMain a:visited {
					font-weight:700;
					color: #FFFFFF;
					text-decoration:none;
				}
				#navMain a:hover {
					color: #7D94CA;
				}
	
	
		#navCart {
			text-align:right;
		}
			#navCart a {
				float:right;
				border-left:1px solid #FFF;
			}
			#navCart img {
				display:block;
			}


#search {
	padding:5px 0px 5px 10px;
	background-color:#D3DAED;
}
		#search form, .box1 form {
			padding:0px;
			margin:0px;
		}

/* ****************************  LEFT COL ********** */
	#leftBox1 {
		border-right:1px solid #264EA6;
		border-bottom:1px solid #264EA6;
	}

		#navProducts h1 {
			font-size: 10px;
			line-height: 12px;
			font-weight: 700;
			color: #FFFFFF;
			background-color: #264EA6;
			margin: 0px;
			padding: 5px 10px;
		}
		#navProducts ul {
			margin:3px 0px 10px 0px;
			padding:0px;
		}
		#navProducts li {
			font-weight:700;
			font-size:10px;
			color:#666;
			margin:0px 5px 0px 10px;
			padding:2px 0px;
			border-bottom:1px solid #264EA6;
			background-image: url(../gtp-templates/images/btn_smallArrow.gif);
			background-position: right center;
			background-repeat: no-repeat;
			list-style-type: none;
		}
		#navProducts a {
			color: #6C88C1;
			text-decoration:none;
			display:block;
		}
		#navProducts a:hover {
			color: #264EA6;
			text-decoration:none;
		}
		#leftcolumn .creditCards {
			padding:10px 5px 5px 10px;
		}
		#leftcolumn .flexiRent {
			padding:10px 5px 10px 10px;
		}

/* ****************************  RIGHT COL ********** */

		#smallCart td {
			padding:3px;
		}
			.cartTotal {
				border-top:1px solid #600;
				color:#600;
				font-weight:700;
			}
		
/* ****************************  CENTER COL ********** */

#breadcrumbs {
	margin: 10px 0px 5px 0px;
}

#content {
	padding: 0px 0px 20px 0px;
	line-height:150%;
}
#content h1,
.pageTitle,
#content h2 {
	position:relative;
	background-color:#6C88C1;
	background:#6C88C1;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 2px 5px 2px 10px;
}
.pageTitle span {
	background-color:#6C88C1;
	display:block;
}
#content img {border:1px solid #000;}
#content #shoppingCart img {border:1px none #FFF;}

#disclaimer {float:right;}
#copyright {float:left;}
	
			
.box1 {
	border:1px solid #264EA6;
	padding:5px;
	margin:0px 0px 10px 0px;
}
		.box1Header {
			font-size: 10px;
			line-height: 20px;
			font-weight: 700;
			color: #FFF;
			background:#264EA6;
			margin: 0px 0px 0px 0px;
			padding: 0px 5px 0px 10px;
		}
		.box1Header a, .box1Header a:visited, .box1Header a:hover {
			color:#FFF;
			text-decoration:none;
		}
		.box1 p {
			padding:5px 0px;
			margin:0px;
		}
	


/************ Classes ************/

.special {
	float:left;
	width:30%;
}
.specialsImage {
	border:1px none #FFF;
}
.specialsTitle {
	margin:5px 0px;
	font-weight:700;
}
.specialsPrice {
	margin: 0px;
	padding: 0px;
	color:#264EA6;
	font-weight:700;
}
.underline {
	border-bottom:1px solid #264EA6;
}
.price {
	font-size:20px;
	font-weight:700;
	color: #6C88C1;
}
.btnGo {
	margin: 0px;
	padding: 0px;
}
.smallFormField {
	font-size: 10px;
	width: 94px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.clearboth {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}
.quotationLeft, .quotationRight, .quotation {
	font-size:20px;
	font-weight:700;
	color:#6C88C1;
	line-height:120%;
}
.quotationRight {
	float:right;
	width:100px;
	text-align:center;
	margin:20px;
}
.quotationLeft {
	float:left;
	width:100px;
	text-align:center;
	margin:20px;
}



/***  iCommerce   ***/

/***  catDisplay / SubCat Display  ***/

#shoppingCart .divider {
	margin:10px 0px 10px 0px;
	clear:both;
}
#shoppingCart .pageFooter {
	display:none;
}
#catDisplay .listing,
#subcatDisplay .listing {
	width:140px;
	height: 140px;
	float:left;
	text-align:center;
	padding:5px;
}

* html #catDisplay .listing, * html #subcatDisplay .listing {width:128px;}

#catDisplay .listingImageArea,
#subcatDisplay .listingImageArea {
	width:100px;
	height:100px;
	margin:0px 20px 5px 20px;
	overflow:hidden;
	border:1px solid black;
}
* html #catDisplay .listingImageArea, * html #subcatDisplay .listingImageArea {	margin:0px 17px 5px 17px;}

#catDisplay a,
#catDisplay a:visited,
#subcatDisplay a,
#subcatDisplay a:visited {
	font-weight:700;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#content #shoppingCart .listing a img {
	border: 0px none white;
}

/***  listDisplay ***/

.listingTable,
.listingOptions
{
	border-collapse:collapse;
	width: 100%
}
.listingTable td,
.listingOptions td {
	border:1px solid #FFF;
	background:#E7EBF5;
	padding:10px;
}
.listingOptions td {
	padding:2px 5px;
}
.listingOptions td option {
	width:150px;
	height:20px;
	font-size:10px;	
}
.tableTitleBar td {
	background:#264EA6;
	color:#FFF;
	font-weight:700;
	padding:5px 10px;
}

.label {
	color:#000;
	font-size: 11px;
	font-weight:normal;
}
.listingMisc1 .label {
	display:none;
}


.listingImageBlock {
	margin:0px 10px 0px 0px;
}
		.listingImageArea {
			border:1px solid #000;
			overflow:hidden;
			background-color:white;
			text-align:center;
		}
		.listingImageUnder {
		}
.listingTextBlock {
	width:300px;
}
		.listingProdname {
			font-weight:700;
		}
		.listingBrand,
		.listingDesc {
			display:none;
		}
.listingPrices {
	color:#000;
	font-size: 14px;
	font-weight:700;
	margin:0px 0px 0px 0px;
	white-space: nowrap;
}
		.listingPriceColumn {
			text-align:right;
		}
		.listingPrice1 .label {
			display:none;
			text-decoration: none;
		}
		.listingQty {
			margin-top:10px;
		}
		.listingPrice6 {
			font-size:11px;
			color:red;
			text-decoration: line-through;
		}
		.listingPrice6 .label {
			display: none;
		}
		.listingGST {
			font-size:9px;
			white-space:nowrap;
		}
		.listingCartStuff {
			padding:10px 5px;
		}
.moreInfo {
	padding:3px 0px 0px 0px;
}
/***  showProduct  ***/

#showProduct .listing {
	padding:0px 10px;
}
		#showProduct .listingDesc {
			margin:10px 0px;
		}
		
		#showProduct .listingImageBlock {
			float:right;
			margin:0px 0px 20px 20px;
		}
		#showProduct .listingCartStuff {
			margin:10px 0px;
		}
		#showProduct .listingQty {
			margin:10px 0px;
		}
		#showProduct .listingCat,
		#showProduct .listingSubcat,
		#showProduct .listingMisc1 {
			display:none;
		}
		#showProduct .listingMiscs {
			margin:10px 0px;
		}
		#showProduct .listingPrices {
			font-size:20px;
			color:#6C88C1;
		}
		#showProduct .listingImageArea {
			width:250px;
			border:1px solid #000;
			overflow:hidden;
		}
		#showProduct .listingDesc {
			display:block;
		}

/***  PBE only

.listingPrice2,
.listingPrice3,
.listingPrice4,
.listingPrice5,
.listingMisc3,
.listingMisc4,
.listingMisc5,
.listingMisc6 {
	display:none;
}  ***/

.tileHeader {
	background-image: url(../pbe/statimages/tile_header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

/**** fixing leftnavbar issue ***/
#bodyBlock {min-height:75em;}
/* holly hack \*/
* html #bodyBlock {height:75em;}
/* end hack */
