/* Promo bar */
div.Spotlight
{
	width: 760px;
	height: 200px;
	margin-bottom: 5px;
	background: url(/Images/SpotlightBackground.gif) no-repeat left top;
}

/* Left column on homepage */
div.HomeLeftColumn
{	
	float: left;
	width: 490px;
	margin-right: 5px;
}

/* Demo link */
p.Demo
{
	width: 265px;
	height: 75px;
	padding-top: 195px;
	background: url(/Images/DemoTop.gif) no-repeat left top;
}
p.Demo a
{
	display: block;
	background: url(/Images/DemoIcon.gif) no-repeat left;
	margin: 0 20px 0 20px;
	padding: 5px 0 5px 25px;
	font-size: 0.6em;
	color: #999;
	text-decoration: none;
	border-bottom: solid 5px #ccc;
}
p.Demo a:hover 
{ 
	text-decoration: underline;
	color: #715d45;
}

/* Demo */
div.Video
{
    background: #f3efea url(/Images/VideoTop.gif) no-repeat;
    margin-bottom: 5px;
}
div.VideoBottom
{
    background: url(/Images/VideoBottom.gif) no-repeat left bottom;
    padding: 10px;
    text-align: center;
}