/* Default rules for the container div
-------------------------------------------------------------------------------------------- */
	div#container {
		padding-bottom:408px;
	}


/* Default rules for the secondary-column div
-------------------------------------------------------------------------------------------- */
	div#secondary-column {
		background:url(cssimages/costumer-care/secondary-column-bg.jpg) no-repeat top right
	}


/* Default rules for the secondary-navigation unordered list
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation {
		clear:both;
		list-style:none;
		margin:0 auto 0 auto;
		padding:80px 0 0 7px;
		text-align:center;
	}

/* Default rules for the list item of the secondary-navigation unordered list
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li {
		float:left;
		width:187px;
		height:189px;
		margin:0 4px;
		position:relative;
	}

/* Default rules for the empty span of the list items' of the secondary-navigation
unordered list, given same dimensions as background image to hide the text version
of the navigation menu
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li span {
		position:absolute;
		width:187px;
		height:189px;
		top:0;
		left:0;
		background:black;
		cursor:pointer;
	}

/* Assigning background image to the empty span of the watering tips navigation list item
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li#watering-tips-navitem span {
		background:url(cssimages/costumer-care/watering-tips-secondarynav-bg.gif) no-repeat top left;
	}

/* Assigning background image to the empty span of the rainbird products navigation list item
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li#rainbird-products-navitem span {
		background:url(cssimages/costumer-care/rainbird-products-secondarynav-bg.gif) no-repeat top left;
	}

/* Assigning background image to the empty span of the hunter products navigation list item
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li#hunter-products-navitem span {
		background:url(cssimages/costumer-care/hunter-products-secondarynav-bg.gif) no-repeat top left;
	}

/* Assigning background image to the empty span of the troubleshooting navigation list item
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li#troubleshooting-navitem span {
		background:url(cssimages/costumer-care/troubleshooting-secondarynav-bg.gif) no-repeat top left;
	}

/* Assigning background image to the empty span of the operations manual navigation list item
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation li#operations-manual-navitem span {
		background:url(cssimages/costumer-care/operations-manual-secondarynav-bg.gif) no-repeat top left;
	}
