/*
	---------------------
	Author:  Chris McCain
	Date:  August 08, 2008
	----------------------
*/


/*---------------BODY COPY------------- */
#bodyArea {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 21px;
	background-image: url(../home/bodyBackground.png);
	width: 848px;
	height: 290px;
	background-repeat: no-repeat;
	background-position: left top;
}
/*---------------MENU AREA------------- */
#bodyArea #menuFlashContainer {
	width: 826px;
	height: 268px;
}


/*---------------FLASH AREA------------- */
#bodyArea #flashArea {
	width: 826px;
	height: 243px;
}

/*---------------HOT LINKS------------- */
#hotLinks {
	margin: 0 auto;
	background-image: url(../home/hotlinks.png);
	width: 869px;
	height: 97px;
	line-height: 1em;
	font-size: 1em;
}
#hotLinks a.catalog {
	color: #688493;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 14px;
	width: 157px;
	height: 37px;
	padding-top: 28px;
	padding-left: 91px;
	padding-right: 10px;
	font-size: 1.3em;
	background-color: #FFFFFF;
	background-image: url(../home/hotlink_catalog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	border-style:solid;
	border-width:6px;
	border-color:#688493;
}
#hotLinks a.catalog:hover {
	border-style:solid;
	border-width:6px;
	border-color:#5a6c3f;
	margin-top: 0px;
	margin-left: 14px;
}
#hotLinks .catalog .bodyCopy{
	color: #525252;
}
#hotLinks a.gallery {
	color: #688493;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	width: 157px;
	height: 37px;
	padding-top: 28px;
	padding-left: 91px;
	padding-right: 10px;
	font-size: 1.3em;
	background-color: #FFFFFF;
	background-image: url(../home/hotlink_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	border-style:solid;
	border-width:6px;
	border-color:#688493;
}
#hotLinks a.gallery:hover {
	border-style:solid;
	border-width:6px;
	border-color:#5a6c3f;
	margin-top: 0px;
	margin-left: 15px;
}
#hotLinks .gallery .bodyCopy{
	color: #525252;
}
#hotLinks a.dealers {
	color: #688493;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	width: 157px;
	height: 37px;
	padding-top: 28px;
	padding-left: 91px;
	padding-right: 10px;
	font-size: 1.3em;
	background-color: #FFFFFF;
	background-image: url(../home/hotlink_dealer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	border-style:solid;
	border-width:6px;
	border-color:#688493;
}
#hotLinks a.dealers:hover {
	border-style:solid;
	border-width:6px;
	border-color:#5a6c3f;
	margin-top: 0px;
	margin-left: 15px;
}
#hotLinks .dealers .bodyCopy{
	color: #525252;
}
/*---------------NEWS------------- */
#newsArea {
	margin: 0 auto;
	width: 869px;
	background-image: url(../home/footerBackground.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
#newsArea .freeCellarDesign {
	float: left;
	width: 176px;
	height: 59px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 1px;
	margin-left: 15px;
	background-image: url(../home/hotlink_freecellardesign.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .95em;	
}

#newsArea #news {
	font-size: 1.1em;
	float: left;
	width: 440px;
	margin-top: 1px;
	padding: 10px;
}
#newsArea #news .dateBlock {
	float: left;
	width: 65px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}
#newsArea #news .titleBlock {
	float: left;
	width: 350px;
	padding-top:3px;
	padding-bottom:3px;
}
#newsArea #news .viewAllBlock {
	padding-top:10px;
	padding-bottom:3px;
	text-align: center;
}

#newsArea .architect {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 182px;
	height: 64px;
	margin-top: 1px;
	background-image: url(../home/hotlink_architect.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .95em;
}

