/* Default rules for the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column {
		width:790px;
		padding-top:12px;
		margin-top:50px;
	}


/* Default rules for the h3 of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column h3 {
		margin:0;
		padding:0 0 20px 0;
		color:#cc0033;
		font-family:"times new roman";
		font-weight:normal;
		font-size:1.6em;
	}

/* Default rules for the paragraphs of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0 0 20px 0;
		color:#0a3981;
		font-family:verdana;
		font-size:1.2em;
		line-height:160%;
		width:670px;
	}



/* Default rules for the span of the paragraphs contained by main-column div given class
'phone', which displays call info
-------------------------------------------------------------------------------------------- */
	div#main-column p span.phone {
		font-size:1.2em;
		color:#b20938;
	}


div#main-column p a:link, div#main-column p a:visited {
color:#b20938;
text-decoration:none;
border-bottom:1px solid #0a3981;
font-size:1.2em;
}



/* Default rules for the unordered lists of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column ul {
		margin:0;
		padding:40px 0 0 0;
		font-size:1.4em;
		color:#b20938;
		list-style:none;
	}

/* Default rules for the list items of unordered lists
-------------------------------------------------------------------------------------------- */
	div#main-column ul li {
		margin-bottom:20px;
	}

/* Default rules for the 'image-gallery' div contained by main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column div#image-gallery {
		text-align:center;
		padding:0 190px 0 0;
	}

/* Default rules for the h4 of the image-gallery div
-------------------------------------------------------------------------------------------- */
	div#main-column div#image-gallery h4 {
		font-size:1.4em;
		color:#b20938;
		margin:-12px 0 0 0;
		padding:0 0 20px 0;
		font-family:verdana;
		font-weight:normal;
		text-align:left;
	}


/* Default rules for the div given id 'consulting'
-------------------------------------------------------------------------------------------- */
	div#consulting {
		clear:both;
		padding:0 0 200px 207px;
		display:inline-block;
		background:url(cssimages/irrigation-installation/consulting-bg.gif) no-repeat 5px 32px;
	}

/* Default rules for the h4 of the consulting div
-------------------------------------------------------------------------------------------- */
	div#consulting h4 {
		margin:0;
		padding:0 0 8px 5px;
		color:#0a3981;
		font-family:verdana;
		font-size:1.3em;
		font-weight:normal;
	}

/* Default rules for the h5 of the consulting div
-------------------------------------------------------------------------------------------- */
	div#consulting h5 {
		margin:0;
		padding:0 0 20px 0;
		font-size:1.4em;
		color:#b20938;
		font-family:verdana;
		font-weight:normal;
	}


/* Default rules for the paragraphs of the consulting div
-------------------------------------------------------------------------------------------- */
	div#consulting p {
		margin:0;
		padding:0 0 20px 0;
		color:#0a3981;
		font-family:verdana;
		font-size:1.3em;
		width:705px;
	}

/* Default rules for the span of the paragraphs contained by consulting div given class
name 'phone'
-------------------------------------------------------------------------------------------- */
	div#consulting p span.phone {
		font-size:1.1em;
		color:#b20938;
		display:block;
		padding-bottom:35px;
	}

/* Default rules for the secondary-column div
-------------------------------------------------------------------------------------------- */
	div#secondary-column {
		width:200px;
		background:url(cssimages/irrigation-installation/secondary-column-bg.jpg) no-repeat top left;
		margin-left:5px;
		margin-top:64px;
		display:inline;
	}

/* Default rules for the secondary-navigation unordered list
-------------------------------------------------------------------------------------------- */
	ul#secondary-navigation {
		clear:both;
		list-style:none;
		margin:0 auto 0 auto;
		padding:50px 0 0 44px;
		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 20px;
		position:relative;
		display:inline;
	}

/* 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/irrigation-installation/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/irrigation-installation/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/irrigation-installation/hunter-products-secondarynav-bg.gif) no-repeat top left;
	}

ul#secondary-navigation li#certifications-navitem span {
background:url(cssimages/irrigation-installation/certifications-secondarynav-bg.gif) no-repeat top left;
}
