/************************************************************************

	Author:		James Hall (production), Todd Quackenbush (design), eROI [www.eroi.com] 
	Client:		Chockstone


	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/homeBG.gif) top left repeat-x;
}

div#container{
	height:724px;
}


/**************************************************
4 - Middle
**************************************************/

div#middle{
	height:660px;
}

div#middleLeft{
	height:555px;
}

div#middleLeft div#leftBottom{
	margin-top:6px;
	height:107px;
}

div#leftBottom div#dealerAndSignUpLeft{
	width:263px;
	height:107px;
	float:left;
}

div#dealerAndSignUpLeft div#signUp{
	border-left:4px solid #a8d040;
	background:#effbd3;
	height:51px;
	width:260px;
	margin-top:5px;
}

div#leftBottom div#productResourcesRight{
	width:310px;
	height:107px;
	float:right;
	background:#f9feed;
}

div#productResourcesRight ul{
	margin-left:8px;
}
div#productResourcesRight ul li{
}

div#middleRight{
	height:329px;
}

div#middleRight div#rightFeaturedProduct{
	background:url(../images/featuredProduct.gif) top right no-repeat;
	background-color:#f9feed;
	margin-top:6px;
	height:108px;
	width:264px;
}

div#rightFeaturedProduct img{
	border-left:1px solid #e6f1c8;
	width:104px;
	height:108px;
	float:left;
	padding:0px;
}

div#rightFeaturedProduct div#productInfo{
	padding:30px 0px 0px 2px;
	float:left;
	width:140px;
}

div#rightFeaturedProduct div#productInfo p{
	width:155px;
}

div#middleRight div#rightNewsRoom{
	margin-top:6px;
	background:#effbd3;
	height:107px;
	overflow:hidden;
}

div#rightNewsRoom p{
	padding:0px 0px 3px 10px;
}

div#rightNewsRoom p span{
	font-weight:bold;
}
select#User6 {
	height:15px;
}
/**************************************************
5 - Bottom (in left col)
**************************************************/
/**************************************************
6 - Footer
**************************************************/
div#footerNav{
	text-align:left;
	padding-top:15px;
	font-size:90%;
	padding-left:5px;
	width:860px;
	margin-right:auto;
	margin-left:auto;

}
div#footer-left{
	float:right;
	padding-right:10px;
}
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;
}*/