	/*	=== REDBACK GARDEN CENTER === */
	
	/* Colours */
	
	.red { color: #f00000; }
	
	.black { color: #101010; }

	/* === */
	
	* { margin: 0; padding: 0; }
	
	BODY {
		font-family: "Geneva", Arial, Verdana, Helvetica, sans-serif;
		background: url('../images/bg.gif') top left repeat;
		text-align: center;
		font-weight: 100;
		color: #ffffff;
		font-size: 11px;
		line-height: 14px;
	}
	
	/*
	DIV { border: 1px solid #ccc; }
	SPAN { border: 1px solid #ccc; }
	*/
	
	/* Links */
	
	a:link {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		font-weight: normal;
	}
	
	a:visited {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
	}
	
	a:hover {
		color: #f00000;
		text-decoration: none;
	}
	
	a:active {
		color: #ffffff;
		text-decoration: none;
	}
	
	/* @end */
	
	/* Type */
	
	H1, H2, H3, H4, H5 {
		margin: 0;
		padding: 0;
		text-align: left;
		text-transform: uppercase;
	}
	
	H1 { font-size: 14px; }
	H2 { font-size: 13px; }
	H3, H4 { font-size: 12px; }
	
	BLOCKQUOTE { }
	
	BUTTON { padding: 0; margin: 0; }
	
	P {  }
	
	STRONG { font-weight: bold; }
	
	EM { font-style: italic }
	
	/* @end */
	
	/* Form Elements */
	
	INPUT, SELECT, TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
	INPUT, SELECT, TEXTAREA { background-color: #504f4f; color:#fff; border: 2px solid #010101; }
	FIELDSET { border: 0; }
			
	/* Validation Text */
	
	INPUT.empty text, TEXTAREA.empty text { padding:0px; margin:0px; color: #363636; }
	#validateErrorMsg { 
		position: absolute; 
		background-color: #ffffff;
		border: 1px solid #dcdcdc;
		color: #504f4f;
		line-height: 16px;
		height: 20px;
		width: auto;
		z-index: 600; 
		padding: 2px 10px;
	}

	/* @end */
		
	/**********************************************/	
	/* 		         LAYOUT MARK-UP            	  */
	/**********************************************/
	
	DIV#wrap {
		background: url('../images/fade.png') left top repeat-x;
	}
	
	DIV#container {
		width: 997px;
		margin: 0 auto;
		position: relative;
	}

	/* Header */
	
		DIV#header {
			width: 997px;
			height: 145px;
			padding: 0px 0 24px 0;
			position: relative;
			background: url('../images/header_bg.gif') left top repeat-x;
		}
			DIV#header A.logo { float: left; overflow: hidden; margin: 15px 0 0 51px; }
			
			DIV.container { height: 130px; }
		
			.container #aboutMenu { 
				min-width: 224px; 
				float: right; 
				overflow: hidden; 
				text-align: right; 
				font-size: 9px; 
				padding-top: 38px; 
				padding-bottom: 35px; 
			}
			
				.container DIV#aboutMenu A { margin-right: 12px; text-transform: uppercase; padding-top: 37px; }
				.container DIV#aboutMenu A:link { }
				.container DIV#aboutMenu A:visited { }
				.container DIV#aboutMenu A:hover,
				.container DIV#aboutMenu A.active { color: #f00000; background: url('../images/hover.gif') top left repeat-x; }
				.container DIV#aboutMenu A#none { color: #f00000; background: none; }
				.container DIV#aboutMenu A#none:hover { color: white; }
				
				.container DIV#shoppingCartContainer {
					width: 245px; 
					height: 55px;
					font-size: 9px; 
					color: #f00000;
					float: right;
					margin-top: 15px;
					margin-right: 20px;
					position: relative;
					overflow: hidden;
				}
					.container DIV#shoppingCartContainer SPAN.cartTitle { position: absolute; top: 23px; left: 0; }
					.container DIV#shoppingCartContainer SPAN.cartItemsDisplay { position: absolute; top: 23px; left: 84px; }
					.container DIV#shoppingCartContainer SPAN.cartDollarsDisplay { position: absolute; top: 39px; left: 84px; }
					.container DIV#shoppingCartContainer SPAN.cartIMG { position: absolute; top: 0px; left: 124px; }
					.container DIV#shoppingCartContainer SPAN.cartViewCartLink { position: absolute; color: #ffffff; top: 23px; right: 0; }
					.container DIV#shoppingCartContainer SPAN.cartCheckoutLink { position: absolute; top: 39px; right: 0; }
	/* Navbar */
		
		DIV#navBar {
			background: url('../images/nav_bg.gif') top left repeat-x;
			padding: 34px 0 45px 50px;
			_padding: 34px 0 45px 59px;
		}
			DIV#navBar A { margin-right: 28px; _margin-right: 25px; padding: 0; float: left; overflow: hidden; }
			
				/* Navbar Sprites */
				
				A.navHome {
					display:block;
					width: 33px;
					height: 10px;
					background:url('../images/spriteHome.gif') left 0px no-repeat;
				}
				
				A.navHome:link, A.navHome:visited, A.navHome:active {
					background:url('../images/spriteHome.gif') left 0px no-repeat;
				}
				
				A.navHome:hover {
					background:url('../images/spriteHome.gif') left -10px no-repeat;
				}
				
				body#home A.navHome { background:url('../images/spriteHome.gif') left -20px no-repeat; }
				
				A.navDirectorsMessage {
					display:block;
					width: 122px;
					height: 10px;
					background:url('../images/spriteDirectors.gif') left 0px no-repeat;
				}
				
				A.navDirectorsMessage:link, A.navDirectorsMessage:visited, A.navDirectorsMessage:active {
					background:url('../images/spriteDirectors.gif') left 0px no-repeat;
				}
				
				A.navDirectorsMessage:hover {
					background:url('../images/spriteDirectors.gif') left -10px no-repeat;
				}
				
				body#directorsMessage A.navDirectorsMessage { background:url('../images/spriteDirectors.gif') left -20px no-repeat; }
				
				A.navProducts {
					display:block;
					width: 61px;
					height: 10px;
					background:url('../images/spriteProducts.gif') left 0px no-repeat;
				}
				
				A.navProducts:link, A.navProducts:visited, A.navProducts:active {
					background:url('../images/spriteProducts.gif') left 0px no-repeat;
				}
				
				A.navProducts:hover {
					background:url('../images/spriteProducts.gif') left -10px no-repeat;
				}
				
				body#products A.navProducts { background:url('../images/spriteProducts.gif') left -20px no-repeat; }
				
				A.navProductInfo {
					display:block;
					width: 84px;
					height: 10px;
					background:url('../images/spriteProductInfo.gif') left 0px no-repeat;
				}
				
				A.navProductInfo:link, A.navProductInfo:visited, A.navProductInfo:active {
					background:url('../images/spriteProductInfo.gif') left 0px no-repeat;
				}
				
				A.navProductInfo:hover {
					background:url('../images/spriteProductInfo.gif') left -10px no-repeat;
				}
				
				body#productInfo A.navProductInfo { background:url('../images/spriteProductInfo.gif') left -20px no-repeat; }
				
				A.navPriceList {
					display:block;
					width: 61px;
					height: 10px;
					background:url('../images/spritePriceList.gif') left 0px no-repeat;
				}
				
				A.navPriceList:link, A.navPriceList:visited, A.navPriceList:active {
					background:url('../images/spritePriceList.gif') left 0px no-repeat;
				}
				
				A.navPriceList:hover {
					background:url('../images/spritePriceList.gif') left -10px no-repeat;
				}
				
				body#priceList A.navPriceList { background:url('../images/spritePriceList.gif') left -20px no-repeat; }
				
				A.navMonthlySpecials {
					display:block;
					width: 113px;
					height: 10px;
					background:url('../images/spriteMonthlySpecials.gif') left 0px no-repeat;
				}
				
				A.navMonthlySpecials:link, A.navMonthlySpecials:visited, A.navMonthlySpecials:active {
					background:url('../images/spriteMonthlySpecials.gif') left 0px no-repeat;
				}
				
				A.navMonthlySpecials:hover {
					background:url('../images/spriteMonthlySpecials.gif') left -10px no-repeat;
				}
				
				body#monthlySpecials A.navMonthlySpecials { background:url('../images/spriteMonthlySpecials.gif') left -20px no-repeat; }
				
				A.navLandscapingTips {
					display:block;
					width: 111px;
					height: 10px;
					background:url('../images/spriteLandscapingTips.gif') left 0px no-repeat;
				}
				
				A.navLandscapingTips:link, A.navLandscapingTips:visited, A.navLandscapingTips:active {
					background:url('../images/spriteLandscapingTips.gif') left 0px no-repeat;
				}
				
				A.navLandscapingTips:hover {
					background:url('../images/spriteLandscapingTips.gif') left -10px no-repeat;
				}
				
				body#landscapingTips A.navLandscapingTips { background:url('../images/spriteLandscapingTips.gif') left -20px no-repeat; }
				
				A.navExtraServices {
					display:block;
					width: 96px;
					height: 10px;
					background:url('../images/spriteExtraServices.gif') left 0px no-repeat;
				}
				
				A.navExtraServices:link, A.navExtraServices:visited, A.navExtraServices:active {
					background:url('../images/spriteExtraServices.gif') left 0px no-repeat;
				}
				
				A.navExtraServices:hover {
					background:url('../images/spriteExtraServices.gif') left -10px no-repeat;
				}
				
				body#extraServices A.navExtraServices { background:url('../images/spriteExtraServices.gif') left -20px no-repeat; }
				
				A.navTour {
					display:block;
					width: 83px;
					height: 10px;
					background:url('../images/spriteTour.gif') left 0px no-repeat;
				}
				
				A.navTour:link, A.navTour:visited, A.navTour:active {
					background:url('../images/spriteTour.gif') left 0px no-repeat;
				}
				
				A.navTour:hover {
					background:url('../images/spriteTour.gif') left -10px no-repeat;
				}
				
				body#virtualTour A.navTour { background:url('../images/spriteTour.gif') left -20px no-repeat; }
	
				A.navCompetition {
					display:block;
					width: 78px;
					height: 10px;
					background:url('../images/spriteCompetition.gif') left 0px no-repeat;
				}
				
				A.navCompetition:link, A.navCompetition:visited, A.navCompetition:active {
					background:url('../images/spriteCompetition.gif') left 0px no-repeat;
				}
				
				A.navCompetition:hover {
					background:url('../images/spriteCompetition.gif') left -10px no-repeat;
				}
				
				body#competition A.navCompetition { background:url('../images/spriteCompetition.gif') left -20px no-repeat; }
				
	/* Flash space */
	
	DIV#flashSpace {
		width: 997px;
		height: 296px;
		overflow: hidden;
		background: url('../images/greenGrass.gif') top left no-repeat;
	}
		
	/* Content Area */
	
	DIV#contentArea {
		width: 997px;
		font-family: Verdana, Helvetica, sans-serif;
		background: #151515;	
	}	
			
	/* Footer */		
	
	DIV#footer {
		position: relative;
		width: 997px;
		height: 96px;
		_height: 134px;
		*height: 134px; 
		padding-top: 28px;
		background: #101010 url('../images/footer_bg.gif') left top no-repeat;
		margin: 0 auto;
		margin-top: 0;
	}
		DIV#footer DIV { width: auto; font-size: 10px; margin: 0 auto; }
		DIV#footer SPAN { width: auto; font-size: 10px; font-weight: bolder; }
		


