/* CSS Document */
#flashHeader	{
	width:518px;
	height:283px;
	border-right:3px solid #dedede;
	border-bottom:3px solid #dedede;
	float:left;
	}

#homePicSections .res{
	background-image:url(../images/diamondGlitterRes.gif);
	}
#homePicSections .com{
	background-image:url(../images/diamondGlitterCom.gif);
	}
#homePicSections .quote{
	background-image:url(../images/diamondGlitterQuote.gif);
	}
#homePicSections .floor{
	background-image:url(../images/diamondGlitterFloor.gif);
	}
#homePicSections .graffiti{
	background-image:url(../images/diamondGlitterGraffiti.gif);
	}
#homePicSections .renovations{
	background-image:url(../images/diamondGlitterReno.gif);
	}					
#homePicSections {
	float:left;
	padding:0px 20px 18px 20px ;
	background-repeat:no-repeat;
	}
#homePicSections span{
	width:150px;
	height:78px;
	*width:147px;
	*height:75px;
	float:left;
	margin:3px;
	}	
#homePicSections span a{
	display:block;
	*width:147px;/*For IE*/
	*height:79px;/*For IE*/
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	border:3px solid #dedede;
	padding-top:50px;
	}	
#homePicSections span a:hover {
	text-decoration:none;
	border:3px solid #347a3e;
	}			
