body {
    background: none;
	border-top: #79a22f solid 22px;
}

#indexPad {
	float:left;
    padding:0 12px;
    width:950px;
}

/*----------------------------------------------------------

slideshow

----------------------------------------------------------*/
#slideshowWrapper 
{
    float: left;
    position: relative;
}

    #slideshow {
	    color: #fff;
	    float: left;
	    z-index: 0; 
    }

	    #slideWrap{
		    position: relative;
	    }
		    #indexLogo {
			    left:40px;
                margin:0 0 30px;
                position:absolute;
                top:40px;
                z-index: 3000;
		    }
    	
		    #slideshowBox {
			    padding: 125px 30px 0 40px;
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 197px;
		    }
    		
			    #slideshowBox .slideHeading 
			    {
			        font-size: 16px;
			        font-weight: bold;
				    margin: 0 0 22px 0;
			    }
    			
		    #slideShowNav {
			    position: absolute;
			    bottom: 16px;
			    right: 20px;
			    z-index: 3000;
		    }
    			
			    #slideShowNav a {
				    color: #fff;
				    float: left;
				    margin: 0 0 0 12px;
				    text-decoration: none;
			    }
    			
				    #slideShowNav span {
					    background: #3b291c;
					    border: 1px solid #fff;
					    float: left;
					    padding: 3px 8px 3px 8px;
				    }
#slideShowNav a.active span {background:#8F7562;}
		
/*----------------------------------------------------------

callOut

----------------------------------------------------------*/
#callOut {
	background: url(../../Content/images/desat-family.jpg) bottom left no-repeat;
	color: #888987;
	float: left;
	font-size: 115%;
	min-height: 44px;
	padding: 75px 10px 10px 295px;
	position: relative;
}

	#callOut img 
	{
		position: absolute;
		top: 0;
		left: 269;
	}
	
	#callOut p 
    {
		padding: 0 0 0 0;
		width: 100%;
	}
	
/*----------------------------------------------------------

bottomUtility

----------------------------------------------------------*/
#bottomUtility {
	float: left;
}

	#associatedContent {
		background: url(../../Content/images/grass-texture.jpg) top left no-repeat;
		float: left;
		height: 136px;
		padding: 15px 0 15px 0;
		width:268px;
	}
	
		#associatedContent ul {
			margin: 0 0 0 2px;
			padding: 0 0 0 0;
		}
	
			#associatedContent ul li {
				float:left;
				list-style-type:none;
				margin:0 0 0 0;
			}
		
				#associatedContent ul li a {
					color:#FFFFFF;
					float:left;
					font-size:115%;
					padding:3px 0 3px 38px;
					text-decoration:none;
					width:228px;
				}
				
				#associatedContent ul li a:hover {
					background: url(../../Content/images/associateContent-bg.png) top left repeat;
				}
				
			#associatedContent ul li a.active {
				background: url(../../Content/images/associateContent-bg.png) top left repeat;
			}
	
	#whereToBuy {  
		float: left;
		height: 166px;
		width: 418px;
	}
	
	#secondaryNav {
		background: #3a312c;
		float: left;
		padding: 10px 0 0 0;
		height: 156px;
		width: 264px;
	}
	
		#secondaryNav ul 
		{
		    margin: 0 0 0 82px;
			list-style-type: none;
			padding: 0;
		}
		
			#secondaryNav ul li {
				background: url(../../Content/images/white-carrot.png) center left no-repeat;
				margin: 0 0 7px 0;
				padding: 0 0 0 15px;
			}
		
			#secondaryNav ul li a {
				color: #fff;
				text-decoration: none;
			}
			
			#secondaryNav ul li a:hover {
				color: #84aa41;
			}
			
/*----------------------------------------------------------

pageFooter

----------------------------------------------------------*/
#pageFooter 
{
    background: none;
	text-align: center;
}

	#socialMedia {
		margin: 0 0 0 25px;
		padding: 5px 0 0 0;
		text-align: left;
	}
