/************************************************************************

	Listing Order:
	==============

	1 - Featured Product (Right Col)
	2 - News Room (Right Col)
	3 - Sign Up (Left Col)
	4 - Product Resources (Left Col)


***********************************************************************
	1 - Featured Product (Right Col)
************************************************************************/

body {
	background:url(../images/productListBG.gif) top left repeat-x;
}

div#containerCover{
	background:url(../images/productListBGgrass.gif) bottom left repeat-x;
	width:100%;
}

div#containerCover a{
	color:#665d59;
}

div#container{
	padding-bottom:9px;
}

/**************************************************
4 - Middle
**************************************************/

div#middle{

}

div#breadcrumbs{
	padding:10px 0px 0px 0px;
}

div#productDescriptions{
	text-align:center;
	border-bottom:1px solid #cde492;
	padding-bottom:15px;
}

div#productDescriptions h1{
	margin-top:10px;
	text-transform:uppercase;
}

h2{
	margin:10px 0px 0px 10px;
	text-transform:uppercase;
	
}

div#productDescriptions p{
	margin-top:10px;
}

div.ProductList{
	
}
div.ProductList h2{
	text-align:center;
	text-transform:uppercase;
	margin:10px;
	font-size:24px;
}

span.littletext{
	text-align:center;
}
div.products_nav_header{
	border-top:1px solid #cde492;
}

table tr td{
	padding:15px 0px 0px 10px;
}

div#pagination{
	float:right;
	padding:15px 0px;
}

/*For The Bottom*/
div#dealerLocator{
	float:left;
	margin-top:6px;
}

div#signUpWide{
	border-left:4px solid #a8d040;
	background:#effbd3;
	height:51px;
	width:306px;
	margin-left:5px;
	margin-top:6px;
	float:left;
}

div#bottomFiller{
	background-color:#f9feed;
	float:left;
	display:block;
	margin-left:5px;
	margin-top:6px;
	height:51px;
	width:262px;
}

/**************************************************
5 - Bottom (in left col)
**************************************************/
/**************************************************
6 - Footer
**************************************************/
div#footerNav{
	text-align:left;
	padding-top:15px;
	font-size:90%;

}
div#footerNav ul li{
	list-style:none;
	display:inline;
}
div#footerNav ul li a{
	text-decoration:none;
	color:#665d59;
	}
div#footerNav ul li a:hover{
	text-decoration:underline;
}
div#footerNav h5{
	color:#665d59;
	font-size:9px;
}

/*div#rightSide{
	position:absolute;
	width:700px;
	top:491px;
	right:-500px;
	height:20px;
	background-color:#a8d040;
	z-index:1px;
}*/